aboutsummaryrefslogtreecommitdiffstats
path: root/Rpmdrake
Commit message (Collapse)AuthorAgeFilesLines
...
* (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)
* perl_checker cleanupThierry Vignaud2007-02-221-1/+1
|
* split out urpm sources edition stuff into Rpmdrake::edit_urpm_sources, ↵Thierry Vignaud2007-02-221-0/+1081
| | | | creating check_if_first_run() and run() new functions
* (perform_removal) fix crashThierry Vignaud2007-02-211-1/+2
|
* (get_pkgs) enable to speed-up startup time for MandrivaUpdateThierry Vignaud2007-02-211-2/+8
|
* kill "grep_allowed_to_toggle" callback which really was unusedThierry Vignaud2007-02-211-2/+2
|
* kill "check_interactive_to_toggle" callback which really was unusedThierry Vignaud2007-02-211-2/+2
|
* (init,end) do not garbage $::main_window once gurpmi message is destroyedThierry Vignaud2007-02-211-0/+4
|
* (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
|
* (ask_browse_tree_info_given_widgets_for_rpmdrake) rename asThierry Vignaud2007-02-201-3/+3
| | | | | ask_browse_tree_given_widgets_for_rpmdrake()
* (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) split it into smaller functions and move all of them ↵Thierry Vignaud2007-02-201-9/+476
| | | | into Rpmdrake::gui
* split out icon stuff into Rpmdrake::iconThierry Vignaud2007-02-201-0/+198
|
* (ask_browse_tree_info_given_widgets) move it in an rpmdrake moduleThierry Vignaud2007-02-201-0/+270
|
* split out initialization stuff into Rpmdrake::initThierry Vignaud2007-02-201-0/+150
|
* (get_pkgs) explain why we call pack_header()Thierry Vignaud2007-02-201-1/+1
|
* help perl_checkerThierry Vignaud2007-02-202-3/+4
|
* split out package listing/installing into Rpmdrake::pkgThierry Vignaud2007-02-201-0/+702
|
* split out formating stuff in Rpmdrake::formattingThierry Vignaud2007-02-201-0/+103
|
* split out diff stuff in Rpmdrake::rpmnewThierry Vignaud2007-02-201-0/+162
|
* split gurpm stuff into Rpmdrake::gurpm moduleThierry Vignaud2007-02-201-0/+86