Groupware class and the incidence editor in apps. Use it in KOrganizer
and KMail.
For some reason it was sitting on my disks uncommitted, sorry about
that...
CCMAIL: vkrause@kde.org
svn path=/branches/work/akonadi-ports/kdepim/; revision=1075748
Patch again by Matthew Leach <matthew at theleachfamily dot co dot uk>, thanks.
reviewboard.kde.org/r/2556
svn path=/branches/work/akonadi-ports/kdepim/; revision=1075672
Merged revisions 1074755 via svnmerge from
https://svn.kde.org/home/kde/trunk/KDE/kdepim
........
r1074755 | mlaurent | 2010-01-14 12:52:16 -0500 (Thu, 14 Jan 2010) | 4 lines
Don't show expire setting when we can't delete message
Otherwise it expire in local and re-load it when we connect to server
(see bug on my kdab account).
........
svn path=/branches/work/akonadi-ports/kdepim/; revision=1075665
Merged revisions 1075050 via svnmerge from
https://vkrause@svn.kde.org/home/kde/trunk/KDE/kdepim
........
r1075050 | mlaurent | 2010-01-15 14:06:00 +0100 (Fri, 15 Jan 2010) | 3 lines
Disable ok button when text is empty.
TODO: NEED TO BACKPORT TO AKONADI-PORT
........
svn path=/branches/work/akonadi-ports/kdepim/; revision=1075200
Merged revisions 1074996,1075004 via svnmerge from
https://vkrause@svn.kde.org/home/kde/trunk/KDE/kdepim
........
r1074996 | mlaurent | 2010-01-15 11:01:12 +0100 (Fri, 15 Jan 2010) | 3 lines
Fix enable/disable lineedit
TODO need to backport to akonadi-port
........
r1075004 | mlaurent | 2010-01-15 11:20:04 +0100 (Fri, 15 Jan 2010) | 3 lines
Fix default value
TODO: NEED TO MERGE IN AKONADI-PORT
........
svn path=/branches/work/akonadi-ports/kdepim/; revision=1075184
Merged revisions 1073378,1073389,1073402,1073419-1073420,1073603,1073638,1073657,1073683,1073687-1073688,1073696,1073700-1073701,1073713,1073727,1073821,1073833,1074091,1074119,1074122,1074125,1074136,1074138,1074143,1074151-1074154,1074169-1074174,1074178,1074183,1074185-1074186,1074228,1074253-1074254,1074256,1074450,1074487,1074558,1074582,1074594,1074598,1074602,1074605-1074606,1074609,1074611,1074623,1074625,1074631,1074634-1074635,1074638-1074639,1074642,1074645,1074648,1074653,1074663,1074667,1074691,1074702-1074704,1074728,1074742,1074749,1074792,1074880 via svnmerge from
https://vkrause@svn.kde.org/home/kde/trunk/KDE/kdepim
................
r1073378 | sengels | 2010-01-12 04:09:47 +0100 (Tue, 12 Jan 2010) | 1 line
forward port r1073376
................
r1073389 | tstaerk | 2010-01-12 05:38:44 +0100 (Tue, 12 Jan 2010) | 3 lines
Code cleanup, preparing solution to bug 220059.
CCBUGS:220059
................
r1073402 | tstaerk | 2010-01-12 08:19:24 +0100 (Tue, 12 Jan 2010) | 9 lines
Recalculate Total Times on Drag&Drop.
CCBUGS:220059
--Thi line, and those below, will be ignored--
M taskview.cpp
M task.cpp
M task.h
................
r1073419 | tstaerk | 2010-01-12 09:37:33 +0100 (Tue, 12 Jan 2010) | 9 lines
addtotaltime should work recursively
During last commit, I overlooked the line contained a recursion.
CCBUGS:220059
--Thi line, and those below, will be ignored--
M ktimetracker/task.cpp
M ktimetracker/task.h
................
r1073420 | mmrozowski | 2010-01-12 10:02:56 +0100 (Tue, 12 Jan 2010) | 3 lines
Removed inclusion of kdepim-compat.h - KPATH_SEPARATOR is defined by kdelibs.
CCMAIL: kde-pim@kde.org
................
r1073603 | skelly | 2010-01-12 15:15:32 +0100 (Tue, 12 Jan 2010) | 1 line
Don't put a comma after a kuit mark. It confuses kuit and causes warnings.
................
r1073638 | cgiboudeaux | 2010-01-12 16:42:35 +0100 (Tue, 12 Jan 2010) | 1 line
kdepim-compat.h isn't used anymore.
................
r1073657 | cgiboudeaux | 2010-01-12 17:19:30 +0100 (Tue, 12 Jan 2010) | 1 line
Don't look for kdelibs unconditionally
................
r1073683 | tmcguire | 2010-01-12 18:04:16 +0100 (Tue, 12 Jan 2010) | 1 line
Manually merge already recorded SVN commit 1073583 by tmcguire
................
r1073687 | tmcguire | 2010-01-12 18:13:09 +0100 (Tue, 12 Jan 2010) | 3 lines
SVN_MERGE
Manually merge already recoreded r1073596
................
r1073688 | tmcguire | 2010-01-12 18:15:09 +0100 (Tue, 12 Jan 2010) | 3 lines
SVN_MERGE
Manually merge r1073601
................
r1073696 | tmcguire | 2010-01-12 18:20:36 +0100 (Tue, 12 Jan 2010) | 3 lines
SVN_MERGE
Manually merge r1073645
................
r1073700 | tmcguire | 2010-01-12 18:29:34 +0100 (Tue, 12 Jan 2010) | 1 line
SVN_MERGE merge revision 1073649
................
r1073701 | tmcguire | 2010-01-12 18:31:26 +0100 (Tue, 12 Jan 2010) | 1 line
SVN_MERGE merge r1073659
................
r1073713 | tstaerk | 2010-01-12 19:27:16 +0100 (Tue, 12 Jan 2010) | 3 lines
Adapt totalSessionTime and totalTime on drag&drop.
BUGS:220059
................
r1073727 | djarvie | 2010-01-12 19:51:40 +0100 (Tue, 12 Jan 2010) | 2 lines
Include Akonadi item ID in alarm objects
................
r1073821 | skelly | 2010-01-12 23:37:21 +0100 (Tue, 12 Jan 2010) | 1 line
Add an example where the content of the item list is populated by checkbox, not by selection.
................
r1073833 | skelly | 2010-01-12 23:55:43 +0100 (Tue, 12 Jan 2010) | 1 line
Make checkbox selection actually work and go home.
................
r1074091 | cgiboudeaux | 2010-01-13 13:35:08 +0100 (Wed, 13 Jan 2010) | 1 line
Include SopranoAddOntology before including the subdirectories. Solves a configure error when parsing messagelist/CMakeLists.txt
................
r1074119 | cgiboudeaux | 2010-01-13 14:38:33 +0100 (Wed, 13 Jan 2010) | 1 line
-Wmissing-include-dirs
................
r1074122 | cgiboudeaux | 2010-01-13 14:43:34 +0100 (Wed, 13 Jan 2010) | 1 line
mmh, svnrevertlast. There are more things to clean
................
r1074125 | vkrause | 2010-01-13 14:50:59 +0100 (Wed, 13 Jan 2010) | 3 lines
Remove the unnecessary type selection and add a big warning about the
incompleteness and side-effects of this tool.
................
r1074136 | cgiboudeaux | 2010-01-13 15:19:54 +0100 (Wed, 13 Jan 2010) | 1 line
Don't install headers
................
r1074138 | cgiboudeaux | 2010-01-13 15:24:30 +0100 (Wed, 13 Jan 2010) | 1 line
Fix install.
................
r1074143 | cgiboudeaux | 2010-01-13 15:31:46 +0100 (Wed, 13 Jan 2010) | 1 line
Change the cache entries to options and give them explicit names.
................
r1074151 | cgiboudeaux | 2010-01-13 15:57:41 +0100 (Wed, 13 Jan 2010) | 1 line
-Wmissing_include_dirs
................
r1074152 | cgiboudeaux | 2010-01-13 15:58:04 +0100 (Wed, 13 Jan 2010) | 1 line
-Wmissing_include_dirs
................
r1074153 | cgiboudeaux | 2010-01-13 15:59:34 +0100 (Wed, 13 Jan 2010) | 1 line
Don't abuse of BEFORE SYSTEM when you want to include directories from you own project
................
r1074154 | cgiboudeaux | 2010-01-13 16:00:08 +0100 (Wed, 13 Jan 2010) | 1 line
Remove useless includes.
................
r1074169 | skelly | 2010-01-13 16:36:11 +0100 (Wed, 13 Jan 2010) | 1 line
Add the MixedTreeModel to sensibly return some data for mails and addressees.
................
r1074170 | skelly | 2010-01-13 16:36:18 +0100 (Wed, 13 Jan 2010) | 1 line
Handle multi column models properly.
................
r1074171 | skelly | 2010-01-13 16:36:21 +0100 (Wed, 13 Jan 2010) | 1 line
Add some header data to the mixed model.
................
r1074172 | skelly | 2010-01-13 16:36:23 +0100 (Wed, 13 Jan 2010) | 1 line
Add a tab for introducing type-specific data in models.
................
r1074173 | skelly | 2010-01-13 16:36:25 +0100 (Wed, 13 Jan 2010) | 1 line
Use the type specific model in the rest of the demo.
................
r1074174 | vkrause | 2010-01-13 16:41:59 +0100 (Wed, 13 Jan 2010) | 2 lines
Fix POP3 migration.
................
r1074178 | vkrause | 2010-01-13 16:56:27 +0100 (Wed, 13 Jan 2010) | 5 lines
0 is a perfectly valid value here, this fixes selecting clear text
authentication.
MERGE: 4.3
................
r1074183 | vkrause | 2010-01-13 17:09:56 +0100 (Wed, 13 Jan 2010) | 2 lines
Fix IMAP migration.
................
r1074185 | skelly | 2010-01-13 17:11:05 +0100 (Wed, 13 Jan 2010) | 1 line
Cover checking items before categorizing them.
................
r1074186 | skelly | 2010-01-13 17:11:11 +0100 (Wed, 13 Jan 2010) | 3 lines
Use correct headers so that filtering after selection model works.
Of course, this breaks the categorized view. Must look into that later.
................
r1074228 | lueck | 2010-01-13 18:15:58 +0100 (Wed, 13 Jan 2010) | 2 lines
fix wrong capitalization of X-DocPath
build the iolsave documentation
................
r1074253 | mlaurent | 2010-01-13 19:36:17 +0100 (Wed, 13 Jan 2010) | 2 lines
Use static lib doesn't work on x86_64 use shared
................
r1074254 | mlaurent | 2010-01-13 19:37:42 +0100 (Wed, 13 Jan 2010) | 2 lines
Fix includes
................
r1074256 | mlaurent | 2010-01-13 19:40:13 +0100 (Wed, 13 Jan 2010) | 2 lines
Fix includes
................
r1074450 | vkrause | 2010-01-14 09:31:23 +0100 (Thu, 14 Jan 2010) | 2 lines
no longer needed in runtime
................
r1074487 | pino | 2010-01-14 10:44:14 +0100 (Thu, 14 Jan 2010) | 2 lines
extra ','
................
r1074558 | vkrause | 2010-01-14 11:21:59 +0100 (Thu, 14 Jan 2010) | 3 lines
Initial support for migrating local KMail folders. Supports only plain
maildir trees so far, conversion of mixed-mode trees comes next.
................
r1074582 | breiter | 2010-01-14 11:44:04 +0100 (Thu, 14 Jan 2010) | 5 lines
(forward ported from r1074457)
Made the crl importing selection filefilter hint more explicit,
only DER encoded files will work. (Motivated by real user feedback, indicating
that the file suffixes are not enough to notice and understand the restriction.)
................
r1074594 | vkrause | 2010-01-14 12:01:45 +0100 (Thu, 14 Jan 2010) | 6 lines
Fix creation of mbox sub-folders. Not that I particularly like this
feature, but I need it to actually create test data for the migration
tool...
MERGE: 4.4 and possibly e35/e4 as well, seems to originate there
................
r1074598 | mlaurent | 2010-01-14 12:16:57 +0100 (Thu, 14 Jan 2010) | 2 lines
Add caption
................
r1074602 | mlaurent | 2010-01-14 12:21:05 +0100 (Thu, 14 Jan 2010) | 2 lines
Add missing i18n
................
r1074605 | tokoe | 2010-01-14 12:34:18 +0100 (Thu, 14 Jan 2010) | 2 lines
Add README for packagers
................
r1074606 | tokoe | 2010-01-14 12:42:02 +0100 (Thu, 14 Jan 2010) | 4 lines
Remove 'Help' button from LDAP search dialog, we
have no documentation for this dialog anyway.
................
r1074609 | tokoe | 2010-01-14 12:46:25 +0100 (Thu, 14 Jan 2010) | 5 lines
Hide 'Help' button in printing dialog, we have no
documentation for this dialog anyway.
BUG: 206325
................
r1074611 | trueg | 2010-01-14 12:51:45 +0100 (Thu, 14 Jan 2010) | 1 line
small improvements and corrections to the nepomuk part
................
r1074623 | mlaurent | 2010-01-14 13:29:05 +0100 (Thu, 14 Jan 2010) | 2 lines
Fix signal/slot
................
r1074625 | mlaurent | 2010-01-14 13:33:35 +0100 (Thu, 14 Jan 2010) | 2 lines
We need to implement it to show popupmenu
................
r1074631 | tokoe | 2010-01-14 13:52:57 +0100 (Thu, 14 Jan 2010) | 2 lines
SVN_SILENT fix typo
................
r1074634 | tmcguire | 2010-01-14 14:03:11 +0100 (Thu, 14 Jan 2010) | 4 lines
- Reword the introduction and the end
- Add some empty sections about other important topcis
- Add text for the "kontact plugins" topic
................
r1074635 | vkrause | 2010-01-14 14:08:26 +0100 (Thu, 14 Jan 2010) | 2 lines
make the sqlite part slightly more explicit
................
r1074638 | tmcguire | 2010-01-14 14:14:34 +0100 (Thu, 14 Jan 2010) | 5 lines
Add section about GPG.
Please review or add more info if you can, I actually have no idea how to
setup GPG correctly.
................
r1074639 | tmcguire | 2010-01-14 14:22:54 +0100 (Thu, 14 Jan 2010) | 5 lines
add runtime section to the README
'
................
r1074642 | tmcguire | 2010-01-14 14:31:14 +0100 (Thu, 14 Jan 2010) | 2 lines
Add section about libraries inside of kdepim
................
r1074645 | tmcguire | 2010-01-14 14:37:17 +0100 (Thu, 14 Jan 2010) | 2 lines
Add info about the Akonadi self test dialog
................
r1074648 | tmcguire | 2010-01-14 14:42:36 +0100 (Thu, 14 Jan 2010) | 2 lines
Add note that you can disable Strigi without affecting Akonadi.
................
r1074653 | tmcguire | 2010-01-14 14:54:22 +0100 (Thu, 14 Jan 2010) | 2 lines
Add info about the userbase akonadi troubleshooting tips
................
r1074663 | tmcguire | 2010-01-14 15:06:03 +0100 (Thu, 14 Jan 2010) | 2 lines
This README is not for KDE 4.4 :)
................
r1074667 | winterz | 2010-01-14 15:25:05 +0100 (Thu, 14 Jan 2010) | 17 lines
Blocked revisions 1074666 via svnmerge
................
r1074666 | winterz | 2010-01-14 09:23:26 -0500 (Thu, 14 Jan 2010) | 11 lines
Merged revisions 1074457 via svnmerge from
https://svn.kde.org/home/kde/branches/kdepim/enterprise/kdepim
........
r1074457 | breiter | 2010-01-14 04:00:39 -0500 (Thu, 14 Jan 2010) | 4 lines
Made the crl importing selection filefilter hint more explicit,
only DER encoded files will work. (Motivated by real user feedback, indicating
that the file suffixes are not enough to notice and understand the restriction.)
........
................
................
r1074691 | tmcguire | 2010-01-14 16:40:37 +0100 (Thu, 14 Jan 2010) | 2 lines
Clarify that not all applications using kdepimlibs need kdepim/runtime.
................
r1074702 | cgiboudeaux | 2010-01-14 16:57:15 +0100 (Thu, 14 Jan 2010) | 1 line
typo
................
r1074703 | tmcguire | 2010-01-14 17:01:05 +0100 (Thu, 14 Jan 2010) | 1 line
State that KDE releases kdepim-runtime seperatly already
................
r1074704 | vkrause | 2010-01-14 17:01:38 +0100 (Thu, 14 Jan 2010) | 4 lines
Ininitial work on the mixed mbox/maildir tree conversion. It can walk
arbitrarily mixed trees, but doesn't do any conversion yet. Thus,
migration will only succeed for pure maildir trees so far.
................
r1074728 | cgiboudeaux | 2010-01-14 17:49:02 +0100 (Thu, 14 Jan 2010) | 3 lines
Since noone remembers why kwatchgnupg was commented, build the docbook if kleo is also built.
CCMAIL: lueck@hube-lueck.de
................
r1074742 | vkrause | 2010-01-14 18:20:49 +0100 (Thu, 14 Jan 2010) | 2 lines
Follow gpgme++ API changes.
................
r1074749 | vkrause | 2010-01-14 18:34:13 +0100 (Thu, 14 Jan 2010) | 2 lines
Implement mbox -> maildir conversion for mixed trees.
................
r1074792 | vkrause | 2010-01-14 20:17:53 +0100 (Thu, 14 Jan 2010) | 2 lines
oops
................
r1074880 | sengels | 2010-01-14 23:11:40 +0100 (Thu, 14 Jan 2010) | 1 line
fix ctor issue
................
svn path=/branches/work/akonadi-ports/kdepim/; revision=1075018
so trigger an update of the Tag actions manually.
This won't catch tag changes from the outside.
svn path=/branches/work/akonadi-ports/kdepim/; revision=1074779
feature, but I need it to actually create test data for the migration
tool...
MERGE: 4.4 and possibly e35/e4 as well, seems to originate there
svn path=/trunk/KDE/kdepim/; revision=1074594
SVN_MERGE
Merged revisions 1071274 via svnmerge from
svn+ssh://tmcguire@svn.kde.org/home/kde/trunk/KDE/kdepim
................
r1071274 | tmcguire | 2010-01-07 20:55:41 +0100 (Thu, 07 Jan 2010) | 17 lines
SVN_MERGE
Merged revisions 1055367 via svnmerge from
svn+ssh://tmcguire@svn.kde.org/home/kde/branches/kdepim/enterprise4/kdepim
................
r1055367 | winterz | 2009-11-27 22:36:12 +0100 (Fri, 27 Nov 2009) | 9 lines
Merged revisions 1055262 via svnmerge from
https://svn.kde.org/home/kde/branches/kdepim/enterprise/kdepim
........
r1055262 | tmcguire | 2009-11-27 13:05:49 -0500 (Fri, 27 Nov 2009) | 2 lines
When the attachment has no name, name it "Attachment %1", so that it does not appear empty in the composer.
........
................
................
svn path=/branches/work/akonadi-ports/kdepim/; revision=1073639
Merged revisions 1073089,1073124-1073125,1073159-1073164,1073176-1073181,1073195,1073215-1073217,1073231,1073239-1073240,1073266 via svnmerge from
https://vkrause@svn.kde.org/home/kde/trunk/KDE/kdepim
........
r1073089 | tmcguire | 2010-01-11 16:37:36 +0100 (Mon, 11 Jan 2010) | 2 lines
Speed up sending mails by querying contacts by nickname instead of getting all.
........
r1073124 | skelly | 2010-01-11 18:12:08 +0100 (Mon, 11 Jan 2010) | 1 line
Finish the EntityTreeWidget for quick creation of an akonadi model of any mimetype.
........
r1073125 | skelly | 2010-01-11 18:12:29 +0100 (Mon, 11 Jan 2010) | 1 line
Add build system for the etw (new acronym FTW!).
........
r1073159 | skelly | 2010-01-11 19:43:12 +0100 (Mon, 11 Jan 2010) | 1 line
Start my CampKDE presentation. Who needs OOo when you have QTabWidget.
........
r1073160 | skelly | 2010-01-11 19:43:14 +0100 (Mon, 11 Jan 2010) | 1 line
Make sure the build system has all it needs.
........
r1073161 | skelly | 2010-01-11 19:43:16 +0100 (Mon, 11 Jan 2010) | 1 line
Make the view in the etw acessible and fix a warning.
........
r1073162 | skelly | 2010-01-11 19:43:18 +0100 (Mon, 11 Jan 2010) | 1 line
Idiot check. Use KApplication instead of QApplication so KLocale works.
........
r1073163 | skelly | 2010-01-11 19:43:20 +0100 (Mon, 11 Jan 2010) | 1 line
Add the itemviewerwidget
........
r1073164 | skelly | 2010-01-11 19:43:22 +0100 (Mon, 11 Jan 2010) | 1 line
Enable the build of the etm_usage example application
........
r1073176 | skelly | 2010-01-11 20:25:59 +0100 (Mon, 11 Jan 2010) | 1 line
Recactor the tab1 contents into tab1widget.
........
r1073177 | skelly | 2010-01-11 20:26:01 +0100 (Mon, 11 Jan 2010) | 3 lines
Add an accessor for the model and a virtual method for making a model view connection.
This way I can insert proxy models in subclasses.
........
r1073178 | skelly | 2010-01-11 20:26:04 +0100 (Mon, 11 Jan 2010) | 1 line
Add a second tab for illustrating the effect of setRootIndex.
........
r1073179 | skelly | 2010-01-11 20:26:06 +0100 (Mon, 11 Jan 2010) | 1 line
Make the selectionMode of the QTreeView better for demos.
........
r1073180 | skelly | 2010-01-11 20:26:08 +0100 (Mon, 11 Jan 2010) | 1 line
Make this less dangerous.
........
r1073181 | skelly | 2010-01-11 20:26:10 +0100 (Mon, 11 Jan 2010) | 1 line
Introduce the KSelectionProxyModel.
........
r1073195 | tstaerk | 2010-01-11 21:10:51 +0100 (Mon, 11 Jan 2010) | 1 line
Allow setting preferences.
........
r1073215 | skelly | 2010-01-11 21:15:24 +0100 (Mon, 11 Jan 2010) | 1 line
Don't call virtual methods from constructor and add a way to map to the source model.
........
r1073216 | skelly | 2010-01-11 21:15:27 +0100 (Mon, 11 Jan 2010) | 1 line
Initalize these widgets and content properly.
........
r1073217 | skelly | 2010-01-11 21:15:29 +0100 (Mon, 11 Jan 2010) | 1 line
Add a filtered selected view.
........
r1073231 | tstaerk | 2010-01-11 21:50:06 +0100 (Mon, 11 Jan 2010) | 1 line
Adding configure action.
........
r1073239 | skelly | 2010-01-11 22:01:01 +0100 (Mon, 11 Jan 2010) | 1 line
Allow setting the etm from outside.
........
r1073240 | skelly | 2010-01-11 22:01:04 +0100 (Mon, 11 Jan 2010) | 3 lines
Add a KCategorizedView to the examples.
This one's actualy pretty cool.
........
r1073266 | tstaerk | 2010-01-11 22:54:10 +0100 (Mon, 11 Jan 2010) | 1 line
Allow for new tasks.
........
svn path=/branches/work/akonadi-ports/kdepim/; revision=1073429
- 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