Merged revisions 1021844,1021905,1021943,1021954,1021958,1021978,1021986,1021989-1021990,1022005,1022008,1022030,1022037,1022045,1022251,1022263,1022266 via svnmerge from
https://vkrause@svn.kde.org/home/kde/trunk/KDE/kdepim
................
r1021844 | vkrause | 2009-09-10 11:16:17 +0200 (Thu, 10 Sep 2009) | 3 lines
Add Nepomuk tag and rating widgets to have an easy way of changing some
info in Nepomuk for testing.
................
r1021905 | vkrause | 2009-09-10 12:03:38 +0200 (Thu, 10 Sep 2009) | 2 lines
Add the new "Virtual" capability.
................
r1021943 | scripty | 2009-09-10 12:30:28 +0200 (Thu, 10 Sep 2009) | 1 line
SVN_SILENT made messages (.desktop file)
................
r1021954 | tnyblom | 2009-09-10 13:12:22 +0200 (Thu, 10 Sep 2009) | 4 lines
Use the scrollbar for getting and setting the relative position.
BUG: 177671
................
r1021958 | tmcguire | 2009-09-10 13:32:54 +0200 (Thu, 10 Sep 2009) | 3 lines
differentiate between clicked and hovered urls, fixes the regression that copying a link address didn't work anymore.
MERGE: e3, e4
................
r1021978 | tmcguire | 2009-09-10 14:37:22 +0200 (Thu, 10 Sep 2009) | 1 line
Remove unused options, the reply phrases thing is long gone.
................
r1021986 | vkrause | 2009-09-10 15:16:13 +0200 (Thu, 10 Sep 2009) | 6 lines
Make the sync a bit more clever by only link/unlink stuff that actually
changed, in fact unlink untagged objects at all.
Now if I could figure out how to get change notifications from Nepomuk
this thing would actually rock :)
................
r1021989 | tnyblom | 2009-09-10 15:28:55 +0200 (Thu, 10 Sep 2009) | 3 lines
Migrate some settings to KConfigXT
................
r1021990 | vkrause | 2009-09-10 15:43:30 +0200 (Thu, 10 Sep 2009) | 2 lines
Support tag deletion.
................
r1022005 | winterz | 2009-09-10 16:33:26 +0200 (Thu, 10 Sep 2009) | 18 lines
Blocked revisions 1022003 via svnmerge
................
r1022003 | winterz | 2009-09-10 10:32:16 -0400 (Thu, 10 Sep 2009) | 12 lines
Merged revisions 1021995 via svnmerge from
https://svn.kde.org/home/kde/branches/kdepim/enterprise/kdepim
........
r1021995 | winterz | 2009-09-10 10:09:09 -0400 (Thu, 10 Sep 2009) | 5 lines
backport SVN commit 1021958 by tmcguire from trunk to e35:
differentiate between clicked and hovered urls, fixes the regression that copying a link address didn't work anymore.
MERGE: e4
........
................
................
r1022008 | vkrause | 2009-09-10 16:38:40 +0200 (Thu, 10 Sep 2009) | 2 lines
Show link/unlink rights.
................
r1022030 | winterz | 2009-09-10 17:46:51 +0200 (Thu, 10 Sep 2009) | 17 lines
Blocked revisions 1022029 via svnmerge
................
r1022029 | winterz | 2009-09-10 11:43:46 -0400 (Thu, 10 Sep 2009) | 11 lines
Merged revisions 1022028 via svnmerge from
https://svn.kde.org/home/kde/branches/kdepim/enterprise/kdepim
........
r1022028 | winterz | 2009-09-10 11:40:56 -0400 (Thu, 10 Sep 2009) | 4 lines
backport super hack from trunk that might help fix the crash reported in
kolab/issue3837
MERGE: e4 (already in trunk)
........
................
................
r1022037 | vkrause | 2009-09-10 18:07:14 +0200 (Thu, 10 Sep 2009) | 2 lines
Tag/untag when linking/unlinking items.
................
r1022045 | vkrause | 2009-09-10 18:42:18 +0200 (Thu, 10 Sep 2009) | 2 lines
Allow to link/unlink items.
................
r1022251 | scripty | 2009-09-11 11:39:49 +0200 (Fri, 11 Sep 2009) | 1 line
SVN_SILENT made messages (.desktop file)
................
r1022263 | tstaerk | 2009-09-11 11:53:31 +0200 (Fri, 11 Sep 2009) | 1 line
Tell the users where to get the good documentation :) As discussed on the wiki meeting in Berlin.
................
r1022266 | tnyblom | 2009-09-11 12:11:02 +0200 (Fri, 11 Sep 2009) | 7 lines
Move the calls for saving the readers position into the update() functions.
This eliminates the need for outside callers to remember when they should save
the position.
Fixes the issue with message jumping to start when a signature has been checked.
................
svn path=/branches/work/akonadi-ports/kdepim/; revision=1022290
Any other header style can be converted if desired by modifying the call
to "emailAddrAsAnchor(...)".
Also rename the quicklist icons as they now are used for more then just
attachments.
svn path=/trunk/KDE/kdepim/kmail/pics/; revision=1021096
https://svn.kde.org/home/kde/branches/kdepim/enterprise/kdepim
........
r1016353 | winterz | 2009-08-27 11:26:36 -0400 (Thu, 27 Aug 2009) | 5 lines
provide a bit more left-padding when printing
kolab/issue3254
MERGE: e4,trunk,4.3
........
svn path=/branches/kdepim/enterprise4/kdepim/; revision=1016356
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
Some fixes as requested by Thomas:
1) Enterprise header's mail picture doesn't overlap subject anymore;
2) In fancy header mode the attachments button is now left aligned;
3) The list of attachment doesn't scroll anymore with the enterprise
header;
4) Enterprise header now plays well with dark color schemes and
encapsulated messages.
Fixing deprecated calls and coding style will follow.
svn path=/branches/kdepim/enterprise/kdepim/; revision=853427
svn+ssh://tmcguire@svn.kde.org/home/kde/branches/kdepim/enterprise4/kdepim
........
r851758 | tmcguire | 2008-08-24 16:39:12 +0200 (Sun, 24 Aug 2008) | 5 lines
Give enough space for the attachments so that no horizontal scrollbar appears.
BUG: 169657
CCMAIL: ervin@kde.org
........
svn path=/trunk/KDE/kdepim/; revision=851796
Sill some deprecated warnigns, I guess I'll fix them myself now.
--
Merged revisions 843622,850460,850469 via svnmerge from
svn+ssh://tmcguire@svn.kde.org/home/kde/branches/kdepim/enterprise4/kdepim
................
r843622 | ervin | 2008-08-07 15:09:51 +0200 (Thu, 07 Aug 2008) | 143 lines
New Enterprise header style, and show attachements as part of the
header.
Closes kolab/merge74 aka "Extended attachment view".
On a personal note I hope it'll make it upstream, those two smallish
features are simply gorgeous IMHO.
[SNIP]
................
r850460 | ervin | 2008-08-21 17:12:23 +0200 (Thu, 21 Aug 2008) | 10 lines
Some fixes as requested by Thomas:
1) Enterprise header's mail picture doesn't overlap subject anymore;
2) In fancy header mode the attachments button is now left aligned;
3) The list of attachment doesn't scroll anymore with the enterprise
header;
4) Enterprise header now plays well with dark color schemes and
encapsulated messages.
Fixing deprecated calls and coding style will follow.
................
r850469 | ervin | 2008-08-21 17:43:46 +0200 (Thu, 21 Aug 2008) | 3 lines
Addresses the style and indentation issues found by Thomas
(from revision 843622).
................
svn path=/trunk/KDE/kdepim/; revision=850566
1) Enterprise header's mail picture doesn't overlap subject anymore;
2) In fancy header mode the attachments button is now left aligned;
3) The list of attachment doesn't scroll anymore with the enterprise
header;
4) Enterprise header now plays well with dark color schemes and
encapsulated messages.
Fixing deprecated calls and coding style will follow.
svn path=/branches/kdepim/enterprise4/kdepim/; revision=850460