Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (remove_callback) fix displayling big list of media to remove and | Thierry Vignaud | 2009-01-08 | 1 | -3/+3 |
| | | | | | adjust spacing accordingly (#46773) | ||||
* | (edit_callback) keep previous values | Thierry Vignaud | 2008-11-24 | 1 | -3/+3 |
| | |||||
* | (edit_callback) do not save empty values | Thierry Vignaud | 2008-11-24 | 1 | -3/+3 |
| | |||||
* | use new proper API now that we try not to drop 'ignore' flag when updating a ↵ | Thierry Vignaud | 2008-11-24 | 1 | -1/+1 |
| | | | | medium (#44930) | ||||
* | (mainwindow::reread_media) stop droping 'ignore' flag when updating a | Thierry Vignaud | 2008-11-24 | 1 | -4/+0 |
| | | | | | | | | | medium (#44930) [was added in r17756 by rgarciasuarez on 2004-11-17: "When modifying a media has failed, restore it (and don't keep it in the intermediate state of being ignored)"] | ||||
* | (get_medium_type) fix displaying type of altered mirrorlist media (#44930) | Thierry Vignaud | 2008-11-24 | 1 | -1/+1 |
| | |||||
* | (mainwindow) make 'add media' item in menu more meaningfull (fix ambiguity) | Thierry Vignaud | 2008-11-24 | 1 | -1/+1 |
| | |||||
* | (add_callback) make clearer than DVD, CD-ROM are removable devices (#30842) | Thierry Vignaud | 2008-11-17 | 1 | -1/+1 |
| | |||||
* | (add_callback) there's no point in enabling one to tag media as update | Thierry Vignaud | 2008-11-17 | 1 | -1/+6 |
| | | | | | media when adding whole distro media | ||||
* | (mainwindow) fix displayed version in 'About' dialog | Thierry Vignaud | 2008-10-07 | 1 | -1/+1 |
| | |||||
* | bump copyright year | Thierry Vignaud | 2008-10-07 | 1 | -1/+1 |
| | |||||
* | (run_drakbug) factorize code | Thierry Vignaud | 2008-10-06 | 1 | -1/+1 |
| | |||||
* | (mainwindow) move "add media" menu entries from the "Options" menu | Thierry Vignaud | 2008-10-06 | 1 | -2/+2 |
| | | | | | into the "File" menu (#44601) | ||||
* | (edit_callback) enable to edit mirrorlist media | Thierry Vignaud | 2008-10-01 | 1 | -2/+2 |
| | |||||
* | perl_checker fixes | Thierry Vignaud | 2008-10-01 | 1 | -2/+2 |
| | |||||
* | adjust key accelerator (b/c of duplicate) | Thierry Vignaud | 2008-10-01 | 1 | -1/+1 |
| | |||||
* | (mainwindow) plug easy_add_callback_with_mirror() into menu so that | Thierry Vignaud | 2008-10-01 | 1 | -0/+1 |
| | | | | | one is still able to choose mirror | ||||
* | (easy_add_callback) default is now using mirror list | Thierry Vignaud | 2008-10-01 | 1 | -13/+2 |
| | |||||
* | (easy_add_callback_with_mirror) copy of easy_add_callback() (needed | Thierry Vignaud | 2008-10-01 | 1 | -0/+25 |
| | | | | | for next commits) | ||||
* | (_want_base_distro) split it out of easy_add_callback() (needed for next ↵ | Thierry Vignaud | 2008-10-01 | 1 | -7/+11 |
| | | | | commits) | ||||
* | (check_if_first_run,init) do not display a splash text anymore | Thierry Vignaud | 2008-09-04 | 1 | -16/+1 |
| | |||||
* | (mainwindow) by default do not enable to alter the 'update' flag | Thierry Vignaud | 2008-09-04 | 1 | -3/+6 |
| | | | | | (unless --expert is given) | ||||
* | (get_medium_type) handle new "cdrom://" type | Thierry Vignaud | 2008-03-03 | 1 | -0/+1 |
| | |||||
* | typo fix (Jure Repinc, #38304) | Thierry Vignaud | 2008-03-03 | 1 | -1/+1 |
| | |||||
* | (get_medium_type) handle mirror list | Thierry Vignaud | 2008-02-25 | 1 | -0/+1 |
| | |||||
* | (add_callback) fix crashing on clicking on "Create media for a whole | Thierry Vignaud | 2008-02-23 | 1 | -8/+1 |
| | | | | | distribution" (regression introduced on Feb 21 2008 in rpmdrake-4.2 [r237156}) | ||||
* | (add_callback) fix crashing when adding a custom medium | Thierry Vignaud | 2008-02-22 | 1 | -5/+2 |
| | |||||
* | (add_distrib_update_media,easy_add_callback,mirrors) only ask for 'distrib' ↵ | Thierry Vignaud | 2008-02-21 | 1 | -2/+1 |
| | | | | style URLs | ||||
* | (choose_mirror,easy_add_callback,mirrors) drop arch choice | Thierry Vignaud | 2008-02-21 | 1 | -10/+0 |
| | |||||
* | (mainwindow) rename "Quit" as "Close" (more consistent when run whithin ↵ | Thierry Vignaud | 2008-02-21 | 1 | -1/+1 |
| | | | | rpmdrake) | ||||
* | (mainwindow) reorder 'File' menu ('Quit' is now last) | Thierry Vignaud | 2008-02-21 | 1 | -1/+1 |
| | |||||
* | (mainwindow) explain | Thierry Vignaud | 2008-02-21 | 1 | -0/+2 |
| | |||||
* | perl_checker cleanups | Thierry Vignaud | 2008-02-21 | 1 | -3/+2 |
| | |||||
* | (remove_callback) display better formatted list when confirming | Thierry Vignaud | 2008-02-21 | 1 | -1/+2 |
| | | | | removing media | ||||
* | (add_callback_) factorize more duplicated initialization | Thierry Vignaud | 2008-02-21 | 1 | -72/+47 |
| | |||||
* | (edit_parallel) factorize more duplicated initialization | Thierry Vignaud | 2008-02-21 | 1 | -10/+10 |
| | |||||
* | (remove_from_list) factorize duplicated code | Thierry Vignaud | 2008-02-21 | 1 | -16/+16 |
| | |||||
* | remove useless module require | Thierry Vignaud | 2008-02-21 | 1 | -1/+0 |
| | |||||
* | (options_callback) fix altering XML info policy on cancel | Thierry Vignaud | 2008-02-21 | 1 | -1/+3 |
| | |||||
* | (options_callback) make all global options use combo boxes & simplify code | Thierry Vignaud | 2008-02-21 | 1 | -16/+15 |
| | |||||
* | (add_callback,edit_callback) drop support for "Relative path to ↵ | Thierry Vignaud | 2008-02-21 | 1 | -12/+3 |
| | | | | synthesis/hdlist" | ||||
* | (options_callback) fix indentation | Thierry Vignaud | 2008-02-19 | 1 | -1/+1 |
| | |||||
* | (options_callback) allow user to specify how rpmdrake handles .xml.lzma ↵ | Thierry Vignaud | 2008-02-19 | 1 | -0/+34 |
| | | | | files (#37390) | ||||
* | (easy_add_callback) prevent rpmdrake to ask adding sources if already | Thierry Vignaud | 2008-02-19 | 1 | -0/+1 |
| | | | | | done through the media manager (#37360) | ||||
* | (run) do not exit if urpmi db, just return so that rpmdrake doesn't | Thierry Vignaud | 2008-02-14 | 1 | -2/+7 |
| | | | | | exit then (no behavior change for edit-urpm-sources) | ||||
* | (proxy_callback) lazy load curl_download now that rpmdrake.pm doesn't | Thierry Vignaud | 2008-01-29 | 1 | -0/+1 |
| | | | | | do it anymore | ||||
* | (choose_mirror,mirrors) use urpm::download::sync() instead of | Thierry Vignaud | 2008-01-29 | 1 | -1/+1 |
| | | | | | | | curl_download::download() in order to download mirror list from api.mandriva.com, thus using the downloader set up with urpmi instead of forcing curl, and using urpmi's proxy options | ||||
* | (easy_add_callback) update button labels & message in order to make | Thierry Vignaud | 2007-11-29 | 1 | -8/+7 |
| | | | | | | the clearer and more up to date concerning current media structure (#35834) | ||||
* | add support for --wait-lock option | Thierry Vignaud | 2007-11-23 | 1 | -1/+1 |
| | |||||
* | (add_distrib_update_media) factorize computing unique media names | Thierry Vignaud | 2007-10-23 | 1 | -9/+1 |
| |