aboutsummaryrefslogtreecommitdiffstats
path: root/rpmdrake.pm
Commit message (Collapse)AuthorAgeFilesLines
* (update_sources) fix return value when cancelingThierry Vignaud2008-10-161-0/+1
|
* (show_urpm_progress) better looking messages when downloading filesThierry Vignaud2008-10-141-2/+2
|
* (fast_open_urpmi_db) do not read big debug media if 'ignore_debug_media'Thierry Vignaud2008-10-111-1/+3
| | | | | option is set
* (writeconf) do not write chrooted .rpmdrake config file on exit when using --envThierry Vignaud2008-10-111-0/+1
|
* open the chrooted .rpmdrake config file when using --envThierry Vignaud2008-10-111-0/+1
|
* (run_as_user) export it for Rpmdrake::guiThierry Vignaud2008-10-061-0/+1
|
* (open_help) revert latest change, run_as_help() doesn't work for drakhelp...Thierry Vignaud2008-10-061-1/+2
|
* (run_as_user) open help & bug report as user instead of as root (#44497)Thierry Vignaud2008-10-061-2/+11
|
* (run_drakbug) factorize codeThierry Vignaud2008-10-061-0/+6
|
* (update_sources_interactive) add a FIXME noteThierry Vignaud2008-10-031-0/+1
|
* (update_sources_interactive) reindentThierry Vignaud2008-10-031-3/+3
|
* (update_sources_interactive) fix too big "media to update" window (#44518)Thierry Vignaud2008-10-031-1/+3
| | | | | (using a listview would be just better)
* (add_distrib_update_media) enable to use mirrorlistThierry Vignaud2008-10-011-1/+3
|
* (warn_for_network_need) split it out of choose_mirror() (needed forThierry Vignaud2008-10-011-4/+10
| | | | | next commits)
* kill support for unused 'banner' optionThierry Vignaud2008-09-171-5/+0
|
* (interactive_msg_with_banner) kill dead codeThierry Vignaud2008-09-171-2/+0
|
* (mirrors) adapt to urpmi-6.6+ new API (which workaround urpmi APIThierry Vignaud2008-09-091-1/+1
| | | | | breakage #43639)
* kill now useless 'already_splashed' optionThierry Vignaud2008-09-041-3/+1
|
* (readconf) make --mode option work againThierry Vignaud2008-08-261-1/+1
|
* (update_sources) crash fix (#41970)Thierry Vignaud2008-08-251-1/+1
|
* save & restore window size in MandrivaUpdate too (#25932)Thierry Vignaud2008-07-021-1/+5
|
* save & restore window size (#25932)Thierry Vignaud2008-07-021-0/+5
|
* (writeconf) add spacingThierry Vignaud2008-07-021-0/+2
|
* (choose_mirror) made the error message even clearer, in its own sectionThierry Vignaud2008-04-011-0/+1
|
* (mirrors) better error message while downloading mirror list (#39675)Thierry Vignaud2008-04-011-1/+1
|
* (readconf) prevent crash by ignoring undefined values (crash hapennedThierry Vignaud2008-03-311-0/+3
| | | | | | if config file set empty values for some variables (eg: after old gurpmi.addmedia garbaged it)) (#39511)
* make the focus default on "yes" in yes/no dialogs (Emmanuel Blindauer, #39123)Thierry Vignaud2008-03-211-6/+10
|
* (interactive_msg) fix displaying data about packages when choosing oneThierry Vignaud2008-03-181-2/+2
| | | | | | | | while resolving dependancies (#39042) (regression introduced in r238921 on 2008-03-10: "(interactive_msg) enable to use markups in TextView (needed for next commit)")
* add a "mode" combo box, thus restoring flat mode (#25770) and allowing again toThierry Vignaud2008-03-171-1/+3
| | | | | sort packages by size (#25417)
* split filters (all, installed, non installed) from views (GUI, meta packages,Thierry Vignaud2008-03-171-1/+3
| | | | | updates, ...)
* consider rpm-summary-non-free when fetching package summariesFunda Wang2008-03-151-1/+1
|
* (interactive_msg) support markups for simple Labels too (needed forThierry Vignaud2008-03-141-1/+2
| | | | | next commit)
* (interactive_msg) enable to use markups in TextView (needed for next commit)Thierry Vignaud2008-03-101-1/+5
|
* fix crash (#38514) due to not having commited all bits of 'remember state ofThierry Vignaud2008-03-051-1/+2
| | | | | "Show automatically selected packages" (#38138)'
* sort exportsThierry Vignaud2008-03-051-17/+17
|
* move a variableThierry Vignaud2008-03-051-0/+3
|
* sync default tree_mode with Rpmdrake::init (needed by latest commit)Thierry Vignaud2008-03-051-1/+1
|
* (readconf) remember latest view mode (#38138)Thierry Vignaud2008-03-051-1/+2
|
* (mirrors) add a progress bar while downloading mirrors list & enableThierry Vignaud2008-02-221-3/+17
| | | | | to cancel it (#34630)
* (choose_mirror,mirrors) display a message in statusbar (if availlable)Thierry Vignaud2008-02-221-7/+12
| | | | | rather than a wait dialog
* (mirrors) reindent for readabilityThierry Vignaud2008-02-221-10/+11
|
* (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