aboutsummaryrefslogtreecommitdiffstats
path: root/Rpmdrake
Commit message (Collapse)AuthorAgeFilesLines
* fix a crash on some boxes (better long-term fix will be moving some functions)Thierry Vignaud2007-03-051-1/+1
|
* fix allow-nodeps handlingThierry Vignaud2007-03-021-35/+35
|
* perl_checker cleanupThierry Vignaud2007-03-021-1/+1
|
* perl_checker cleanupsThierry Vignaud2007-03-021-5/+3
|
* (perform_installation) reindentThierry Vignaud2007-03-021-39/+39
|
* (perform_installation) unlock the urpmi database earlier, as soon as the lastThierry Vignaud2007-03-021-0/+1
| | | | | | transaction is completed so that we don"t needlessly lock the db while displaying error or success message.
* (perform_installation) better formatingThierry Vignaud2007-03-021-1/+1
|
* (perform_installation) display how many transactions failedThierry Vignaud2007-03-021-0/+1
|
* handle allow-forceThierry Vignaud2007-03-021-0/+27
|
* kill unused variableThierry Vignaud2007-03-021-1/+0
|
* handle allow-nodepsThierry Vignaud2007-03-021-0/+13
|
* (perform_installation) add support for urpmi transactions:Thierry Vignaud2007-03-021-58/+111
| | | | | | | - display errors at end of installation - download only the transaction's packages at once (#27495) - fix canceling all installationss when one transaction failled (#26867)
* (perform_installation) fix emptying the cache (#26222)Thierry Vignaud2007-03-021-4/+1
|
* perl_checker cleanupsThierry Vignaud2007-03-011-6/+5
|
* (remove_callback) enable to delete several medium at once (#21532)Thierry Vignaud2007-03-011-6/+12
|
* (selected_rows) introduce it to (based on selrow template)Thierry Vignaud2007-03-011-0/+8
|
* adapt to multiple selection: disable "edit" button if there's more than one ↵Thierry Vignaud2007-03-011-4/+10
| | | | selected row
* enable multiple selection (#21532)Thierry Vignaud2007-03-011-1/+1
|
* sortThierry Vignaud2007-03-011-1/+1
|
* (extract_header) kill another noopThierry Vignaud2007-03-011-1/+0
|
* (get_pkgs) stop selecting updates by default in rpmdrakeThierry Vignaud2007-03-011-1/+1
|
* (get_pkgs) move better updated enumeration algo from MandrivaUpdate hereThierry Vignaud2007-03-011-2/+6
| | | | | | (thus fixing a crash in MandrivaUpdate & making rpmdrake displaying the same update set)
* (do_action) fix crash in MandrivaUpdateThierry Vignaud2007-03-011-1/+1
|
* (get_pkgs,perform_installation) fix freezed/gray/unrefreshed dialogsThierry Vignaud2007-02-281-0/+2
| | | | | while reading the package database or installing/removing packages (#15408)
* export again dialog_rpmnew, thus fixing crash after uninstalling package ↵Thierry Vignaud2007-02-271-1/+1
| | | | (#28896)
* (inspect) split it out of dialog_rpmnew()Thierry Vignaud2007-02-261-9/+9
|
* use Gtk2::SourceView in order to source highlight file contents and patchesThierry Vignaud2007-02-261-9/+22
|
* (pkgs_provider) don't preselect anymore the updates when not started asThierry Vignaud2007-02-261-6/+1
| | | | | MandrivaUpdate (#27500)
* ngettext fixesPablo Saratxaga2007-02-231-1/+1
|
* simplified use of ngettextPablo Saratxaga2007-02-231-4/+2
|
* add missing round brackets around ternary expressionsThierry Vignaud2007-02-232-10/+8
|
* perl_checker cleanupsThierry Vignaud2007-02-231-4/+4
|
* ngettext fixesPablo Saratxaga2007-02-232-9/+17
|
* display translated summaries if availlableThierry Vignaud2007-02-221-1/+1
|
* (mainwindow) make "edit" button insensitive if no selectionThierry Vignaud2007-02-221-5/+5
|
* (Rpmdrake::rpmnew::do_merge_if_needed) move code that lookup *.rpm{new,save} ↵Thierry Vignaud2007-02-221-1/+22
| | | | here
* (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)
* 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)