Awn

Activity log for bug #158182

Date Who What changed Old value New value Message
2007-10-29 00:38:09 Timon_and_Pumba bug added bug
2007-10-30 08:24:25 Timon_and_Pumba description Available applets in awn-manager appear to be listed random. For clearity and for "grouping" coherent applets, they should be sorted alphabetically by title. Some Examples: -we have multiple "media control" applets (play, prev, next). Now they are distributed over the list. -we have the "stacks applet" and the "stacks plugger". They would benefit if listed close to eachother. Available applets in awn-manager appear to be listed random. For clearity and for "grouping" coherent applets, they should be sorted alphabetically by title. Some Examples: -we have multiple "media control" applets (play, prev, next). Now they are distributed over the list. -we have the "stacks applet" and the "stacks plugger". They would benefit if listed close to eachother. Easy Patch: === modified file 'awn-manager/awnApplet.py' --- awn-manager/awnApplet.py 2007-09-29 22:44:23 +0000 +++ awn-manager/awnApplet.py 2007-10-30 08:22:48 +0000 @@ -425,6 +425,7 @@ def make_appmodel (self): self.appmodel = model = gtk.ListStore(gdk.Pixbuf, str, str) + self.appmodel.set_sort_column_id(1, gtk.SORT_ASCENDING) self.treeview_available.set_model (model) ren = gtk.CellRendererPixbuf()
2007-10-30 08:24:25 Timon_and_Pumba title awn manager: sort available applets [patch] awn manager: sort available applets
2007-10-30 08:24:49 Timon_and_Pumba description Available applets in awn-manager appear to be listed random. For clearity and for "grouping" coherent applets, they should be sorted alphabetically by title. Some Examples: -we have multiple "media control" applets (play, prev, next). Now they are distributed over the list. -we have the "stacks applet" and the "stacks plugger". They would benefit if listed close to eachother. Easy Patch: === modified file 'awn-manager/awnApplet.py' --- awn-manager/awnApplet.py 2007-09-29 22:44:23 +0000 +++ awn-manager/awnApplet.py 2007-10-30 08:22:48 +0000 @@ -425,6 +425,7 @@ def make_appmodel (self): self.appmodel = model = gtk.ListStore(gdk.Pixbuf, str, str) + self.appmodel.set_sort_column_id(1, gtk.SORT_ASCENDING) self.treeview_available.set_model (model) ren = gtk.CellRendererPixbuf() Available applets in awn-manager appear to be listed random. For clearity and for "grouping" coherent applets, they should be sorted alphabetically by title. Some Examples: -we have multiple "media control" applets (play, prev, next). Now they are distributed over the list. -we have the "stacks applet" and the "stacks plugger". They would benefit if listed close to eachother.
2007-10-30 08:25:47 Timon_and_Pumba bug added attachment 'awn_manager_sort_column_available_applets.patch' (Make available applets a sorted column)
2007-11-29 19:38:47 Mark Lee awn: status New Confirmed
2008-01-05 17:13:53 Julien Lavergne awn: importance Undecided Wishlist
2008-01-05 17:14:01 Julien Lavergne bug added subscriber Awn Testing Team
2008-01-08 23:20:57 Julien Lavergne awn: status Confirmed In Progress
2008-01-08 23:20:57 Julien Lavergne awn: assignee awn-testing
2008-01-12 23:23:34 Andrew Starr-Bochicchio awn: status In Progress Fix Committed
2008-02-17 08:48:16 Mark Lee awn: milestone 0.2.4
2008-02-19 01:54:29 moonbeam awn: status Fix Committed Fix Released