aboutsummaryrefslogtreecommitdiffstats
path: root/rpmdrake.pm
Commit message (Collapse)AuthorAgeFilesLines
...
* (mirrors) lazy load mirrorThierry Vignaud2008-02-221-1/+1
|
* (add_distrib_update_media,easy_add_callback,mirrors) only ask for 'distrib' ↵Thierry Vignaud2008-02-211-4/+1
| | | | style URLs
* (choose_mirror,easy_add_callback,mirrors) drop arch choiceThierry Vignaud2008-02-211-3/+3
|
* (open_help) fix calling helpThierry Vignaud2008-02-211-1/+1
|
* (to_utf8) do not duplicate common::to_utf8(), especially now that no callerThierry Vignaud2008-02-211-8/+0
| | | | | need list context support (needs drakxtools-backend-10.6.21+)
* (build_tree,open_rpm_db,run_treeview_dialog,show_urpm_progress,Rpmdrake::wid ↵Thierry Vignaud2008-02-061-2/+2
| | | | gets::new) kill warnings
* (choose_mirror,mirrors) use urpm::download::sync() instead ofThierry Vignaud2008-01-291-7/+6
| | | | | | | 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
* (statusbar_msg) ensure message is displayed in status bar instaneouslyThierry Vignaud2007-12-051-0/+1
|
* (mirrors) revert bogus commit r230982 ("no more sent 'updates'Thierry Vignaud2007-10-231-1/+1
| | | | | requests") of 2007-10-08 that prevents to install only update media
* (add_distrib_update_media) factorize computing unique media namesThierry Vignaud2007-10-231-2/+5
|
* (add_distrib_update_media) rename "name" as "medium_name"Thierry Vignaud2007-10-231-2/+2
|
* (mirrors) no more sent 'updates' requestsThierry Vignaud2007-10-081-1/+1
|
* (add_distrib_update_media) factorize codeThierry Vignaud2007-10-081-0/+13
|
* (make_url_mirror) kill it now it's unusedThierry Vignaud2007-10-041-7/+0
|
* (update_sources_interactive) do refresh package list after updatingThierry Vignaud2007-09-281-1/+1
| | | | | | media (#34241) (regression added in r226358 on 2007-08-25 while spliting update_sources_noninteractive() from this function
* (open_help) reports staring the browser in status bar rather than withThierry Vignaud2007-09-191-4/+2
| | | | | an annoying popup
* (statusbar_msg) enable to automatically remove the status messageThierry Vignaud2007-09-191-2/+4
| | | | | after 5 seconds
* (make_url_mirror_dist) kill unused functionThierry Vignaud2007-09-141-7/+0
|
* (interactive_msg) kill frame around TextViewThierry Vignaud2007-09-141-4/+3
|
* (interactive_msg) fix latest commit: restore sizing height of TextViewsThierry Vignaud2007-09-131-1/+1
|
* (interactive_msg) force sizing of Labels in order to prevent garbagedThierry Vignaud2007-09-131-5/+4
| | | | | wrapping with hebrew (#32882)
* (interactive_msg) revert ugly rafael's hack of r17707 (2004-09-29) inThierry Vignaud2007-09-131-1/+1
| | | | | | order to force centering messages because at that time wait messages were wrongly embedded in mcc (was bug #11810 at the time)
* (to_utf8) do not reinvent the wheel; just reuse common::to_utf8()Thierry Vignaud2007-09-101-2/+1
|
* (warn_about_media) add a "Do not ask me next time" checkbox (#17697)Thierry Vignaud2007-08-271-1/+6
|
* (update_sources_noninteractive) split it out of update_sources_interactive()Thierry Vignaud2007-08-251-4/+11
|
* (writeconf) fix crash when trying to save non set variables (#31367)Thierry Vignaud2007-06-131-1/+1
|
* drop "automatically_update_kernels" option now that kernel*-latest areThierry Vignaud2007-03-231-3/+1
| | | | | now handled at urpmi level
* (interactive_list) handle "nocancel" option in order not to show "cancel" buttonThierry Vignaud2007-03-221-0/+2
|
* (choose_mirror,mirrors) accept an optional argument enabling toThierry Vignaud2007-03-221-3/+4
| | | | | override the architecture (needed for #28409)
* (interactive_msg) enable to pack extra widgetsThierry Vignaud2007-03-221-0/+1
|
* handle root directory not being /rootThierry Vignaud2007-03-211-2/+2
|
* if EUID is 0, always read config file in root directoryThierry Vignaud2007-03-211-0/+1
|
* minor perl_checker cleanupThierry Vignaud2007-03-151-1/+1
|
* (choose_mirror) rename "msg" as "errors" (more understandable)Thierry Vignaud2007-03-151-4/+4
|
* (choose_mirror) catch error message early in case remove_wait_msg() alters itThierry Vignaud2007-03-151-2/+2
|
* (mirrors) don't report cryptic "undefined value as array" error message (#27429)Thierry Vignaud2007-03-151-1/+1
|
* (myexit) save configuration on exit so that we "remember" we'veThierry Vignaud2007-03-151-1/+4
| | | | | offered to add media on first run
* on first run, offer to set up the packages sources (#28050)Thierry Vignaud2007-03-061-1/+3
|
* automatically select kernels if /root/.rpmdrake contains ↵Thierry Vignaud2007-03-021-1/+4
| | | | "automatically_update_kernels 1"
* fix setting gettext domains before mygtk2 initilizesThierry Vignaud2007-02-281-1/+3
|
* lookup rpm-summary-main, rpm-summary-contrib, & rpm-summary-develThierry Vignaud2007-02-221-1/+1
| | | | | domains too for translations
* further help perl_checkerThierry Vignaud2007-02-221-3/+3
|
* remove useless prefixThierry Vignaud2007-02-221-1/+1
|
* help perl_checkerThierry Vignaud2007-02-221-1/+2
|
* (interactive_list_,interactive_msg_with_banner) move them into rpmdrake.pmThierry Vignaud2007-02-201-0/+5
|
* help perl_checkerThierry Vignaud2007-02-201-6/+7
|
* (getbanner) set different title for MandrivaUpdateThierry Vignaud2007-02-201-1/+1
|
* simplify gfx initialization, ugtk2 already take care of thatThierry Vignaud2007-02-201-5/+1
|
* bump copyrightThierry Vignaud2007-01-261-2/+2
|
* (update_sources) transient hint is already managed by wait_msg()Thierry Vignaud2007-01-171-1/+0
|