aboutsummaryrefslogtreecommitdiffstats
path: root/Rpmdrake/rpmnew.pm
Commit message (Collapse)AuthorAgeFilesLines
* rpmdrake: filter out critical config files from the .rpm{new,save} handling ↵Rémi Verschelde2015-03-221-1/+6
| | | | logic after installing packages (Martin Whitaker, mga#14266)
* bump copyright noticeThierry Vignaud2014-06-291-1/+1
| | | | for bad faith people who do look at "git log"...
* fix a crash (spot by Colin Guthrie)Thierry Vignaud2014-01-061-1/+1
| | | | bug introduced in commit ecf2620b9ab4fd19d8ce759117799e1c1ffb5186
* perl_checker cleanupThierry Vignaud2013-12-301-1/+1
|
* fix a warningThierry Vignaud2013-12-211-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 emailThierry Vignaud2013-12-161-1/+1
|
* use introspection for Source tooThierry Vignaud2013-12-051-5/+10
|
* use Gtk3 namespace instead of Gtk2Thierry Vignaud2013-12-051-11/+11
|
* use (my|u)gtk3 instead of *tk2Thierry Vignaud2013-12-051-3/+3
|
* - --merge-all-rpmnew mode:Thomas Backlund2013-05-081-0/+1
| | | | | | o ignore /etc/crypttab (mga#10028)
* make it slighly faster: do not perform useless I/OThierry Vignaud2013-04-221-2/+1
|
* consider all config files, not only those in /etcThierry Vignaud2013-04-221-1/+1
|
* make --merge-all-rpmnew less dangerousThierry Vignaud2013-04-221-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 theThierry Vignaud2012-08-241-1/+1
| | | | whole file list
* (ensure_utf8) sync with genhdlist2 and use utf8:: functions instead of EncodeThierry Vignaud2012-03-261-1/+1
|
* Synthesized commit during git-svn import combining previous Mandriva history ↵Mageia SVN-Git Migration2011-02-141-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-1Thierry Vignaud2009-12-031-12/+8
|
* (inspect) fix encoding of diff output (#52994)Thierry Vignaud2009-10-011-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 *.rpmnewThierry Vignaud2009-04-141-0/+1
|
* warn traverse() is costlyThierry Vignaud2009-01-061-0/+1
|
* (inspect) lazy load File::MimeInfo::Magic & kill a perl_checker warningThierry Vignaud2008-02-211-2/+2
|
* (inspect) lazy load Gtk2::SourceView (and thus Gnome2::Print) on demandThierry Vignaud2008-01-221-1/+1
|
* (open_rpm_db,open_urpmi_db) split them from Rpmdrake::pkg intoThierry Vignaud2007-09-111-1/+2
| | | | | | Rpmdrake::open_db (needed for next commits in order not to increase edit-urpm-sources startup time)
* clear executable bitThierry Vignaud2007-09-031-0/+0
|
* rename options as rpmdrake_options so that we can reuse urpm::args somedayThierry Vignaud2007-08-271-1/+1
|
* (inspect) add a warning: suggest to keep the current file if unsureThierry Vignaud2007-08-081-0/+7
|
* (open_db) rename as open_rpm_db() for consistency with open_urpmi_db()Thierry Vignaud2007-08-011-1/+1
|
* (do_merge_if_needed) fix "rpmdrake --merge-all-rpmnew" (#29993)Thierry Vignaud2007-03-291-1/+1
| | | | | (got broken in r148201 as a side effect of #26069)
* 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
|
* (Rpmdrake::rpmnew::do_merge_if_needed) move code that lookup *.rpm{new,save} ↵Thierry Vignaud2007-02-221-1/+22
| | | | here
* split out diff stuff in Rpmdrake::rpmnewThierry Vignaud2007-02-201-0/+162