summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Rename kdewidgets => tdewidgetsSlávek Banko2013-12-231-1/+1
|
* Additional k => tde renaming and fixesSlávek Banko2013-09-0312-15/+15
|
* Fix ruby 2.0 detectionFrancois Andriot2013-08-251-0/+6
|
* Fix FTBFS on Fedora 19Francois Andriot2013-08-181-1/+1
|
* Rename KStyle to TDEStyle to avoid conflicts with KDE4.Darrell Anderson2013-08-181-4/+4
|
* Fix incorrect characters.Darrell Anderson2013-05-234-9/+9
|
* Cleanup output clutter.Darrell Anderson2013-05-061-1/+1
|
* Rename kderc -> tderc in support of bug report 1447.Darrell Anderson2013-04-182-2/+2
|
* Fix broken URLs.Darrell Anderson2013-04-061-1/+1
|
* Fix FTBFSTimothy Pearson2013-02-231-3/+3
|
* Rename KABC namespaceTimothy Pearson2013-02-202-8/+8
|
* Rename additional header files to avoid conflicts with KDE4Timothy Pearson2013-02-15142-215/+215
|
* Rename common header files for consistency with class renamingTimothy Pearson2013-02-1446-60/+60
|
* Fix unintended renameTimothy Pearson2013-02-111-1/+1
|
* Rename KComp to avoid conflicts with KDE4Timothy Pearson2013-02-073-6/+6
|
* Rename KCmd to avoid conflicts with KDE4Timothy Pearson2013-02-066-10/+10
|
* Rename KIcon to enhance compatibility with KDE4Timothy Pearson2013-02-0413-47/+47
|
* Rename KStyle to TDEStyle to avoid conflicts with KDE4Timothy Pearson2013-02-031-3/+3
|
* Rename kdisplay for enhanced compatibility with KDE4Timothy Pearson2013-02-021-2/+2
|
* Rename many classes and header files to avoid conflicts with KDE4Timothy Pearson2013-02-0175-109/+109
|
* Fix FTBFSTimothy Pearson2013-02-014-0/+0
|
* Rename a number of classes to enhance compatibility with KDE4Timothy Pearson2013-02-01102-766/+766
|
* Rename KLock and KTrader to avoid conflicts with KDE4Timothy Pearson2013-02-013-7/+7
|
* Rename KLocale to enhance compatibility with KDE4Timothy Pearson2013-02-014-6/+6
|
* Rename KStandard for enhanced compatibility with KDE4Timothy Pearson2013-01-315-6/+6
|
* Rename KSharedTimothy Pearson2013-01-3126-51/+51
|
* Rename a few build variables for overall consistencyTimothy Pearson2013-01-291-1/+1
|
* Update for kioslave renameTimothy Pearson2013-01-271-2/+2
|
* Rename a number of libraries and executables to avoid conflicts with KDE4Timothy Pearson2013-01-2739-60/+60
|
* Rename a number of libraries and executables to avoid conflicts with KDE4Timothy Pearson2013-01-2633-53/+53
|
* Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4Timothy Pearson2013-01-2537-120/+120
|
* Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4Timothy Pearson2013-01-2448-132/+132
|
* Rename KInstance and KAboutData to avoid conflicts with KDE4Timothy Pearson2013-01-2234-81/+81
|
* Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4Timothy Pearson2013-01-211-3/+3
|
* Rename KApplication to TDEApplication to avoid conflicts with KDE4Timothy Pearson2013-01-1916-26/+26
|
* Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4Timothy Pearson2013-01-199-20/+20
|
* 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 references to user profile directory.Darrell Anderson2012-11-041-2/+2
|
* Fix Ruby 1.9.x shared library test without pkgconfig fileSlávek Banko2012-10-281-0/+4
|
* Fix inadvertent tq changes.Darrell Anderson2012-10-214-16/+16
|
* Fix inadvertent tqt changes.Darrell Anderson2012-10-212-3/+3
|
* Fix inadvertent tqt changes.Darrell Anderson2012-10-212-2/+2
|
* 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
|
* Fix QString -> TQString.Darrell Anderson2012-09-161-1/+1
|
* Update autotools for new DSO linkage styleSlávek Banko2012-08-124-5/+5
| | | | Thanks to Francois Andriot for the patch