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 171935 - frequently reported bugs list should be sortable
frequently reported bugs list should be sortable
Status: RESOLVED FIXED
Product: bug-buddy
Classification: Deprecated
Component: general
2.8.x
Other All
: Normal normal
: ---
Assigned To: Bug-buddy Maintainers
Bug-buddy Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-03-29 04:35 UTC by James
Modified: 2005-07-19 18:23 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
proposed patch (4.46 KB, patch)
2005-04-17 08:41 UTC, Michael Gossard
none Details | Review

Description James 2005-03-29 04:35:31 UTC
1.  use bug-buddy to report a bug
2.  get the the "Frequenty Reported Bugs" list (the second step)
3.  try to sort the bugs by product, ID, component, description, etc.)

Expected result:
You can sort the bugs.  Perhaps you could even search them (like in rhythmbox or
something)

This would help reduce the number of duplicate bugs reported by users - if they
can sort the frequently reported bugs list easily, they are more likely to find
a bug that matches their description.
Comment 1 Alan Horkan 2005-03-30 19:18:06 UTC
The list of duplicate bugs for some projects can get quite long and less easily
managable so I'd like this too.  I really dont know why GTK doesn't make the
list widget sortable automatically like other *cough* lesser toolkits on evil
operating systems.  Perhaps this should be fixed in GTK and sorted out once and
for all (sorry bad pun, I'm in a funny mood).  
Comment 2 James 2005-03-30 21:24:22 UTC
Not only sortable.  The other lesser toolkits allow you to type a key to jump to
that point on the list, and move the lists around.  (like in rhytmbox, move the
song name all the way to the left and genre all the way to the right).  It would
be really nice to see gnome have these features as well.
Comment 3 Michael Gossard 2005-04-17 08:41:29 UTC
Created attachment 45346 [details] [review]
proposed patch
Comment 4 Fernando Herrera 2005-07-19 18:23:29 UTC
Committed removing the GTK_SELECTION_SINGLE change:

2005-07-19  Michael Gossard <michael.gossard@free.fr>

        * src/bugzilla.c : (sort_mostfreq_list),
        (create_mostfreq_list), (bugzilla_add_mostfreq) sort frequently reported
        bugs list by ID, product, component, description. (fix bug #171935)

Thank you very much for the patch.