Commit Graph

283 Commits (8745f781ced6d3f7dcb75daada02eafb2b583139)

Author SHA1 Message Date
Michele Calgaro 8745f781ce
Remove tqt_mo_* defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 2ac5e74a45)
3 years ago
Michele Calgaro 70a2ba29c7
Drop TQT_BASE_OBJECT* defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 5b7f613d83)
3 years ago
Michele Calgaro c6292c1d65
Drop TQT_TQ*_CONST defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 2f9f391e45)
3 years ago
Michele Calgaro 82e10727a5
Drop TQT_TQ*_OBJECT defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 4848af3cc5)
3 years ago
Michele Calgaro 8b3a470ec5
Drop use of TQ_SP* defines.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 5b2d06213e)
3 years ago
Michele Calgaro fae2d3add1
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit abc07a72ce)
3 years ago
Slávek Banko 872c778e98 Add missing tqobjectdefs.h replacing the compat version tqobjdefs.h.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit d6c39b276a)
3 years ago
Michele Calgaro 38fefb796e
Remove _OBJECT_NAME_STRING defines. This relates to the merging of tqtinterface with tqt3.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit bfa8743d6b)
3 years ago
Michele Calgaro 79f06f1173
Fixed broken Q_FULL_TEMPLATE_INSTANTIATION define (renamed to TQ_FULL_TEMPLATE_INSTANTIATION).
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
5 years ago
Slávek Banko b5fb7ec590
Add quotes for the file name used as a parameter in tqt-replace scripts.
This resolves bug 3158.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
6 years ago
Michele Calgaro 61ee606981
Removed obsolete Qt2's TQStack, TQVector, TQList, TQListIterator classes.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
gregory guy 5cdb545740
Allow tqtinterface to build without OpenGL support.
This should close bug 2645.
Some cosmetics here and there.

Signed-off-by: gregory guy <gregory-tde@laposte.net>
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
6 years ago
Michele Calgaro 70033bc31f
Removed unnecessary files and drop dependency on admin module.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
7 years ago
Michele Calgaro c753c65cf7
Dropped unused code.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
7 years ago
OBATA Akio eee820646d Prevent to use GNU sed extension feature
It is GNU sed extension feature to use "\n" in insert string,
so it should be replaced with portable way.

This resolves bug 2986.

Signed-off-by: OBATA Akio <obache@wizdas.com>
7 years ago
Michele Calgaro 271a2d9682
Removed obsolete CHECK_PTR and replaced CHECK_PTR/Q_CHECK_PTR with TQ_CHECK_PTR.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
7 years ago
Michele Calgaro 34c1c95d96
Removed some obsolete code related to Qt1.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
8 years ago
Michele Calgaro b2cb8fdee2
Removed obsolete Qt2's TQList/TQListIterator classes and replaced
with TQt3's TQPtrList/TQPtrListIterator ones.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
8 years ago
Michele Calgaro 19da58656a
QT_NO_* -> TQT_NO_* renaming.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
8 years ago
Michele Calgaro 65ff0e19f4
qt -> tqt conversion:
QT_NO_ASCII_CAST -> TQT_NO_ASCII_CAST
QT_NO_STL -> TQT_NO_STL
QT_NO_COMPAT -> TQT_NO_COMPAT
QT_NO_TRANSLATION -> TQT_NO_TRANSLATION

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
8 years ago
Michele Calgaro 7b9c011fa0
qt -> tqt conversion:
QTDIR -> TQTDIR
QTDOC -> TQTDOC
INCDIR_QT -> INCDIR_TQT
LIBDIR_QT -> LIBDIR_TQT
QT_INC -> TQT_INC
QT_LIB -> TQT_LIB

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
8 years ago
Michele Calgaro 0d32d36e86
Remove QT_CLEAN_NAMESPACE/TQT_CLEAN_NAMESPACE unnecessary define.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
8 years ago
Michele Calgaro e4bfb3b216
LIB_QT -> LIB_TQT conversion to align to updated admin module
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
8 years ago
Slávek Banko be944e140b Fix usage uic-tqt without an '.ui' file in arguments
This resolves issues with mode 'embed'

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
10 years ago
François Andriot b79cc765ed Add missing shebang in bash script 12 years ago
Timothy Pearson aec3bceff5 Fix prior commit 12 years ago
Timothy Pearson 57da77e7b0 Add missing TQToolBarExtensionWidget widget name string to interface
This relates to Bug 1693
12 years ago
Slávek Banko b67c2e559a Do not build tqassistantclient for native tqt build
Embed static qassistantclient library for qt3 build
12 years ago
Michele Calgaro ea871eed7b Fix FTBFS due to qassistantclient rename
This resolves Bug 1757
12 years ago
Darrell Anderson 8d785c6d7b Add end-of-file newlines. 12 years ago
Darrell Anderson 641370e47b Add end-of-file newlines. 12 years ago
Slávek Banko ffc3a34f0a Fix unintended renaming 13 years ago
Timothy Pearson 2e2a1ef93e Update minor TQt3 tool names to match current TQt3 sources in GIT 13 years ago
Slávek Banko 6d1eb15e0f Fix unintended rename of gtk* 13 years ago
Timothy Pearson 7ab4db84fd Fix prior commit 13 years ago
Timothy Pearson f4a249b832 Rename common header files for consistency with class renaming 13 years ago
Timothy Pearson e895489cdb Add TQSTATUSBAR_OBJECT_NAME_STRING 14 years ago
Timothy Pearson bb008f3775 Add TQDOCKWINDOWRESIZEHANDLE_OBJECT_NAME_STRING 14 years ago
Darrell Anderson 1730af227a Add TQMetaEnum to tqt.h. 14 years ago
Darrell Anderson 98c8bffc39 Add TQ_ENUMS to tqt.h.
This resolves bug report 1298.
Thanks to Fat-Zer.
14 years ago
Timothy Pearson 388cb22e27 Add TQTIPLABEL_OBJECT_NAME_STRING 14 years ago
Timothy Pearson 224fb75b05 Add TQTOOLTIP_OBJECT_NAME_STRING 14 years ago
Timothy Pearson f8d69a23bf Update for latest tqt3 commit 14 years ago
Timothy Pearson ecbb9fba82 Fix FTBFS in tdebase
This partially resolves bug 1050
14 years ago
Timothy Pearson a1b781fc68 Add new style API defines 14 years ago
Timothy Pearson 184e1e9f16 Add TQT_POINTER_SIZE 14 years ago
Timothy Pearson b4aaf99085 Add TQAPPLICATION_OBJECT_NAME_STRING 14 years ago
Timothy Pearson 4c0b4c7416 Fix tdebase FTBFS on Qt3
This resolves Bug 1050
14 years ago
Timothy Pearson 246b93316f Use tqt3 binaries if available 14 years ago
Timothy Pearson 7a453a2786 Use native tqt3 variable size defines 14 years ago