aboutsummaryrefslogtreecommitdiffstats
path: root/rpmdrake
Commit message (Collapse)AuthorAgeFilesLines
...
* 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")
* (run_treeview_dialog) preselect the right view mode in the menuThierry Vignaud2008-03-181-0/+2
|
* (run_treeview_dialog) move view pull down menu as a real menuThierry Vignaud2008-03-181-13/+14
|
* (mode box changed signal) no need to call switch_pkg_list_mode() sinceThierry Vignaud2008-03-181-1/+0
| | | | | | all is managed by rebuild_tree() and since anyway switch_pkg_list_mode() is noop here b/c $rmodes{$val} is void
* (run_treeview_dialog) enable to shrink package groups tree (#38762)Thierry Vignaud2008-03-181-2/+2
| | | | | (need drakxtools >= 10.16)
* (run_treeview_dialog) hide banner if screen height is small than 600 px (#38943)Thierry Vignaud2008-03-181-1/+1
|
* help emacs display UTF-8 accentsThierry Vignaud2008-03-181-0/+1
|
* (run_treeview_dialog) make find box larger and left-aligned (#38298)Thierry Vignaud2008-03-171-2/+1
|
* (run_treeview_dialog) rename "fbox" as more meaningfull "filter_box"Thierry Vignaud2008-03-171-2/+2
|
* (run_treeview_dialog) rename "cbox" as more meaningfull "view_box"Thierry Vignaud2008-03-171-2/+2
|
* (run_treeview_dialog) simplifyThierry Vignaud2008-03-171-2/+1
|
* add a "mode" combo box, thus restoring flat mode (#25770) and allowing again toThierry Vignaud2008-03-171-15/+36
| | | | | sort packages by size (#25417)
* (build_tree,run_treeview_dialog) do the sort when filling in the treeThierry Vignaud2008-03-171-1/+1
| | | | | | in "by_group" mode rather than setting it as a tree propriety (needed before resurecting flat mode)
* (run_treeview_dialog) restore tree_flat value (needed for next commits)Thierry Vignaud2008-03-171-1/+1
|
* kill unused $default_radio variableThierry Vignaud2008-03-171-3/+3
|
* add tooltip to search entryThierry Vignaud2008-03-171-1/+1
|
* add tooltips to pull down menusThierry Vignaud2008-03-171-0/+2
|
* (run_treeview_dialog) simplify through mygtk2 (needed for next commit)Thierry Vignaud2008-03-171-10/+11
|
* (run_treeview_dialog) simplify initializing default viewThierry Vignaud2008-03-171-3/+3
|