Commit Graph

45 Commits (3c23eba2e71e6aebeb7ff5091fc69d050170e1d1)
 

Author SHA1 Message Date
Michele Calgaro 3c23eba2e7
Drop Borland compiler specific code
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
4 months ago
Michele Calgaro 0d277a91f6
Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
7 months ago
Michele Calgaro 96e5905e91
Use centralized cmake version
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
11 months ago
Michele Calgaro ad963f6e62
Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
Michele Calgaro e867c97d48
Replace Qt with TQt
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
Slávek Banko a4653b6b29
Raise the minimum required version of CMake to 3.5.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
1 year ago
Michele Calgaro ee04a7e23d
Fix SEGV at runtime caused by invalid platform detection at build time
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
2 years ago
Michele Calgaro 57e74b846a
Use TDE cmake macro to set version
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
3 years ago
Michele Calgaro f6f7842341
Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
3 years ago
Slávek Banko 4feebc179a
Raise the minimum required version of CMake to 3.1.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
3 years ago
Slávek Banko 347f0b2870
Rename Qt => TQt.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
3 years ago
Slávek Banko 5da5cb1c82
cmake: Install the library to the default system location.
Parts omitted in commit 1382F3DDB7D28B59432C8C32455734BADA2B6016.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
3 years ago
Slávek Banko 591c8f8d77
Added controlled conversions to char* instead of automatic ascii conversions.
The definition of -UTQT_NO_ASCII_CAST is no longer needed.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
3 years ago
Slávek Banko 0c5e20bde1
cmake: Setting the WITH_GCC_VISIBILITY option has no effect.
Hidden visibility has always been activated depending on the
version of the compiler, regardless of WITH_GCC_VISIBILITY value.
The config.h file generated during configuration was not used at all.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
3 years ago
Slávek Banko d23cdd1e2c
cmake: Do not install private headers.
The headers installed in the private directory seem to be unnecessary
when building other applications or libraries that use TQScintilla
library. Therefore, there is no obvious reason to be installed.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
3 years ago
Slávek Banko 67bba7e12f
cmake: Set the path for installing API documentation.
The documentation contained here is not the usual manual,
so it does not belong to the TDE user documentation.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
3 years ago
Slávek Banko 6166f8cdff
Fix library version in pkg-config file.
The version of the library file as such does not reflect the official version
of the library, but version and compatibility of API / ABI library interface.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
3 years ago
Slávek Banko 1382f3ddb7
cmake: Install the library to the default system location.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
3 years ago
gregory guy a69b55c674
Conversion to the cmake building system.
Signed-off-by: gregory guy <gregory-tde@laposte.net>
3 years ago
Michele Calgaro 0896465ce7
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>
6 years ago
Michele Calgaro d367e9f82a
QT_THREAD_SUPPORT -> TQT_THREAD_SUPPORT conversion to align to updated admin module
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
7 years ago
Michele Calgaro d91daa124f
Removed unnecessary executable flag. This relates to bug 2153.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
7 years ago
Timothy Pearson e0bd98048e Fix invalid headers in PNG files and optimize for size 9 years ago
Slávek Banko 18151081a9 Fix incorrectly renamed strings 10 years ago
Timothy Pearson d87b3ce512 Bring filenew, fileopen, fileprint, filequickprint, filesave, filesaveas, fileclose, editclear, editcopy, editcut, editdelete, editpaste, folder_new, and gohome icons into XDG compliance 10 years ago
Darrell Anderson a3562a945c Fix inadvertent tqt changes. 13 years ago
Darrell Anderson 4285f9d60c Fix corrupt image. 13 years ago
Darrell Anderson fd8d92656e Fix inadvertent "TQ" changes. 13 years ago
Darrell Anderson 29c4424ab9 Fix typos. 13 years ago
Timothy Pearson 4b1175e198 Rename additional global TQt functions 13 years ago
Timothy Pearson 3997cae199 Enable tqt3 compilation by converting Q_OBJECT TQ_OBJECT
This breaks qt3 compilation due to qmake problems
13 years ago
Timothy Pearson 3bb71d188c Remove spurious TQ_OBJECT instances 13 years ago
Timothy Pearson bbc80561c4 Fix symbol visibility on gcc 13 years ago
Timothy Pearson af02f76733 Fix FTBFS 13 years ago
Timothy Pearson 32e60eb3ba Fix linear alphabet string errors 13 years ago
Timothy Pearson 5fbeeb1ce8 Rename a few stragglers 13 years ago
Timothy Pearson b3566a6c67 Rename obsolete tq methods to standard names 13 years ago
Timothy Pearson 1aef904f94 Remove additional unneeded tq method conversions 13 years ago
Timothy Pearson c03d5480ab Rename old tq methods that no longer need a unique name 13 years ago
Timothy Pearson 6ade7e598a Revert "Rename a number of old tq methods that are no longer tq specific"
This reverts commit 5e3fc3a36b.
13 years ago
Timothy Pearson 5e3fc3a36b Rename a number of old tq methods that are no longer tq specific 13 years ago
Timothy Pearson 2ca85d3360 Fix FTBFS 13 years ago
Timothy Pearson 5b3b788b37 Fix accidental qextscintilla conversion 13 years ago
Timothy Pearson 03bc485016 Initial automated TQt conversion 13 years ago
Timothy Pearson 664e37abfe Initial import of qscintilla from 2007 13 years ago