aboutsummaryrefslogtreecommitdiffstats
path: root/rpmdrake
Commit message (Collapse)AuthorAgeFilesLines
...
* (do_search) fix searching for summary on startup (#49293)Thierry Vignaud2009-10-011-1/+1
| | | | | (was broken since 253201 on 2009/02/23: "slightly reduce memory usage by not keeping around summaries ")
* (run_treeview_dialog) rerun search after reloading package list (#49834)Thierry Vignaud2009-10-011-0/+1
|
* (run_treeview_dialog) clear search results too when cleaing searched text ↵Thierry Vignaud2009-10-011-1/+4
| | | | (#49239)
* (reset_search) move code from do_search() here (needed for next commit)Thierry Vignaud2009-10-011-2/+1
|
* (do_search) enable to search in full or short package names (#46473)Thierry Vignaud2009-10-011-2/+14
|
* (do_search) default to OR like searches for searches among package names ↵Thierry Vignaud2009-10-011-0/+2
| | | | (#37643)
* (do_search) enable to disable use of regular expression (default is: disabled)Thierry Vignaud2009-10-011-1/+10
|
* (get_pkgs,run_treeview_dialog) make sure 'compute_updates' is used theThierry Vignaud2009-10-011-2/+2
| | | | same way in both rpmdrake & MandrivaUpdate
* (run_treeview_dialog) fix crashing when running as user (#50473)Thierry Vignaud2009-05-121-3/+5
| | | | | (regression introduced in r248003 on 2008-10-10: "(run_treeview_dialog) enable to set 'noclean' option (#13522)")
* (do_search) when searching in descriptions, do not search amongThierry Vignaud2009-05-061-0/+1
| | | | packages not in current view (#50638)
* (run_treeview_dialog) save "Compute updates on startup" settingThierry Vignaud2009-05-061-2/+2
|
* (do_search) suggest to switch to the 'all' view if there's no search results ↵Thierry Vignaud2009-04-011-1/+4
| | | | (#38461)
* (run_treeview_dialog) add a sensible tooltip for the "find" entry (#39454)Thierry Vignaud2009-04-011-1/+1
|
* (quit) perl_checker cleanupThierry Vignaud2009-03-251-1/+1
|
* (run_treeview_dialog) do not use Gtk2::Sexy anymore (sligthly reduceThierry Vignaud2009-03-251-8/+10
| | | | | memory usage) (needs drakxtools > 12.17.1)
* prevent running more than one instance (#47755)Thierry Vignaud2009-02-161-0/+4
|
* (get_pkgs) add 'compute_updates' option that enable super fast startupThierry Vignaud2009-02-151-1/+6
| | | | | by skipping computing updates on startup
* use mcc icon if availlable (#44671)Thierry Vignaud2009-02-141-1/+1
|
* (run_treeview_dialog) add C-F accelerator in order to focus on search entry ↵Thierry Vignaud2009-02-101-0/+5
| | | | (#46404)
* (do_search) scroll group list to search categoryThierry Vignaud2008-12-091-0/+1
|
* (do_search) fix a rare crash on searching (#46225)Thierry Vignaud2008-12-091-2/+4
|
* (do_search) when performing search in names, only look at name, not atThierry Vignaud2008-11-241-1/+1
| | | | | full name (n-e-v-r) (#45410)
* (run_treeview_dialog) enable to set 'noclean' option (#13522)Thierry Vignaud2008-10-101-1/+6
|
* (run_treeview_dialog) fix listing check boxes (needed for next commit)Thierry Vignaud2008-10-101-1/+1
|
* (run_drakbug) factorize codeThierry Vignaud2008-10-061-1/+1
|
* (run_treeview_dialog) use radio buttons in order to show current search mode Thierry Vignaud2008-09-301-1/+3
|
* minor reorderingThierry Vignaud2008-09-301-2/+1
|
* (run_treeview_dialog) simplify through second()Thierry Vignaud2008-09-291-1/+1
|
* (run_treeview_dialog) workaround crashing when tree selection wasn'tThierry Vignaud2008-09-291-0/+5
| | | | | realized yet (#41010)
* (reload_db_and_clear_all) remove short lived wait message whenThierry Vignaud2008-09-201-1/+1
| | | | | reloading the packages list (#43955)
* fix switching view (typo in latest commit spotted by pixel)Thierry Vignaud2008-09-181-1/+1
|
* (run_treeview_dialog) remove short lived wait message when changingThierry Vignaud2008-09-171-1/+1
| | | | | | selected view to some 'update' view (security/bugfix/...) since it's too fast
* (run_treeview_dialog) display a busy cursor while fetching packageThierry Vignaud2008-09-091-1/+1
| | | | | list on startup
* (run_treeview_dialog) reindentThierry Vignaud2008-09-091-2/+2
|
* (run_treeview_dialog) remove short lived wait message when changingThierry Vignaud2008-09-091-1/+1
| | | | | selected package group (#43320) since it's too fast
* save & restore window size (#25932)Thierry Vignaud2008-07-021-0/+5
|
* (main_quit) factorize GUI exiting in it (needed for next commits)Thierry Vignaud2008-07-021-2/+6
|
* (do_search) make sure searches with no results clear package list (#34898)Thierry Vignaud2008-07-021-0/+2
|
* (do_search) remove dead code (no more useless after latest commit)Thierry Vignaud2008-07-011-5/+0
|
* (do_search) open the search results category once searching is doneThierry Vignaud2008-07-011-0/+3
|
* (do_search) delete "Search results (none)" category tooThierry Vignaud2008-07-011-1/+1
|
* (do_search) always create a search category in tree (#29164)Thierry Vignaud2008-07-011-0/+5
|
* (do_search) remove code that wrongly wasn't removed in latest commitThierry Vignaud2008-07-011-1/+0
|
* (do_search) factorize a string (needed for next commits)Thierry Vignaud2008-07-011-1/+2
|
* make %elems be visible for do_search() (needed for next commits)Thierry Vignaud2008-07-011-1/+2
|
* (run_treeview_dialog) do not clear anymore the "caches" when selectionThierry Vignaud2008-07-011-1/+0
| | | | | | | | | changes since it's not needed anymore with latest simplification of Rpmdrake::gui::delete_category() (basically reverting r23444 from 2007-03-22 22:29:58: "(run_treeview_dialog) kill more gtk+ warnings by calling clear_all_caches()")
* (run_treeview_dialog) fix typo in previous commitThierry Vignaud2008-07-011-1/+1
|
* (run_treeview_dialog) simplifyThierry Vignaud2008-07-011-1/+1
|
* (do_search) factorize stringThierry Vignaud2008-07-011-1/+1
|
* (do_search) simplifyThierry Vignaud2008-07-011-1/+1
|