Revision e212103...

Go back to digest for 1st June 2014

Features in Office

Cristian Oneț committed changes in [kmymoney] kmymoney/views/khomeview.cpp:

Account ordering by name on the home page is now locale aware.

Since QMap does not allow setting the comparator function for each
instance of the map (qMapLessThanKey is for the whole class) we droped
using it just to obtain a collection ordered by the account name.
Use an account list instead and sort it using the proper comparator
before rendering it.

File Changes

Modified 1 files
  • kmymoney/views/khomeview.cpp
1 files changed in total