aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* fix installThierry Vignaud2007-02-221-3/+7
|
* (run_treeview_dialog) rename "apply" button as "update"Thierry Vignaud2007-02-221-1/+1
|
* enable --merge-all-rpmnew in MandrivaUpdateThierry Vignaud2007-02-221-0/+3
|
* (Rpmdrake::rpmnew::do_merge_if_needed) move code that lookup *.rpm{new,save} ↵Thierry Vignaud2007-02-222-15/+23
| | | | here
* fix standalone.pm wrong precedence over Rpmdrake::init for ARGV parsingThierry Vignaud2007-02-222-2/+2
|
* (mainwindow) make "remove" button insensitive if no selectionThierry Vignaud2007-02-221-2/+3
|
* (mainwindow) localize ::main_windowThierry Vignaud2007-02-221-1/+1
|
* (mainwindow) make it modal and set transient hint (usefull now that it'sThierry Vignaud2007-02-221-1/+1
| | | | | embedded into rpmdrake)
* (run_treeview_dialog) reload the package db after editing sources (#27483)Thierry Vignaud2007-02-221-0/+1
|
* (run_treeview_dialog) reuse Rpmdrake::edit_urpm_sources instead of forkingThierry Vignaud2007-02-221-1/+2
| | | | | edit-urpm-sources.pl in background
* perl_checker cleanupThierry Vignaud2007-02-221-1/+1
|
* split out urpm sources edition stuff into Rpmdrake::edit_urpm_sources, ↵Thierry Vignaud2007-02-222-1040/+1085
| | | | creating check_if_first_run() and run() new functions
* kill translation trick that is now useless with urpmi-4.9.13+Thierry Vignaud2007-02-221-2/+0
|
* fix being unable to install packages when started as rpmdrake-remove (#26364)Thierry Vignaud2007-02-211-5/+1
|
* (perform_removal) fix crashThierry Vignaud2007-02-211-1/+2
|
* remove packaging bits that are now splited in repsysThierry Vignaud2007-02-212-1170/+1
|
* (get_pkgs) enable to speed-up startup time for MandrivaUpdateThierry Vignaud2007-02-212-2/+9
|
* new simplified interfaceThierry Vignaud2007-02-211-1/+149
|
* kill "grep_allowed_to_toggle" callback which really was unusedThierry Vignaud2007-02-212-3/+2
|
* kill "check_interactive_to_toggle" callback which really was unusedThierry Vignaud2007-02-212-3/+2
|
* (init,end) do not garbage $::main_window once gurpmi message is destroyedThierry Vignaud2007-02-211-0/+4
|
* kill now useless variableThierry Vignaud2007-02-211-1/+1
|
* (ask_browse_tree_given_widgets_for_rpmdrake) split it in smaller functions;Thierry Vignaud2007-02-211-67/+73
| | | | | simplify double test for flat mode
* fix unexported variables that are needed by rpmdrakeThierry Vignaud2007-02-211-1/+1
|
* (wait_msg_with_banner) kill unused functionThierry Vignaud2007-02-211-2/+0
|
* kill no more needed module requiresThierry Vignaud2007-02-211-4/+0
|
* update emailsThierry Vignaud2007-02-211-1/+1
|
* (ask_browse_tree_info_given_widgets_for_rpmdrake) rename asThierry Vignaud2007-02-202-4/+4
| | | | | ask_browse_tree_given_widgets_for_rpmdrake()
* perl_checker cleanupsThierry Vignaud2007-02-201-2/+2
|
* (get_pkgs) do not reuse existing urpm object since it "remember" previousThierry Vignaud2007-02-201-9/+8
| | | | | | operations it has done (thus fixing "cannot see uninstalled packages" bug, #25991)
* (pkgs_provider) fix an horrible bugThierry Vignaud2007-02-201-2/+2
|
* (init) set up so that transientness hint are OK for next dialogsThierry Vignaud2007-02-201-0/+1
|
* (do_action) o_option argument is now optionalThierry Vignaud2007-02-201-2/+2
|
* (run_treeview_dialog) kill old workaroundThierry Vignaud2007-02-201-2/+0
|
* (run_treeview_dialog) split it into smaller functions and move all of them ↵Thierry Vignaud2007-02-202-479/+490
| | | | into Rpmdrake::gui
* split out icon stuff into Rpmdrake::iconThierry Vignaud2007-02-202-164/+200
|
* (ask_browse_tree_info_given_widgets) move it in an rpmdrake moduleThierry Vignaud2007-02-202-0/+271
|
* (interactive_list_,interactive_msg_with_banner) move them into rpmdrake.pmThierry Vignaud2007-02-202-2/+5
|
* split out initialization stuff into Rpmdrake::initThierry Vignaud2007-02-202-107/+154
|
* (get_pkgs) explain why we call pack_header()Thierry Vignaud2007-02-201-1/+1
|
* (dis) instead of cpio use svn export which is cleaner and *much* fasterThierry Vignaud2007-02-201-2/+1
|
* (clean) don't delete rpmdrake.pot (needed by next commit)Thierry Vignaud2007-02-201-1/+1
|
* help perl_checkerThierry Vignaud2007-02-202-3/+4
|
* help perl_checkerThierry Vignaud2007-02-201-6/+7
|
* extract strings from new filesThierry Vignaud2007-02-201-1/+1
|
* (getbanner) set different title for MandrivaUpdateThierry Vignaud2007-02-201-1/+1
|
* simplify gfx initialization, ugtk2 already take care of thatThierry Vignaud2007-02-201-5/+1
|
* split out package listing/installing into Rpmdrake::pkgThierry Vignaud2007-02-202-656/+704
|
* split out formating stuff in Rpmdrake::formattingThierry Vignaud2007-02-202-51/+104
|
* split out diff stuff in Rpmdrake::rpmnewThierry Vignaud2007-02-202-126/+163
|