-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://git.reviewboard.kde.org/r/108020/
-----------------------------------------------------------

Review request for Calligra and C. Boemann.


Description
-------

The style names containing a number were not sorted with natural order : 
Content 1/Content 10/Content 2.
This is because QString::localeAwareCompare does not sort with natural order. 
Use KSTringHandler::naturalCompare instead (it also uses 
QString::localeAwareCompare internally).

Ok to backport?


This addresses bug 288651.
    http://bugs.kde.org/show_bug.cgi?id=288651


Diffs
-----

  plugins/textshape/dialogs/DockerStylesComboModel.cpp c1ffaa1 
  plugins/textshape/dialogs/StylesModel.cpp 4b1b9f6 

Diff: http://git.reviewboard.kde.org/r/108020/diff/


Testing
-------

Styles are sorted in natural order now. I could not test regressions where 
locale comparison would play a role however. But since KStringHandler's 
comparison uses the Qt one, I don't expect a regression there.


Thanks,

Pierre Stirnweiss

_______________________________________________
calligra-devel mailing list
calligra-devel@kde.org
https://mail.kde.org/mailman/listinfo/calligra-devel

Reply via email to