aboutsummaryrefslogtreecommitdiffstats
path: root/Rpmdrake/edit_urpm_sources.pm
Commit message (Collapse)AuthorAgeFilesLines
...
* (add_callback) there's no point in enabling one to tag media as updateThierry Vignaud2008-11-171-1/+6
| | | | | media when adding whole distro media
* (mainwindow) fix displayed version in 'About' dialogThierry Vignaud2008-10-071-1/+1
|
* bump copyright yearThierry Vignaud2008-10-071-1/+1
|
* (run_drakbug) factorize codeThierry Vignaud2008-10-061-1/+1
|
* (mainwindow) move "add media" menu entries from the "Options" menuThierry Vignaud2008-10-061-2/+2
| | | | | into the "File" menu (#44601)
* (edit_callback) enable to edit mirrorlist mediaThierry Vignaud2008-10-011-2/+2
|
* perl_checker fixesThierry Vignaud2008-10-011-2/+2
|
* adjust key accelerator (b/c of duplicate)Thierry Vignaud2008-10-011-1/+1
|
* (mainwindow) plug easy_add_callback_with_mirror() into menu so thatThierry Vignaud2008-10-011-0/+1
| | | | | one is still able to choose mirror
* (easy_add_callback) default is now using mirror listThierry Vignaud2008-10-011-13/+2
|
* (easy_add_callback_with_mirror) copy of easy_add_callback() (neededThierry Vignaud2008-10-011-0/+25
| | | | | for next commits)
* (_want_base_distro) split it out of easy_add_callback() (needed for next ↵Thierry Vignaud2008-10-011-7/+11
| | | | commits)
* (check_if_first_run,init) do not display a splash text anymoreThierry Vignaud2008-09-041-16/+1
|
* (mainwindow) by default do not enable to alter the 'update' flagThierry Vignaud2008-09-041-3/+6
| | | | | (unless --expert is given)
* (get_medium_type) handle new "cdrom://" typeThierry Vignaud2008-03-031-0/+1
|
* typo fix (Jure Repinc, #38304)Thierry Vignaud2008-03-031-1/+1
|
* (get_medium_type) handle mirror listThierry Vignaud2008-02-251-0/+1
|
* (add_callback) fix crashing on clicking on "Create media for a wholeThierry Vignaud2008-02-231-8/+1
| | | | | distribution" (regression introduced on Feb 21 2008 in rpmdrake-4.2 [r237156})
* (add_callback) fix crashing when adding a custom mediumThierry Vignaud2008-02-221-5/+2
|
* (add_distrib_update_media,easy_add_callback,mirrors) only ask for 'distrib' ↵Thierry Vignaud2008-02-211-2/+1
| | | | style URLs
* (choose_mirror,easy_add_callback,mirrors) drop arch choiceThierry Vignaud2008-02-211-10/+0
|
* (mainwindow) rename "Quit" as "Close" (more consistent when run whithin ↵Thierry Vignaud2008-02-211-1/+1
| | | | rpmdrake)
* (mainwindow) reorder 'File' menu ('Quit' is now last)Thierry Vignaud2008-02-211-1/+1
|
* (mainwindow) explainThierry Vignaud2008-02-211-0/+2
|
* perl_checker cleanupsThierry Vignaud2008-02-211-3/+2
|
* (remove_callback) display better formatted list when confirmingThierry Vignaud2008-02-211-1/+2
| | | | removing media
* (add_callback_) factorize more duplicated initializationThierry Vignaud2008-02-211-72/+47
|
* (edit_parallel) factorize more duplicated initializationThierry Vignaud2008-02-211-10/+10
|
* (remove_from_list) factorize duplicated codeThierry Vignaud2008-02-211-16/+16
|
* remove useless module requireThierry Vignaud2008-02-211-1/+0
|
* (options_callback) fix altering XML info policy on cancelThierry Vignaud2008-02-211-1/+3
|
* (options_callback) make all global options use combo boxes & simplify codeThierry Vignaud2008-02-211-16/+15
|
* (add_callback,edit_callback) drop support for "Relative path to ↵Thierry Vignaud2008-02-211-12/+3
| | | | synthesis/hdlist"
* (options_callback) fix indentationThierry Vignaud2008-02-191-1/+1
|
* (options_callback) allow user to specify how rpmdrake handles .xml.lzma ↵Thierry Vignaud2008-02-191-0/+34
| | | | files (#37390)
* (easy_add_callback) prevent rpmdrake to ask adding sources if alreadyThierry Vignaud2008-02-191-0/+1
| | | | | done through the media manager (#37360)
* (run) do not exit if urpmi db, just return so that rpmdrake doesn'tThierry Vignaud2008-02-141-2/+7
| | | | | exit then (no behavior change for edit-urpm-sources)
* (proxy_callback) lazy load curl_download now that rpmdrake.pm doesn'tThierry Vignaud2008-01-291-0/+1
| | | | | do it anymore
* (choose_mirror,mirrors) use urpm::download::sync() instead ofThierry Vignaud2008-01-291-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 makeThierry Vignaud2007-11-291-8/+7
| | | | | | the clearer and more up to date concerning current media structure (#35834)
* add support for --wait-lock optionThierry Vignaud2007-11-231-1/+1
|
* (add_distrib_update_media) factorize computing unique media namesThierry Vignaud2007-10-231-9/+1
|
* (mainwindow) handle media with non ASCII characters in names (#34906)Thierry Vignaud2007-10-231-1/+3
|
* (add_distrib_update_media) factorize codeThierry Vignaud2007-10-081-9/+1
|
* (mainwindow) perl_checker cleanupThierry Vignaud2007-10-041-1/+1
|
* (easy_add_callback) simplifyThierry Vignaud2007-10-041-2/+1
|
* (easy_add_callback) ask urpmi to only install update media if asked byThierry Vignaud2007-10-041-0/+1
| | | | | user (needs urpmi-4.10.14)
* (warn_about_media, easy_add_callback) thread update media like regular media ↵Thierry Vignaud2007-10-041-13/+0
| | | | | | | (aka look for media.cfg) needs fixed/updated tree on mirrors
* typo fix (fabman)Thierry Vignaud2007-09-271-1/+1
|
* (mainwindow) only show banner when runned from edit-urpm-sourcesThierry Vignaud2007-09-191-1/+1
|