Allow a new top-level local folder to be created in the folder selection
dialogue (used, e.g, when configuring a filter rule with the "Move into Folder"
action).
Also make it obvious where the selected folder is not valid, by disabling
the "OK" button.
CCBUG:128796
svn path=/branches/KDE/4.2/kdepim/; revision=928215
dialogue (used, e.g, when configuring a filter rule with the "Move into Folder"
action).
Also make it obvious where the selected folder is not valid, by disabling
the "OK" button.
BUG:128796
svn path=/trunk/KDE/kdepim/; revision=927934
This brings a reworked folder tree and and a new message list, which is much more powerful than the old one.
New features include grouping, multiline items and the ability to customize just about everything of the look of the message list.
Also, we have a tabbed interface for opening more than one folder at once now.
An important aspect of the new message list is that drawing speed is now fast again (there was a regression in Q3ListView that
made huge folders a real pain to navigate, reading commit folders was not a nice thing to do).
There are probably more things which I forgot to list here.
Also, this is big step forward in getting rid of Qt3Support in KMail, now just some tiny bits are left.
Many thanks to SoC student Szymon Stefanek for his awesome work on his project! I can't stress enough how great this
achivment is. He even added very good API documentation to his classes :)
This requires the lastest version of qt-copy, otherwise you'll get mysterious crashes in Qt painting code from time to time.
We hope that this patch will be added to the next Qt 4.4.x version.
And finally, this merge also brings many regressions, which is not unnatural for such a big change.
In the remaining time before the KDE 4.2 release, we'll have to work on those to get it polished and regression-free.
Help here is always needed, and is a good opportunity to start working on KMail, since many regressions are low hanging fruit.
It also means the message list and the folder tree need a bit of testing.
If you find bugs, report them under the "new message list" and "new folder tree" component of the bug tracker, thanks.
I also plan to setup a wiki page with known regressions.
CCMAIL: kde-pim@kde.org
GUI:
CCBUG: 117808
BUG: 163469
FEATURE: 18170
FEATURE: 32400
FEATURE: 42107
FEATURE: 45526
FEATURE: 81272
FEATURE: 90142
FEATURE: 107450
(and probably many others)
svn path=/trunk/KDE/kdepim/; revision=881321
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 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=/branches/kdepim/enterprise4/kdepim/; revision=836510
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