svn+ssh://tmcguire@svn.kde.org/home/kde/branches/KDE/4.2/kdepim
........
r925423 | tmcguire | 2009-02-13 10:42:47 +0100 (Fri, 13 Feb 2009) | 4 lines
Backport r924638 by tmcguire from trunk to the 4.2 branch:
Don't add POP3 and local accounts to the sieve list.
........
svn path=/branches/kdepim/enterprise4/kdepim/; revision=925448
What does this patch do:
- QComboBox -> KComboBox
- QTabWidget -> KTabWidget
- QLineEdit -> KLineEdit
- QTextEdit -> KTextEdit
- Where KLineEdit is inserted, I explicitly called: setShowClearButton( true )
- Removed in some cases unnecessary includes from header files.
What does this patch not do:
- Fix the ui files
- Fix the QMessageBox -> KMessageBox in kmmessage.cpp I need to have a good
look to the KMessageBox API for that.
- Exhaustive cleanup of unnecessary inclusions.
svn path=/trunk/KDE/kdepim/; revision=862376
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
* Emit a result signal on a sievejob error. Now, on a uploading script failure,
the slot is catched, and show the script window again.
svn path=/trunk/KDE/kdepim/; revision=428650
proko2. It's not perfect yet, but that is entirely due to merging
errors on my part, I am sure, which I vow to resolve in the immediate
future.
svn path=/trunk/KDE/kdepim/; revision=424084