summaryrefslogtreecommitdiffstats
path: root/gurpmi2
Commit message (Expand)AuthorAgeFilesLines
* (copy_removable) add a FIXME noteThierry Vignaud2008-04-011-0/+1
* handle provides (spotted by salem)Thierry Vignaud2008-03-171-1/+4
* (configure_urpm) return 1 like urpmi if package doesn't existThierry Vignaud2008-03-131-1/+1
* handle --forceThierry Vignaud2008-03-131-0/+1
* actually declare the global variables used by urpm::argsThierry Vignaud2008-03-131-0/+5
* (do_install_3) return urpmi error codeThierry Vignaud2008-03-131-1/+1
* (configure_urpm) do not convert manually in UTF-8, it's cannot cover bothThierry Vignaud2008-03-131-1/+0
* (do_install_2) perl_checker cleanupsThierry Vignaud2008-03-101-2/+2
* (configure_urpm) fix breakage introduced with priority upgrades support (#38738)Thierry Vignaud2008-03-101-1/+1
* handle priority upgrade listThierry Vignaud2008-03-041-2/+19
* (copy_removable) do not pass the device around (we don't want to force a devi...Thierry Vignaud2008-03-031-1/+1
* better styleThierry Vignaud2008-03-031-1/+1
* give the focus to buttons (Emmanuel Blindauer, #38047)Thierry Vignaud2008-03-031-0/+5
* fix --auto-select optionThierry Vignaud2008-03-031-1/+1
* (do_install_3) make completed() callback return instead of waitingThierry Vignaud2008-03-031-0/+1
* - urpmi:Pascal Rigaux2007-12-121-1/+2
* factorize default options, and have them by default in $urpm->{options}Pascal Rigaux2007-11-281-3/+0
* - urpmi:Pascal Rigaux2007-11-281-1/+1
* (completed callback) umount removable media as soon as possibleThierry Vignaud2007-08-131-1/+1
* (completed callback) unlock RPM & URPMI dbs locks as soon as possible like rp...Thierry Vignaud2007-08-131-2/+2
* (do_install_3) reuse urpm::main_loopThierry Vignaud2007-08-131-94/+60
* re-sync after the big svn lossPascal Rigaux2007-04-241-2/+2
* merge some strings (thus giving more control to translators for theThierry Vignaud2007-03-051-1/+1
* bump copyright headerThierry Vignaud2007-02-221-1/+1
* fixed some ngettext usePablo Saratxaga2007-02-211-4/+6
* (do_install_2) display the same info as the text version (number and size of ...Thierry Vignaud2007-01-181-2/+7
* use urpm::msg for P()Thierry Vignaud2007-01-181-0/+1
* (do_install_2) really factorize stringThierry Vignaud2007-01-181-1/+1
* (do_install_2) factorize string with urpmiThierry Vignaud2007-01-181-4/+4
* (do_install_2) handle sing/plural formsThierry Vignaud2007-01-181-46/+37
* Copying release 1.5-2mdv2007.1 to pristine/ directory.Mandrake2006-12-081-31/+37
* (configure_urpm) fix crash in do_install_3() and really lock the urpm dbThierry Vignaud2006-12-051-1/+2
* don't ignore exceptions in callbacksThierry Vignaud2006-12-051-0/+1
* - move lock functions to a full blown modulePascal Rigaux2006-11-231-5/+4
* don't have a global variable to hold locks, otherwise code can't lock twicePascal Rigaux2006-11-231-4/+6
* move many functions from urpm.pm to new module urpm/select.pmPascal Rigaux2006-11-211-6/+7
* - move download_packages_of_distant_media() from urpm.pm to urpm::get_pkgsPascal Rigaux2006-11-211-2/+3
* create urpm::signature out of urpm.pmPascal Rigaux2006-11-211-1/+2
* create urpm::removable out of urpm.pmPascal Rigaux2006-11-211-2/+2
* move many functions from urpm.pm to urpm/media.pmPascal Rigaux2006-11-211-1/+2
* move create_transaction() and prepare_transaction() from urpm.pm into urpm/in...Pascal Rigaux2006-11-211-2/+2
* move urpm::install() into urpm::install::install() (new module)Pascal Rigaux2006-11-211-1/+2
* move lock functions to urpm::sysPascal Rigaux2006-11-211-4/+4
* simplify copy_packages_of_removable_media() prototypePascal Rigaux2006-11-201-4/+2
* make translate_message the default in install() since we always use itPascal Rigaux2006-11-201-1/+0
* make translate the default in check_sources_signatures() code since it isPascal Rigaux2006-11-201-1/+1
* factorize code through create_scrolled_window()Thierry Vignaud2006-11-171-16/+5
* - adapt ->translate_why_unselected to do what each callers do: sort its args ...Pascal Rigaux2006-11-101-1/+1
* - adapt ->translate_why_removed to do what each callers do: sort its args and...Pascal Rigaux2006-11-101-1/+1
* remove unused variablePascal Rigaux2006-11-091-1/+0