summaryrefslogtreecommitdiffstats
path: root/qtruby/rubylib
Commit message (Collapse)AuthorAgeFilesLines
* Fix FTBFS caused by removal of tqtinterfaceMichele Calgaro2024-11-023-3/+3
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Adapt to latest tqt3 versionMichele Calgaro2024-09-155-5/+5
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT definesMichele Calgaro2024-01-1351-239/+239
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Replace various strings '#define'd in tqtinterfaceMichele Calgaro2023-11-183-62/+62
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Remove unnecessary accelerators from .ui filesMichele Calgaro2022-09-201-15/+0
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Add check whether Ruby requires explicit specification of C++ standard.Slávek Banko2021-09-223-59/+4
| | | | Signed-off-by: Slávek Banko <[email protected]>
* Use tqWaring call in printf style, instead of joining TQString.Slávek Banko2021-09-051-1/+1
| | | | Signed-off-by: Slávek Banko <[email protected]>
* Fixed FTBFS with c++11 on gcc 4.8.4.Michele Calgaro2021-09-051-1/+1
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* 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 <[email protected]>
* 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 <[email protected]> Signed-off-by: Slávek Banko <[email protected]>
* Add Ruby-2.6 detection.François Andriot2019-11-181-1/+1
| | | | Signed-off-by: gregory guy <[email protected]>
* Adjusted to use new TQStringVariantMap type.Michele Calgaro2019-06-012-6/+6
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Adjusted to latest TQVariant::TQVariant(bool) function.Michele Calgaro2019-05-263-3/+3
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* QT_NO_* -> TQT_NO_* renaming.Michele Calgaro2018-10-172-7/+7
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Fixed incorrect TTQ rename (TTQ -> TQ)Michele Calgaro2018-10-141-6/+6
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* qt -> tqt conversion:Michele Calgaro2018-09-272-5/+5
| | | | | | | | | qtlib -> tqtlib libqt -> libtqt QTLIB -> TQTLIB LIBQT -> LIBTQT Signed-off-by: Michele Calgaro <[email protected]>
* LIB_QT -> LIB_TQT conversion to align to updated admin moduleMichele Calgaro2018-09-173-3/+3
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Add ruby 2.5 and 2.4 detectionSlávek Banko2018-04-291-1/+1
| | | | Signed-off-by: Slávek Banko <[email protected]>
* Fix FTBFS on Mageia 6François Andriot2017-06-272-2/+2
| | | | Signed-off-by: François Andriot <[email protected]>
* Add ruby 2.3 detectionSlávek Banko2017-05-301-22/+7
| | | | Signed-off-by: Slávek Banko <[email protected]>
* 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 <[email protected]>
* Fix uninitialized constant Qt::TQt in qtruby.rbMichel Nolard2015-12-061-3/+3
| | | | | | This resolves Bug 2442 Signed-off-by: Michel Nolard <[email protected]>
* 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
|