- 29 Jan, 2012 1 commit
-
-
Script Kiddy authored
svn path=/trunk/KDE/kdesdk/kompare/; revision=1276451
-
- 20 Dec, 2011 1 commit
-
-
Script Kiddy authored
svn path=/trunk/KDE/kdesdk/kompare/; revision=1269557
-
- 19 Dec, 2011 1 commit
-
-
Script Kiddy authored
svn path=/trunk/KDE/kdesdk/kompare/; revision=1269366
-
- 17 Dec, 2011 1 commit
-
-
Script Kiddy authored
svn path=/trunk/KDE/kdesdk/kompare/; revision=1268925
-
- 10 Nov, 2011 1 commit
-
-
Kevin Kofler authored
svn path=/trunk/KDE/kdesdk/kompare/; revision=1263360
-
- 08 Nov, 2011 2 commits
-
-
Kevin Kofler authored
(Another regression from the QTreeWidget port.) svn path=/trunk/KDE/kdesdk/kompare/; revision=1263239
-
Kevin Kofler authored
QTreeWidgetItem now does this for us, and if we try to do it ourselves, we cause use-after-free and/or double-free bugs. (This was a regression caused by the K3ListView→QTreeWidget port.) BUG: 286086 FIXED-IN: 4.1.0 (kdesdk 4.8 Beta 1) svn path=/trunk/KDE/kdesdk/kompare/; revision=1263233
-
- 06 Nov, 2011 6 commits
-
-
Kevin Kofler authored
Kompare: KompareListView: Fix the mouse event handling so it also works around the 1 pixel minimum height. svn path=/trunk/KDE/kdesdk/kompare/; revision=1262759
-
Kevin Kofler authored
Kompare: Provide a default implementation of KompareListViewItem::paintCell which does the zero-height case (reduces code duplication). svn path=/trunk/KDE/kdesdk/kompare/; revision=1262755
-
Kevin Kofler authored
Kompare: KompareListViewHunkItem: Paint the next item if m_zeroHeight (like for the other zero-height items). svn path=/trunk/KDE/kdesdk/kompare/; revision=1262752
-
Kevin Kofler authored
Kompare: KompareListViewItem: Convert from rtti() to the new type() mechanism where the type is set in the constructor rather than through a virtual function. svn path=/trunk/KDE/kdesdk/kompare/; revision=1262744
-
Kevin Kofler authored
We don't need the fine-grained control over painting that QItemDelegate provides anymore, so we can use the default delegate as our base (though we actually override pretty much all the painting anyway). svn path=/trunk/KDE/kdesdk/kompare/; revision=1262743
-
Kevin Kofler authored
Kompare: KompareListView: Fudge the coordinates to hide the QTreeWidget limitation which requires non-zero height. Also clean up the painting functions. svn path=/trunk/KDE/kdesdk/kompare/; revision=1262742
-
- 05 Nov, 2011 1 commit
-
-
Kevin Kofler authored
This commit ports the KompareListView from K3ListView to QTreeWidget, removing the last Qt3Support (and kde3support) usage in Kompare. svn path=/trunk/KDE/kdesdk/kompare/; revision=1262737
-
- 03 Nov, 2011 4 commits
-
-
Kevin Kofler authored
svn path=/trunk/KDE/kdesdk/kompare/; revision=1262373
-
Kevin Kofler authored
svn path=/trunk/KDE/kdesdk/kompare/; revision=1262372
-
Kevin Kofler authored
Rationale: * QWidget::reparent is a Qt3Support method. * The reparenting kludge already once confused a developer enough to cause a regression. Code which needs BIG FAT WARNINGS to be understood is not pretty code. So now there is a KompareView which inherits QFrame and which contains the KompareSplitter, as opposed to the KompareSplitter creating its own parent. (Most of the setup code is still in KompareSplitter, at least for now.) svn path=/trunk/KDE/kdesdk/kompare/; revision=1262369
-
Kevin Kofler authored
Kompare: libdialogpages/filespage.cpp: Match codecs case-insensitively because both "default" and "Default" are used (and have been used in previous versions of Kompare, which means both versions can be found in config files). svn path=/trunk/KDE/kdesdk/kompare/; revision=1262367
-
- 02 Nov, 2011 1 commit
-
-
Kevin Kofler authored
svn path=/trunk/KDE/kdesdk/kompare/; revision=1262191
-
- 31 Oct, 2011 3 commits
-
-
Kevin Kofler authored
svn path=/trunk/KDE/kdesdk/kompare/; revision=1261667
-
Kevin Kofler authored
svn path=/trunk/KDE/kdesdk/kompare/; revision=1261666
-
Kevin Kofler authored
Now only the komparepart is left using Qt3Support and kde3support (including a K3ListView). svn path=/trunk/KDE/kdesdk/kompare/; revision=1261663
-
- 30 Oct, 2011 5 commits
-
-
Kevin Kofler authored
Kompare: komparenavtreepart: Bye bye Qt3Support! (This one needed just s/find/indexOf/ for 3 QStrings.) svn path=/trunk/KDE/kdesdk/kompare/; revision=1261662
-
Kevin Kofler authored
Kompare: libdialogpages: Bye bye Qt3Support! Also fixes filespage.cpp to not silently overwrite some available encoding with "Default". Instead, insert "Default" first into the list. svn path=/trunk/KDE/kdesdk/kompare/; revision=1261661
-
Kevin Kofler authored
svn path=/trunk/KDE/kdesdk/kompare/; revision=1261650
-
Kevin Kofler authored
Kompare: Remove unused KompareShell::setCaption overload which triggered compiler warnings (because it doesn't match the signature of the virtual method in the base class). Nothing actually uses this slot (and it's in application code, not library code), so I just removed it. svn path=/trunk/KDE/kdesdk/kompare/; revision=1261649
-
Kevin Kofler authored
svn path=/trunk/KDE/kdesdk/kompare/; revision=1261647
-
- 28 Oct, 2011 2 commits
-
-
Kevin Kofler authored
svn path=/trunk/KDE/kdesdk/kompare/; revision=1261173
-
Jeremy Whiting authored
svn path=/trunk/KDE/kdesdk/kompare/; revision=1261064
-
- 01 Oct, 2011 1 commit
-
-
Script Kiddy authored
svn path=/trunk/KDE/kdesdk/kompare/; revision=1256659
-
- 30 Aug, 2011 1 commit
-
-
Patrick Spendrin authored
svn path=/trunk/KDE/kdesdk/kompare/; revision=1250340
-
- 26 Aug, 2011 2 commits
-
-
Konstantin Tokarev authored
svn path=/trunk/KDE/kdesdk/kompare/; revision=1249588
-
David Faure authored
... which removes one layer of groupbox frames, thus looks much better. Also, replace untitled checkbox with making the groupbox checkable. svn path=/trunk/KDE/kdesdk/kompare/; revision=1249587
-
- 25 Aug, 2011 2 commits
-
-
Konstantin Tokarev authored
svn path=/trunk/KDE/kdesdk/kompare/; revision=1249403
-
Konstantin Tokarev authored
This patch also fixes compilation of Kompare under KDE 4.4 REVIEW: 6782 svn path=/trunk/KDE/kdesdk/kompare/; revision=1249402
-
- 24 Aug, 2011 1 commit
-
-
David Faure authored
* port away from KGenericFactory and KLibLoader * Remove "lib" prefix from plugin .so names * Don't use classes from plugins (e.g. KompareViewPart) directly, use qobject_cast to cast it to the interface instead. svn path=/trunk/KDE/kdesdk/kompare/; revision=1249337
-
- 22 Aug, 2011 2 commits
-
-
Konstantin Tokarev authored
This patch removes uses of Q3ButtonGroup in komparepart (replaced with QGroupBox/QButtonGroup) REVIEW: 6734 svn path=/trunk/KDE/kdesdk/kompare/; revision=1248892
-
Konstantin Tokarev authored
REVIEW: 6733 svn path=/trunk/KDE/kdesdk/kompare/; revision=1248891
-
- 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
-