Bug 225139

Summary: Alphabetic order of tasks
Product: [Applications] ktimetracker Reporter: Dirk Hoffmann <hoffmann>
Component: generalAssignee: Zoltan Gyarmati <mr.zoltan.gyarmati>
Status: RESOLVED FIXED    
Severity: wishlist CC: mr.zoltan.gyarmati
Priority: NOR    
Version: Git (master)   
Target Milestone: ---   
Platform: Fedora RPMs   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description Dirk Hoffmann 2010-02-01 13:37:33 UTC
Version:           4.3.3 from SVN (using KDE 4.3.4)
OS:                Linux
Installed from:    Fedora RPMs

... should be case-insensitive (as it was in karm).
Comment 1 Thorsten Staerk 2010-02-01 18:15:02 UTC
I agree. I did not change that and will confirm this bug as soon as I have reproduced it.
Comment 2 Thorsten Staerk 2010-02-01 23:57:06 UTC
confirmed
Comment 3 Dirk Hoffmann 2010-02-24 21:24:11 UTC
Unfortunately this bug is still present in 4.4.

A related feature is the opening of subtasks with the [+]/[-] button in the table. I assume that this should be treated simultaneously with the present bug:  

When a collapsed item lies at the bottom of the visible window and is expanded by clicking on the [+] button, then it may happen that not all subtasks become visible, because the subtask list is too long. When expanding a task, the last subtask should always be constrained to appear at least the bottom of the window (or higher)! 

(This was also well handled in karm already, so why did it disappear?)
Comment 4 Thorsten Staerk 2011-09-20 13:43:07 UTC
Maybe this helps to write a patch: http://doc.qt.nokia.com/latest/qstringmatcher.html#setCaseSensitivity
Comment 5 Thorsten Staerk 2011-09-20 13:48:13 UTC
Maybe qsortfilterproxymodel has an option for that.
Comment 6 Thorsten Staerk 2011-10-28 09:04:29 UTC
See also bug 285160
Comment 7 Zoltan Gyarmati 2014-12-06 15:54:56 UTC
Patch to fix this sent for review as: 
https://git.reviewboard.kde.org/r/121369/
Comment 8 Zoltan Gyarmati 2014-12-19 16:25:59 UTC
ID: 10c7cfb2aaf239c57d5e244ef7455a26732d0ba9
ktimetracker: sort progress percentage numerically and tasks case-insensitively
REVIEW: 121369