summaryrefslogtreecommitdiffstats
path: root/qtruby/rubylib
Commit message (Collapse)AuthorAgeFilesLines
* Use tqWaring call in printf style, instead of joining TQString.Slávek Banko2021-09-051-1/+1
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fixed FTBFS with c++11 on gcc 4.8.4.Michele Calgaro2021-09-051-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fix FTBFS on Fedora 34François Andriot2021-05-101-1/+1
| | | | | | Qt.cpp:2643:17: error: ordered comparison of pointer with integer zero ('void*' and 'int') Signed-off-by: François Andriot <francois.andriot@free.fr>
* 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>
* Adjusted to use new TQStringVariantMap type.Michele Calgaro2019-06-012-6/+6
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Adjusted to latest TQVariant::TQVariant(bool) function.Michele Calgaro2019-05-263-3/+3
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* QT_NO_* -> TQT_NO_* renaming.Michele Calgaro2018-10-172-7/+7
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fixed incorrect TTQ rename (TTQ -> TQ)Michele Calgaro2018-10-141-6/+6
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* qt -> tqt conversion:Michele Calgaro2018-09-272-5/+5
| | | | | | | | | 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-173-3/+3
| | | | 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-272-2/+2
| | | | 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-2311-0/+0
|
* Add ruby 2.2 detectionSlávek Banko2015-12-081-0/+6
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fix uninitialized constant Qt::TQt in qtruby.rbMichel Nolard2015-12-061-3/+3
| | | | | | This resolves Bug 2442 Signed-off-by: Michel Nolard <michel.nolard@gmail.com>
* Bring stop, lock, exit, and run icons into XDG complianceTimothy Pearson2014-10-121-1/+1
|
* Fixed FTBFS caused by ruby 2.1 (Debian/testing).Michele Calgaro2014-05-211-0/+6
|
* Additional k => tde renaming and fixesSlávek Banko2013-09-032-2/+2
|
* 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-233-3/+3
|
* Fix inadvertent renaming and typos.Darrell Anderson2013-05-051-2/+2
|
* Rename KIcon to enhance compatibility with KDE4Timothy Pearson2013-02-041-2/+2
|
* Fix prior commitTimothy Pearson2013-02-012-0/+0
|
* Fix FTBFSTimothy Pearson2013-02-012-0/+0
|
* Finish initial rename of kioTimothy Pearson2013-01-271-7/+7
|
* Rename a number of libraries and executables to avoid conflicts with KDE4Timothy Pearson2013-01-271-13/+13
|
* Rename a number of libraries and executables to avoid conflicts with KDE4Timothy Pearson2013-01-261-10/+10
|
* Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4Timothy Pearson2013-01-253-6/+6
|
* Rename KInstance and KAboutData to avoid conflicts with KDE4Timothy Pearson2013-01-221-1/+1
|
* Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4Timothy Pearson2013-01-191-1/+1
|
* Fix build on Ruby 1.9.x without pkgconfig file.Darrell Anderson2012-10-301-0/+1
|
* Fix build on Ruby 1.9.x without pkgconfig fileSlávek Banko2012-10-131-2/+7
|
* Fix build on Ruby 1.9.1 and 1.9.2Timothy Pearson2012-09-301-1/+24
| | | | Thanks to Darrell Anderson for the patch!
* Fix FTBFS on x86 systemsTimothy Pearson2012-09-212-0/+4
|
* Fix Ruby detection when .pc file is ruby-1.9Timothy Pearson2012-09-211-2/+4
|
* Fall back to ruby-1.9 pkgconfig file if neededTimothy Pearson2012-09-181-0/+3
|
* Fix FTBS on ruby 1.9.xTimothy Pearson2012-09-113-53/+69
| | | | Thanks to Darrell Anderson for the majority of the patch!
* Set HAVE_RUBY_1_9 if ruby 1.9.x installedTimothy Pearson2012-09-111-0/+1
|
* Use cflags from ruby pc fileTimothy Pearson2012-09-112-2/+4
|
* Detect presence of Ruby pkg-config file and adjust directory search accordinglyTimothy Pearson2012-09-111-6/+23
|
* Update for recent TQ changes.Darrell Anderson2012-06-202-9/+9
|
* Fix references to Q_ULLONG and friendsTimothy Pearson2012-06-181-8/+8
|
* Changed icon theme sym link from default.kde -> default.tde.Darrell Anderson2012-06-111-1/+1
|
* Fix inadvertent "TQ" changes.Darrell Anderson2012-04-133-5/+5
|
* Rename additional members for tqt3Timothy Pearson2012-03-071-4/+4
|
* Rename additional global TQt functionsTimothy Pearson2012-03-0113-39/+39
|
* Rename tqt3 color functionsTimothy Pearson2012-02-271-2/+2
|