aboutsummaryrefslogtreecommitdiffstats
path: root/rpmdrake
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* display a graphical warning when trying more than one instance insteadThierry Vignaud2009-10-161-1/+2
| | | | of silently exiting
* (do_search) fix searching on just names by restoring previous logic (#54339)Thierry Vignaud2009-10-091-4/+1
| | | | | | got broken in r261170 from 2009-10-01 ("enable to search in full or short package names (#46473)") which is simpler
* (run_treeview_dialog) fix for unreproductable crash (#49273)Thierry Vignaud2009-10-011-1/+1
|
* (run_treeview_dialog) show rpmdrake version in about dialog instead ofThierry Vignaud2009-10-011-2/+2
| | | | distribution version (#49467)
* (real_quit) warn on exit if some packages are selected (#45404)Thierry Vignaud2009-10-011-1/+1
|
* (do_search) fix searching for summary on startup (#49293)Thierry Vignaud2009-10-011-1/+1
| | | | | (was broken since 253201 on 2009/02/23: "slightly reduce memory usage by not keeping around summaries ")
* (run_treeview_dialog) rerun search after reloading package list (#49834)Thierry Vignaud2009-10-011-0/+1
|
* (run_treeview_dialog) clear search results too when cleaing searched text ↵Thierry Vignaud2009-10-011-1/+4
| | | | (#49239)
* (reset_search) move code from do_search() here (needed for next commit)Thierry Vignaud2009-10-011-2/+1
|
* (do_search) enable to search in full or short package names (#46473)Thierry Vignaud2009-10-011-2/+14
|
* (do_search) default to OR like searches for searches among package names ↵Thierry Vignaud2009-10-011-0/+2
| | | | (#37643)
* (do_search) enable to disable use of regular expression (default is: disabled)Thierry Vignaud2009-10-011-1/+10
|
* (get_pkgs,run_treeview_dialog) make sure 'compute_updates' is used theThierry Vignaud2009-10-011-2/+2
| | | | same way in both rpmdrake & MandrivaUpdate
* (run_treeview_dialog) fix crashing when running as user (#50473)Thierry Vignaud2009-05-121-3/+5
| | | | | (regression introduced in r248003 on 2008-10-10: "(run_treeview_dialog) enable to set 'noclean' option (#13522)")
* (do_search) when searching in descriptions, do not search amongThierry Vignaud2009-05-061-0/+1
| | | | packages not in current view (#50638)
* (run_treeview_dialog) save "Compute updates on startup" settingThierry Vignaud2009-05-061-2/+2
|
* (do_search) suggest to switch to the 'all' view if there's no search results ↵Thierry Vignaud2009-04-011-1/+4
| | | | (#38461)
* (run_treeview_dialog) add a sensible tooltip for the "find" entry (#39454)Thierry Vignaud2009-04-011-1/+1
|
* (quit) perl_checker cleanupThierry Vignaud2009-03-251-1/+1
|
* (run_treeview_dialog) do not use Gtk2::Sexy anymore (sligthly reduceThierry Vignaud2009-03-251-8/+10
| | | | | memory usage) (needs drakxtools > 12.17.1)
* prevent running more than one instance (#47755)Thierry Vignaud2009-02-161-0/+4
|
* (get_pkgs) add 'compute_updates' option that enable super fast startupThierry Vignaud2009-02-151-1/+6
| | | | | by skipping computing updates on startup
* use mcc icon if availlable (#44671)Thierry Vignaud2009-02-141-1/+1
|
* (run_treeview_dialog) add C-F accelerator in order to focus on search entry ↵Thierry Vignaud2009-02-101-0/+5
| | | | (#46404)
* (do_search) scroll group list to search categoryThierry Vignaud2008-12-091-0/+1
|
* (do_search) fix a rare crash on searching (#46225)Thierry Vignaud2008-12-091-2/+4
|
* (do_search) when performing search in names, only look at name, not atThierry Vignaud2008-11-241-1/+1
| | | | | full name (n-e-v-r) (#45410)
* (run_treeview_dialog) enable to set 'noclean' option (#13522)Thierry Vignaud2008-10-101-1/+6
|
* (run_treeview_dialog) fix listing check boxes (needed for next commit)Thierry Vignaud2008-10-101-1/+1
|
* (run_drakbug) factorize codeThierry Vignaud2008-10-061-1/+1
|
* (run_treeview_dialog) use radio buttons in order to show current search mode Thierry Vignaud2008-09-301-1/+3
|
* minor reorderingThierry Vignaud2008-09-301-2/+1
|
* (run_treeview_dialog) simplify through second()Thierry Vignaud2008-09-291-1/+1
|
* (run_treeview_dialog) workaround crashing when tree selection wasn'tThierry Vignaud2008-09-291-0/+5
| | | | | realized yet (#41010)
* (reload_db_and_clear_all) remove short lived wait message whenThierry Vignaud2008-09-201-1/+1
| | | | | reloading the packages list (#43955)