Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (inspect) use gtksourceview-2 instead of gtksourceview-1 | Thierry Vignaud | 2009-12-03 | 1 | -12/+8 |
| | |||||
* | (inspect) fix encoding of diff output (#52994) | Thierry Vignaud | 2009-10-01 | 1 | -1/+5 |
| | | | | | | | (inspired from Rpmdrake::run_rpm which we cannot reuse since run_program::get_stdout() ignores output when return value is not 0, which can be 0 or 1 with diff depending whether files are identical or not) | ||||
* | ignore /etc/fstab for *.rpmnew | Thierry Vignaud | 2009-04-14 | 1 | -0/+1 |
| | |||||
* | warn traverse() is costly | Thierry Vignaud | 2009-01-06 | 1 | -0/+1 |
| | |||||
* | (inspect) lazy load File::MimeInfo::Magic & kill a perl_checker warning | Thierry Vignaud | 2008-02-21 | 1 | -2/+2 |
| | |||||
* | (inspect) lazy load Gtk2::SourceView (and thus Gnome2::Print) on demand | Thierry Vignaud | 2008-01-22 | 1 | -1/+1 |
| | |||||
* | (open_rpm_db,open_urpmi_db) split them from Rpmdrake::pkg into | Thierry Vignaud | 2007-09-11 | 1 | -1/+2 |
| | | | | | | Rpmdrake::open_db (needed for next commits in order not to increase edit-urpm-sources startup time) | ||||
* | clear executable bit | Thierry Vignaud | 2007-09-03 | 1 | -0/+0 |
| | |||||
* | rename options as rpmdrake_options so that we can reuse urpm::args someday | Thierry Vignaud | 2007-08-27 | 1 | -1/+1 |
| | |||||
* | (inspect) add a warning: suggest to keep the current file if unsure | Thierry Vignaud | 2007-08-08 | 1 | -0/+7 |
| | |||||
* | (open_db) rename as open_rpm_db() for consistency with open_urpmi_db() | Thierry Vignaud | 2007-08-01 | 1 | -1/+1 |
| | |||||
* | (do_merge_if_needed) fix "rpmdrake --merge-all-rpmnew" (#29993) | Thierry Vignaud | 2007-03-29 | 1 | -1/+1 |
| | | | | | (got broken in r148201 as a side effect of #26069) | ||||
* | 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 |
| | |||||
* | (Rpmdrake::rpmnew::do_merge_if_needed) move code that lookup *.rpm{new,save} ↵ | Thierry Vignaud | 2007-02-22 | 1 | -1/+22 |
| | | | | here | ||||
* | split out diff stuff in Rpmdrake::rpmnew | Thierry Vignaud | 2007-02-20 | 1 | -0/+162 |