Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Drop automake build support. | gregory guy | 2020-08-29 | 1 | -20/+0 |
| | | | | | | | | | | | | Add basic cmake build instructions. Delete empty file NEWS. Rework of the README file (splitted with the FAQ). Add FAQ file. Rework of the desktop file. Few cosmetics here and there. Signed-off-by: gregory guy <[email protected]> (cherry picked from commit c4ba990dcc1531424959545520236b033847905b) | ||||
* | Fix FTBFS due to missing linked libraries. | Slávek Banko | 2020-07-04 | 1 | -0/+1 |
| | | | | | Signed-off-by: Slávek Banko <[email protected]> (cherry picked from commit 8775f7e47dd473e49ecdd126f427f42f7567673d) | ||||
* | Add includes to UI files to resolve FTBFS. | Slávek Banko | 2019-04-21 | 1 | -4/+4 |
| | | | | | Signed-off-by: Slávek Banko <[email protected]> (cherry picked from commit df3b14e03bd44580ae7ce1970f95e228d42607fe) | ||||
* | conversion to the cmake building system | gregory guy | 2019-04-21 | 22 | -208/+65 |
| | | | | | Signed-off-by: gregory guy <[email protected]> (cherry picked from commit 55ebab38f1bc2c061eb3673029fee13615635221) | ||||
* | Use TDE hardware library instead of HAL | Timothy Pearson | 2013-03-31 | 4 | -108/+32 |
| | | | | Remove spurious build files | ||||
* | Rename additional header files to avoid conflicts with KDE4 | Timothy Pearson | 2013-02-15 | 19 | -20/+20 |
| | |||||
* | Rename many classes and header files to avoid conflicts with KDE4 | Timothy Pearson | 2013-02-01 | 3 | -3/+3 |
| | |||||
* | Rename a number of classes to enhance compatibility with KDE4 | Timothy Pearson | 2013-02-01 | 2 | -2/+2 |
| | |||||
* | Rename KLocale to enhance compatibility with KDE4 | Timothy Pearson | 2013-02-01 | 1 | -1/+1 |
| | |||||
* | Rename a number of libraries and executables to avoid conflicts with KDE4 | Timothy Pearson | 2013-01-27 | 1 | -1/+1 |
| | |||||
* | Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4 | Timothy Pearson | 2013-01-25 | 4 | -31/+31 |
| | |||||
* | Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4 | Timothy Pearson | 2013-01-24 | 2 | -3/+3 |
| | |||||
* | Fix inadvertent tqt changes. | Darrell Anderson | 2012-10-21 | 19 | -19/+19 |
| | |||||
* | Remove spurious TQ_OBJECT instances | Timothy Pearson | 2012-02-17 | 19 | -19/+19 |
| | |||||
* | Rename obsolete tq methods to standard names | Timothy Pearson | 2011-12-21 | 4 | -23/+23 |
| | |||||
* | Remove additional unneeded tq method conversions | Timothy Pearson | 2011-12-19 | 5 | -7/+7 |
| | |||||
* | Rename old tq methods that no longer need a unique name | Timothy Pearson | 2011-12-18 | 5 | -8/+8 |
| | |||||
* | Revert "Rename a number of old tq methods that are no longer tq specific" | Timothy Pearson | 2011-12-16 | 20 | -54/+54 |
| | | | | This reverts commit 6981c239dedc72969f6f539afeef646a19c867c0. | ||||
* | Rename a number of old tq methods that are no longer tq specific | Timothy Pearson | 2011-12-15 | 20 | -54/+54 |
| | |||||
* | Rename additional instances of KDE to TDE | Timothy Pearson | 2011-11-06 | 1 | -1/+1 |
| | |||||
* | Fix remaining instances of tqStatus embedded in user visible stringsv3.5.13 | tpearson | 2011-08-31 | 1 | -4/+4 |
| | | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kima@1250385 283d02a7-25f6-0310-bc7c-ecb5cbfe19da | ||||
* | rename the following methods: | tpearson | 2011-08-10 | 3 | -7/+7 |
| | | | | | | | | tqparent parent tqmask mask git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kima@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da | ||||
* | rename the following methods: | tpearson | 2011-08-10 | 1 | -2/+2 |
| | | | | | | | | | tqfind find tqreplace replace tqcontains contains git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kima@1246075 283d02a7-25f6-0310-bc7c-ecb5cbfe19da | ||||
* | Fix missing Q_OBJECT macros | tpearson | 2011-08-05 | 17 | -0/+17 |
| | | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kima@1245170 283d02a7-25f6-0310-bc7c-ecb5cbfe19da | ||||
* | Remove the tq in front of these incorrectly TQt4-converted methods/data members: | tpearson | 2011-07-09 | 4 | -21/+21 |
| | | | | | | | | | | | | tqrepaint[...] tqinvalidate[...] tqparent[...] tqmask[...] tqlayout[...] tqalignment[...] git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kima@1240522 283d02a7-25f6-0310-bc7c-ecb5cbfe19da | ||||
* | TQt4 port kima | tpearson | 2011-07-04 | 44 | -532/+534 |
| | | | | | | | This enables compilation under both Qt3 and Qt4 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kima@1239290 283d02a7-25f6-0310-bc7c-ecb5cbfe19da | ||||
* | Added old abandoned KDE3 version of Kima | tpearson | 2010-02-10 | 45 | -0/+3921 |
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kima@1088422 283d02a7-25f6-0310-bc7c-ecb5cbfe19da |