Merged revisions 1007086 via svnmerge from
svn+ssh://tmcguire@svn.kde.org/home/kde/branches/kdepim/enterprise4/kdepim
................
r1007086 | tmcguire | 2009-08-05 09:37:25 +0200 (Wed, 05 Aug 2009) | 12 lines
Merged revisions 1007083 via svnmerge from
svn+ssh://tmcguire@svn.kde.org/home/kde/branches/kdepim/enterprise/kdepim
........
r1007083 | tmcguire | 2009-08-05 09:31:37 +0200 (Wed, 05 Aug 2009) | 5 lines
Allow changing the folder type of local folders again, as they can apparently be used
as groupware folders too.
kolab/issue3742
........
................
svn path=/trunk/KDE/kdepim/; revision=1010825
svn+ssh://tmcguire@svn.kde.org/home/kde/branches/kdepim/enterprise/kdepim
........
r1007083 | tmcguire | 2009-08-05 09:31:37 +0200 (Wed, 05 Aug 2009) | 5 lines
Allow changing the folder type of local folders again, as they can apparently be used
as groupware folders too.
kolab/issue3742
........
svn path=/branches/kdepim/enterprise4/kdepim/; revision=1007086
svn+ssh://tmcguire@svn.kde.org/home/kde/branches/kdepim/enterprise/kdepim
........
r1001562 | tmcguire | 2009-07-23 18:28:14 +0200 (Thu, 23 Jul 2009) | 3 lines
Don't show a folder content type combo box for online IMAP folders, because that is not supported.
Fixes kolab/issue3742
........
svn path=/branches/kdepim/enterprise4/kdepim/; revision=1001563
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
svn+ssh://pradeepto@svn.kde.org/home/kde/branches/kdepim/enterprise/kdepim
........
r767033 | tilladam | 2008-01-27 15:21:37 +0530 (Sun, 27 Jan 2008) | 4 lines
Don't crash when trying to create a subfolder of a calendar folder in a new account.
kolab/issue2387
........
svn path=/branches/KDE/3.5/kdepim/; revision=779922
https://vkrause@svn.kde.org/home/kde/branches/kdepim/enterprise/kdepim
........
r767033 | tilladam | 2008-01-27 10:51:37 +0100 (Sun, 27 Jan 2008) | 4 lines
Don't crash when trying to create a subfolder of a calendar folder in a new account.
kolab/issue2387
........
r768738 | tilladam | 2008-01-30 16:07:37 +0100 (Wed, 30 Jan 2008) | 3 lines
More guards against not yet set accounts.
kolab/issue2387
........
svn path=/trunk/KDE/kdepim/; revision=776669
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