- 16 Aug, 2011 1 commit
-
-
Script Kiddy authored
svn path=/trunk/KDE/kdesdk/kompare/; revision=1247596
-
- 23 Jun, 2011 1 commit
-
-
Christoph Feck authored
CCBUG: 269299 svn path=/trunk/KDE/kdesdk/kompare/; revision=1238160
-
- 15 May, 2011 1 commit
-
-
Script Kiddy authored
svn path=/trunk/KDE/kdesdk/kompare/; revision=1232058
-
- 10 May, 2011 1 commit
-
-
Script Kiddy authored
svn path=/trunk/KDE/kdesdk/kompare/; revision=1231188
-
- 08 May, 2011 1 commit
-
-
Script Kiddy authored
svn path=/trunk/KDE/kdesdk/kompare/; revision=1230860
-
- 30 Apr, 2011 1 commit
-
-
Laurent Montel authored
svn path=/trunk/KDE/kdesdk/kompare/; revision=1229858
-
- 05 Feb, 2011 1 commit
-
-
David Faure authored
svn path=/trunk/KDE/kdesdk/kompare/; revision=1218850
-
- 04 Feb, 2011 1 commit
-
-
Laurent Montel authored
svn path=/trunk/KDE/kdesdk/kompare/; revision=1218826
-
- 31 Jan, 2011 1 commit
-
-
Dmitry Risenberg authored
Difference::trackingDestinationLineNumber property added to track changes to a diff destination line when pieces are applied/unapplied. LevenshteinTable class made generic. DiffModel::linesChanged method handles insertion/deletion of text. Unit tests added to kompare/libdiff2 directory. svn path=/trunk/KDE/kdesdk/kompare/; revision=1218180
-
- 03 Dec, 2010 1 commit
-
-
Script Kiddy authored
svn path=/trunk/KDE/kdesdk/kompare/; revision=1203111
-
- 29 Nov, 2010 2 commits
-
-
Christoph Feck authored
svn path=/trunk/KDE/kdesdk/kompare/; revision=1201885
-
Christoph Feck authored
When rendering a text with multiple lines, it is usually recommended to use lineSpacing() instead of height(). But the KompareListView renders each line individually with a background rect that will overwrite any overhanging pixels from the previous line. So use height() instead. BUG: 234291 FIXED-IN: 4.6.0 svn path=/trunk/KDE/kdesdk/kompare/; revision=1201883
-
- 21 Nov, 2010 1 commit
-
-
Friedrich W. H. Kossebau authored
svn path=/trunk/KDE/kdesdk/kompare/; revision=1199334
-
- 05 Nov, 2010 1 commit
-
-
Kevin Kofler authored
Make the malformed diff check more tolerant to prevent choking on SVN-generated diffs or on diffs resulting from the use of diff >>. It could probably use a better fix than such simple whitelisting, but this should fix the annoyance for now. Tested on Fedora 13, kdelibs 4.5.2. BUG: 249976 svn path=/trunk/KDE/kdesdk/kompare/; revision=1193415
-
- 23 Oct, 2010 1 commit
-
-
Script Kiddy authored
svn path=/trunk/KDE/kdesdk/kompare/; revision=1188906
-
- 21 Oct, 2010 1 commit
-
-
Kevin Kofler authored
remove whitespace after -I, this will cause diff to parse the whitespace as the parameter instead of the actual regexp. spotted by thesteo82 Merge revision 1102932 by je4d from 3_way_kompare. (This has been sitting in the branch for 7 months! Next time, if you fix something in a work branch, please also commit the fix to the trunk and the current release branch. Thanks in advance.) CCMAIL: jeff@caffeinated.me.uk svn path=/trunk/KDE/kdesdk/kompare/; revision=1188291
-
- 19 Oct, 2010 1 commit
-
-
Laurent Montel authored
svn path=/trunk/KDE/kdesdk/kompare/; revision=1187509
-
- 05 Oct, 2010 1 commit
-
-
David Faure authored
so that they can be used even from a KDE running in another prefix (http://markmail.org/message/4p3krovtnzwx35zd) svn path=/trunk/KDE/kdesdk/kompare/; revision=1182578
-
- 13 Sep, 2010 1 commit
-
-
Script Kiddy authored
svn path=/trunk/KDE/kdesdk/kompare/; revision=1174794
-
- 22 Aug, 2010 1 commit
-
-
Albert Astals Cid authored
svn path=/trunk/KDE/kdesdk/kompare/; revision=1166703
-
- 22 Jul, 2010 1 commit
-
-
Burkhard Lück authored
svn path=/trunk/KDE/kdesdk/doc/kompare/; revision=1153039
-
- 03 Jul, 2010 1 commit
-
-
Script Kiddy authored
svn path=/trunk/KDE/kdesdk/kompare/; revision=1145483
-
- 02 Jul, 2010 1 commit
-
-
Kevin Kofler authored
Patch by mangus (from bugs.kde.org attachment). BUG: 242192 CCMAIL: aleixpol@kde.org svn path=/trunk/KDE/kdesdk/kompare/; revision=1145313
-
- 19 May, 2010 1 commit
-
-
Kevin Kofler authored
Kompare: Detect malformed diffs and display an error message to the user in that case. Still display what we can display, but tell the user that some lines will be missing. Tested on Fedora 12, kdelibs 4.4.2. BUG: 235503 svn path=/trunk/KDE/kdesdk/kompare/; revision=1128360
-
- 01 Apr, 2010 2 commits
-
-
Kevin Kofler authored
svn path=/trunk/KDE/kdesdk/kompare/; revision=1109778
-
Kevin Kofler authored
kompare/libdiff2: Restore error handling for temporary file (using QFile::error instead of the Qt3Support QIODevice::status). svn path=/trunk/KDE/kdesdk/kompare/; revision=1109777
-
- 17 Feb, 2010 1 commit
-
-
Aleix Pol Gonzalez authored
svn path=/trunk/KDE/kdesdk/kompare/; revision=1091912
-
- 16 Feb, 2010 3 commits
-
-
Aleix Pol Gonzalez authored
This eases the port to the library to KDevelop4. As far as I know it just works fine. If there's any problem, please tell me. CCMAIL: bruggie@gmail.com svn path=/trunk/KDE/kdesdk/kompare/; revision=1091068
-
Laurent Montel authored
svn path=/trunk/KDE/kdesdk/kompare/; revision=1090835
-
Kevin Kofler authored
Patch by Jakub Wieczorek <faw217@gmail.com> Regression confirmed fixed by me (Fedora 12, KDE 4.3.5, i686). CCMAIL: faw217@gmail.com CCMAIL: kompare-devel@kde.org svn path=/trunk/KDE/kdesdk/kompare/; revision=1090782
-
- 15 Feb, 2010 3 commits
-
-
Kevin Kofler authored
Also fixes crashes with move diffs (kde#202457). Patch by Jakub Wieczorek <faw217@gmail.com>. BUG: 202457 CCMAIL: faw217@gmail.com CCMAIL: kompare-devel@kde.org svn path=/trunk/KDE/kdesdk/kompare/; revision=1090752
-
Kevin Kofler authored
CCMAIL: faw217@gmail.com CCMAIL: kompare-devel@kde.org svn path=/trunk/KDE/kdesdk/kompare/; revision=1090722
-
Kevin Kofler authored
* use QHash instead of Q3PtrDict * use QList instead of Q3ValueList * remove copied BubbleSort implementation of DiffModelList::sort(), instead use qSort with a custom comparison function which ensures the correct ordering (by value, not by pointer address) * remove some unused Qt3Support #includes * fix a leftover reference to K3Process in a comment CCMAIL: faw217@gmail.com CCMAIL: kompare-devel@kde.org svn path=/trunk/KDE/kdesdk/kompare/; revision=1090720
-
- 05 Feb, 2010 1 commit
-
-
Script Kiddy authored
svn path=/trunk/KDE/kdesdk/kompare/; revision=1085569
-
- 02 Jan, 2010 1 commit
-
-
Script Kiddy authored
svn path=/trunk/KDE/kdesdk/kompare/; revision=1068964
-
- 19 Nov, 2009 1 commit
-
-
Script Kiddy authored
svn path=/trunk/KDE/kdesdk/kompare/; revision=1051365
-
- 11 Oct, 2009 1 commit
-
-
Kevin Kofler authored
CCBUG: 139209 svn path=/trunk/KDE/kdesdk/kompare/; revision=1033954
-
- 27 Sep, 2009 2 commits
-
-
Jeff Snyder authored
track line counts so that we don't interpret a diff header (--- file...) as a removal if there's nothing separating it from the last hunk of the previous diff. BUG: 139209 svn path=/trunk/KDE/kdesdk/kompare/; revision=1028515
-
Jeff Snyder authored
Revert the fix for bug 139209 - the fix used caused bug 208688. 139209 needs to be fixed by counting lines instead. BUG:208688 CCBUG:139209 svn path=/trunk/KDE/kdesdk/kompare/; revision=1028512
-
- 20 Sep, 2009 1 commit
-
-
Jeff Snyder authored
svn path=/trunk/KDE/kdesdk/kompare/; revision=1026032
-