- Fix some includes
- Disable Qt3 support and KDE3Support in the CMake file
Now KMail is free of KDE3 and Qt3 support(*), hurray!!
Thanks to everyone who helped porting.
Now, let's party and relax a bit, and afterwards we can start to make things interesting
again by starting the Akonadi port :)
(*) Well, Almost. It still links to Qt3Support, because KGPG has
Qt3Support in its headers.
Also, Qt3Support and KDE3Support are still linked in indirectly
via libkdepim.
svn path=/trunk/KDE/kdepim/; revision=924827
- check if there is a still active out-of-office sieve script on startup
Prokde35-z Item 79
Kolab issue 1743
svn path=/branches/kdepim/enterprise/kdepim/; revision=716765
https://vkrause@svn.kde.org/home/kde/branches/kdepim/enterprise/kdepim
........
r703997 | tilladam | 2007-08-23 23:00:11 +0200 (Thu, 23 Aug 2007) | 3 lines
Retain the vacation file name across trips through the editin widget.
kolab/issue1743
........
r704063 | tilladam | 2007-08-24 07:28:50 +0200 (Fri, 24 Aug 2007) | 2 lines
Oops.
........
r704165 | tilladam | 2007-08-24 09:33:58 +0200 (Fri, 24 Aug 2007) | 3 lines
Initialize the name column to a more reasonable 120.
kolab/issue 1894.
........
r704180 | tilladam | 2007-08-24 10:43:04 +0200 (Fri, 24 Aug 2007) | 4 lines
Fix parsing of @ in name parts of email addresses, when in quotes.
Fix tests to all pass again.
kolab/issue1713
........
svn path=/branches/KDE/3.5/kdepim/; revision=704211
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
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