- 15 Oct, 2009 1 commit
-
-
Volker Krause authored
Merged revisions 1035218,1035246,1035249,1035263,1035323,1035349,1035393,1035410,1035413-1035414,1035417 via svnmerge from https://vkrause@svn.kde.org/home/kde/trunk/KDE/kdepim ........ r1035218 | ervin | 2009-10-14 16:59:11 +0200 (Wed, 14 Oct 2009) | 5 lines If there's only one root reported in the list then use this one for the quota info, if not find the one with the same name than the mailbox. CCMAIL: vkrause@kde.org ........ r1035246 | vkrause | 2009-10-14 17:41:52 +0200 (Wed, 14 Oct 2009) | 9 lines Ugly stuff, but necessary: - Add a copy of the ontologies for use in the apps part of kdepim. Not as bad as it sounds, all ontologies will be moved to kdelibs (or higher) for 4.4 as discussed with Sebastian Trüg, making our two copies unecessary, as well as the one in kdebase. - Move the Nepomuk email feeder from the runtime part to the apps one so we can use the new message handling libs in it, most notably the OTP from messageviewer to deal with encrypted content. ........ r1035249 | ervin | 2009-10-14 17:51:35 +0200 (Wed, 14 Oct 2009) | 6 lines Convert to bytes to make tokoe happy. ;-) More seriously, I really wonder why the guys who wrote the RFC settled on kB, I was completely assuming bytes here... ........ r1035263 | tokoe | 2009-10-14 18:12:08 +0200 (Wed, 14 Oct 2009) | 2 lines Adapt to latest CollectionQuotaAttribute changes ........ r1035323 | winterz | 2009-10-14 21:12:35 +0200 (Wed, 14 Oct 2009) | 4 lines Full helpText, whatsThis and KUIT. MERGE: none DO_NOT_BACKPORT: new i18n strings ........ r1035349 | winterz | 2009-10-14 22:18:16 +0200 (Wed, 14 Oct 2009) | 5 lines make the hidden entries as hidden="true" give the ForceStartupPlugin entry a tooltip. MERGE: none DO_NOT_BACKPORT: new i18n string ........ r1035393 | tstaerk | 2009-10-14 23:46:25 +0200 (Wed, 14 Oct 2009) | 4 lines Code cleanup CCBUGS:209570 ........ r1035410 | djarvie | 2009-10-15 00:33:19 +0200 (Thu, 15 Oct 2009) | 2 lines Tidy ........ r1035413 | winterz | 2009-10-15 01:06:34 +0200 (Thu, 15 Oct 2009) | 5 lines complete helpText, toolTips, whatsThis almost full KUIT MERGE: none DO_NOT_BACKPORT: new i18n strings ........ r1035414 | winterz | 2009-10-15 01:13:46 +0200 (Thu, 15 Oct 2009) | 6 lines relicense to LGPL (v2+), with permission granted by Andreas. To wit: "Permission to relicense my contributed code as GPL v2-or higher or even LGPL is granted." CCMAIL: a.gungl@gmx.de ........ r1035417 | bbigras | 2009-10-15 01:36:23 +0200 (Thu, 15 Oct 2009) | 2 lines Fix the build CCMAIL: ervin@kde.org ........ svn path=/branches/work/akonadi-ports/kdepim/; revision=1035474
-
- 14 Oct, 2009 2 commits
-
-
Stephen Kelly authored
Merged revisions 1035101,1035127,1035160,1035169,1035183,1035186,1035204-1035205 via svnmerge from svn+ssh://skelly@svn.kde.org/home/kde/trunk/KDE/kdepim ........ r1035101 | scripty | 2009-10-14 12:20:05 +0200 (Wed, 14 Oct 2009) | 1 line SVN_SILENT made messages (.desktop file) ........ r1035127 | ervin | 2009-10-14 13:28:42 +0200 (Wed, 14 Oct 2009) | 7 lines We now fetch the mailboxes annotations, ACLs and quota information during the initial listing not simply when they're accessed. This new behavior can be changed using a private setting (by "private" I mean that there's no user accessible GUI for it). ........ r1035160 | ervin | 2009-10-14 14:29:51 +0200 (Wed, 14 Oct 2009) | 3 lines Add a simpler collection quota attribute which doesn't expose all of the IMAP quota madness. ........ r1035169 | vkrause | 2009-10-14 15:01:22 +0200 (Wed, 14 Oct 2009) | 4 lines - rename nie_fast to ontologies to match its actual content - move the Strigi feeder to playground, the Nepomuk feeders work much better ........ r1035183 | skelly | 2009-10-14 15:48:55 +0200 (Wed, 14 Oct 2009) | 1 line Refactor the maildir resource a bit to allow using it for other mimetypes. ........ r1035186 | ervin | 2009-10-14 15:51:45 +0200 (Wed, 14 Oct 2009) | 2 lines Moved the collection quota attribute to kdepimlibs. ........ r1035204 | ervin | 2009-10-14 16:34:11 +0200 (Wed, 14 Oct 2009) | 3 lines Add a proxy model which allows to color collections in red when their quota is above a given threshold. ........ r1035205 | ervin | 2009-10-14 16:34:33 +0200 (Wed, 14 Oct 2009) | 2 lines Use the quota color proxy in akonadiconsole. ........ svn path=/branches/work/akonadi-ports/kdepim/; revision=1035214
-
Volker Krause authored
Merged revisions 1034717,1034746,1034750,1034758,1034772,1034782,1034827,1034838,1034840,1034982 via svnmerge from https://vkrause@svn.kde.org/home/kde/trunk/KDE/kdepim ........ r1034717 | scripty | 2009-10-13 12:29:53 +0200 (Tue, 13 Oct 2009) | 1 line SVN_SILENT made messages (.desktop file) ........ r1034746 | tokoe | 2009-10-13 13:57:51 +0200 (Tue, 13 Oct 2009) | 6 lines Disable actions instead of hiding them fixes some problems with actions that can not be added to a toolbar. Thanks to dfaure for the patch! BUG: 207297 ........ r1034750 | tmcguire | 2009-10-13 14:21:36 +0200 (Tue, 13 Oct 2009) | 4 lines When creating a reply, make sure to set the correct reply context to the composer. This fixes the bug that replies to mailing lis ........ r1034758 | tmcguire | 2009-10-13 14:46:27 +0200 (Tue, 13 Oct 2009) | 3 lines Don't call applyTemplate() upon the inital setMsg(), this removes an unnecessary template processing step. ........ r1034772 | stikonas | 2009-10-13 15:38:39 +0200 (Tue, 13 Oct 2009) | 1 line i18n: Convert suffixes in spinBoxes to ki18np(). ........ r1034782 | ervin | 2009-10-13 16:29:25 +0200 (Tue, 13 Oct 2009) | 10 lines Handle the cache policy better, don't override it in every collection, only set it on the root. Allow the user to enable a disconnected mode (everything is cached all the time), if not enabled we only retrieve headers on listing and mail content one by one when accessed (cached locally only for one hour). Also allow the user to set the interval check time. ........ r1034827 | winterz | 2009-10-13 18:15:55 +0200 (Tue, 13 Oct 2009) | 7 lines CamelCase headers cleanup unused headers and forward class declarations. untangle the Kontact vs. KontactInterface namespace insanity. MERGE: none Note: you will need to update kdepimlibs for the new KPIMUtils/KFileIO forwarding header. ........ r1034838 | winterz | 2009-10-13 18:49:58 +0200 (Tue, 13 Oct 2009) | 5 lines full helptext and whatsthis for KActions full KUIT MERGE: none DO_NOT_BACKPORT: new i18n strings ........ r1034840 | chehrlic | 2009-10-13 18:57:14 +0200 (Tue, 13 Oct 2009) | 1 line windows compile++ ........ r1034982 | vkrause | 2009-10-14 09:35:21 +0200 (Wed, 14 Oct 2009) | 2 lines don't depend on runtime ........ svn path=/branches/work/akonadi-ports/kdepim/; revision=1035141
-
- 13 Oct, 2009 3 commits
-
-
Allen Winter authored
full KUIT MERGE: none DO_NOT_BACKPORT: new i18n strings svn path=/trunk/KDE/kdepim/kontact/src/; revision=1034838
-
Allen Winter authored
cleanup unused headers and forward class declarations. untangle the Kontact vs. KontactInterface namespace insanity. MERGE: none Note: you will need to update kdepimlibs for the new KPIMUtils/KFileIO forwarding header. svn path=/trunk/KDE/kdepim/kontact/src/; revision=1034827
-
Stephen Kelly authored
........ r1034477 | winterz | 2009-10-12 22:11:51 +0200 (Mon, 12 Oct 2009) | 4 lines CamelCase includes cleanup unused headers and forward class declarations. MERGE: none ........ r1034479 | winterz | 2009-10-12 22:20:17 +0200 (Mon, 12 Oct 2009) | 4 lines add help text and whatsthis to the Configure Summary action. MERGE: none DO_NOT_BACKPORT: new i18n strings ........ svn path=/branches/work/akonadi-ports/kdepim/; revision=1034600
-
- 12 Oct, 2009 4 commits
-
-
Allen Winter authored
MERGE: none DO_NOT_BACKPORT: new i18n strings svn path=/trunk/KDE/kdepim/kontact/plugins/; revision=1034479
-
Allen Winter authored
cleanup unused headers and forward class declarations. MERGE: none svn path=/trunk/KDE/kdepim/kontact/plugins/; revision=1034477
-
Volker Krause authored
Merged revisions 1033276,1033284,1033290-1033297,1033299,1033326,1033332,1033340,1033376,1033438,1033489,1033595,1033690,1033723,1033732,1033736,1033749,1033794,1033828,1033871,1033880,1033892,1033905,1033915-1033916,1033926,1033930,1033937,1033942,1033945,1034062,1034070,1034077,1034083,1034085,1034087,1034090,1034092-1034093,1034095,1034097,1034104-1034108,1034110-1034111,1034268,1034274-1034275,1034285,1034311,1034323,1034325,1034336-1034337 via svnmerge from https://vkrause@svn.kde.org/home/kde/trunk/KDE/kdepim ................ r1033276 | tmcguire | 2009-10-09 22:40:00 +0200 (Fri, 09 Oct 2009) | 20 lines No such foldertree here. SYN_SILENT SVN_MERGE Blocked revisions 1032375 via svnmerge ................ r1032375 | winterz | 2009-10-07 18:53:43 +0200 (Wed, 07 Oct 2009) | 11 lines Merged revisions 1032272 via svnmerge from https://svn.kde.org/home/kde/branches/kdepim/enterprise/kdepim ........ r1032272 | tmcguire | 2009-10-07 09:03:53 -0400 (Wed, 07 Oct 2009) | 4 lines warnings-- I'll also use -Wno-deprecated and Wno-ignored-qualifiers to get rid of the other warnings from kdelibs. ........ ................ ................ r1033284 | mlaurent | 2009-10-09 22:57:59 +0200 (Fri, 09 Oct 2009) | 2 lines Fix typo ................ r1033290 | tmcguire | 2009-10-09 23:06:32 +0200 (Fri, 09 Oct 2009) | 10 lines Merged revisions 1031559 via svnmerge from svn+ssh://tmcguire@svn.kde.org/home/kde/branches/kdepim/enterprise4/kdepim ........ r1031559 | mutz | 2009-10-05 14:53:51 +0200 (Mon, 05 Oct 2009) | 1 line AdvancedSettingsDialog: Mr. ElGamal is now written Elgamal ........ SVN_MERGE ................ r1033291 | tmcguire | 2009-10-09 23:07:03 +0200 (Fri, 09 Oct 2009) | 10 lines Merged revisions 1031803 via svnmerge from svn+ssh://tmcguire@svn.kde.org/home/kde/branches/kdepim/enterprise4/kdepim ........ r1031803 | mutz | 2009-10-06 09:04:59 +0200 (Tue, 06 Oct 2009) | 1 line This is going to be Kleopatra 2.0.12 ........ SVN_MERGE ................ r1033292 | tmcguire | 2009-10-09 23:07:38 +0200 (Fri, 09 Oct 2009) | 10 lines Merged revisions 1031823 via svnmerge from svn+ssh://tmcguire@svn.kde.org/home/kde/branches/kdepim/enterprise4/kdepim ........ r1031823 | mutz | 2009-10-06 10:41:21 +0200 (Tue, 06 Oct 2009) | 1 line AddUserIDCommand: only enable when we have a secret key ........ SVN_MERGE ................ r1033293 | tmcguire | 2009-10-09 23:08:18 +0200 (Fri, 09 Oct 2009) | 10 lines Merged revisions 1031860 via svnmerge from svn+ssh://tmcguire@svn.kde.org/home/kde/branches/kdepim/enterprise4/kdepim ........ r1031860 | mutz | 2009-10-06 12:35:01 +0200 (Tue, 06 Oct 2009) | 1 line AboutGpg4winData: try to read the Gpg4win version from the output of gpgconf --version ........ SVN_MERGE ................ r1033294 | tmcguire | 2009-10-09 23:08:53 +0200 (Fri, 09 Oct 2009) | 10 lines Merged revisions 1031875 via svnmerge from svn+ssh://tmcguire@svn.kde.org/home/kde/branches/kdepim/enterprise4/kdepim ........ r1031875 | mutz | 2009-10-06 13:02:39 +0200 (Tue, 06 Oct 2009) | 1 line LearnCardKeysCommand: Fix command line for gpg ........ SVN_MERGE ................ r1033295 | tmcguire | 2009-10-09 23:09:27 +0200 (Fri, 09 Oct 2009) | 10 lines Merged revisions 1032208 via svnmerge from svn+ssh://tmcguire@svn.kde.org/home/kde/branches/kdepim/enterprise4/kdepim ........ r1032208 | mutz | 2009-10-07 11:47:38 +0200 (Wed, 07 Oct 2009) | 1 line MainWindow: suppress kde version and translators tab in the About Gpg4win-dialog (where both would duplicate the information from the About Kleopatra-dialog) ........ SVN_MERGE ................ r1033296 | tmcguire | 2009-10-09 23:09:58 +0200 (Fri, 09 Oct 2009) | 10 lines Merged revisions 1032210 via svnmerge from svn+ssh://tmcguire@svn.kde.org/home/kde/branches/kdepim/enterprise4/kdepim ........ r1032210 | mutz | 2009-10-07 11:53:07 +0200 (Wed, 07 Oct 2009) | 1 line MainWindow: only include "About Gpg4win" on Windows ........ SVN_MERGE ................ r1033297 | tmcguire | 2009-10-09 23:10:28 +0200 (Fri, 09 Oct 2009) | 10 lines Merged revisions 1032276 via svnmerge from svn+ssh://tmcguire@svn.kde.org/home/kde/branches/kdepim/enterprise4/kdepim ........ r1032276 | mutz | 2009-10-07 15:17:24 +0200 (Wed, 07 Oct 2009) | 1 line SysTrayIcon: disable whole smartcard-submenu when none of the child actions are enabled ........ SVN_MERGE ................ r1033299 | tmcguire | 2009-10-09 23:11:01 +0200 (Fri, 09 Oct 2009) | 10 lines Merged revisions 1032292 via svnmerge from svn+ssh://tmcguire@svn.kde.org/home/kde/branches/kdepim/enterprise4/kdepim ........ r1032292 | mutz | 2009-10-07 15:51:40 +0200 (Wed, 07 Oct 2009) | 1 line SysTrayIcon: make it clear that we only support NetKey v3 cards (so far) ........ SVN_MERGE ................ r1033326 | djarvie | 2009-10-09 23:56:21 +0200 (Fri, 09 Oct 2009) | 2 lines Ensure all-day is set consistently for recurrences ................ r1033332 | djarvie | 2009-10-10 00:05:41 +0200 (Sat, 10 Oct 2009) | 1 line Nitpick ................ r1033340 | momeny | 2009-10-10 00:19:35 +0200 (Sat, 10 Oct 2009) | 1 line A little improvement on Editor! And better detection of textCharFormat change to sync toolbar with text! ................ r1033376 | djarvie | 2009-10-10 01:55:29 +0200 (Sat, 10 Oct 2009) | 1 line Don't waste processing time calculating next trigger time for archived alarms ................ r1033438 | sengels | 2009-10-10 12:27:30 +0200 (Sat, 10 Oct 2009) | 1 line we do not need an export for templates ................ r1033489 | tstaerk | 2009-10-10 13:47:32 +0200 (Sat, 10 Oct 2009) | 4 lines Remove memory leak. BUGS:209674 ................ r1033595 | scripty | 2009-10-10 16:26:55 +0200 (Sat, 10 Oct 2009) | 1 line SVN_SILENT made messages (.desktop file) ................ r1033690 | coles | 2009-10-10 21:39:14 +0200 (Sat, 10 Oct 2009) | 6 lines Minor proof-reading changes: - don't -> do not, for consistency with rest of KDE; - the two messages referring to 'not yet completed' now have consistent form. ................ r1033723 | coles | 2009-10-10 23:29:54 +0200 (Sat, 10 Oct 2009) | 6 lines Minor proof-reading changes. (Note that a 'LDAP' was changed to 'an LDAP' as 'ell-DAP' or 'ell-dee-ay-pee' begin with vowel sounds.) ................ r1033732 | djarvie | 2009-10-10 23:55:09 +0200 (Sat, 10 Oct 2009) | 2 lines Fix whatsthis not appearing ................ r1033736 | coles | 2009-10-11 00:15:44 +0200 (Sun, 11 Oct 2009) | 3 lines Proof-reading, and correcting a few plural-form uses (or rather the lack thereof). ................ r1033749 | djarvie | 2009-10-11 00:55:33 +0200 (Sun, 11 Oct 2009) | 2 lines Encapsulate sub-repetitions in new Repetition class ................ r1033794 | cfeck | 2009-10-11 07:17:05 +0200 (Sun, 11 Oct 2009) | 9 lines Do not use add_subdirectory() when there is no CMakeLists.txt Volker, I disabled examples from kdepim/CMakeLists.txt, because I was not sure if the missing examples/CMakeLists.txt was intended to not build the examples. Please uncomment/revert to build them. CCMAIL: vkrause@kde.org CCMAIL: neundorf@kde.org ................ r1033828 | scripty | 2009-10-11 11:43:34 +0200 (Sun, 11 Oct 2009) | 1 line SVN_SILENT made messages (.desktop file) ................ r1033871 | winterz | 2009-10-11 14:49:49 +0200 (Sun, 11 Oct 2009) | 3 lines New feature: show events from my calendar only MERGE: none ................ r1033880 | winterz | 2009-10-11 15:18:38 +0200 (Sun, 11 Oct 2009) | 3 lines CamelCase headers cleanup unused headers, forward class declarations, and namespaces ................ r1033892 | winterz | 2009-10-11 15:39:35 +0200 (Sun, 11 Oct 2009) | 4 lines full tooltips and whatsthis MERGE: none DO_NOT_BACKPORT: new i18n strings ................ r1033905 | winterz | 2009-10-11 16:34:41 +0200 (Sun, 11 Oct 2009) | 4 lines CamelCase headers cleanup unused headers, forward class declarations MERGE: none ................ r1033915 | winterz | 2009-10-11 17:18:33 +0200 (Sun, 11 Oct 2009) | 4 lines helpText for actions. MERGE: none DO_NOT_BACKPORT: new i18n strings ................ r1033916 | winterz | 2009-10-11 17:19:18 +0200 (Sun, 11 Oct 2009) | 3 lines update my copyright years SVN_SILENT: ................ r1033926 | winterz | 2009-10-11 17:46:57 +0200 (Sun, 11 Oct 2009) | 4 lines CamelCase headers cleanup unused headers and forward class declarations MERGE: none ................ r1033930 | winterz | 2009-10-11 17:52:34 +0200 (Sun, 11 Oct 2009) | 3 lines minor coding style SVN_SILENT: ................ r1033937 | djarvie | 2009-10-11 18:07:24 +0200 (Sun, 11 Oct 2009) | 2 lines Remove dependency on kalocale.h ................ r1033942 | winterz | 2009-10-11 18:12:54 +0200 (Sun, 11 Oct 2009) | 4 lines full tooltips and whatsthis MERGE: none DO_NOT_BACKPORT: new i18n strings ................ r1033945 | djarvie | 2009-10-11 18:29:25 +0200 (Sun, 11 Oct 2009) | 2 lines Fix operator==() and operator!=() ................ r1034062 | winterz | 2009-10-11 23:11:32 +0200 (Sun, 11 Oct 2009) | 4 lines CamelCase headers cleanup unused headers and forward class declarations. MERGE: none ................ r1034070 | winterz | 2009-10-11 23:24:15 +0200 (Sun, 11 Oct 2009) | 4 lines full tooltips, whatsthis and helptext MERGE: none DO_NOT_BACKPORT: new i18n strings ................ r1034077 | mkoller | 2009-10-11 23:50:43 +0200 (Sun, 11 Oct 2009) | 4 lines BUG: 160215 On smart-reply, use the ReplyAll template only when it's a reply to a mailing list ................ r1034083 | winterz | 2009-10-12 00:23:57 +0200 (Mon, 12 Oct 2009) | 4 lines CamelCase headers cleanup unused headers and forward class declarations. MERGE: none ................ r1034085 | winterz | 2009-10-12 00:35:42 +0200 (Mon, 12 Oct 2009) | 4 lines full tooltip, whatsthis, and help text MERGE: none DO_NOT_BACKPORT: new i18n strings ................ r1034087 | winterz | 2009-10-12 00:46:58 +0200 (Mon, 12 Oct 2009) | 2 lines --deprecated ................ r1034090 | winterz | 2009-10-12 00:51:26 +0200 (Mon, 12 Oct 2009) | 4 lines QTextEdit -> KTextEdit MERGE: none ................ r1034092 | winterz | 2009-10-12 01:01:35 +0200 (Mon, 12 Oct 2009) | 4 lines CamelCase headers cleanup unused headers MERGE: none ................ r1034093 | winterz | 2009-10-12 01:02:57 +0200 (Mon, 12 Oct 2009) | 4 lines add helptext to the New action MERGE: none DO_NOT_BACKPORT: new i18n string ................ r1034095 | winterz | 2009-10-12 01:08:33 +0200 (Mon, 12 Oct 2009) | 4 lines CamelCase headers remove unused headers MERGE: none ................ r1034097 | winterz | 2009-10-12 01:11:08 +0200 (Mon, 12 Oct 2009) | 3 lines minor coding style fixes SVN_SILENT: ................ r1034104 | winterz | 2009-10-12 01:37:38 +0200 (Mon, 12 Oct 2009) | 4 lines help text MERGE: none DO_NOT_BACKPORT: new i18n strings ................ r1034105 | winterz | 2009-10-12 01:42:17 +0200 (Mon, 12 Oct 2009) | 4 lines CamelCase headers remove unused headers MERGE: none ................ r1034106 | winterz | 2009-10-12 01:44:41 +0200 (Mon, 12 Oct 2009) | 4 lines help text for the New Page and New Book actions MERGE: none DO_NOT_BACKPORT: new i18n strings ................ r1034107 | winterz | 2009-10-12 01:50:09 +0200 (Mon, 12 Oct 2009) | 3 lines CamelCase headers remove unused headers ................ r1034108 | winterz | 2009-10-12 01:51:25 +0200 (Mon, 12 Oct 2009) | 4 lines add a help text for the New Article action MERGE: none DO_NOT_BACKPORT: new i18n string ................ r1034110 | winterz | 2009-10-12 01:56:10 +0200 (Mon, 12 Oct 2009) | 4 lines CamelCase headers remove unused headers MERGE: none ................ r1034111 | winterz | 2009-10-12 01:58:04 +0200 (Mon, 12 Oct 2009) | 4 lines add help text for New Task MERGE: none DO_NOT_BACKPORT: new i18n string ................ r1034268 | winterz | 2009-10-12 12:50:27 +0200 (Mon, 12 Oct 2009) | 2 lines tell Krazy to look for more stuff as this is shiny new code. ................ r1034274 | vkrause | 2009-10-12 13:17:12 +0200 (Mon, 12 Oct 2009) | 2 lines Make sure new tags have a useful label. ................ r1034275 | vkrause | 2009-10-12 13:17:58 +0200 (Mon, 12 Oct 2009) | 2 lines Move clients/kabc to examples as well and re-enable compilation of them. ................ r1034285 | winterz | 2009-10-12 13:37:23 +0200 (Mon, 12 Oct 2009) | 2 lines the kabc subdir is gone ................ r1034311 | skelly | 2009-10-12 14:40:17 +0200 (Mon, 12 Oct 2009) | 1 line Use the move actions in akonadi console. ................ r1034323 | coles | 2009-10-12 15:06:21 +0200 (Mon, 12 Oct 2009) | 5 lines A couple of minor typo corrections. SVN_SILENT ................ r1034325 | coles | 2009-10-12 15:09:37 +0200 (Mon, 12 Oct 2009) | 4 lines Minor proof-reading. Couldn't -> Could not for consistency with rest of KDE, and hyphenated Server-Side. ................ r1034336 | coles | 2009-10-12 15:30:52 +0200 (Mon, 12 Oct 2009) | 3 lines Minor proof-reading changes. ................ r1034337 | coles | 2009-10-12 15:36:35 +0200 (Mon, 12 Oct 2009) | 3 lines Proof-reading messages. ................ svn path=/branches/work/akonadi-ports/kdepim/; revision=1034401
-
Andrew Coles authored
SVN_SILENT svn path=/trunk/KDE/kdepim/kontact/plugins/; revision=1034323
-
- 11 Oct, 2009 26 commits
-
-
Allen Winter authored
MERGE: none DO_NOT_BACKPORT: new i18n string svn path=/trunk/KDE/kdepim/kontact/plugins/; revision=1034111
-
Allen Winter authored
remove unused headers MERGE: none svn path=/trunk/KDE/kdepim/kontact/plugins/; revision=1034110
-
Allen Winter authored
MERGE: none DO_NOT_BACKPORT: new i18n string svn path=/trunk/KDE/kdepim/kontact/plugins/; revision=1034108
-
Allen Winter authored
remove unused headers svn path=/trunk/KDE/kdepim/kontact/plugins/; revision=1034107
-
Allen Winter authored
MERGE: none DO_NOT_BACKPORT: new i18n strings svn path=/trunk/KDE/kdepim/kontact/plugins/; revision=1034106
-
Allen Winter authored
remove unused headers MERGE: none svn path=/trunk/KDE/kdepim/kontact/plugins/; revision=1034105
-
Allen Winter authored
MERGE: none DO_NOT_BACKPORT: new i18n strings svn path=/trunk/KDE/kdepim/kontact/plugins/; revision=1034104
-
Allen Winter authored
SVN_SILENT: svn path=/trunk/KDE/kdepim/kontact/plugins/; revision=1034097
-
Allen Winter authored
remove unused headers MERGE: none svn path=/trunk/KDE/kdepim/kontact/plugins/; revision=1034095
-
Allen Winter authored
MERGE: none DO_NOT_BACKPORT: new i18n string svn path=/trunk/KDE/kdepim/kontact/plugins/; revision=1034093
-
Allen Winter authored
cleanup unused headers MERGE: none svn path=/trunk/KDE/kdepim/kontact/plugins/; revision=1034092
-
Allen Winter authored
MERGE: none svn path=/trunk/KDE/kdepim/kontact/plugins/; revision=1034090
-
Allen Winter authored
svn path=/trunk/KDE/kdepim/kontact/plugins/; revision=1034087
-
Allen Winter authored
MERGE: none DO_NOT_BACKPORT: new i18n strings svn path=/trunk/KDE/kdepim/kontact/plugins/; revision=1034085
-
Allen Winter authored
cleanup unused headers and forward class declarations. MERGE: none svn path=/trunk/KDE/kdepim/kontact/plugins/; revision=1034083
-
Allen Winter authored
MERGE: none DO_NOT_BACKPORT: new i18n strings svn path=/trunk/KDE/kdepim/kontact/plugins/; revision=1034070
-
Allen Winter authored
cleanup unused headers and forward class declarations. MERGE: none svn path=/trunk/KDE/kdepim/kontact/plugins/; revision=1034062
-
Allen Winter authored
MERGE: none DO_NOT_BACKPORT: new i18n strings svn path=/trunk/KDE/kdepim/kontact/plugins/; revision=1033942
-
Allen Winter authored
SVN_SILENT: svn path=/trunk/KDE/kdepim/kontact/plugins/; revision=1033930
-
Allen Winter authored
cleanup unused headers and forward class declarations MERGE: none svn path=/trunk/KDE/kdepim/kontact/plugins/; revision=1033926
-
Allen Winter authored
SVN_SILENT: svn path=/trunk/KDE/kdepim/kontact/plugins/; revision=1033916
-
Allen Winter authored
MERGE: none DO_NOT_BACKPORT: new i18n strings svn path=/trunk/KDE/kdepim/kontact/plugins/; revision=1033915
-
Allen Winter authored
cleanup unused headers, forward class declarations MERGE: none svn path=/trunk/KDE/kdepim/kontact/plugins/; revision=1033905
-
Allen Winter authored
MERGE: none DO_NOT_BACKPORT: new i18n strings svn path=/trunk/KDE/kdepim/kontact/plugins/; revision=1033892
-
Allen Winter authored
cleanup unused headers, forward class declarations, and namespaces svn path=/trunk/KDE/kdepim/kontact/plugins/; revision=1033880
-
Allen Winter authored
MERGE: none svn path=/trunk/KDE/kdepim/kontact/plugins/; revision=1033871
-
- 10 Oct, 2009 1 commit
-
-
Andrew Coles authored
- don't -> do not, for consistency with rest of KDE; - the two messages referring to 'not yet completed' now have consistent form. svn path=/trunk/KDE/kdepim/kontact/plugins/; revision=1033690
-
- 09 Oct, 2009 1 commit
-
-
Stephen Kelly authored
Merged revisions 1032775,1032800-1032801,1032815,1032869,1032887,1032905,1032923,1032995 via svnmerge from svn+ssh://skelly@svn.kde.org/home/kde/trunk/KDE/kdepim ................ r1032775 | winterz | 2009-10-08 15:51:45 +0200 (Thu, 08 Oct 2009) | 2 lines KDEPIM_EXPORT -> MESSAGECORE_EXPORT ................ r1032800 | winterz | 2009-10-08 16:36:56 +0200 (Thu, 08 Oct 2009) | 2 lines minor QLatin1Stringification ................ r1032801 | tmcguire | 2009-10-08 16:39:17 +0200 (Thu, 08 Oct 2009) | 4 lines Disable async reader mode, because of the frequent crashes that happen here. CCBUG: 208353 ................ r1032815 | winterz | 2009-10-08 17:27:56 +0200 (Thu, 08 Oct 2009) | 2 lines adding the export definition file ................ r1032869 | dfaure | 2009-10-08 21:36:51 +0200 (Thu, 08 Oct 2009) | 3 lines Make kontact the imap backend for the kolab resource. I doubt anyone is still using kmail-standalone together with the kolab resource. Okay'ed by Allen. ................ r1032887 | winterz | 2009-10-08 22:11:47 +0200 (Thu, 08 Oct 2009) | 21 lines Blocked revisions 1032878,1032885 via svnmerge ........ r1032878 | winterz | 2009-10-08 15:53:35 -0400 (Thu, 08 Oct 2009) | 6 lines merge SVN commit 1032869 by dfaure: Make kontact the imap backend for the kolab resource. I doubt anyone is still using kmail-standalone together with the kolab resource. ........ r1032885 | winterz | 2009-10-08 16:09:51 -0400 (Thu, 08 Oct 2009) | 9 lines merge SVN commit 1030966 by winterz from trunk: Read the Groupware:Enabled settings from kmailrc. Use this to determine if Groupware is being used. If so, put the Sync button on by default. In the Enterprise version, we still put on the Sync button unless the user explicitly turns if off using kontactrc's Kontact Groupware Settings:GroupwareMailFoldersEnabled. ........ ................ r1032905 | winterz | 2009-10-08 22:48:19 +0200 (Thu, 08 Oct 2009) | 9 lines Blocked revisions 1032904 via svnmerge ........ r1032904 | winterz | 2009-10-08 16:47:12 -0400 (Thu, 08 Oct 2009) | 3 lines ahhh... KDEPIM_ENTERPRISE_BUILD, not ENTERPRISE_BUILD MERGE: none (in trunk already) ........ ................ r1032923 | winterz | 2009-10-08 23:33:15 +0200 (Thu, 08 Oct 2009) | 9 lines Blocked revisions 1032922 via svnmerge ........ r1032922 | winterz | 2009-10-08 17:31:40 -0400 (Thu, 08 Oct 2009) | 3 lines compile++ it's been one of those days ........ ................ r1032995 | mlaurent | 2009-10-09 09:20:41 +0200 (Fri, 09 Oct 2009) | 2 lines Add missing i18n ................ svn path=/branches/work/akonadi-ports/kdepim/; revision=1033016
-
- 08 Oct, 2009 2 commits
-
-
David Faure authored
I doubt anyone is still using kmail-standalone together with the kolab resource. Okay'ed by Allen. svn path=/trunk/KDE/kdepim/; revision=1032869
-
Volker Krause authored
Merged revisions 1032734,1032763 via svnmerge from https://vkrause@svn.kde.org/home/kde/trunk/KDE/kdepim ........ r1032734 | ahartmetz | 2009-10-08 12:52:48 +0200 (Thu, 08 Oct 2009) | 5 lines target_link_libraries fixes: - remove unnecessary *_LIBRARY stuff already included in KDE4_KDEUI_LIBS - add KIO to link interface because I'd otherwise get undefined references to KZip when using the gold linker. ........ r1032763 | vkrause | 2009-10-08 14:59:19 +0200 (Thu, 08 Oct 2009) | 6 lines Keep examples out of runtime as well as kdepim top-level. Some of this stuff might be moved to the KDE-wide examples modules, some has to stay here for dependencies on internal libs. Also, delete akonamail, one mail reader example is enough. The calendar example cannot be moved yet, due to dependencies on other stuff in the runtime part. ........ svn path=/branches/work/akonadi-ports/kdepim/; revision=1032766
-