Thomas McGuire
718cb3340a
Refactor tag handling:
...
- 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
16 years ago
Bertjan Broeksema
7fe3bd4ca2
- Remove the KMime::Message::Ptr argument from MessageHelper::createRedirect()
...
- Adjust the code to this change
- Port++
svn path=/branches/work/akonadi-ports/kdepim/; revision=1071847
16 years ago
Bertjan Broeksema
5ef952cf9e
Port++
...
svn path=/branches/work/akonadi-ports/kdepim/; revision=1071769
16 years ago
Thomas McGuire
004929bfb7
SVN_MERGE
...
Merged revisions 1067262 via svnmerge from
svn+ssh://tmcguire@svn.kde.org/home/kde/branches/kdepim/enterprise4/kdepim
........
r1067262 | tmcguire | 2009-12-29 12:06:42 +0100 (Tue, 29 Dec 2009) | 8 lines
Don't try to be smart and read the header field in the encoding of the message body.
This was a workaround for clients not RFC2047-encoding the subject.
However, this fails if the body is UTF-16, and the subject is plain ascii, as the
subject is then garbled when trying to read it as UTF-16.
Also fixes kolab/issue3707
........
svn path=/trunk/KDE/kdepim/; revision=1071387
16 years ago
Thomas McGuire
407aa58acb
Don't try to be smart and read the header field in the encoding of the message body.
...
This was a workaround for clients not RFC2047-encoding the subject.
However, this fails if the body is UTF-16, and the subject is plain ascii, as the
subject is then garbled when trying to read it as UTF-16.
Also fixes kolab/issue3707
svn path=/branches/kdepim/enterprise4/kdepim/; revision=1067262
16 years ago
Volker Krause
051309543a
- IMAP expunging is handled in the IMAP resource nowadays
...
- port to new KMCommand API
svn path=/branches/work/akonadi-ports/kdepim/; revision=1066184
16 years ago
Volker Krause
becbd9d5c9
Remove more serial number remains, use Akonadi::Item instead where we
...
still need it.
svn path=/branches/work/akonadi-ports/kdepim/; revision=1066069
16 years ago
Volker Krause
25bf41a0e7
Remove more obsolete KMFolder code and re-enable the move action.
...
svn path=/branches/work/akonadi-ports/kdepim/; revision=1065063
16 years ago
Volker Krause
8d82a4cb2d
Make tag and status actions work, remove some more obsolete KMFolder
...
code.
svn path=/branches/work/akonadi-ports/kdepim/; revision=1064911
16 years ago
Volker Krause
a4e90fedaa
Lot's of sernum/KMime::Message -> Akonadi::Item, now ad-hoc filter
...
actions are actually executed again.
svn path=/branches/work/akonadi-ports/kdepim/; revision=1064767
16 years ago
Volker Krause
893ec90d33
use Nepomuk tags instead of our own stuff
...
svn path=/branches/work/akonadi-ports/kdepim/; revision=1064512
16 years ago
Laurent Montel
00b72c4131
Backport from trunk. Enable nepomuk support when found
...
svn path=/branches/work/akonadi-ports/kdepim/; revision=1061330
17 years ago
Laurent Montel
522776c042
activate nepomuk when nepomuk found
...
(Nobody showed that nepomuk didn't work in kmail trunk)
svn path=/trunk/KDE/kdepim/; revision=1061327
17 years ago
Volker Krause
d7493a1002
SVN_MERGE
...
Merged revisions 1059603,1059606-1059607 via svnmerge from
https://vkrause@svn.kde.org/home/kde/trunk/KDE/kdepim
........
r1059603 | winterz | 2009-12-07 02:42:25 +0100 (Mon, 07 Dec 2009) | 5 lines
give the scene an initial view rectangle; else all hell breaks loose.
should fix the initial view being month view.
MERGE: e4,4.3,akonadi-ports
........
r1059606 | pokrzywka | 2009-12-07 02:49:27 +0100 (Mon, 07 Dec 2009) | 1 line
assorted build fixes for windows from the e5 branch. thanks Volker ;)
........
r1059607 | pokrzywka | 2009-12-07 02:52:05 +0100 (Mon, 07 Dec 2009) | 3 lines
fixed the non-appearing ical events in korganizer on windows. It was a conflict with the file monitoring notification that triggers when we write the modified calendar file: the backup file written has a different timestamp and therefore a different hash, causing the resource to be recreated.
Reworked the code to only create the backup file when necessary and check the hash of the file before reading it.
(merged from branch e5)
........
svn path=/branches/work/akonadi-ports/kdepim/; revision=1059766
17 years ago
Romain Pokrzywka
b94212ceb1
assorted build fixes for windows from the e5 branch. thanks Volker ;)
...
svn path=/trunk/KDE/kdepim/; revision=1059606
17 years ago
Bertjan Broeksema
312e5a993d
Replace all usage of KMime::Message* with KMime::Message::Ptr and use
...
.get() on the Ptr on places where a KMime::Content* is expected.
svn path=/branches/work/akonadi-ports/kdepim/; revision=1050892
17 years ago
Thomas McGuire
d3e9b81280
Merged revisions 1041165 via svnmerge from
...
svn+ssh://tmcguire@svn.kde.org/home/kde/branches/KDE/4.3/kdepim
........
r1041165 | tmcguire | 2009-10-27 15:26:47 +0100 (Tue, 27 Oct 2009) | 5 lines
Backport r1040468 by mlaurent from trunk to the 4.3 branch:
Fix mem leak
........
svn path=/branches/kdepim/enterprise4/kdepim/; revision=1045945
17 years ago
Laurent Montel
09ba1af976
Bye bye kmfolderindex
...
svn path=/branches/work/akonadi-ports/kdepim/; revision=1045099
17 years ago
Laurent Montel
64f6649c2c
Continue to remove KMFolderMgr
...
svn path=/branches/work/akonadi-ports/kdepim/; revision=1044704
17 years ago
Laurent Montel
b5060977fa
Now we can get identity from foldercollection
...
svn path=/branches/work/akonadi-ports/kdepim/; revision=1043740
17 years ago
Laurent Montel
9426d94ed0
Use link
...
svn path=/branches/work/akonadi-ports/kdepim/; revision=1043424
17 years ago
Laurent Montel
a038f17567
Use link
...
svn path=/branches/work/akonadi-ports/kdepim/; revision=1043421
17 years ago
Laurent Montel
4fdace21e9
Remove it
...
svn path=/branches/work/akonadi-ports/kdepim/; revision=1043405
17 years ago
Laurent Montel
93973afc08
Fix store collection id
...
svn path=/branches/work/akonadi-ports/kdepim/; revision=1042298
17 years ago
Laurent Montel
0be2c4502d
Try to fix creaet filter
...
svn path=/branches/work/akonadi-ports/kdepim/; revision=1041868
17 years ago
Laurent Montel
d1fc806d9f
Port++
...
svn path=/branches/work/akonadi-ports/kdepim/; revision=1041867
17 years ago
Laurent Montel
279bf0b8ba
use other function from messageviewer/stringutil
...
svn path=/branches/work/akonadi-ports/kdepim/; revision=1041756
17 years ago
Volker Krause
3785e0aa11
SVN_MERGE
...
Merged revisions 1039806,1039816,1039915,1039919,1040235,1040285,1040301,1040468,1040669,1040878 via svnmerge from
https://vkrause@svn.kde.org/home/kde/trunk/KDE/kdepim
................
r1039806 | winterz | 2009-10-24 18:51:28 +0200 (Sat, 24 Oct 2009) | 19 lines
Recorded merge of revisions 1039804 via svnmerge from
https://svn.kde.org/home/kde/branches/kdepim/enterprise4/kdepim
SVN_SILENT:
................
r1039804 | winterz | 2009-10-24 12:49:20 -0400 (Sat, 24 Oct 2009) | 11 lines
Merged revisions 1039801 via svnmerge from
https://svn.kde.org/home/kde/branches/kdepim/enterprise/kdepim
........
r1039801 | winterz | 2009-10-24 12:42:02 -0400 (Sat, 24 Oct 2009) | 4 lines
don't check for forgotten attachments in invitation email
MERGE: e4 (already in trunk)
........
................
................
r1039816 | winterz | 2009-10-24 19:34:38 +0200 (Sat, 24 Oct 2009) | 3 lines
compile warnings--
MERGE: none
................
r1039915 | djarvie | 2009-10-25 00:16:48 +0200 (Sun, 25 Oct 2009) | 1 line
Improve menu
................
r1039919 | djarvie | 2009-10-25 00:27:49 +0200 (Sun, 25 Oct 2009) | 2 lines
Fixes for audio-only alarms
................
r1040235 | winterz | 2009-10-25 22:28:54 +0100 (Sun, 25 Oct 2009) | 18 lines
Recorded merge of revisions 1040231 via svnmerge from
https://svn.kde.org/home/kde/branches/kdepim/enterprise4/kdepim
SVN_SILENT:
................
r1040231 | winterz | 2009-10-25 17:26:50 -0400 (Sun, 25 Oct 2009) | 10 lines
Merged revisions 1040223 via svnmerge from
https://svn.kde.org/home/kde/branches/kdepim/enterprise/kdepim
........
r1040223 | winterz | 2009-10-25 17:20:17 -0400 (Sun, 25 Oct 2009) | 3 lines
better context-aware messages when asking to send email for adding/changing/removing invitations.
MERGE: e4 (already in trunk)
........
................
................
r1040285 | djarvie | 2009-10-26 00:31:24 +0100 (Mon, 26 Oct 2009) | 2 lines
Display file paths instead of URLs for local files
................
r1040301 | djarvie | 2009-10-26 02:10:26 +0100 (Mon, 26 Oct 2009) | 2 lines
Rename fileOrUrl() -> pathOrUrl()
................
r1040468 | mlaurent | 2009-10-26 11:32:55 +0100 (Mon, 26 Oct 2009) | 2 lines
Fix mem leak
................
r1040669 | tokoe | 2009-10-26 17:44:50 +0100 (Mon, 26 Oct 2009) | 4 lines
Do not use the time information in the CSV import/export dialog
BUG: 207078
................
r1040878 | djarvie | 2009-10-27 00:33:12 +0100 (Tue, 27 Oct 2009) | 2 lines
Disable 'New Alarm from Template' action when no templates exist
................
svn path=/branches/work/akonadi-ports/kdepim/; revision=1041061
17 years ago
Laurent Montel
a1521af4ac
KMMsgBase--
...
svn path=/branches/work/akonadi-ports/kdepim/; revision=1040705
17 years ago
Laurent Montel
29ac40fe69
Port
...
svn path=/branches/work/akonadi-ports/kdepim/; revision=1040701
17 years ago
Laurent Montel
6edc1f65bf
Port to akonadi::collection
...
svn path=/branches/work/akonadi-ports/kdepim/; revision=1040486
17 years ago
Laurent Montel
1ae37dc409
Fix mem leak
...
svn path=/trunk/KDE/kdepim/; revision=1040468
17 years ago
Laurent Montel
0e0ba44419
KMFolder--
...
svn path=/branches/work/akonadi-ports/kdepim/; revision=1040452
17 years ago
Laurent Montel
d94095c48d
Start to port to akonadi::collection
...
svn path=/branches/work/akonadi-ports/kdepim/; revision=1040410
17 years ago
Jaime Torres Amate
4735f04910
http://reviewboard.kde.org/r/1931/#review2765
...
remove the FIXMEs
svn path=/trunk/KDE/kdepim/; revision=1039048
17 years ago
Andras Mantia
e3ed0db276
Commit my "travle changes": more port to KMime, more code commented out or removed from compilation. Not fully tested, although yesterday the KMail mainwindow came up. :)
...
svn path=/branches/work/akonadi-ports/kdepim/; revision=1037829
17 years ago
Laurent Montel
bf537f8065
KMFolder--
...
svn path=/branches/work/akonadi-ports/kdepim/; revision=1037730
17 years ago
Andras Mantia
0a0cb7c58b
Disable IMAP related code. IMAP (both online and disconnected) should be handled by the akonadi resource.
...
svn path=/branches/work/akonadi-ports/kdepim/; revision=1037071
17 years ago
Andras Mantia
f740c081bd
Here it comes... The start of a new era, without mimelib, KMMessage and whatever. Use KMime.
...
Don't update if you don't want to fix it. If you still do, disable kmail from compilation.
And never try to run it on important data. ;)
svn path=/branches/work/akonadi-ports/kdepim/; revision=1036843
17 years ago
Laurent Montel
72e186323e
Clean up
...
svn path=/branches/work/akonadi-ports/kdepim/; revision=1036683
17 years ago
Laurent Montel
3d8fd92784
Comment KM*Command* to help during porting
...
svn path=/branches/work/akonadi-ports/kdepim/; revision=1034817
17 years ago
Andrew Coles
ae7d2ee166
Proof-reading messages.
...
svn path=/trunk/KDE/kdepim/; revision=1034337
17 years ago
Laurent Montel
5bd55ccccd
Comment other code
...
svn path=/branches/work/akonadi-ports/kdepim/; revision=1032388
17 years ago
Laurent Montel
558506d468
Comment old folder view
...
svn path=/branches/work/akonadi-ports/kdepim/; revision=1032385
17 years ago
Laurent Montel
6ab97f59aa
Fix iterator
...
svn path=/trunk/KDE/kdepim/; revision=1016901
17 years ago
Thomas McGuire
ae684c7f21
Delay the loading of the addressbook in the filter until it is needed, otherwise
...
D-Bus deadlock on startup is possible.
svn path=/trunk/KDE/kdepim/; revision=1016640
17 years ago
Martin Koller
eec6aa1dc3
FEATURE: 199342
...
Add "Mark as Action Item" filter action
svn path=/trunk/KDE/kdepim/; revision=1009328
17 years ago
Bruno Bigras
731e9cf3da
New "add to address book" filter type. Based on a commit from
...
Christian Schaarschmidt on the 3.5.5+ branch.
BUG: 47333
svn path=/trunk/KDE/kdepim/; revision=1003568
17 years ago
Thomas McGuire
75264660b9
SVN_SILENT minor whitespace changes in kdebug() calls, where the original conversion screwed up.
...
svn path=/trunk/KDE/kdepim/; revision=1002193
17 years ago
Thomas McGuire
393b3ecdc3
Merged revisions 992178 via svnmerge from
...
svn+ssh://tmcguire@svn.kde.org/home/kde/branches/KDE/4.3/kdepim
........
r992178 | winterz | 2009-07-06 14:41:34 +0200 (Mon, 06 Jul 2009) | 5 lines
backport SVN commit 991853 by pokrzywka:
Windows compatibility: use QUrl::toLocalFile() (which returns "C:/foo") instead of QUrl::path() (which returns "/C:/foo")
........
svn path=/branches/kdepim/enterprise4/kdepim/; revision=997440
17 years ago