aboutsummaryrefslogtreecommitdiffstats
path: root/rpmdrake
Commit message (Collapse)AuthorAgeFilesLines
* (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
|
* (run_treeview_dialog) fix a crash when default view is unknown (#40025)Thierry Vignaud2008-04-141-1/+5
|
* (run_treeview_dialog) fix searching when numeric pad's return key is pressed ↵Thierry Vignaud2008-04-141-1/+1
| | | | (spotted by Charles Hernandez)
* (run_treeview_dialog) fix view tooltip (#39694) (partially revertingThierry Vignaud2008-04-011-1/+1
| | | | | | r240011 from 2008-03-18: "(run_treeview_dialog) move view pull down menu as a real menu")
* readd by_source view ; removed in r18346 on 2006-07-09:Thierry Vignaud2008-03-191-1/+1
| | | | | | | "- use a ComboBox instead of radio buttons *plus* a ComboBox for modes, thus simplifying both the GUI and the code - add some more modes"
* resurect a string for by_source view ; removed in r18346 on 2006-07-09:Thierry Vignaud2008-03-191-0/+1
| | | | | | | "- use a ComboBox instead of radio buttons *plus* a ComboBox for modes, thus simplifying both the GUI and the code - add some more modes"
* (run_treeview_dialog) handle migrating config file from rpmdrake <= 4.9Thierry Vignaud2008-03-191-0/+7
|
* (run_treeview_dialog) move initializing tree_mode (needed for next commit)Thierry Vignaud2008-03-191-2/+1
|
* (run_treeview_dialog) add "search:" label again (reverting part ofThierry Vignaud2008-03-181-0/+1
| | | | | r239827 on 2008-03-17: "add tooltip to search entry")