aboutsummaryrefslogtreecommitdiffstats
path: root/Rpmdrake
Commit message (Collapse)AuthorAgeFilesLines
* (easy_add_callback_with_mirror,easy_add_callback) honnor cancelingThierry Vignaud2009-02-141-0/+2
| | | | | when the user closed the "updates/full_sources" dialog (#47125)
* (toggle_nodes) remove useless end of linesThierry Vignaud2009-02-131-4/+4
|
* (toggle_nodes) previous commit nicely showed some duplicated code ;Thierry Vignaud2009-02-131-8/+13
| | | | | let's factorize it
* (toggle_nodes) add a titles when warning about conflicting packageThierry Vignaud2009-02-131-1/+1
|
* (toggle_nodes) fix title when asking for removing additional packages ↵Thierry Vignaud2009-02-131-1/+1
| | | | confirmatin
* (already_installed_or_not_installable) really do not show emptyThierry Vignaud2009-02-131-2/+3
| | | | | dialogs (r252829 was incomplete)
* (perform_installation) try to pass a meaningfull @ask_unselect to ↵Thierry Vignaud2009-02-131-1/+4
| | | | urpm::main_loop::run()
* (already_installed_or_not_installable) do not show empty dialogsThierry Vignaud2009-02-131-0/+1
| | | | | | | rationale: due to some bugs in urpmi, we cannot always keep the state and thus urpm::select::translate_already_installed() results in us displaying empty dialogs sometimes
* (perform_installation) fix crashing on uninstalling packages (#47751)Thierry Vignaud2009-02-131-1/+1
|
* (mainwindow) do not use the same shortcut for "Add a specific "mediaThierry Vignaud2009-02-121-1/+1
| | | | | mirror" and "_Add a custom medium" menu entries (#46027)
* (fast_open_urpmi_db) prevent crashing in URPM when using --env with relative ↵Thierry Vignaud2009-02-121-0/+2
| | | | | | | | | paths (eg: "unable to read synthesis file bug-envs/47305_full/rpmdb.cz") (I suspect some chdir() happens at a certain stage in urpmi or URPM)
* (fast_open_urpmi_db) fix using --justdb optionThierry Vignaud2009-02-101-1/+1
|
* (perform_installation) implement 'need_restart' so that we warn when rebootingThierry Vignaud2009-02-101-1/+6
| | | | | is needed after installing packages
* (warn_about_media) use new proper API to select media, thus fixing notThierry Vignaud2009-02-091-1/+1
| | | | | updating media (side effect of urpmi-6.14.12 API changes, #47209)
* use english case (spoted by pixel)Thierry Vignaud2009-01-081-1/+1
|
* (remove_callback) fix displayling big list of media to remove andThierry Vignaud2009-01-081-3/+3
| | | | | adjust spacing accordingly (#46773)
* warn traverse() is costlyThierry Vignaud2009-01-062-0/+2
|
* comment a hackPascal Rigaux2009-01-061-0/+1
|
* (edit_callback) keep previous valuesThierry Vignaud2008-11-241-3/+3
|
* (edit_callback) do not save empty valuesThierry Vignaud2008-11-241-3/+3
|
* use new proper API now that we try not to drop 'ignore' flag when updating a ↵Thierry Vignaud2008-11-241-1/+1
| | | | medium (#44930)
* (mainwindow::reread_media) stop droping 'ignore' flag when updating aThierry Vignaud2008-11-241-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 Vignaud2008-11-241-1/+1
|
* (mainwindow) make 'add media' item in menu more meaningfull (fix ambiguity)Thierry Vignaud2008-11-241-1/+1
|
* (add_callback) make clearer than DVD, CD-ROM are removable devices (#30842)Thierry Vignaud2008-11-171-1/+1
|
* (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
* (toggle_nodes) fix displaying big list of conflicting packagesThierry Vignaud2008-10-211-1/+1
|
* (fast_open_urpmi_db) commit missing bit in latest commitThierry Vignaud2008-10-201-1/+1
| | | | | | ("(fast_open_urpmi_db) load global options after mananing --urpmi-root, thus fixigin loading options from chrooted config file")
* (fast_open_urpmi_db) load global options after mananing --urpmi-root,Thierry Vignaud2008-10-201-2/+2
| | | | | thus fixing loading options from chrooted config file
* (fast_open_urpmi_db) do not read big debug media if 'ignore_debug_media'Thierry Vignaud2008-10-111-0/+4
| | | | | option is set
* (gurpm::new) try harder not to have gray wait message dialogs (needs ↵Thierry Vignaud2008-10-111-2/+2
| | | | drakxtools > 11.67)
* open the chrooted .rpmdrake config file when using --envThierry Vignaud2008-10-111-4/+6
|
* (mainwindow) fix displayed version in 'About' dialogThierry Vignaud2008-10-071-1/+1
|
* bump copyright yearThierry Vignaud2008-10-071-1/+1
|
* (run_as_user) open help & bug report as user instead of as root (#44497)Thierry Vignaud2008-10-061-1/+1
|
* (run_drakbug) factorize codeThierry Vignaud2008-10-061-1/+1
|
* (run_help_callback) factorize codeThierry Vignaud2008-10-061-8/+7
|
* (mainwindow) move "add media" menu entries from the "Options" menuThierry Vignaud2008-10-061-2/+2
| | | | | into the "File" menu (#44601)
* (init) do not ask sources on startupThierry Vignaud2008-10-061-14/+0
|
* (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)
* (node_state) only warn once per session when media XML metadata areThierry Vignaud2008-09-301-1/+5
| | | | | | | | | newer than synthesis (#42737) (meaning package list & metadata are not syncrhonised and that media need updates) another solution would for for urpmi to be be less strict when searching
* (new,DESTROY) stop accounting main windows which collides withThierry Vignaud2008-09-301-2/+1
| | | | | | | | mygtk2's accounting resulting in broken transient_for hints (regression introduced in drakxtools-11.10.2 on 18 August 2008 while fixing focus issues (#42750))
* do not uselessly load Gtk2::Gdk::Keysyms (reduce RSS by nearly 400Kb in ↵Thierry Vignaud2008-09-222-2/+0
| | | | MandrivaUpdate)
* (format_changelog_string) push loading of Gtk2::Pango where actually neededThierry Vignaud2008-09-222-1/+1
|