Michele Calgaro
8f4fde8c14
Don't explicetly include tqt.h anymore
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
3 weeks ago
Michele Calgaro
e9976e36f6
Use tquic directly instead of uic
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 month ago
Michele Calgaro
e45962e5cb
Use tqmoc directly instead of tmoc
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 month ago
François Andriot
9e0d473a4d
Fix FTBFS with Python 3.13.
...
This solves issue #33 .
Signed-off-by: François Andriot <albator78@libertysurf.fr>
2 months ago
Michele Calgaro
272990b269
Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
4 months ago
Slávek Banko
316450ad53
am_edit: Cover all wizard include variants and class name in one regexp.
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
5 months ago
Michele Calgaro
b770a18e00
Rename kdemacros.h to tdemacros.h
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
5 months ago
Michele Calgaro
34c35e11fb
Use proper TQt headers
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 months ago
Michele Calgaro
7fc9aedfb8
Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
7 months ago
Michele Calgaro
59a8bf7c09
Replace Q_WS_* defines with TQ_WS_* equivalents
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
9 months ago
Michele Calgaro
3c012e46bd
tqt-replace and uic-tqt are no longer required
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
10 months ago
Ing. Daniel Rozsnyó
bcdaa92c5e
Fix wrong nesting in KDE_CHECK_TQT_JPEG function
...
Signed-off-by: Ing. Daniel Rozsnyó <daniel@rozsnyo.com>
11 months ago
Slávek Banko
3bdc9fd55f
Improve TQt detection. Use CFLAGS from pkg-config
...
instead of hard-coded include paths.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
1 year ago
Michele Calgaro
fb9f93be9a
Fix detection of TQt3 following bug introduced in previous commit
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
Michele Calgaro
4cee536196
Drop TQT_VERSION_ONLY
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
Ray-V
80a742849d
Fix visibility support check
...
Signed-off-by: Ray-V <ray-v@inbox.lv>
1 year ago
Michele Calgaro
9eb3dfbe43
Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
Michele Calgaro
d0f78209de
Drop USE_QT4 code
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
Michele Calgaro
bf85388347
Add support for moc-ing TQ_OBJECT classes
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
Slávek Banko
9fdc22134b
Detect and use abiflags during Python 3 detection
...
because these are used as part of the library name.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
2 years ago
Michele Calgaro
7e4fd6fc51
Update version detection for python 3.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
2 years ago
Slávek Banko
a7f75ac0ff
Set C++11 as the required minimum standard.
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
3 years ago
Slávek Banko
b9fb6ca397
Add TDE_CXX_COMPILE_STDCXX macro to check and enforce C++ standard.
...
The macro is a simplified form of AX_CXX_COMPILE_STDCXX from autoconf.
To verify the C++ standard supported by the compiler, only the value
of the __cplusplus constant defined by the compiler is checked,
instead of testing examples of using individual C++ features.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
3 years ago
Slávek Banko
133b3127ab
Drop -ansi from CXXFLAGS because it is actually a synonym for enforcing -std=c++98.
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
3 years ago
Slávek Banko
f656574fa0
Add includes to the UI file generated for testing TDE UIC plugins.
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
3 years ago
gregory guy
8c7e0d40de
Make /opt/trinity the default PATH for search and install.
...
Signed-off-by: gregory guy <gregory-tde@laposte.net>
4 years ago
gregory guy
f60afc3d42
Fix for (t)qmake.
...
Signed-off-by: gregory guy <gregory-tde@laposte.net>
4 years ago
gregory guy
86158a269e
Just to reestablish the truth....
...
Signed-off-by: gregory guy <gregory-tde@laposte.net>
4 years ago
gregory guy
245cf67eba
Fix for the env variable TQTDOCDIR.
...
Signed-off-by: gregory guy <gregory-tde@laposte.net>
4 years ago
Slávek Banko
c23f9f6934
Add support for autoconf + autoheader 2.7x.
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
4 years ago
Slávek Banko
269bccc905
doxygen: Determine the module name from the information in .tdescminfo
...
instead of by directory name.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
4 years ago
Michele Calgaro
65b6c5ac6f
Removed additional code formatting modelines.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
4 years ago
Michele Calgaro
80eb8bffc7
Removed additional code formatting modelines.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
4 years ago
Michele Calgaro
714211691f
Removed code formatting modelines.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
4 years ago
aneejit1
ae96f3ea48
Allow TQt3 includes to exist somewhere other than /usr/include/tqt
...
The test for TQt3 fails when it's not installed in /usr due to CXXFLAGS being hardcoded to /usr/include/tqt. Amended to append to CXXFLAGS.
Signed-off-by: aneejit1 <aneejit1@gmail.com>
4 years ago
Slávek Banko
3e80abcba5
Use dcopildng as the default instead of dcopidl.
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
5 years ago
Slávek Banko
68f23556e6
Drop definition of deprecated substitution type ksize_t.
...
This avoids FTBFS on FreeBSD 12.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
6 years ago
OBATA Akio
2ba4c0d451
Remove unwanted -i option for perl.
...
This resolves bug 2984.
Signed-off-by: OBATA Akio <obache@wizdas.com>
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
6 years ago
Michele Calgaro
83f68e199a
Replaced _BSD_SOURCE, _SVID_SOURCE, _GNU_SOURCE with _DEFAULT_SOURCE.
...
Removed _XOPEN_SOURCE.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
Michele Calgaro
7fdd2988ca
Remove QT_CLEAN_NAMESPACE/TQT_CLEAN_NAMESPACE unnecessary define.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
Michele Calgaro
7b38d20e88
Fixed following issues:
...
- bug in original admin module with wrong "fi" position (by Slávek
Banko)
- default settings for path check
- test for tqt3 detection
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
6 years ago
Michele Calgaro
b3fb34c0ef
Reversed some incorrect TQt renaming related to qhelpgenerator.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
Michele Calgaro
2f26dfb5d7
Fixed incorrect rename of QT_AUTOBRIEF.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
Michele Calgaro
e9de3f5ab0
Fixed mistakes in previous commit related to test for tqt-mt.
...
Thanks to Slávek Banko for review the proposed code :-)
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
Michele Calgaro
7ed4760de4
Conversion qt -> tqt
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
Michele Calgaro
75306d2d1f
Removed unnecessary executable flag from Doxyfile.global.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
Slávek Banko
e0f1af443c
Add cppunit detection using pkg-config
...
Obsolete cppunit-config was removed in cppunit 1.14.0
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
7 years ago
Slávek Banko
065b9015b2
Add support for all versions of automake 1.x >= 1.6.1
...
Thanks to Ray Vine for the original patch
This resolves bug 2891
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
7 years ago
Slávek Banko
0e86934fc8
Add check if Java is >= 8
...
With Java >= 8 instead of javah, it is preferred to use javac
with option -h. In later Java versions, javah is removed.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
7 years ago
Slávek Banko
04c35f89e0
Do not force C dialect for automake builds
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
8 years ago