summaryrefslogtreecommitdiffstats
path: root/lib/kross
Commit message (Collapse)AuthorAgeFilesLines
* Additional k => tde renaming and fixesSlávek Banko2013-09-032-2/+2
|
* Fix ruby 2.0 detectionFrancois Andriot2013-08-251-0/+6
|
* Fix broken URLs.Darrell Anderson2013-04-061-1/+1
|
* Rename additional header files to avoid conflicts with KDE4Timothy Pearson2013-02-157-9/+9
|
* Rename common header files for consistency with class renamingTimothy Pearson2013-02-145-9/+9
|
* Fix unintended renameTimothy Pearson2013-02-111-1/+1
|
* Rename KCmd to avoid conflicts with KDE4Timothy Pearson2013-02-062-3/+3
|
* Rename KIcon to enhance compatibility with KDE4Timothy Pearson2013-02-041-9/+9
|
* Rename many classes and header files to avoid conflicts with KDE4Timothy Pearson2013-02-0111-15/+15
|
* Rename a number of classes to enhance compatibility with KDE4Timothy Pearson2013-02-0114-51/+51
|
* Rename KSharedTimothy Pearson2013-01-3122-45/+45
|
* 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-274-11/+11
|
* Rename a number of libraries and executables to avoid conflicts with KDE4Timothy Pearson2013-01-262-2/+2
|
* Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4Timothy Pearson2013-01-251-2/+2
|
* Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4Timothy Pearson2013-01-245-15/+15
|
* Rename KInstance and KAboutData to avoid conflicts with KDE4Timothy Pearson2013-01-222-4/+4
|
* Rename KApplication to TDEApplication to avoid conflicts with KDE4Timothy Pearson2013-01-193-8/+8
|
* Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4Timothy Pearson2013-01-192-7/+7
|
* Fix kross Ruby 1.9.x FTBFS on armelSlávek Banko2013-01-062-1/+1
|
* Fix kross Ruby FTBFSTimothy Pearson2012-11-191-0/+3
|
* Fix Ruby 1.9.x shared library test without pkgconfig fileSlávek Banko2012-10-281-0/+4
|
* Fix build on Ruby 1.9.x without pkgconfig fileDarrell Anderson2012-10-161-2/+7
| | | | Thanks to Slavek Banko.
* Fix building with Ruby 1.9.1 or 1.9.3.Darrell Anderson2012-10-161-15/+28
|
* Add missing fileTimothy Pearson2012-09-281-0/+559
|
* Fix FTBFSTimothy Pearson2012-09-281-1/+3
|
* Attempt to make kross compile with Ruby 1.9.xTimothy Pearson2012-09-286-55/+177
|
* Rename additional members for tqt3Timothy Pearson2012-03-073-4/+4
|
* Fix FTBFSTimothy Pearson2012-02-221-1/+1
|
* Remove spurious TQ_OBJECT instancesTimothy Pearson2012-02-176-6/+6
|
* Fix inadvertent TQt string conversionsTimothy Pearson2012-01-131-1/+1
| | | | This closes Bug 782
* Fix koffice python syntax errorsTimothy Pearson2012-01-081-7/+7
| | | | This closes Bug 679
* Rename obsolete tq methods to standard namesTimothy Pearson2011-12-219-29/+29
|
* Remove additional unneeded tq method conversionsTimothy Pearson2011-12-1937-211/+211
|
* Rename old tq methods that no longer need a unique nameTimothy Pearson2011-12-186-22/+22
|
* Revert "Rename a number of old tq methods that are no longer tq specific"Timothy Pearson2011-12-1643-263/+263
| | | | This reverts commit 94844816550ad672ccfcdc25659c625546239998.
* Rename a number of old tq methods that are no longer tq specificTimothy Pearson2011-12-1543-263/+263
|
* Part 1 of 2 rename pykde to pytdeTimothy Pearson2011-12-042-2/+2
|
* Fix FTBFSTimothy Pearson2011-11-211-0/+2
|
* Additional renaming of kde to tdeTimothy Pearson2011-11-161-1/+1
|
* Rename additional instances of KDE to TDETimothy Pearson2011-11-066-10/+10
|
* Additional kde to tde renamingTimothy Pearson2011-11-062-2/+2
|
* Link most Trinity DSOs against the most common kdelibs libraries to ↵tpearson2011-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/applications/koffice@1258263 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fix remaining instances of tqStatus embedded in user visible stringstpearson2011-08-311-1/+1
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/koffice@1250385 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* rename the following methods:tpearson2011-08-1011-72/+72
| | | | | | | | tqparent parent tqmask mask git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/koffice@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* rename the following methods:tpearson2011-08-1017-53/+53
| | | | | | | | | tqfind find tqreplace replace tqcontains contains git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/koffice@1246075 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Remove the tq in front of these incorrectly TQt4-converted methods/data members:tpearson2011-07-094-24/+24
| | | | | | | | | | | | tqrepaint[...] tqinvalidate[...] tqparent[...] tqmask[...] tqlayout[...] tqalignment[...] git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/koffice@1240522 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Finish rebranding of Krita as Chalktpearson2011-06-261-1/+1
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/koffice@1238363 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* TQt4 port kofficetpearson2011-06-2582-1484/+1490
| | | | | | | This should enable compilation under both Qt3 and Qt4; fixes for any missed components will be forthcoming git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/koffice@1238284 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Added old abandoned KDE3 version of kofficetpearson2010-01-20125-0/+22915
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/koffice@1077364 283d02a7-25f6-0310-bc7c-ecb5cbfe19da