Commit Graph

73 Commits (c269a8287baa2321302c501825c81a3c92280349)

Author SHA1 Message Date
Michele Calgaro 9c3f52d55d
Remove unnecessary accelerators from .ui files
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
2 years ago
Slávek Banko 8301a3c8e5
Add check whether Ruby requires explicit specification of C++ standard.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
3 years ago
Slávek Banko a62663c5fd
Use tqWaring call in printf style, instead of joining TQString.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
4 years ago
Michele Calgaro e607f28f7e
Fixed FTBFS with c++11 on gcc 4.8.4.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
4 years ago
François Andriot 817f960e8e Fix FTBFS on Fedora 34
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>
4 years ago
gregory guy 1aaf11f05e
fix bug #2056, tdebindings does not rely anymore on pkg-config
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>
5 years ago
François Andriot 4804302311
Add Ruby-2.6 detection.
Signed-off-by: gregory guy <gregory-tde@laposte.net>
5 years ago
Michele Calgaro 245d13f9d1
Adjusted to use new TQStringVariantMap type.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
Michele Calgaro 9055b21d6a
Adjusted to latest TQVariant::TQVariant(bool) function.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
Michele Calgaro 5dba7cef0a
QT_NO_* -> TQT_NO_* renaming.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
Michele Calgaro 78a950757d
Fixed incorrect TTQ rename (TTQ -> TQ)
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
Michele Calgaro 06fc5b2200
qt -> tqt conversion:
qtlib -> tqtlib
libqt -> libtqt
QTLIB -> TQTLIB
LIBQT -> LIBTQT

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
7 years ago
Michele Calgaro 50f8377bee
LIB_QT -> LIB_TQT conversion to align to updated admin module
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
7 years ago
Slávek Banko e586cb9494 Add ruby 2.5 and 2.4 detection
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
7 years ago
François Andriot eec5504d8c Fix FTBFS on Mageia 6
Signed-off-by: François Andriot <francois.andriot@free.fr>
8 years ago
Slávek Banko cc25bc1502 Add ruby 2.3 detection
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
8 years ago
Timothy Pearson 240957820c Fix invalid headers in PNG files and optimize for size 9 years ago
Slávek Banko 4ea148f9e2 Add ruby 2.2 detection
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
9 years ago
Michel Nolard f46bd0ca15 Fix uninitialized constant Qt::TQt in qtruby.rb
This resolves Bug 2442

Signed-off-by: Michel Nolard <michel.nolard@gmail.com>
9 years ago
Timothy Pearson f5c0bb0b27 Bring stop, lock, exit, and run icons into XDG compliance 11 years ago
Michele Calgaro 77fd95d66a Fixed FTBFS caused by ruby 2.1 (Debian/testing). 11 years ago
Slávek Banko 3771a842be Additional k => tde renaming and fixes 12 years ago
Francois Andriot 2cf2b76cae Fix ruby 2.0 detection 12 years ago
Francois Andriot dcb2a2fbc7 Fix libtool refuses to install in RUBY directory 12 years ago
Slávek Banko 3d89f5e5c4 Rename smokeqt -> smoketqt 12 years ago
Darrell Anderson fb4b5d2a55 Fix inadvertent renaming and typos. 12 years ago
Timothy Pearson 4769a4b79b Rename KIcon to enhance compatibility with KDE4 12 years ago
Timothy Pearson ae2858133e Fix prior commit 12 years ago
Timothy Pearson f902ad3545 Fix FTBFS 12 years ago
Timothy Pearson d581c9e952 Finish initial rename of kio 12 years ago
Timothy Pearson 545706afdc Rename a number of libraries and executables to avoid conflicts with KDE4 12 years ago
Timothy Pearson 2d84c9d3ad Rename a number of libraries and executables to avoid conflicts with KDE4 12 years ago
Timothy Pearson 24b85b7853 Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4 12 years ago
Timothy Pearson 8f7ac92d27 Rename KInstance and KAboutData to avoid conflicts with KDE4 12 years ago
Timothy Pearson 8a69eba2f0 Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4 12 years ago
Darrell Anderson de9980a5ac Fix build on Ruby 1.9.x without pkgconfig file. 12 years ago
Slávek Banko 115acc3994 Fix build on Ruby 1.9.x without pkgconfig file 13 years ago
Timothy Pearson 2712dc645e Fix build on Ruby 1.9.1 and 1.9.2
Thanks to Darrell Anderson for the patch!
13 years ago
Timothy Pearson a901a1232a Fix FTBFS on x86 systems 13 years ago
Timothy Pearson 10fc891a7e Fix Ruby detection when .pc file is ruby-1.9 13 years ago
Timothy Pearson 2f6e9c735f Fall back to ruby-1.9 pkgconfig file if needed 13 years ago
Timothy Pearson ef7a60860d Fix FTBS on ruby 1.9.x
Thanks to Darrell Anderson for the majority of the patch!
13 years ago
Timothy Pearson 46659f992d Set HAVE_RUBY_1_9 if ruby 1.9.x installed 13 years ago
Timothy Pearson c1faffb8ed Use cflags from ruby pc file 13 years ago
Timothy Pearson de49c74808 Detect presence of Ruby pkg-config file and adjust directory search accordingly 13 years ago
Darrell Anderson a5ebcd6973 Update for recent TQ changes. 13 years ago
Timothy Pearson 3f43f5cf87 Fix references to Q_ULLONG and friends 13 years ago
Darrell Anderson def6420498 Changed icon theme sym link from default.kde -> default.tde. 13 years ago
Darrell Anderson cc7549a40d Fix inadvertent "TQ" changes. 13 years ago
Timothy Pearson 3b7651a947 Rename additional members for tqt3 13 years ago