Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rpmdrake: filter out critical config files from the .rpm{new,save} handling ↵ | Rémi Verschelde | 2015-03-22 | 1 | -1/+6 |
| | | | | logic after installing packages (Martin Whitaker, mga#14266) | ||||
* | bump copyright notice | Thierry Vignaud | 2014-06-29 | 1 | -1/+1 |
| | | | | for bad faith people who do look at "git log"... | ||||
* | fix a crash (spot by Colin Guthrie) | Thierry Vignaud | 2014-01-06 | 1 | -1/+1 |
| | | | | bug introduced in commit ecf2620b9ab4fd19d8ce759117799e1c1ffb5186 | ||||
* | perl_checker cleanup | Thierry Vignaud | 2013-12-30 | 1 | -1/+1 |
| | |||||
* | fix a warning | Thierry Vignaud | 2013-12-21 | 1 | -1/+1 |
| | | | | | | fix "*** Gtk3::Source::LanguageManager::get_default: passed too many parameters (expected 0, got 1); ignoring excess at /usr/lib/perl5/vendor_perl/5.18.1/Rpmdrake/rpmnew.pm line 96" | ||||
* | fix my email | Thierry Vignaud | 2013-12-16 | 1 | -1/+1 |
| | |||||
* | use introspection for Source too | Thierry Vignaud | 2013-12-05 | 1 | -5/+10 |
| | |||||
* | use Gtk3 namespace instead of Gtk2 | Thierry Vignaud | 2013-12-05 | 1 | -11/+11 |
| | |||||
* | use (my|u)gtk3 instead of *tk2 | Thierry Vignaud | 2013-12-05 | 1 | -3/+3 |
| | |||||
* | - --merge-all-rpmnew mode: | Thomas Backlund | 2013-05-08 | 1 | -0/+1 |
| | | | | | | o ignore /etc/crypttab (mga#10028) | ||||
* | make it slighly faster: do not perform useless I/O | Thierry Vignaud | 2013-04-22 | 1 | -2/+1 |
| | |||||
* | consider all config files, not only those in /etc | Thierry Vignaud | 2013-04-22 | 1 | -1/+1 |
| | |||||
* | make --merge-all-rpmnew less dangerous | Thierry Vignaud | 2013-04-22 | 1 | -0/+4 |
| | | | | | | | | let's just ignore /etc/{passwd,group,(g)shadow,hosts,resolv.conf} it's too dangerous to offer people to overwrite those with .rpmnew files... (reported by tmb) | ||||
* | (do_merge_if_needed) only look at config files, no need to look at the | Thierry Vignaud | 2012-08-24 | 1 | -1/+1 |
| | | | | whole file list | ||||
* | (ensure_utf8) sync with genhdlist2 and use utf8:: functions instead of Encode | Thierry Vignaud | 2012-03-26 | 1 | -1/+1 |
| | |||||
* | Synthesized commit during git-svn import combining previous Mandriva history ↵ | Mageia SVN-Git Migration | 2011-02-14 | 1 | -1/+1 |
| | | | | | | | | | | | | with Mageia. This commit consitsts of the following subversion commits: ------------------------------------------------------------------------ r535 | dmorgan | 2011-02-14 00:37:56 +0000 (Mon, 14 Feb 2011) | 1 line Import cleaned rpmdrake ------------------------------------------------------------------------ | ||||
* | (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 |