Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (mainwindow,run) returns whether we've changed anything or not | Thierry Vignaud | 2007-03-06 | 1 | -3/+16 |
| | |||||
* | (perform_removal) display a wait message while removing packages | Thierry Vignaud | 2007-03-06 | 1 | -0/+2 |
| | |||||
* | (perform_removal) do nothing if nothing to remove | Thierry Vignaud | 2007-03-06 | 1 | -0/+2 |
| | |||||
* | (perform_installation) fix removing packages (#29070) by creating a special | Thierry Vignaud | 2007-03-06 | 1 | -0/+3 |
| | | | | | | transaction for removing them if we're not installing anything: transaction creator won't care about them | ||||
* | (perform_installation) fix installing packages from rpmdrake (#29068) | Thierry Vignaud | 2007-03-06 | 1 | -0/+6 |
| | |||||
* | (perform_installation) nicer display of missing packages (sort, one package ↵ | Thierry Vignaud | 2007-03-06 | 1 | -2/+2 |
| | | | | per line, scrolled dialog) | ||||
* | (perform_installation) display missing packages on console per transaction | Thierry Vignaud | 2007-03-06 | 1 | -0/+2 |
| | |||||
* | (perform_installation) do display missing packages | Thierry Vignaud | 2007-03-06 | 1 | -3/+2 |
| | |||||
* | (perform_installation) unlock the rpm database too | Thierry Vignaud | 2007-03-05 | 1 | -1/+2 |
| | |||||
* | (perform_installation) unlock the urpmi database further earlier, as | Thierry Vignaud | 2007-03-05 | 1 | -1/+1 |
| | | | | | | soon as the last transaction is completed so that we don"t needlessly lock the db while displaying error or success message. | ||||
* | fix a crash on some boxes (better long-term fix will be moving some functions) | Thierry Vignaud | 2007-03-05 | 1 | -1/+1 |
| | |||||
* | fix allow-nodeps handling | Thierry Vignaud | 2007-03-02 | 1 | -35/+35 |
| | |||||
* | perl_checker cleanup | Thierry Vignaud | 2007-03-02 | 1 | -1/+1 |
| | |||||
* | perl_checker cleanups | Thierry Vignaud | 2007-03-02 | 1 | -5/+3 |
| | |||||
* | (perform_installation) reindent | Thierry Vignaud | 2007-03-02 | 1 | -39/+39 |
| | |||||
* | (perform_installation) unlock the urpmi database earlier, as soon as the last | Thierry Vignaud | 2007-03-02 | 1 | -0/+1 |
| | | | | | | transaction is completed so that we don"t needlessly lock the db while displaying error or success message. | ||||
* | (perform_installation) better formating | Thierry Vignaud | 2007-03-02 | 1 | -1/+1 |
| | |||||
* | (perform_installation) display how many transactions failed | Thierry Vignaud | 2007-03-02 | 1 | -0/+1 |
| | |||||
* | handle allow-force | Thierry Vignaud | 2007-03-02 | 1 | -0/+27 |
| | |||||
* | kill unused variable | Thierry Vignaud | 2007-03-02 | 1 | -1/+0 |
| | |||||
* | handle allow-nodeps | Thierry Vignaud | 2007-03-02 | 1 | -0/+13 |
| | |||||
* | (perform_installation) add support for urpmi transactions: | Thierry Vignaud | 2007-03-02 | 1 | -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 Vignaud | 2007-03-02 | 1 | -4/+1 |
| | |||||
* | perl_checker cleanups | Thierry Vignaud | 2007-03-01 | 1 | -6/+5 |
| | |||||
* | (remove_callback) enable to delete several medium at once (#21532) | Thierry Vignaud | 2007-03-01 | 1 | -6/+12 |
| | |||||
* | (selected_rows) introduce it to (based on selrow template) | Thierry Vignaud | 2007-03-01 | 1 | -0/+8 |
| | |||||
* | adapt to multiple selection: disable "edit" button if there's more than one ↵ | Thierry Vignaud | 2007-03-01 | 1 | -4/+10 |
| | | | | selected row | ||||
* | enable multiple selection (#21532) | Thierry Vignaud | 2007-03-01 | 1 | -1/+1 |
| | |||||
* | sort | Thierry Vignaud | 2007-03-01 | 1 | -1/+1 |
| | |||||
* | (extract_header) kill another noop | Thierry Vignaud | 2007-03-01 | 1 | -1/+0 |
| | |||||
* | (get_pkgs) stop selecting updates by default in rpmdrake | Thierry Vignaud | 2007-03-01 | 1 | -1/+1 |
| | |||||
* | (get_pkgs) move better updated enumeration algo from MandrivaUpdate here | Thierry Vignaud | 2007-03-01 | 1 | -2/+6 |
| | | | | | | (thus fixing a crash in MandrivaUpdate & making rpmdrake displaying the same update set) | ||||
* | (do_action) fix crash in MandrivaUpdate | Thierry Vignaud | 2007-03-01 | 1 | -1/+1 |
| | |||||
* | (get_pkgs,perform_installation) fix freezed/gray/unrefreshed dialogs | Thierry Vignaud | 2007-02-28 | 1 | -0/+2 |
| | | | | | while reading the package database or installing/removing packages (#15408) | ||||
* | export again dialog_rpmnew, thus fixing crash after uninstalling package ↵ | Thierry Vignaud | 2007-02-27 | 1 | -1/+1 |
| | | | | (#28896) | ||||
* | (inspect) split it out of dialog_rpmnew() | Thierry Vignaud | 2007-02-26 | 1 | -9/+9 |
| | |||||
* | use Gtk2::SourceView in order to source highlight file contents and patches | Thierry Vignaud | 2007-02-26 | 1 | -9/+22 |
| | |||||
* | (pkgs_provider) don't preselect anymore the updates when not started as | Thierry Vignaud | 2007-02-26 | 1 | -6/+1 |
| | | | | | MandrivaUpdate (#27500) | ||||
* | ngettext fixes | Pablo Saratxaga | 2007-02-23 | 1 | -1/+1 |
| | |||||
* | simplified use of ngettext | Pablo Saratxaga | 2007-02-23 | 1 | -4/+2 |
| | |||||
* | add missing round brackets around ternary expressions | Thierry Vignaud | 2007-02-23 | 2 | -10/+8 |
| | |||||
* | perl_checker cleanups | Thierry Vignaud | 2007-02-23 | 1 | -4/+4 |
| | |||||
* | ngettext fixes | Pablo Saratxaga | 2007-02-23 | 2 | -9/+17 |
| | |||||
* | display translated summaries if availlable | Thierry Vignaud | 2007-02-22 | 1 | -1/+1 |
| | |||||
* | (mainwindow) make "edit" button insensitive if no selection | Thierry Vignaud | 2007-02-22 | 1 | -5/+5 |
| | |||||
* | (Rpmdrake::rpmnew::do_merge_if_needed) move code that lookup *.rpm{new,save} ↵ | Thierry Vignaud | 2007-02-22 | 1 | -1/+22 |
| | | | | here | ||||
* | (mainwindow) make "remove" button insensitive if no selection | Thierry Vignaud | 2007-02-22 | 1 | -2/+3 |
| | |||||
* | (mainwindow) localize ::main_window | Thierry Vignaud | 2007-02-22 | 1 | -1/+1 |
| | |||||
* | (mainwindow) make it modal and set transient hint (usefull now that it's | Thierry Vignaud | 2007-02-22 | 1 | -1/+1 |
| | | | | | embedded into rpmdrake) | ||||
* | perl_checker cleanup | Thierry Vignaud | 2007-02-22 | 1 | -1/+1 |
| |