Revision 622241

Go back to digest for 14th January 2007

Features in Utilities

Peter Penz committed changes in /trunk/playground/utils/dolphin/src/dolphinsortfilterproxymo:

Do a natural sorting of items (thanks to Dominic Battre and Martin Pool for the patch!). This means that items like:

item_10.png
item_1.png
item_2.png

are sorted like
item_1.png
item_2.png
item_10.png

TODO: corresponding to Ellen directory items should always be ordered as first items (have to go work now -> weekend task :-))

File Changes

Modified 2 files
  • /trunk/playground/utils/dolphin/src
  •   /dolphinsortfilterproxymodel.cpp
  •   /dolphinsortfilterproxymodel.h
2 files changed in total