- Get rid of kmmessagetag and all its cruft.
- Instead of storing meta information about tags
in the config file (like text or background color), we store them as properties for the
Nepomuk::Tag now. Those properties are generated from a .trig file.
- Move almost all tagging related stuff out of kmmainwidget and into a new class TagActionManager
- Also, remove some old kmkernel stuff, like migration from ~/Mail and ~/KMail or the storage debug
area.
- Make use of the new tag properties in the messagelist, now the coloring works again
- Disable EntityMimeTypeFilterModel, its match() method seems to be buggy
svn path=/branches/work/akonadi-ports/kdepim/; revision=1073362
Merged revisions 1067476 via svnmerge from
svn+ssh://tmcguire@svn.kde.org/home/kde/branches/kdepim/enterprise4/kdepim
................
r1067476 | winterz | 2009-12-29 17:55:14 +0100 (Tue, 29 Dec 2009) | 10 lines
Merged revisions 1067420 via svnmerge from
https://svn.kde.org/home/kde/branches/kdepim/enterprise/kdepim
........
r1067420 | tmcguire | 2009-12-29 10:51:54 -0500 (Tue, 29 Dec 2009) | 3 lines
Make sure to update the reader window when deleting a attachment, that
was not done when using a seperate reader window.
........
................
svn path=/trunk/KDE/kdepim/; revision=1071368
I don't see why this is needed, since the connect doesn't use WindowArgs, but
it makes the warning silent.
svn path=/trunk/KDE/kdepim/; revision=1068720
https://svn.kde.org/home/kde/branches/kdepim/enterprise/kdepim
........
r1067503 | tmcguire | 2009-12-29 12:54:44 -0500 (Tue, 29 Dec 2009) | 7 lines
Add _very_ nasty hack: After deleting an attachment, automatically select the next message that
arrives in the message list, so the 'same' mail stays selected.
This is needed because KMDeleteAttachmentCommand does an add+delete.
kolab/issue3740
........
svn path=/branches/kdepim/enterprise4/kdepim/; revision=1067554
https://svn.kde.org/home/kde/branches/kdepim/enterprise/kdepim
........
r1067420 | tmcguire | 2009-12-29 10:51:54 -0500 (Tue, 29 Dec 2009) | 3 lines
Make sure to update the reader window when deleting a attachment, that
was not done when using a seperate reader window.
........
svn path=/branches/kdepim/enterprise4/kdepim/; revision=1067476
To use webkit use "cmake -DWEBKIT_BUILD"
As of now the port can show messages but there are _many_ places where the port is incomplete.
All changes are wrapped in #ifdef WEBKIT_BUILD and all old code is still there and active if WEBKIT_BUILD is not defined.
Any unported code should have a "kWarning() << WEBKIT:" to make it easy to spot.
As my time on this is severly limited any help is most welcome...
svn path=/branches/work/akonadi-ports/kdepim/; revision=1064617
No time like a beta test to finally commit the patch for the old parseMsg() crash.
Let's try it and see if anyone complains.
svn path=/branches/kdepim/enterprise4/kdepim/; revision=1059922
To avoid such conflicts, keep a single instance for each foldercollection in a global map, and hand out shared pointers.
svn path=/branches/work/akonadi-ports/kdepim/; revision=1059824
=> remove kmfoldernode/accountwizard (need to rewrite all) / kmdict / networkmanager
Cleanup.
Add signal/slots in kmail_part to signal when collections changed
Port++
etc.
svn path=/branches/work/akonadi-ports/kdepim/; revision=1051639
Implemented as an action in order to also be available as a configurable shortcut.
http://reviewboard.kde.org/r/2017/
svn path=/trunk/KDE/kdepim/; revision=1050216
Merged revisions 1041866 via svnmerge from
svn+ssh://tmcguire@svn.kde.org/home/kde/branches/kdepim/enterprise4/kdepim
................
r1041866 | winterz | 2009-10-28 18:40:30 +0100 (Wed, 28 Oct 2009) | 12 lines
Merged revisions 1041863 via svnmerge from
https://svn.kde.org/home/kde/branches/kdepim/enterprise/kdepim
........
r1041863 | winterz | 2009-10-28 13:33:47 -0400 (Wed, 28 Oct 2009) | 5 lines
another attempt at making long attachment descriptions display and print
nicely in fancy view. basically, give the squeezed text more room to grow.
kolab/issue3908
MERGE: e4,trunk,4.3
........
................
svn path=/trunk/KDE/kdepim/; revision=1045903
https://svn.kde.org/home/kde/branches/kdepim/enterprise/kdepim
........
r1041863 | winterz | 2009-10-28 13:33:47 -0400 (Wed, 28 Oct 2009) | 5 lines
another attempt at making long attachment descriptions display and print
nicely in fancy view. basically, give the squeezed text more room to grow.
kolab/issue3908
MERGE: e4,trunk,4.3
........
svn path=/branches/kdepim/enterprise4/kdepim/; revision=1041866
nicely in fancy view. basically, give the squeezed text more room to grow.
kolab/issue3908
MERGE: e4,trunk,4.3
svn path=/branches/kdepim/enterprise/kdepim/; revision=1041863
Use just a function with Akonadi::Item and not KMime::Message
because sometime we need to have info about status and
kmime::message can't return message status (and original folder etc.)
svn path=/branches/work/akonadi-ports/kdepim/; revision=1038927