summaryrefslogtreecommitdiffstats
path: root/korundum
Commit message (Collapse)AuthorAgeFilesLines
* Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT definesMichele Calgaro2024-01-1330-277/+277
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Drop compatibility code for TQButtonMichele Calgaro2023-07-161-12/+11
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Added conditions for installing man pages according to parts that are builded.Slávek Banko2022-07-181-0/+3
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Add check whether Ruby requires explicit specification of C++ standard.Slávek Banko2021-09-223-2/+37
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Removed additional code formatting modelines.Michele Calgaro2020-09-251-1/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* fix bug #2056, tdebindings does not rely anymore on pkg-configgregory guy2019-11-241-55/+29
| | | | | | | to build Ruby binding, only rbconfig.rb is needed. Signed-off-by: gregory guy <gregory-tde@laposte.net> Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Add Ruby-2.6 detection.François Andriot2019-11-181-1/+1
| | | | Signed-off-by: gregory guy <gregory-tde@laposte.net>
* qt -> tqt conversion:Michele Calgaro2018-09-273-3/+3
| | | | | | | | | qtlib -> tqtlib libqt -> libtqt QTLIB -> TQTLIB LIBQT -> LIBTQT Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* LIB_QT -> LIB_TQT conversion to align to updated admin moduleMichele Calgaro2018-09-171-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Add ruby 2.5 and 2.4 detectionSlávek Banko2018-04-291-1/+1
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fix FTBFS on Mageia 6François Andriot2017-06-271-1/+1
| | | | Signed-off-by: François Andriot <francois.andriot@free.fr>
* Add ruby 2.3 detectionSlávek Banko2017-05-301-22/+7
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fix invalid headers in PNG files and optimize for sizeTimothy Pearson2016-07-231-0/+0
|
* Add ruby 2.2 detectionSlávek Banko2015-12-081-0/+12
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Bring undo, redo, find, and revert icons into XDG complianceTimothy Pearson2014-10-131-2/+2
|
* Bring up, down, top, and bottom icons into XDG complianceTimothy Pearson2014-10-131-3/+3
|
* Bring stop, lock, exit, and run icons into XDG complianceTimothy Pearson2014-10-125-5/+5
|
* Bring previous and next icons into XDG complianceTimothy Pearson2014-10-111-2/+2
|
* Fixed FTBFS and detection of tdenewstuff.Michele Calgaro2014-10-011-1/+1
|
* Rename many classes to avoid conflicts with KDEDarrell Anderson2014-01-088-168/+168
|
* Additional k => tde renaming and fixesSlávek Banko2013-09-032-3/+3
|
* Fix ruby 2.0 detectionFrancois Andriot2013-08-251-0/+6
|
* Fix libtool refuses to install in RUBY directoryFrancois Andriot2013-08-251-0/+7
|
* Rename smokeqt -> smoketqtSlávek Banko2013-07-231-1/+1
|
* Rename smokekde -> smoketdeSlávek Banko2013-07-223-4/+4
|
* Fix inadvertent renaming and typos.Darrell Anderson2013-05-053-3/+3
|
* Rename additional header files to avoid conflicts with KDE4Timothy Pearson2013-02-151-2/+2
|
* Rename common header files for consistency with class renamingTimothy Pearson2013-02-144-7/+7
|
* Rename KComp to avoid conflicts with KDE4Timothy Pearson2013-02-071-1/+1
|
* Rename KAbout to avoid conflicts with KDE4Timothy Pearson2013-02-072-6/+6
|
* Rename KCmd to avoid conflicts with KDE4Timothy Pearson2013-02-062-6/+6
|
* Rename KIcon to enhance compatibility with KDE4Timothy Pearson2013-02-041-1/+1
|
* Rename many classes and header files to avoid conflicts with KDE4Timothy Pearson2013-02-013-6/+6
|
* Rename a number of classes to enhance compatibility with KDE4Timothy Pearson2013-02-0113-47/+47
|
* Rename KLock and KTrader to avoid conflicts with KDE4Timothy Pearson2013-02-013-6/+6
|
* Rename KSharedTimothy Pearson2013-01-314-7/+7
|
* Rename kiobuffer and KHTMLTimothy Pearson2013-01-272-6/+6
|
* Finish initial rename of kioTimothy Pearson2013-01-271-2/+2
|
* Rename a number of libraries and executables to avoid conflicts with KDE4Timothy Pearson2013-01-2734-79/+79
|
* Rename a number of libraries and executables to avoid conflicts with KDE4Timothy Pearson2013-01-267-24/+24
|
* Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4Timothy Pearson2013-01-2510-34/+34
|
* Rename KInstance and KAboutData to avoid conflicts with KDE4Timothy Pearson2013-01-223-5/+5
|
* Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4Timothy Pearson2013-01-211-1/+1
|
* Rename KApplication to TDEApplication to avoid conflicts with KDE4Timothy Pearson2013-01-205-5/+5
|
* Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4Timothy Pearson2013-01-191-3/+3
|
* Silence GNU make warnings.Darrell Anderson2012-12-031-1/+1
|
* Fix build on Ruby 1.9.x without pkgconfig file.Darrell Anderson2012-10-301-3/+10
|
* Fix build on Ruby 1.9.1 and 1.9.2Timothy Pearson2012-09-301-9/+37
| | | | Thanks to Darrell Anderson for the patch!
* Fix FTBFS on x86 systemsTimothy Pearson2012-09-213-0/+6
|
* Fix Ruby detection when .pc file is ruby-1.9Timothy Pearson2012-09-211-2/+4
|