summaryrefslogtreecommitdiffstats
path: root/knotes
Commit message (Collapse)AuthorAgeFilesLines
* Change ${INCLUDE_INSTALL_DIR}/tde -> ${INCLUDE_INSTALL_DIR}.Darrell Anderson2012-10-181-1/+1
| | | | | | | | Installing header files to ${INCLUDE_INSTALL_DIR}/tde added another subdirectory layer that caused build failures in certain apps such as kipi-plugins. This partially resolves bug report 600. (cherry picked from commit b99d4323ddffa1b9edcb8bab724a73729b79d883)
* Removed knotes window resizing for RichText toolbarSlávek Banko2012-08-251-9/+4
| | | | (cherry picked from commit f820c4f9253bbc21156ee90ad22e6d9deae29034)
* Fix knotes repeated reduction in RichText modeSlávek Banko2012-07-061-1/+1
| | | | (cherry picked from commit 27f6b882c6ab3d87b3495e5b8d149670295fb5c9)
* Fix knotes to not close notes during saving session.Slávek Banko2012-06-031-0/+2
| | | | | This closes Bug 987 (cherry picked from commit c48253af15badc7a81db7ea2f22465405a897110)
* Fix knotes not appearing on the desktop when a session is restored.Darrell Anderson2012-06-031-1/+1
| | | | | | Thanks to Slavek Banko. This resolves bug report 987. (cherry picked from commit 533f494f46d65be366aee3e9973b674320e46bc8)
* Rename obsolete tq methods to standard namesTimothy Pearson2012-06-037-48/+48
| | | | (cherry picked from commit ba2a3ce341c0c71bbbcf350fcbcd60c552220b31)
* Remove additional unneeded tq method conversionsTimothy Pearson2012-06-038-16/+16
| | | | (cherry picked from commit 716a5de8870d7c02bb4d0aed72f30291b17b763a)
* Rename old tq methods that no longer need a unique nameTimothy Pearson2012-06-0311-35/+35
| | | | (cherry picked from commit 0e00c0a86a4c9d7e80c7b66d91940cc7dcb79f78)
* Link most Trinity DSOs against the most common kdelibs libraries to ↵v3.5.13tpearson2011-10-101-1/+1
| | | | | | 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
* rename the following methods:tpearson2011-08-1019-40/+40
| | | | | | | | 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-106-26/+26
| | | | | | | | | 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-092-3/+3
| | | | | | | | | | | | tqrepaint[...] tqinvalidate[...] tqparent[...] tqmask[...] tqlayout[...] tqalignment[...] git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1240522 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Backport SVN commit #951879tpearson2011-07-051-6/+9
| | | | | | | This fixes kde.org bug #189050 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1239902 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fix Qt3 compilation of kdepimtpearson2011-04-152-2/+2
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1227976 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Enable kdepim compilation under Qt4tpearson2011-04-1410-114/+112
| | | | | | | | 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-1335-157/+169
| | | | | | | | | 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 knotes header installation directorytpearson2011-03-301-1/+1
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1226456 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* [kdepim] include ${CMAKE_SOURCE_DIR}/libkdepim to fix FTBFSsamelian2011-03-271-0/+1
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1226234 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* [kdepim] initial cmake support for: knotes, kode, korganizer, kresources, ↵samelian2011-03-214-1/+110
| | | | | | plugins, wizards git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1225440 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Moved kpilot from kdepim to applications, as the core Trinity libraries ↵tpearson2011-02-1616-88/+88
| | | | | | should not contain hardware-dependent software git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1221127 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* * Massive set of changes to bring in all fixes and enhancements from the ↵tpearson2010-09-0116-101/+315
| | | | | | | | | | | 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
* TQt conversion fixestpearson2010-08-027-13/+13
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1158452 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Trinity Qt initial conversiontpearson2010-07-3135-742/+742
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1157655 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Part of batch commit to enable true tasktray resize support for Trinity ↵tpearson2010-05-102-1/+15
| | | | | | applications git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1124759 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.toma2009-11-2572-0/+8298
BUG:215923 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da