summaryrefslogtreecommitdiffstats
path: root/gurpmi
Commit message (Collapse)AuthorAgeFilesLines
* bump copyrightThierry Vignaud2020-01-171-1/+1
|
* Update Mageia copyright statementsRémi Verschelde2017-04-261-0/+1
|
* fix gurpmi --auto not working anymore (mga#14565)Thierry Vignaud2014-11-251-1/+1
| | | | | | jut use new splited out 'drakbug' module instead of 'standalone' rationale: @ARGV handling in standalone breaks gurpmi --auto regression introduced commit a7c54188c5a236a07bc6aeb504f1b384960f80
* fix crashing when choosing to save fileThierry Vignaud2014-09-051-7/+8
| | | | | aka port from FileSelection to FileChooser (FileSelection no more exists in Gtk3...)
* report crashes through drakbugThierry Vignaud2014-09-041-0/+4
|
* fix segfaulting when managing exceptionsThierry Vignaud2014-09-041-1/+1
| | | | | | | | | | | | | | | | | | | | | | we were loading gtk+2 in order to set my_gtk_main_level to gtk_main_level which resulted in us strange segfaults when eg trying to save a package: $ gdb -q --args perl ./gurpmi ./coreutils-doc-8.23-1.mga5.noarch.rpm (gdb) s generic_exceptions_handler () at GClosure.xs:774 774 if ((*my_gtk_main_level)()) (gdb) print my_gtk_main_level $1 = (guint (*)()) 0x7fffe75eebf0 (gdb) print *my_gtk_main_level Cannot access memory at address 0x7fffe75eebf0 (gdb) s Program received signal SIGSEGV, Segmentation fault. 0x00007fffe75eebf0 in ?? () (gdb) print gtk_main_level $2 = {guint (void)} 0x7fffee90d650 <gtk_main_level>
* fix garbaged UTF-8 in file name arguments (mga#12407)Thierry Vignaud2014-01-241-0/+7
| | | | @ARGV encoding is changed after calling Gtk3->init
* use Gtk3 namespace instead of Gtk2Thierry Vignaud2013-12-051-11/+11
|
* Use polkit for authorisation (mga#11125)Colin Guthrie2013-10-121-2/+2
|
* only a couple func really are neededThierry Vignaud2013-03-211-1/+1
|
* support exceptions in callback in main wrapper tooThierry Vignaud2013-03-161-0/+6
|
* drop /usr/X11R6/bin from $PATHThierry Vignaud2012-06-081-1/+1
|
* update copyright noticesPer Øyvind Karlsen2010-11-211-1/+1
|
* display basename of src.rpm so that potential charset issues in directory arePascal Rigaux2008-10-091-1/+2
| | | | | removed (#44664)
* - gurpmi, gurpmi2:Pascal Rigaux2008-09-041-1/+0
| | | | | o silence perl warnings (ie remove "use warnings")
* (cancel_n_quit) notify callers when installation is canceled (#40358)Thierry Vignaud2008-08-141-3/+3
|
* factorize --version and --help handlingPascal Rigaux2008-07-101-0/+2
|
* re-sync after the big svn lossPascal Rigaux2007-04-241-1/+1
|
* bump copyright headerThierry Vignaud2007-02-221-1/+1
|
* make it executableThierry Vignaud2006-11-171-0/+0
|
* perl_checker compliancePascal Rigaux2006-11-091-2/+3
|
* Patch by Titi for gurpmi, to avoid asking confirmation when the new optionRafael Garcia-Suarez2006-03-061-1/+1
| | | | | --auto is given
* Add --auto-select option in gurpmi first (non-root) halfRafael Garcia-Suarez2006-03-031-5/+12
|
* Update copyright noticesRafael Garcia-Suarez2005-12-021-1/+2
|
* Allow to put rpm names on the gurpmi command-lineRafael Garcia-Suarez2005-11-141-0/+6
|
* Show proper error message when gurpmi cannot find an rpm fileRafael Garcia-Suarez2005-11-091-1/+8
|
* Don't use MDK::CommonRafael Garcia-Suarez2005-11-031-4/+6
|
* Add descriptions to the list of rpms to be installed in gurpmiRafael Garcia-Suarez2005-05-091-2/+6
| | | | | (bug 15496)
* s/Mandrake/Mandriva/Pablo Saratxaga2005-04-251-1/+1
|
* Convert strings to UTF-8 before display in gurpmi and gurpmi2.Rafael Garcia-Suarez2005-02-011-2/+2
| | | | | (bug 13296)
* Add support for --no-verify-rpm to gurpmiRafael Garcia-Suarez2005-01-241-13/+2
|
* More refactorisationRafael Garcia-Suarez2005-01-241-32/+6
|
* Make gurpmi save srpmsRafael Garcia-Suarez2005-01-191-2/+3
|
* Factorize some code in a new moduleRafael Garcia-Suarez2005-01-191-39/+10
|
* perl_checker fixesRafael Garcia-Suarez2005-01-191-13/+11
|
* Split fixesRafael Garcia-Suarez2005-01-191-14/+0
|
* Split gurpmi in two executables (one of them to be run as root)Rafael Garcia-Suarez2005-01-191-259/+6
|
* Fix bug 12998 : gurpmi doesn't count correcly the number of packages to installRafael Garcia-Suarez2005-01-131-1/+2
|
* perl_checker fixesRafael Garcia-Suarez2005-01-061-2/+4
|
* Nice scrollable windows for long messagesRafael Garcia-Suarez2004-12-081-7/+19
|
* Always separate package names with \nRafael Garcia-Suarez2004-12-081-1/+1
|
* Refresh interface at each window change.Rafael Garcia-Suarez2004-12-081-5/+6
|
* Don't repeat OK in information messageRafael Garcia-Suarez2004-12-081-1/+1
|
* Plug i18n function in.Rafael Garcia-Suarez2004-12-081-6/+1
|
* Don't ask for confirmation when there is only one package to be installed.Rafael Garcia-Suarez2004-12-081-1/+1
|
* Fix --help messageRafael Garcia-Suarez2004-12-081-2/+2
|
* gurpmi, the next generation.Rafael Garcia-Suarez2004-12-071-9/+417
|
* More taint safetyRafael Garcia-Suarez2004-08-101-0/+1
|
* Make gurpmi work with -TRafael Garcia-Suarez2004-05-041-0/+2
|
* Security of gurpmiRafael Garcia-Suarez2004-04-271-4/+5
|