summaryrefslogtreecommitdiffstats
path: root/ktnef
Commit message (Collapse)AuthorAgeFilesLines
* Fix detection whether the system is big endianSlávek Banko2017-02-022-0/+3
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fix invalid headers in PNG files and optimize for sizeTimothy Pearson2016-07-237-0/+0
|
* Fix Kontact crash in Akregator part due to identical destructor signatures ↵r14.0.0Timothy Pearson2014-12-061-0/+2
| | | | | | | being generated for two unrelated classes This relates to Bug 2235 Fix a slew of non-virtual destructor problems
* 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 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
* Fix ServiceTypes, ExcludeServiceTypes, and DocPath desktop file entries to ↵Timothy Pearson2014-10-111-1/+1
| | | | match XDG specifications
* Restructure menu: move Office->PIM submenu items to Internet and Office menus.Darrell Anderson2014-02-131-1/+1
|
* Additional k => tde renaming and fixesSlávek Banko2013-09-033-3/+3
|
* Rename additional header files to avoid conflicts with KDE4Timothy Pearson2013-02-156-9/+9
|
* Rename common header files for consistency with class renamingTimothy Pearson2013-02-143-5/+5
|
* Rename KCmd to avoid conflicts with KDE4Timothy Pearson2013-02-061-2/+2
|
* Rename KIcon to enhance compatibility with KDE4Timothy Pearson2013-02-042-2/+2
|
* Rename many classes and header files to avoid conflicts with KDE4Timothy Pearson2013-02-016-8/+8
|
* Rename a number of classes to enhance compatibility with KDE4Timothy Pearson2013-02-017-18/+18
|
* Rename KStandard for enhanced compatibility with KDE4Timothy Pearson2013-01-311-1/+1
|
* Rename a few build variables for overall consistencyTimothy Pearson2013-01-291-1/+1
|
* Rename a number of libraries and executables to avoid conflicts with KDE4Timothy Pearson2013-01-273-3/+3
|
* Rename a number of libraries and executables to avoid conflicts with KDE4Timothy Pearson2013-01-262-2/+2
|
* Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4Timothy Pearson2013-01-241-10/+10
|
* Rename KInstance and KAboutData to avoid conflicts with KDE4Timothy Pearson2013-01-222-3/+3
|
* Rename KApplication to TDEApplication to avoid conflicts with KDE4Timothy Pearson2013-01-201-2/+2
|
* Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4Timothy Pearson2013-01-191-3/+3
|
* Update TDE menu to reduce clutter and eliminate conflicts with KDE4.Darrell Anderson2012-06-261-3/+3
| | | | This partially resolves bug report 977.
* Update XDG information in support of bug report 892.Darrell Anderson2012-06-081-1/+1
|
* Change ${INCLUDE_INSTALL_DIR}/tde -> ${INCLUDE_INSTALL_DIR}.Darrell Anderson2012-03-211-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.
* Further organize TDE Menu.Darrell Anderson2012-03-141-1/+1
|
* Rename straggling environment variables KDE->TDE.Darrell Anderson2012-03-072-4/+4
|
* Rename additional global TQt functionsTimothy Pearson2012-03-011-1/+1
|
* Remove spurious TQ_OBJECT instancesTimothy Pearson2012-02-173-3/+3
|
* Rename include subdirectory to tdeTimothy Pearson2012-02-071-1/+1
|
* Rename obsolete tq methods to standard namesTimothy Pearson2011-12-213-2/+2
|
* Remove additional unneeded tq method conversionsTimothy Pearson2011-12-197-59/+59
|
* Rename old tq methods that no longer need a unique nameTimothy Pearson2011-12-186-8/+8
|
* Revert "Rename a number of old tq methods that are no longer tq specific"Timothy Pearson2011-12-1611-69/+69
| | | | This reverts commit 3ca10fd9a2dc631429d3b5d5c5e42a7d211d5a12.
* Rename a number of old tq methods that are no longer tq specificTimothy Pearson2011-12-1511-69/+69
|
* Rename additional KDE stringsTimothy Pearson2011-12-081-4/+4
|
* Rename additional instances of KDE to TDETimothy Pearson2011-11-063-4/+4
|
* Additional kde to tde renamingTimothy Pearson2011-11-0626-33/+33
|
* Rename kde libraries to tdeTimothy Pearson2011-11-052-2/+2
|
* Link most Trinity DSOs against the most common kdelibs libraries to ↵v3.5.13tpearson2011-10-102-2/+2
| | | | | | 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
* rename the following methods:tpearson2011-08-109-21/+21
| | | | | | | | 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-104-14/+14
| | | | | | | | | 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-091-1/+1
| | | | | | | | | | | | 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 all instances of "tqgeometry" (including quotes) to the more-correct ↵tpearson2011-06-141-1/+1
| | | | | | "geometry" string git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1236712 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Enable kdepim compilation under Qt4tpearson2011-04-145-56/+56
| | | | | | | | 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-1323-348/+351
| | | | | | | | | 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 ktnetf include install directorytpearson2011-04-021-1/+1
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1226897 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* [kdepim/ktnef] install headers in right directorysamelian2011-03-161-1/+1
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1225012 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* [kdepim]: initial cmake support for following subpackages: akregator, ↵samelian2011-03-056-0/+143
| | | | | | certmanager, kaddressbook, kalarm, kioslaves, kmail, ktnef, libemailfunctions, libkcal, libkdenetwork, libkdepim, libkmime, libkpgp, libkpimidentities, libksieve, mimelib git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1223912 283d02a7-25f6-0310-bc7c-ecb5cbfe19da