aboutsummaryrefslogtreecommitdiffstats
path: root/Rpmdrake/edit_urpm_sources.pm
Commit message (Expand)AuthorAgeFilesLines
...
* (mainwindow) put menubar above bannerThierry Vignaud2007-09-191-1/+1
* (run) use fast_open_urpmi_db() instead of urpm::new() in order toThierry Vignaud2007-09-111-1/+1
* simplify by reusing Rpmdrake::open_db::fast_open_urpmi_db()Thierry Vignaud2007-09-111-9/+7
* (mainwindow) display a banner now that we don't display mcc's banner &Thierry Vignaud2007-09-101-0/+1
* (easy_add_callback) simplify using open_urpmi_db()Thierry Vignaud2007-09-041-4/+2
* clear executable bitThierry Vignaud2007-09-031-0/+0
* (easy_add_callback) move this comment nearer the code it's commentingThierry Vignaud2007-09-031-1/+1
* (easy_add_callback) fix erasing all existing media when adding newThierry Vignaud2007-09-031-1/+6
* (easy_add_callback) move a comment where appropriateThierry Vignaud2007-09-031-1/+1
* (mainwindow) swap "add custom" and "add sources" between menubar and buttons barThierry Vignaud2007-09-031-2/+2
* (mainwindow) display media type in media list (#25043)Thierry Vignaud2007-09-031-2/+5
* (get_medium_type) introduce it in order to get medium type (needed for #25043)Thierry Vignaud2007-09-031-0/+17
* (mainwindow) make it more readableThierry Vignaud2007-08-301-1/+5
* do not harcode column indexes for main windowThierry Vignaud2007-08-301-7/+15
* (mainwindow) size main window height now that we have less buttons forThierry Vignaud2007-08-271-1/+1
* (mainwindow) make all buttons look consistent regarding "..."Thierry Vignaud2007-08-271-2/+2
* (mainwindow) when run as a standalone tool, display a std "help" menuThierry Vignaud2007-08-271-0/+26
* (mainwindow) move all buttons not directely related to media list in a new me...Thierry Vignaud2007-08-271-13/+17
* (add_callback) rework some stringsThierry Vignaud2007-08-271-3/+3
* (edit_callback) ensure update progress dialog is centered upon main windowThierry Vignaud2007-08-251-0/+2
* (edit_callback) reindentThierry Vignaud2007-08-251-2/+2
* (edit_callback) fix moving altered medium at end of media list (#32489)Thierry Vignaud2007-08-251-0/+14
* (easy_add_callback) fix adding official media on ia32 (#30059)Thierry Vignaud2007-04-031-0/+1
* (easy_add_callback) display the right arch when selecting ia32 mediaThierry Vignaud2007-03-221-1/+4
* (easy_add_callback) enable to select ia32 for adding media (#28409)Thierry Vignaud2007-03-221-0/+7
* (downwards_callback, upwards_callback) refresh button states after moving aThierry Vignaud2007-03-131-0/+2
* (downwards_callback, upwards_callback) adapt to multiple selection mode (#29186)Thierry Vignaud2007-03-091-4/+9
* (easy_add_callback) fix crash when adding sources on startup (#29252)Thierry Vignaud2007-03-071-0/+1
* (keys_callback) improved layout (homogeneize button labels; make them shorter...Thierry Vignaud2007-03-071-2/+2
* (keys_callback) switch to "pijama" modeThierry Vignaud2007-03-071-0/+1
* (remove_callback) fix removing several medium (#29203)Thierry Vignaud2007-03-061-1/+1
* (edit_callback) kill a commentThierry Vignaud2007-03-061-1/+1
* (edit_callback) fix editing a medium (#29204)Thierry Vignaud2007-03-061-1/+1
* (mainwindow) set down/edit/remove/up buttons insensitive by defaultThierry Vignaud2007-03-061-0/+2
* (mainwindow,run) returns whether we've changed anything or notThierry Vignaud2007-03-061-3/+16
* perl_checker cleanupsThierry Vignaud2007-03-011-6/+5
* (remove_callback) enable to delete several medium at once (#21532)Thierry Vignaud2007-03-011-6/+12
* (selected_rows) introduce it to (based on selrow template)Thierry Vignaud2007-03-011-0/+8
* adapt to multiple selection: disable "edit" button if there's more than one s...Thierry Vignaud2007-03-011-4/+10
* enable multiple selection (#21532)Thierry Vignaud2007-03-011-1/+1
* sortThierry Vignaud2007-03-011-1/+1
* (mainwindow) make "edit" button insensitive if no selectionThierry Vignaud2007-02-221-5/+5
* (mainwindow) make "remove" button insensitive if no selectionThierry Vignaud2007-02-221-2/+3
* (mainwindow) localize ::main_windowThierry Vignaud2007-02-221-1/+1
* (mainwindow) make it modal and set transient hint (usefull now that it'sThierry Vignaud2007-02-221-1/+1
* perl_checker cleanupThierry Vignaud2007-02-221-1/+1
* split out urpm sources edition stuff into Rpmdrake::edit_urpm_sources, creati...Thierry Vignaud2007-02-221-0/+1081