Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename KComp to avoid conflicts with KDE4 | Timothy Pearson | 2013-02-07 | 4 | -8/+8 |
| | |||||
* | Rename KCmd to avoid conflicts with KDE4 | Timothy Pearson | 2013-02-06 | 1 | -2/+2 |
| | |||||
* | Rename KIcon to enhance compatibility with KDE4 | Timothy Pearson | 2013-02-04 | 3 | -3/+3 |
| | |||||
* | Fix unintended renaming | Timothy Pearson | 2013-02-02 | 3 | -3/+3 |
| | |||||
* | Rename many classes and header files to avoid conflicts with KDE4 | Timothy Pearson | 2013-02-01 | 19 | -27/+27 |
| | |||||
* | Rename a number of classes to enhance compatibility with KDE4 | Timothy Pearson | 2013-02-01 | 18 | -158/+158 |
| | |||||
* | Rename KLock and KTrader to avoid conflicts with KDE4 | Timothy Pearson | 2013-02-01 | 2 | -3/+3 |
| | |||||
* | Rename KShared | Timothy Pearson | 2013-01-31 | 1 | -2/+2 |
| | |||||
* | Fix a few remaining references to kio_ | Timothy Pearson | 2013-01-30 | 1 | -1/+1 |
| | |||||
* | Rename a few build variables for overall consistency | Timothy Pearson | 2013-01-29 | 1 | -1/+1 |
| | |||||
* | Rename a number of libraries and executables to avoid conflicts with KDE4 | Timothy Pearson | 2013-01-27 | 13 | -37/+37 |
| | |||||
* | Rename a number of libraries and executables to avoid conflicts with KDE4 | Timothy Pearson | 2013-01-26 | 17 | -52/+52 |
| | |||||
* | Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4 | Timothy Pearson | 2013-01-25 | 19 | -96/+96 |
| | |||||
* | Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4 | Timothy Pearson | 2013-01-24 | 15 | -53/+53 |
| | |||||
* | Rename KInstance and KAboutData to avoid conflicts with KDE4 | Timothy Pearson | 2013-01-22 | 2 | -4/+4 |
| | |||||
* | Rename KApplication to TDEApplication to avoid conflicts with KDE4 | Timothy Pearson | 2013-01-20 | 3 | -10/+10 |
| | |||||
* | Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4 | Timothy Pearson | 2013-01-19 | 1 | -4/+4 |
| | |||||
* | Branding cleanup: KDE -> TDE | Darrell Anderson | 2012-05-26 | 1 | -1/+1 |
| | |||||
* | Add document position variable to text editor part | Timothy Pearson | 2012-05-23 | 2 | -0/+11 |
| | | | | WARNING this breaks the kate/kwrite ABI! | ||||
* | Fix typos. | Darrell Anderson | 2012-04-05 | 4 | -4/+4 |
| | |||||
* | Rename straggling environment variables KDE->TDE. | Darrell Anderson | 2012-03-07 | 1 | -1/+1 |
| | |||||
* | Rename additional global TQt functions | Timothy Pearson | 2012-03-01 | 1 | -1/+1 |
| | |||||
* | Rename obsolete tq methods to standard names | Timothy Pearson | 2011-12-21 | 14 | -73/+73 |
| | |||||
* | Remove additional unneeded tq method conversions | Timothy Pearson | 2011-12-19 | 20 | -134/+134 |
| | |||||
* | Rename old tq methods that no longer need a unique name | Timothy Pearson | 2011-12-18 | 13 | -29/+29 |
| | |||||
* | Revert "Rename a number of old tq methods that are no longer tq specific" | Timothy Pearson | 2011-12-16 | 28 | -252/+252 |
| | | | | This reverts commit 13281e2856a2ef43bbab78c5528470309c23aa77. | ||||
* | Rename a number of old tq methods that are no longer tq specific | Timothy Pearson | 2011-12-15 | 28 | -252/+252 |
| | |||||
* | Rename KDEHOME and KDEDIR | Timothy Pearson | 2011-12-07 | 1 | -1/+1 |
| | |||||
* | Rename tqsetSizePolicy to fix bindings | Timothy Pearson | 2011-12-06 | 1 | -1/+1 |
| | |||||
* | Rename tqsetAlignment to fix bindings | Timothy Pearson | 2011-12-06 | 2 | -9/+9 |
| | |||||
* | Use non-tq sizeHint functions to fix bindings | Timothy Pearson | 2011-12-05 | 3 | -7/+7 |
| | |||||
* | Additional renaming of kde to tde | Timothy Pearson | 2011-11-16 | 7 | -7/+7 |
| | |||||
* | Rename kwin to twin (part 1 of 2) | Timothy Pearson | 2011-11-07 | 1 | -1/+1 |
| | |||||
* | Rename additional instances of KDE to TDE | Timothy Pearson | 2011-11-06 | 1 | -1/+1 |
| | |||||
* | Additional kde to tde renaming | Timothy Pearson | 2011-11-06 | 4 | -9/+9 |
| | |||||
* | rename the following methods: | tpearson | 2011-08-10 | 18 | -107/+107 |
| | | | | | | | | | tqfind find tqreplace replace tqcontains contains git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1246075 283d02a7-25f6-0310-bc7c-ecb5cbfe19da | ||||
* | Remove the tq in front of these incorrectly TQt4-converted methods/data members: | tpearson | 2011-07-09 | 11 | -27/+27 |
| | | | | | | | | | | | | tqrepaint[...] tqinvalidate[...] tqparent[...] tqmask[...] tqlayout[...] tqalignment[...] git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1240522 283d02a7-25f6-0310-bc7c-ecb5cbfe19da | ||||
* | Rename incorrect instances of tqrepaint[...] to repaint[...] | tpearson | 2011-07-07 | 6 | -13/+13 |
| | | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1240369 283d02a7-25f6-0310-bc7c-ecb5cbfe19da | ||||
* | Allow kdelibs to function correctly with TQt for Qt4 | tpearson | 2011-02-15 | 16 | -115/+115 |
| | | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1220926 283d02a7-25f6-0310-bc7c-ecb5cbfe19da | ||||
* | Aviod conflicts with Qt4 namespace members | tpearson | 2011-01-27 | 2 | -23/+23 |
| | | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1217530 283d02a7-25f6-0310-bc7c-ecb5cbfe19da | ||||
* | Additional TQt for Qt4 compilation fixes | tpearson | 2011-01-19 | 2 | -6/+6 |
| | | | | | | | This should not affect TQt for Qt3 per usual git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1215674 283d02a7-25f6-0310-bc7c-ecb5cbfe19da | ||||
* | Finished remaining porting to new TQt API | tpearson | 2011-01-16 | 24 | -242/+243 |
| | | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1214736 283d02a7-25f6-0310-bc7c-ecb5cbfe19da | ||||
* | Initial conversion for TQt for Qt4 3.4.0 TP2 | tpearson | 2011-01-13 | 41 | -231/+231 |
| | | | | | | | | This will also compile with TQt for Qt3, and should not cause any problems with dependent modules such as kdebase. If it does then it needs to be fixed! git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1214149 283d02a7-25f6-0310-bc7c-ecb5cbfe19da | ||||
* | [kdelibs] move "-include tqt.h" directive to CMAKE_CXX_FLAGS; move ↵ | samelian | 2011-01-11 | 1 | -4/+0 |
| | | | | | | TQT_CFLAGS_OTHER definitions to main CMakeLists.txt; remove useless defintions git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1213800 283d02a7-25f6-0310-bc7c-ecb5cbfe19da | ||||
* | Revert automated changes | tpearson | 2011-01-07 | 63 | -809/+809 |
| | | | | | | | | Sorry guys, they are just not ready for prime time Work will continue as always git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1212479 283d02a7-25f6-0310-bc7c-ecb5cbfe19da | ||||
* | Automated conversion for enhanced compatibility with TQt for Qt4 3.4.0 TP1 | tpearson | 2011-01-03 | 63 | -809/+809 |
| | | | | | | | NOTE: This will not compile with Qt4 (yet), however it does compile with Qt3 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1211081 283d02a7-25f6-0310-bc7c-ecb5cbfe19da | ||||
* | [kdelibs] added initial cmake support | samelian | 2010-10-05 | 1 | -0/+81 |
| | | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1182854 283d02a7-25f6-0310-bc7c-ecb5cbfe19da | ||||
* | * Large set of SuSE patches to fix bugs and add functionality | tpearson | 2010-09-02 | 1 | -3/+3 |
| | | | | | | | * kdemm is included but not used by knotify as it does not work out of the box git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1171141 283d02a7-25f6-0310-bc7c-ecb5cbfe19da | ||||
* | TQt conversion fixes | tpearson | 2010-08-02 | 14 | -37/+37 |
| | | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1158447 283d02a7-25f6-0310-bc7c-ecb5cbfe19da | ||||
* | Trinity Qt initial conversion | tpearson | 2010-07-31 | 68 | -3566/+3566 |
| | | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1157647 283d02a7-25f6-0310-bc7c-ecb5cbfe19da |