aboutsummaryrefslogtreecommitdiffstats
path: root/Rpmdrake/rpmnew.pm
Commit message (Collapse)AuthorAgeFilesLines
* 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