Uploaded image for project: 'Qt Mobility'
  1. Qt Mobility
  2. QTMOBILITY-254

Sorting by string - a few issues (I18N, usability)

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: P2: Important P2: Important
    • 1.0.1
    • 1.0.0
    • Contacts
    • None
    • 674b5864e4e58bec8ae58205cb9c598d6d72d957

      When comparing strings, the default implementation just uses QString::compare.

      This is:
      a) not I18N friendly (should be localeAwareCompare)
      b) with case sensitive, results in sorting like:

      Aaron
      Adam
      Bob
      Carol
      aaron

      This should be:
      aaron
      Aaron
      Adam
      Bob
      Carol

      to be consistent with existing products.

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            mgoddard Michael Goddard (closed Nokia identity) (Inactive)
            mgoddard Michael Goddard (closed Nokia identity) (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes