Switching from the kdepim internal distribution list implementation to the one provided by our public API in kdepimlibs
Kept some internal use of KPIM::DistributionList so changes could be kept to a minimum.
CCMAIL: kde-pim@kde.org
svn path=/branches/kdepim/enterprise4/kdepim/; revision=983162
svn+ssh://tmcguire@svn.kde.org/home/kde/branches/kdepim/enterprise4/kdepim
................
r956784 | winterz | 2009-04-20 18:08:11 +0200 (Mon, 20 Apr 2009) | 14 lines
Merged revisions 955451 via svnmerge from
https://svn.kde.org/home/kde/branches/kdepim/enterprise/kdepim
........
r955451 | mlaurent | 2009-04-17 12:58:02 -0400 (Fri, 17 Apr 2009) | 7 lines
Fix kolab issue 2931
"The ACL of a folder without admin rights are not shown with a wrong message."
When we don't have admin rights we can't get retreived right and label was bad
in this case.
Need to backport to e4/trunk (not in 4.2 because we change i18n)
........
................
svn path=/trunk/KDE/kdepim/; revision=957694
https://svn.kde.org/home/kde/branches/kdepim/enterprise/kdepim
........
r955451 | mlaurent | 2009-04-17 12:58:02 -0400 (Fri, 17 Apr 2009) | 7 lines
Fix kolab issue 2931
"The ACL of a folder without admin rights are not shown with a wrong message."
When we don't have admin rights we can't get retreived right and label was bad
in this case.
Need to backport to e4/trunk (not in 4.2 because we change i18n)
........
svn path=/branches/kdepim/enterprise4/kdepim/; revision=956784
information about the folder, its file and index locations and sizes, and the
content and messages.
For mbox folders, the compaction state and a button to do it is here (still
also in the folder context menu). A folder can be compacted (at the user's
own risk) even if it was previously marked "unsafe".
Other dangerous operations ("Rebuild Index" and "Rebuild IMAP Cache") have
been moved from the context/menubar menus to here.
Moved the "mark_all_as_read" action back to the top of the folder popup menu,
as suggested by aseigo.
Added some hooks (KMFolderDialog::setPage() and KMMainWidget::PropsPage enum)
to embed the other folder properties into this dialogue, if there can ever be
agreement on the usability of this. So it's not a fix for bug 115611, but it's
a start...
CCBUG:115611
svn path=/trunk/KDE/kdepim/; revision=927964
Kept some internal use of KPIM::DistributionList so changes could be kept to a minimum.
CCMAIL: kde-pim@kde.org
svn path=/trunk/KDE/kdepim/; revision=883931
Note: The remaining issues are false positives. They cannot be changed to ' '
as the called function expects a const char*.
svn path=/trunk/KDE/kdepim/; revision=861369
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