----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/108020/#review24226 -----------------------------------------------------------
This review has been submitted with commit bec31b80838bfbad62399997f6d6053228613ed2 by Pierre Stirnweiss to branch master. - Commit Hook On Dec. 30, 2012, 9:08 a.m., Pierre Stirnweiss wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > http://git.reviewboard.kde.org/r/108020/ > ----------------------------------------------------------- > > (Updated Dec. 30, 2012, 9:08 a.m.) > > > 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