aboutsummaryrefslogtreecommitdiffstats
path: root/rpmdrake
Commit message (Collapse)AuthorAgeFilesLines
* typo fix spot by Rémi VerscheldeThierry Vignaud2016-10-181-1/+1
|
* add a tooltip for the selection column tooThierry Vignaud2016-10-161-0/+1
|
* fix test in previous commitThierry Vignaud2016-10-161-1/+1
| | | | | was rest of a never push alternative (it was OK as we did have a global $w but let's clean this)
* show a tooltip for arch column too (mga#7962)Thierry Vignaud2016-10-161-0/+2
|
* add tooltip to status column (mga#7962)Thierry Vignaud2016-10-161-0/+8
|
* Fix logo in 'About Rpmdrake' dialogYuri Chornoivan2015-12-271-0/+1
|
* bump copyright noticeThierry Vignaud2014-06-291-1/+1
| | | | for bad faith people who do look at "git log"...
* perl_checker cleanupsThierry Vignaud2014-06-271-11/+11
|
* fix a rare crash (mga#12113)Thierry Vignaud2014-06-271-0/+1
|
* fix my emailThierry Vignaud2013-12-161-1/+1
|
* fix my emailThierry Vignaud2013-12-161-1/+1
|
* fix searching returning no results (mga#11898)Thierry Vignaud2013-12-061-1/+1
| | | | migration in commit cc91f031 wasn't bogus
* "Gtk3::Gdk::Keysyms{XYZ}" => "Gtk3::Gdk::KEY_XYZ"Thierry Vignaud2013-12-061-1/+1
| | | | migration in commit cc91f031 wasn't complete
* same for artists, also mdv icons were replacedThierry Vignaud2013-12-051-1/+1
|
* set_authors() now expect an array refThierry Vignaud2013-12-051-1/+1
|
* fix "Gtk3::Gdk::keyval_from_name: passed too many parameters"Thierry Vignaud2013-12-051-1/+1
|
* fix missing mandatory argThierry Vignaud2013-12-051-2/+2
|
* fix menu ids & simplify after conversion to UIManagerThierry Vignaud2013-12-051-28/+20
|
* kill now useless functionThierry Vignaud2013-12-051-3/+0
|
* simplifyThierry Vignaud2013-12-051-3/+4
|
* convert menu to UIManagerThierry Vignaud2013-12-051-54/+95
|
* kill doble commented out branchThierry Vignaud2013-12-051-1/+0
|
* fix pathes for UIManagerThierry Vignaud2013-12-051-8/+5
|
* (reset_selection) split it outThierry Vignaud2013-12-051-20/+23
| | | | (needed for next commits)
* drop "/" from menu pathesThierry Vignaud2013-12-051-23/+23
| | | | (needed for next commit)
* (show_about_dlg) split it outThierry Vignaud2013-12-051-20/+22
| | | | (needed for next commit)
* adapt to Gtk3;;RadioMenuItem APIThierry Vignaud2013-12-051-1/+1
|
* no need to implement our own cell rendererThierry Vignaud2013-12-051-1/+7
|
* fix computing root_window sizeThierry Vignaud2013-12-051-1/+1
|
* those setters no more accept undefThierry Vignaud2013-12-051-2/+2
|
* draw replaces expose_eventThierry Vignaud2013-12-051-1/+1
|
* perlish ->window => ->get_windowThierry Vignaud2013-12-051-7/+7
|
* use Gtk3 namespace instead of Gtk2Thierry Vignaud2013-12-051-24/+24
|
* "Gtk2::Gdk::Keysyms{XYZ}" => "Gtk3::Gdk::KEY_XYZ"Thierry Vignaud2013-12-051-2/+1
|
* use (my|u)gtk3 instead of *tk2Thierry Vignaud2013-12-051-6/+6
|
* fix install dialog title (mga#9550)Thierry Vignaud2013-04-201-2/+2
| | | | | | | | rename a variable introduced by jvictor in commit r267936 on Apr 26 2010 ("Added auto_select and clean_cache options to conf file") that badly conflicted with urpmi's ::auto_select variable we were lucky it didn't break more...
* do not store {selected} in memory if not neededThierry Vignaud2012-09-271-2/+2
|
* s!is Mga pkg!is the Mga pkg! (mga#6642)Thierry Vignaud2012-09-181-1/+1
|
* perl_checker cleanupsThierry Vignaud2012-09-171-2/+2
| | | | (actually the space issues weren't caught by it)
* make failing to open RPM DB non fatal when reseting selection (mga#7352)Thierry Vignaud2012-09-071-1/+6
|
* (pkgs_provider) simplfy: only pass one hash of optionsThierry Vignaud2012-03-261-2/+2
| | | | (inspirated from mdv)
* (sort_packages,sort_packages_biarch,sort_packages_monoarch) split them outThierry Vignaud2012-02-171-5/+1
|
* (do_search) only sort packages onceThierry Vignaud2012-02-171-2/+3
|
* (do_search) show 32bit packages last in searches on 64bit (mga#1261)Thierry Vignaud2012-02-151-2/+6
|
* perl_checker styleThierry Vignaud2012-02-011-3/+3
|
* - s/successfull/successful/ (mga#945)Ahmad Samir2011-04-221-1/+1
|
* Synthesized commit during git-svn import combining previous Mandriva history ↵Mageia SVN-Git Migration2011-02-141-4/+4
| | | | | | | | | | | | with Mageia. This commit consitsts of the following subversion commits: ------------------------------------------------------------------------ r535 | dmorgan | 2011-02-14 00:37:56 +0000 (Mon, 14 Feb 2011) | 1 line Import cleaned rpmdrake ------------------------------------------------------------------------
* - Added auto_select and clean_cache options to conf fileJoão Victor Duarte Martins2010-04-261-11/+28
| | | | | | - Cleaned up readconf() - Readability fixes (variable names, indentation)
* (run_treeview_dialog) fix crashing when running as user (#55009)Thierry Vignaud2009-12-031-2/+2
| | | | | | (the whole 'options' menu is disabled when not running as root ; alternatively we could show those 2 opions when running as user as they can be usefull)
* perl_checker cleanupsThierry Vignaud2009-10-161-2/+2
|