- 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 1071346 via svnmerge from
https://vkrause@svn.kde.org/home/kde/trunk/KDE/kdepim
................
r1071346 | tmcguire | 2010-01-07 22:42:25 +0100 (Thu, 07 Jan 2010) | 45 lines
SVN_MERGE
Merged revisions 1063259,1063461 via svnmerge from
svn+ssh://tmcguire@svn.kde.org/home/kde/branches/kdepim/enterprise4/kdepim
................
r1063259 | winterz | 2009-12-17 16:58:27 +0100 (Thu, 17 Dec 2009) | 23 lines
Merged revisions 1063249-1063250,1063257 via svnmerge from
https://svn.kde.org/home/kde/branches/kdepim/enterprise/kdepim
........
r1063249 | winterz | 2009-12-17 10:19:25 -0500 (Thu, 17 Dec 2009) | 5 lines
for the saveAs dialog prompt, use "*" instead of "*.*" for the all file filter.
also use pretty names.
MERGE: e4,trunk
........
r1063250 | winterz | 2009-12-17 10:26:14 -0500 (Thu, 17 Dec 2009) | 3 lines
add the word "non-hidden" to the saveAs dialog filter.
MERGE: e4,trunk
........
r1063257 | winterz | 2009-12-17 10:47:29 -0500 (Thu, 17 Dec 2009) | 4 lines
i18n the filter for the saveAs dialog.
and don't use the word "non-hidden".
MERGE: e4,4.5 (new i18n string)
........
................
r1063461 | tmcguire | 2009-12-18 17:01:49 +0100 (Fri, 18 Dec 2009) | 12 lines
SVN_MERGE
Merged revisions 1063451 via svnmerge from
svn+ssh://tmcguire@svn.kde.org/home/kde/branches/kdepim/enterprise/kdepim
........
r1063451 | tmcguire | 2009-12-18 16:40:56 +0100 (Fri, 18 Dec 2009) | 4 lines
When the subject starts with a dot, change it to an underscore, to avoid hidden files.
kolab/issue3805
........
................
................
svn path=/branches/work/akonadi-ports/kdepim/; revision=1073099
Merged revisions 1063259,1063461 via svnmerge from
svn+ssh://tmcguire@svn.kde.org/home/kde/branches/kdepim/enterprise4/kdepim
................
r1063259 | winterz | 2009-12-17 16:58:27 +0100 (Thu, 17 Dec 2009) | 23 lines
Merged revisions 1063249-1063250,1063257 via svnmerge from
https://svn.kde.org/home/kde/branches/kdepim/enterprise/kdepim
........
r1063249 | winterz | 2009-12-17 10:19:25 -0500 (Thu, 17 Dec 2009) | 5 lines
for the saveAs dialog prompt, use "*" instead of "*.*" for the all file filter.
also use pretty names.
MERGE: e4,trunk
........
r1063250 | winterz | 2009-12-17 10:26:14 -0500 (Thu, 17 Dec 2009) | 3 lines
add the word "non-hidden" to the saveAs dialog filter.
MERGE: e4,trunk
........
r1063257 | winterz | 2009-12-17 10:47:29 -0500 (Thu, 17 Dec 2009) | 4 lines
i18n the filter for the saveAs dialog.
and don't use the word "non-hidden".
MERGE: e4,4.5 (new i18n string)
........
................
r1063461 | tmcguire | 2009-12-18 17:01:49 +0100 (Fri, 18 Dec 2009) | 12 lines
SVN_MERGE
Merged revisions 1063451 via svnmerge from
svn+ssh://tmcguire@svn.kde.org/home/kde/branches/kdepim/enterprise/kdepim
........
r1063451 | tmcguire | 2009-12-18 16:40:56 +0100 (Fri, 18 Dec 2009) | 4 lines
When the subject starts with a dot, change it to an underscore, to avoid hidden files.
kolab/issue3805
........
................
svn path=/trunk/KDE/kdepim/; revision=1071346
Merged revisions 1063451 via svnmerge from
svn+ssh://tmcguire@svn.kde.org/home/kde/branches/kdepim/enterprise/kdepim
........
r1063451 | tmcguire | 2009-12-18 16:40:56 +0100 (Fri, 18 Dec 2009) | 4 lines
When the subject starts with a dot, change it to an underscore, to avoid hidden files.
kolab/issue3805
........
svn path=/branches/kdepim/enterprise4/kdepim/; revision=1063461
https://svn.kde.org/home/kde/branches/kdepim/enterprise/kdepim
........
r1063249 | winterz | 2009-12-17 10:19:25 -0500 (Thu, 17 Dec 2009) | 5 lines
for the saveAs dialog prompt, use "*" instead of "*.*" for the all file filter.
also use pretty names.
MERGE: e4,trunk
........
r1063250 | winterz | 2009-12-17 10:26:14 -0500 (Thu, 17 Dec 2009) | 3 lines
add the word "non-hidden" to the saveAs dialog filter.
MERGE: e4,trunk
........
r1063257 | winterz | 2009-12-17 10:47:29 -0500 (Thu, 17 Dec 2009) | 4 lines
i18n the filter for the saveAs dialog.
and don't use the word "non-hidden".
MERGE: e4,4.5 (new i18n string)
........
svn path=/branches/kdepim/enterprise4/kdepim/; revision=1063259
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
part formatter kmail plugins have to become body part formatter message
viewer plugins.
This commit just does that, and allows to carry the originating akonadi
item for a given body part.
Should be enough to port the invitation handling to akonadi (as it's
handled through a body part formatter plugin).
svn path=/branches/work/akonadi-ports/kdepim/; revision=1059803
Merged revisions 1057128 via svnmerge from
svn+ssh://tmcguire@svn.kde.org/home/kde/branches/kdepim/enterprise4/kdepim
................
r1057128 | winterz | 2009-12-01 16:08:33 +0100 (Tue, 01 Dec 2009) | 10 lines
Merged revisions 1056938 via svnmerge from
https://svn.kde.org/home/kde/branches/kdepim/enterprise/kdepim
........
r1056938 | tmcguire | 2009-12-01 05:14:23 -0500 (Tue, 01 Dec 2009) | 3 lines
When replacing the : with a _, remove the following space as well.
kolab/issue3805
........
................
svn path=/trunk/KDE/kdepim/; revision=1058358
https://svn.kde.org/home/kde/branches/kdepim/enterprise/kdepim
........
r1056938 | tmcguire | 2009-12-01 05:14:23 -0500 (Tue, 01 Dec 2009) | 3 lines
When replacing the : with a _, remove the following space as well.
kolab/issue3805
........
svn path=/branches/kdepim/enterprise4/kdepim/; revision=1057128
* if the folder index is out of bounds return a 0 KMMsgBase
* deal with KMMsgBase==0 items when iterating over lists of them
svn path=/trunk/KDE/kdepim/; revision=1056205