summaryrefslogtreecommitdiffstats
path: root/kaddressbook/viewmanager.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT definesMichele Calgaro2024-01-141-16/+16
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace various '#define' strings - part 6Michele Calgaro2023-12-211-5/+5
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fix typos from commit 8bd51635Slávek Banko2014-10-221-1/+1
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Bring most mimetypes in line with XDG specifications. The following are not ↵Timothy Pearson2014-10-221-1/+1
| | | | fully verified in source as of this commit due to ubiquity: html, empty, info, make, man, misc, source, unknown
* Bring mail_forward, mail_new, mail_replyall, mail_reply, mail_send, ↵Timothy Pearson2014-10-131-1/+1
| | | | player_pause, player_play, player_stop, player_rew, player_fwd, player_start, player_end, rotate_ccw, rotate_cw, window_fullscreen, window_nofullscreen, window_new, viewmagfit, viewmag+, viewmag1, and viewmag- icons into XDG compliance
* Bring filenew, fileopen, fileprint, filequickprint, filesave, filesaveas, ↵Timothy Pearson2014-10-131-1/+1
| | | | fileclose, editclear, editcopy, editcut, editdelete, editpaste, folder_new, and gohome icons into XDG compliance
* Rename KABC namespaceTimothy Pearson2013-02-201-11/+11
|
* Rename additional header files to avoid conflicts with KDE4Timothy Pearson2013-02-151-4/+4
|
* Rename KIcon to enhance compatibility with KDE4Timothy Pearson2013-02-041-1/+1
|
* Rename many classes and header files to avoid conflicts with KDE4Timothy Pearson2013-02-011-1/+1
|
* Rename a number of classes to enhance compatibility with KDE4Timothy Pearson2013-02-011-7/+7
|
* Rename KLock and KTrader to avoid conflicts with KDE4Timothy Pearson2013-02-011-2/+2
|
* Rename a number of libraries and executables to avoid conflicts with KDE4Timothy Pearson2013-01-271-1/+1
|
* Rename a number of libraries and executables to avoid conflicts with KDE4Timothy Pearson2013-01-261-1/+1
|
* Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4Timothy Pearson2013-01-251-8/+8
|
* Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4Timothy Pearson2013-01-241-1/+1
|
* Update XDG information in support of bug report 892.Darrell Anderson2012-06-081-1/+1
|
* Rename obsolete tq methods to standard namesTimothy Pearson2011-12-211-2/+2
|
* Remove additional unneeded tq method conversionsTimothy Pearson2011-12-191-3/+3
|
* Revert "Rename a number of old tq methods that are no longer tq specific"Timothy Pearson2011-12-161-6/+6
| | | | This reverts commit 3ca10fd9a2dc631429d3b5d5c5e42a7d211d5a12.
* Rename a number of old tq methods that are no longer tq specificTimothy Pearson2011-12-151-6/+6
|
* Additional renaming of kde to tdeTimothy Pearson2011-11-161-1/+1
|
* Rename KDE_VERSION to TDE_VERSIONTimothy Pearson2011-11-151-1/+1
|
* Rename kde libraries to tdeTimothy Pearson2011-11-051-1/+1
|
* rename the following methods:tpearson2011-08-101-2/+2
| | | | | | | | 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-101-5/+5
| | | | | | | | | tqfind find tqreplace replace tqcontains contains git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1246075 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Enable kdepim compilation under Qt4tpearson2011-04-141-9/+9
| | | | | | | | 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-131-11/+11
| | | | | | | | | 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
* Moved kpilot from kdepim to applications, as the core Trinity libraries ↵tpearson2011-02-161-6/+6
| | | | | | 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-011-5/+10
| | | | | | | | | | | 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
* Trinity Qt initial conversiontpearson2010-07-311-55/+55
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1157655 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.toma2009-11-251-0/+604
BUG:215923 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da