summaryrefslogtreecommitdiffstats
path: root/korganizer
Commit message (Collapse)AuthorAgeFilesLines
* Rename include subdirectory to tdeTimothy Pearson2012-02-072-2/+2
|
* Rename obsolete tq methods to standard namesTimothy Pearson2011-12-2125-51/+51
|
* Remove additional unneeded tq method conversionsTimothy Pearson2011-12-1956-235/+235
|
* Rename old tq methods that no longer need a unique nameTimothy Pearson2011-12-1884-269/+269
|
* Revert "Rename a number of old tq methods that are no longer tq specific"Timothy Pearson2011-12-16120-599/+599
| | | | This reverts commit 3ca10fd9a2dc631429d3b5d5c5e42a7d211d5a12.
* Rename a number of old tq methods that are no longer tq specificTimothy Pearson2011-12-15120-599/+599
|
* Fix FTBFSTimothy Pearson2011-11-191-5/+5
|
* Additional renaming of kde to tdeTimothy Pearson2011-11-165-5/+5
|
* Fix accidental conversion of dockwin (part 2 of 2)Timothy Pearson2011-11-082-0/+0
|
* Fix accidental conversion of dockwinTimothy Pearson2011-11-084-6/+6
|
* Rename kwin to twin (Part 2 of 2)Timothy Pearson2011-11-072-0/+0
|
* Rename kwin to twin (part 1 of 2)Timothy Pearson2011-11-079-12/+12
|
* Rename additional instances of KDE to TDETimothy Pearson2011-11-0613-27/+27
|
* Additional kde to tde renamingTimothy Pearson2011-11-0628-38/+38
|
* Rename kde libraries to tdeTimothy Pearson2011-11-0542-67/+67
|
* Link most Trinity DSOs against the most common kdelibs libraries to ↵v3.5.13tpearson2011-10-102-5/+5
| | | | | | compensate for linking changes in modern distributions such as Ubuntu Oneiric git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1258263 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fix remaining instances of tqStatus embedded in user visible stringstpearson2011-08-313-4/+4
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1250385 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fix a number of accidental tqStatus string conversionstpearson2011-08-272-3/+3
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1249829 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fix reminaing CMake FTBFStpearson2011-08-211-1/+1
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1248702 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Convert remaining references to kde3 (e.g. in paths) to trinitytpearson2011-08-211-1/+1
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1248408 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* rename the following methods:tpearson2011-08-10168-639/+639
| | | | | | | | tqparent parent tqmask mask git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* rename the following methods:tpearson2011-08-1044-121/+121
| | | | | | | | | tqfind find tqreplace replace tqcontains contains git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1246075 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Remove the tq in front of these incorrectly TQt4-converted methods/data members:tpearson2011-07-0931-77/+77
| | | | | | | | | | | | tqrepaint[...] tqinvalidate[...] tqparent[...] tqmask[...] tqlayout[...] tqalignment[...] git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1240522 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Rename incorrect instances of tqrepaint[...] to repaint[...]tpearson2011-07-073-3/+3
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1240369 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Rename all instances of "tqgeometry" (including quotes) to the more-correct ↵tpearson2011-06-1414-14/+14
| | | | | | "geometry" string git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1236712 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fix up kdepim UI filestpearson2011-05-161-6/+6
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1232138 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fix Qt3 compilation of kdepimtpearson2011-04-152-3/+3
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1227976 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Enable kdepim compilation under Qt4tpearson2011-04-1458-382/+383
| | | | | | | | This will likely break Qt3 compilation temporarily, which is an unintended side effect. A third and final kdepim commit will repair Qt3 compilation shortly. git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1227946 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Initial conversion of kdepim to TQttpearson2011-04-13246-1687/+1762
| | | | | | | | | This will probably require some tweaking before it will build under Qt4, however Qt3 builds are OK. Any alterations this commit makes to kdepim behaviour under Qt3 are unintentional and should be fixed. git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1227832 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fix include directory installation locationstpearson2011-03-302-2/+2
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1226577 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* [kdepim] kontact ported to cmakesamelian2011-03-231-0/+7
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1225846 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* [trinity/kdepim] initial cmake support for korganizer & dependenciessamelian2011-03-1117-0/+623
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1224515 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Moved kpilot from kdepim to applications, as the core Trinity libraries ↵tpearson2011-02-16112-515/+516
| | | | | | should not contain hardware-dependent software git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1221127 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fix FTBFS under Slackwaretpearson2010-09-121-3/+7
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1174370 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fixed FTBFS on Slackwaretpearson2010-09-121-0/+2
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1174335 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Hacked in a temporary fix for three GroupWare popups showing up when a ↵tpearson2010-09-036-99/+140
| | | | | | single instance of a recurring meeting is resized in the agenda view git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1171222 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Revert commit 1170798 as it caused a crash under certain circumstancestpearson2010-09-021-3/+3
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1170826 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fixed irritating bug which prompted three times to send a notification on ↵tpearson2010-09-021-3/+3
| | | | | | recurring meeting single incidence resize git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1170798 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fixed minor shortcut issuetpearson2010-09-021-1/+1
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1170792 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* * Massive set of changes to bring in all fixes and enhancements from the ↵tpearson2010-09-01172-3713/+8785
| | | | | | | | | | | Enterprise PIM branch * Ensured that the Trinity changes were applied on top of those enhancements, and any redundancy removed * Added journal read support to the CalDAV resource * Fixed CalDAV resource to use events URL for tasks and journals when separate URL checkbox unchecked git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1170461 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* * Fixed crash when modifying single instance of recurring meeeting in agenda ↵tpearson2010-08-292-27/+72
| | | | | | | | | | view * Allow CalDAV tasks read/write to continue even if events read/write failed * Documentation cleanup git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1169577 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Initial (i.e. read only) support for RECURRENCE-ID modified incidence series.tpearson2010-08-272-2/+2
| | | | | | | | | Write support requires further debugging and/or compliance checks with respect to Zimbra; there is no obvious reason why it should not be working but Zimbra fails with 409 when saving. User interface support is mostly complete, with event links being tracked across deletes. git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1168937 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fixed FTBFS due to makefile.am mistaketpearson2010-08-251-1/+1
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1167594 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Moved the editor open variable out of kocore to remove accidental ↵tpearson2010-08-244-19/+4
| | | | | | compilation circular dependency git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1167544 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fixed CalDAV crash when event editor left open during automatic reloadtpearson2010-08-243-0/+18
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1167492 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fixed a number of issues, includingtpearson2010-08-182-7/+19
| | | | | | | | * event modification and view refresh when GroupWare communication is disabled * Deletion (delay) of first recurring event git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1165287 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Attempt to fix incorrect meeting motices being sent when the first instance ↵tpearson2010-08-182-3/+10
| | | | | | | | | | of a recurring meeting is deleted. This may need more work depending on how the number of recurrences are handled This should be more compatible with most CalDAV resources than the old way... git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1165076 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Slew of fixes and upgrades, including:tpearson2010-08-175-0/+24
| | | | | | | | | | Added kaddressbook automatic sync Added carddav autosync options Added DCOP calls for kaddressbook and korganizer manual resync Repaired Kontact refresh button through above mentioned DCOP calls git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1164528 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* TQt conversion fixestpearson2010-08-0245-125/+125
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1158452 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Trinity Qt initial conversiontpearson2010-07-31226-6349/+6349
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1157655 283d02a7-25f6-0310-bc7c-ecb5cbfe19da