After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 759877 - Task list is sorted case sensitive
Task list is sorted case sensitive
Status: RESOLVED FIXED
Product: gnome-todo
Classification: Other
Component: General
3.18.x
Other Linux
: Normal normal
: ---
Assigned To: GNOME To Do maintainer(s)
GNOME To Do maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2015-12-26 14:11 UTC by Mohammed Sadiq
Modified: 2016-02-12 04:10 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Don't use case when sorting by task title (2.05 KB, patch)
2016-02-12 02:36 UTC, Isaque Galdino
committed Details | Review
list-selectors: ignore case folding when sorting (2.13 KB, patch)
2016-02-12 04:09 UTC, Georges Basile Stavracas Neto
committed Details | Review

Description Mohammed Sadiq 2015-12-26 14:11:59 UTC
Let the tasks be sorted without considering the case of the text.
Comment 1 Shashank Motepalli 2016-01-29 04:34:40 UTC
I want to try it out as and will be my first patch
Comment 2 Isaque Galdino 2016-02-12 02:36:47 UTC
Created attachment 320927 [details] [review]
Don't use case when sorting by task title

Fixed scheduled panel and task sorting functions to be case insentive,
using g_utf8_casefold API.
Comment 3 Georges Basile Stavracas Neto 2016-02-12 03:59:37 UTC
Comment on attachment 320927 [details] [review]
Don't use case when sorting by task title

Attachment 320927 [details] pushed as e5047ec - Don't use case when sorting by task title
Comment 4 Georges Basile Stavracas Neto 2016-02-12 04:09:44 UTC
Created attachment 320930 [details] [review]
list-selectors: ignore case folding when sorting

Also sort tasklists correctly.
Comment 5 Georges Basile Stavracas Neto 2016-02-12 04:10:41 UTC
Attachment 320930 [details] pushed as b0fa735 - list-selectors: ignore case folding when sorting