svn+ssh://tmcguire@svn.kde.org/home/kde/branches/kdepim/enterprise4/kdepim
........
r836510 | pradeepto | 2008-07-22 14:40:00 +0200 (Tue, 22 Jul 2008) | 7 lines
-- Forward porting from enterprise3. ( Sidenote : this really is a useful feature but often is missed by most users, I think. I never found it until, I was working on some folder selection in enterprise3 sometime back. )
SVN commit 836392 by tilladam:
Add a little explanatory test to the folder selection dialog, otherwise users won't find this insanely useful feature.
........
svn path=/trunk/KDE/kdepim/; revision=837882
svn+ssh://tmcguire@svn.kde.org/home/kde/branches/kdepim/enterprise4/kdepim
........
r823147 | tilladam | 2008-06-22 18:56:34 +0200 (Sun, 22 Jun 2008) | 6 lines
Speed up the folderselector to bare-able performance again by expanding all
folders in one go at the end of a reload, instead of triggering updates
after every folder that is added and by disabling sorting, the order
should be that of the main folder tree anyhow, and given the quick search,
the ability to sort adds nothing, it just slows things down on initial load.
........
svn path=/trunk/KDE/kdepim/; revision=827735
folders in one go at the end of a reload, instead of triggering updates
after every folder that is added and by disabling sorting, the order
should be that of the main folder tree anyhow, and given the quick search,
the ability to sort adds nothing, it just slows things down on initial load.
svn path=/branches/kdepim/enterprise4/kdepim/; revision=823147
- Don't eat escape or enter keypresses, so that moving a message to a folder
with the keyboard works again
- actually return the correct folder, by setting the currentItem as well, instead of
only selecting an item.
Other stuff:
- Add some consts
- use QAction::setData instead of comparing the action names
- //< => ///<, so that doxygen recognises those
- some style fixes (identation, whitespace mainly)
- remove the ifdef'd out styleDependantFrameWidth
svn path=/trunk/KDE/kdepim/; revision=802876
for the new kDebug/kError/kWarning/kFatal syntax.
You can use the following command to find 'old' code:
egrep -r -A 5 '(kDebug|kError|kWarning|kFatal).*' * | grep -v ".svn" | grep "<< *endl;"
svn path=/trunk/KDE/kdepim/; revision=695781
This was buggy even in 3.5, more so in trunk.
Eventually KFolderTree will be ported to QTreeWidget, which hopefully built-in alternate row handling.
svn path=/trunk/KDE/kdepim/; revision=656303
Patch by Kumaran Santhanam implementing folder quick filing as described in
http://bugs.kde.org/show_bug.cgi?id=113759. Ok'd on core-devel, reviewed,
tested, etc, as per the "lifted feature freeze" policy.
Thanks for the patch, mate.
svn path=/trunk/KDE/kdepim/; revision=536707
http://bugs.kde.org/show_bug.cgi?id=113759. Ok'd on core-devel, reviewed,
tested, etc, as per the "lifted feature freeze" policy.
Thanks for the patch, mate.
BUG: 113759
svn path=/branches/KDE/3.5/kdepim/; revision=536272
were "saved" to kmailrc, but kmailrc wasn't synced, so in case of a kmail crash, X crash, power failure, kernel oops...
the settings would be lost, and on the next kmail restart very strange errors would happen when syncing
(can't create folder, folder already there, folder missing, etc.)
The solution: sync(). But while being at it I implemented buffering of sync requests
which was a TODO in kmkernel, but did it in GlobalSettings as Till suggested;
which in turn means we need our own GlobalSettings inheriting GlobalSettingsBase,
and the code lacked ::self()-> in many places to allow that.
srcdir!=builddir users: don't forget to delete globalsettings.{cpp,h} from the builddir
since it's not generated anymore!
CCMAIL: kmail-devel@kde.org
svn path=/trunk/KDE/kdepim/; revision=432538
were "saved" to kmailrc, but kmailrc wasn't synced, so in case of a kmail crash, X crash, power failure, kernel oops...
the settings would be lost, and on the next kmail restart very strange errors would happen when syncing
(can't create folder, folder already there, folder missing, etc.)
The solution: sync(). But while being at it I implemented buffering of sync requests
which was a TODO in kmkernel, but did it in GlobalSettings as Till suggested;
which in turn means we need our own GlobalSettings inheriting GlobalSettingsBase,
and the code lacked ::self()-> in many places to allow that.
svn path=/branches/kdepim/proko2/kdepim/; revision=432536