https://bugs.kde.org/show_bug.cgi?id=292951 Matthias Kretz changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #1 from Matthias Kretz 2012-02-03 15:30:35 --- Git commit 4135a9d4f9f8e4a67dd3deb348fbebfbdb8e888a by Matthias Kretz. Committed on 01/02/2012 at 18:03. Pushed by mkretz into branch 'master'. fix sorting by due date Since this method returned a QString instead of a QDate the sorting was according to the textual date representation. So, basically Fri, Mon, Sat, Sun, Thu, Tue, Wed. This must return a QDate to function properly. Formatting the QDate for display must be done in the Delegate. M +1 -1 src/todomodel.cpp http://commits.kde.org/zanshin/4135a9d4f9f8e4a67dd3deb348fbebfbdb8e888a -- Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.