aboutsummaryrefslogtreecommitdiffstats
path: root/rpmdrake
Commit message (Expand)AuthorAgeFilesLines
* (run_treeview_dialog) refresh packages tree when edit-urpm-sourcesThierry Vignaud2007-08-271-1/+1
* (reload_db_and_clear_all) factorize some code for rereading URPM DBThierry Vignaud2007-08-271-16/+12
* kill useless return valuesThierry Vignaud2007-08-271-2/+2
* (run_treeview_dialog) simplifyThierry Vignaud2007-08-271-17/+9
* (do_search,run_treeview_dialog) enable to search only in summariesThierry Vignaud2007-08-271-1/+6
* (do_search) make parsehdlist only look at what we search in (save 25%Thierry Vignaud2007-08-271-7/+9
* (do_search) make search progress dialog appears immediately rather than after...Thierry Vignaud2007-08-271-10/+10
* (do_search) add a FIXME noteThierry Vignaud2007-08-271-0/+1
* (do_search) kill dead codeThierry Vignaud2007-08-271-17/+0
* rename options as rpmdrake_options so that we can reuse urpm::args somedayThierry Vignaud2007-08-271-4/+4
* (do_search) remove not found messages from status bar after 5 seconds (#32332)Thierry Vignaud2007-08-251-1/+2
* first attempt to provide a "Backports" view (it only looks at first disabled ...Thierry Vignaud2007-08-241-2/+2
* (run_treeview_dialog) make %modes hash more readableThierry Vignaud2007-08-211-2/+7
* add a string for backportsThierry Vignaud2007-08-211-0/+1
* (run_treeview_dialog) fix running as a user (#32496)Thierry Vignaud2007-08-131-1/+1
* perl_checker cleanupsThierry Vignaud2007-08-111-5/+3
* (run_treeview_dialog) kill a debug statementThierry Vignaud2007-08-111-1/+1
* (do_search) do not create multiple useless N("Search results (none)")Thierry Vignaud2007-08-111-3/+4
* add GUI interface for auto option (#16093)Thierry Vignaud2007-08-101-0/+14
* kill a useless open of rpm databaseThierry Vignaud2007-08-021-2/+0
* (open_db) rename as open_rpm_db() for consistency with open_urpmi_db()Thierry Vignaud2007-08-011-3/+3
* separate functions block from calls blockThierry Vignaud2007-07-051-3/+4
* use new toggle_all()Thierry Vignaud2007-07-051-2/+1
* (grep_unselected) make a function out of itThierry Vignaud2007-07-051-1/+0
* read config before warning if running as user in order to fix errorThierry Vignaud2007-06-131-4/+6
* (do_search) limit the number of results to 2000, else Gtk2::TreeViewThierry Vignaud2007-06-051-1/+6
* (run_treeview_dialog) fix not refreshing a subcategory if old & newThierry Vignaud2007-04-251-1/+1
* (do_search) only search in package listed in current mode (#29708)Thierry Vignaud2007-03-271-2/+2
* revert r57586:57588, aka do not keep around the rpm db opened, thus making mc...Thierry Vignaud2007-03-221-2/+2
* (run_treeview_dialog) kill more gtk+ warnings by calling clear_all_caches()Thierry Vignaud2007-03-221-0/+1
* show main_window earlier so that mcc doesn't complain we exited abnormally b/cThierry Vignaud2007-03-211-1/+2
* (run_treeview_dialog) bump copyright yearsThierry Vignaud2007-03-201-1/+1
* (run_treeview_dialog) adjust somewhat the margins around the checkboxesThierry Vignaud2007-03-201-3/+3
* (run_treeview_dialog) kill an old uglyness from gcThierry Vignaud2007-03-191-1/+0
* (run_treeview_dialog,ask_browse_tree_given_widgets_for_rpmdrake) splitThierry Vignaud2007-03-191-1/+5
* use fixed modeThierry Vignaud2007-03-161-2/+9
* (run_treeview_dialog) when filling the package list, use the "busy" cursor on...Thierry Vignaud2007-03-151-1/+1
* (compute_main_window_size) factorize strange typicall width computing hereThierry Vignaud2007-03-151-3/+1
* split out Gtk2::Mdv::TextViewThierry Vignaud2007-03-071-24/+1
* kill unused columnThierry Vignaud2007-03-071-1/+0
* use symbolic constants rather than hardcoding values everywhereThierry Vignaud2007-03-071-4/+4
* do not reread the urpm database if media manager didn't perform anythingThierry Vignaud2007-03-061-2/+1
* kill a noop according to pixelThierry Vignaud2007-03-011-1/+0
* (do_search) fix pixel's r91801 commit, thus fixing searching in description (...Thierry Vignaud2007-02-281-1/+1
* (Rpmdrake::rpmnew::do_merge_if_needed) move code that lookup *.rpm{new,save} ...Thierry Vignaud2007-02-221-14/+1
* fix standalone.pm wrong precedence over Rpmdrake::init for ARGV parsingThierry Vignaud2007-02-221-1/+1
* (run_treeview_dialog) reload the package db after editing sources (#27483)Thierry Vignaud2007-02-221-0/+1
* (run_treeview_dialog) reuse Rpmdrake::edit_urpm_sources instead of forkingThierry Vignaud2007-02-221-1/+2
* fix being unable to install packages when started as rpmdrake-remove (#26364)Thierry Vignaud2007-02-211-5/+1
* kill "grep_allowed_to_toggle" callback which really was unusedThierry Vignaud2007-02-211-1/+0