aboutsummaryrefslogtreecommitdiffstats
path: root/rpmdrake
Commit message (Expand)AuthorAgeFilesLines
* (open_help) fix calling helpThierry Vignaud2008-02-211-1/+1
* (do_search) fix a crash (#37626)Thierry Vignaud2008-02-131-4/+5
* typo fix (Dick GeversThierry Vignaud2007-10-051-1/+1
* really report distro release in about dialogThierry Vignaud2007-10-041-1/+1
* kill commented out fixed size mode since it's incompatible withThierry Vignaud2007-09-261-1/+0
* make "Reset the selection" work if no group is selected in treeThierry Vignaud2007-09-211-1/+3
* (do_search) when searching in summaries, perform it directly since weThierry Vignaud2007-09-211-0/+8
* (do_search) reorder tests (needed for next commit)Thierry Vignaud2007-09-211-9/+9
* (get_status) there's no sense in displaying different data accordingThierry Vignaud2007-09-201-3/+1
* (do_search) simplify with new statusbar_msg() semanticsThierry Vignaud2007-09-191-2/+1
* (run_treeview_dialog) enable to sort by stateThierry Vignaud2007-09-191-0/+1
* (run_treeview_dialog) enable to sort by selected status(#27338)Thierry Vignaud2007-09-181-0/+1
* (run_treeview_dialog) make package list be sortableThierry Vignaud2007-09-181-0/+1
* enable markups for package columnThierry Vignaud2007-09-171-1/+1
* add support for markup columnsThierry Vignaud2007-09-171-1/+1
* make it more readableThierry Vignaud2007-09-171-1/+2
* cleanupThierry Vignaud2007-09-171-1/+1
* rephrase (#33188)Thierry Vignaud2007-09-131-1/+1
* (run_treeview_dialog) make "Package" column use all available spaceThierry Vignaud2007-09-111-1/+1
* (run_treeview_dialog) minor cleanupsThierry Vignaud2007-09-111-3/+3
* (open_rpm_db,open_urpmi_db) split them from Rpmdrake::pkg intoThierry Vignaud2007-09-111-0/+1
* better phrasing (#33188)Thierry Vignaud2007-09-101-1/+1
* (run_treeview_dialog) fix order of columnsThierry Vignaud2007-09-101-1/+1
* (run_treeview_dialog) add margins to columns titles (better than usingThierry Vignaud2007-09-061-1/+1
* (run_treeview_dialog) make column creation more readableThierry Vignaud2007-09-061-8/+28
* (run_treeview_dialog) add margins in package list's columnsThierry Vignaud2007-09-061-2/+3
* (run_treeview_dialog) make package name column be resizableThierry Vignaud2007-09-061-0/+1
* (run_treeview_dialog) set ellipsize for package name columnThierry Vignaud2007-09-061-1/+2
* (run_treeview_dialog) autosize "package", "version" & "arch" columns;Thierry Vignaud2007-09-061-1/+2
* (run_treeview_dialog) do show columns headers in package listThierry Vignaud2007-09-061-1/+0
* (add_node,run_treeview_dialog) display package name, version & arch as 3Thierry Vignaud2007-09-061-4/+6
* (run_treeview_dialog) align "select all" button to the leftThierry Vignaud2007-09-031-1/+1
* kill "help" button in button bar (which was there because we didn'tThierry Vignaud2007-09-031-4/+0
* perl_checker cleanupsThierry Vignaud2007-09-031-3/+3
* (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