Laurent Montel
a2849e0f7f
Not necessary
...
svn path=/trunk/KDE/kdepim/; revision=685626
19 years ago
Stephan Kulow
2b3b8b8f10
compile
...
svn path=/trunk/KDE/kdepim/; revision=635572
19 years ago
David Faure
8270ad07db
Cleaning up the proko2 branch mess (that I originally created); this will require a few commits and a temporary branch.
...
svn path=/branches/kdepim/proko2-full/kdepim/; revision=541169
20 years ago
Laurent Montel
ee46d3efe0
#include <q...h> -> #include <Q...>
...
svn path=/trunk/KDE/kdepim/kalarm/lib/; revision=539348
20 years ago
Reinhold Kainhofer
d892497f04
deprecated QLabel constructors and methods
...
svn path=/trunk/KDE/kdepim/; revision=535649
20 years ago
Stephan Kulow
ffaff2c9ab
removed deprecated QWidget functions
...
svn path=/trunk/KDE/kdepim/; revision=535553
20 years ago
Reinhold Kainhofer
ffe5a512df
Deprecated QLabel constructors -> call setBuddy and setObjectName manually...
...
svn path=/trunk/KDE/kdepim/knotes/; revision=535167
20 years ago
Reinhold Kainhofer
bdb846c552
Replace the old-style QGridLayout and Q[HV]BoxLayout constructors (which contain margin, spacing, name, and possibly the # of rows and cols) with the Qt4 constructors, where one then calls setMargin, setSpacing, and setObjectName. The nr of rows and columns is no longer needed.
...
I used my kdesdk/scripts/qt4/convert-qgridlayout.pl and kdesdk/scripts/qt4/convert-qboxlayout.pl scripts for this. Apart from one instance (where the params were commented out), no manual intervention was needed and everything worked like a charm...
What still needs to be done is to replace all Q*Layout(QLayout*parent) constructors by Q*Layout(); parent->insertLayout(..); calls. This can't be automated since it's impossible to detect whether the parent object is a QWidget* or a QLayout*. At best one can parst the compiler warning and just replace in those lines that through a deprecated warning...
svn path=/trunk/KDE/kdepim/; revision=533942
20 years ago
Reinhold Kainhofer
fa50c79e24
setColStretch -> setColumnStretch; 65 less deprecated warnings, ~5300 left in kdepim....
...
svn path=/trunk/KDE/kdepim/; revision=531866
20 years ago
Reinhold Kainhofer
c567557304
addMultiCell(Widget|Layout) => add(Widget|Layout) with swapped params and with row/colspan instead of last row/col. This means that there are ~350 less deprecated warnings
...
svn path=/trunk/KDE/kdepim/; revision=531841
20 years ago
Laurent Montel
5214f977ce
KURL->KUrl
...
svn path=/trunk/KDE/kdepim/akregator/; revision=508599
20 years ago
Laurent Montel
7a6a236da0
KURL->KUrl
...
svn path=/trunk/KDE/kdepim/konsolekalendar/; revision=501915
20 years ago
Andreas Gungl
c901b1247d
reduce readEntry(...).toInt() where possible
...
svn path=/trunk/KDE/kdepim/; revision=497208
20 years ago
Andreas Gungl
4ff92dd82b
forget readEntry(...).toBool()
...
svn path=/trunk/KDE/kdepim/; revision=497182
20 years ago
Volker Krause
3d382d34ca
Build with new kdelibs snapshot.
...
svn path=/trunk/KDE/kdepim/; revision=496190
20 years ago
Andreas Gungl
db8f1ad5ad
porting for KConfig changes
...
svn path=/trunk/KDE/kdepim/; revision=493930
21 years ago
Laurent Montel
60b450d35f
QString::null-> QString()
...
.clear()
etc.
svn path=/trunk/KDE/kdepim/; revision=493449
21 years ago
Volker Krause
0f6fe9fdb4
117 of 167 files compile
...
svn path=/trunk/KDE/kdepim/; revision=461055
21 years ago
Laurent Montel
57f2203adc
Some port
...
svn path=/trunk/KDE/kdepim/; revision=457004
21 years ago
Reinhold Kainhofer
2e77a55d99
The FSF has moved, use the new address in all license files and headers ...
...
svn path=/trunk/KDE/kdepim/; revision=437980
21 years ago
David Faure
5f65475546
Rename everything from last commit to include "vacation" in the name; there
...
could be other sieve scripts.
svn path=/trunk/kdepim/; revision=378239
21 years ago
David Faure
9659a734ed
Make sieve script filename configurable, as needed for e.g. kolab2.
...
No GUI for it (is one needed?), in the kolab2 case it will simply be
set by the wizard.
Patch changed twice from Marc Mutz's comments and now approved :)
svn path=/trunk/kdepim/; revision=378237
21 years ago
Dirk Mueller
9f1418ac89
compile with explicit KURL() constructor
...
svn path=/trunk/kdepim/; revision=286741
22 years ago
Marc Mutz
c4df6a1a84
Add <config.h> to all .cpp files as in aegypten_branch we really
...
depend on th values there.
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
Changes done by this script:
for i in *.cpp; do
if ! grep -q '<config.h>' $i; then
echo $i
fi
done | xargs -n1 perl -pi\~ -e \
'if ( /#include/ && !$first ) {
$_ = "#ifdef HAVE_CONFIG_H\n#include <config.h>\n#endif\n\n" . $_;
$first=1;
}'
svn path=/trunk/kdepim/; revision=278891
23 years ago
Dirk Mueller
05ce0dd767
unbreak compilation (gcc 3.4+)
...
svn path=/trunk/kdepim/; revision=239255
23 years ago
Zack Rusin
b128a466e2
Lets try this : major include's cleanup. Should shave a few mins of kmail's compilation.
...
Credits go to Scott and fixincludes.
svn path=/trunk/kdepim/; revision=222501
23 years ago
Carsten Pfeiffer
2162e98ee8
s/qlineedit/klineedit/
...
svn path=/trunk/kdepim/; revision=202956
23 years ago
Marc Mutz
c207fdd2e9
from kroupware_branch: Sieve Vacation support
...
svn path=/trunk/kdenetwork/kmail/; revision=190697
24 years ago