aboutsummaryrefslogtreecommitdiffstats
path: root/Rpmdrake/rpmnew.pm
Commit message (Expand)AuthorAgeFilesLines
* rpmdrake: filter out critical config files from the .rpm{new,save} handling l...RĂ©mi Verschelde2015-03-221-1/+6
* bump copyright noticeThierry Vignaud2014-06-291-1/+1
* fix a crash (spot by Colin Guthrie)Thierry Vignaud2014-01-061-1/+1
* perl_checker cleanupThierry Vignaud2013-12-301-1/+1
* fix a warningThierry Vignaud2013-12-211-1/+1
* 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
* 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
* (do_merge_if_needed) only look at config files, no need to look at theThierry Vignaud2012-08-241-1/+1
* (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
* (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
* 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
* 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
* export again dialog_rpmnew, thus fixing crash after uninstalling package (#28...Thierry Vignaud2007-02-271-1/+1
* (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
* split out diff stuff in Rpmdrake::rpmnewThierry Vignaud2007-02-201-0/+162