Michele Calgaro
8ef4ea451d
Rename environment class nt* related files to equivalent tq*
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
4 months ago
Michele Calgaro
0e787fb7f5
Rename text class nt* related files to equivalent tq*
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
4 months ago
Michele Calgaro
1e9fa8e06d
Rename graphics class nt* related files to equivalent tq* (part 2)
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
4 months ago
Michele Calgaro
a30f5359f0
Rename graphics class nt* related files to equivalent tq* (part 1)
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
4 months ago
Michele Calgaro
252a2ec8b0
Rename IO and network class nt* related files to equivalent tq*
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
5 months ago
Michele Calgaro
87d29563e3
Rename utility class nt* related files to equivalent tq*
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
5 months ago
Michele Calgaro
7552c6d730
Rename main window nt* related files to equivalent tq*. The file
...
"ntqsession.h" was totally unnecessary and has been removed.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
5 months ago
Michele Calgaro
c113da2069
Rename codec nt* related files to equivalent tq*.
...
The qrtlcodec files have been renamed into tqhebrewcodec files, for consistency with file naming used for other codecs.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
5 months ago
Michele Calgaro
a09a6bc05e
Remove documentation for QWS classes and Qt/Embedded
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
5 months ago
Michele Calgaro
7bc57326e6
Rename style nt* related files to equivalent tq*
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 months ago
Michele Calgaro
ccbc1c3572
Rename icon nt* related files to equivalent tq*
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 months ago
Michele Calgaro
0cf411b09c
Rename text nt* related files to equivalent tq*
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 months ago
Michele Calgaro
e6077c30d1
Rename str nt* related files to equivalent tq*
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 months ago
Michele Calgaro
8c029298d9
Rename image nt* related files to equivalent tq*
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 months ago
Michele Calgaro
0881ed5059
Rename ptr nt* related files to equivalent tq*
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 months ago
Michele Calgaro
8ac0e970e4
Rename ntqwidget* related files to equivalent tqwidget*
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 months ago
Michele Calgaro
5fffa30386
Rename nt* sql related files to equivalent tq*
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 months ago
Michele Calgaro
04913ce7a4
Rename ntqobject*.h and qobject*.cpp to tqobject*
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 months ago
Alexander Golubev
e1bb179fde
inputmethods/xim: fix incorrect fontset ref counting
...
- rename fontsetRefCount -> fontsetCacheRefCount
- move fontsetCacheRefCount to constructor as setHolderWidget() could be
called more than once
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
8 months ago
Alexander Golubev
1278ed0dad
Fix a small memory leak in xim plugin
...
TQXIMInputContext::setHolderWidget() function may be (and actually is)
called more than once. This results in multiple instances of the same
object being added to ximContextList. But the destructor removes only
one instance, which effectively results in leak of several bytes
whenever a window is opened.
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
8 months ago
Michele Calgaro
67bff2edca
Replace Q_WS_* defines with TQ_WS_* equivalents
...
This is the first part of the replacement process.
Usage of Q_WS_* has been replaced with the equivalent TQ_WS_*.
Definition of Q_WS_* has been mirrored into TQ_WS_* defines, to allow
TDE code to continue building till replacement is carried over to all
other modules.
Once that is completed, the original Q_WS_* defines will
be removed.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
10 months ago
Michele Calgaro
fb401a891f
Rename METHOD, SIGNAL, SLOT to TQ_METHOD, TQ_SIGNAL, TQ_SLOT
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
11 months ago
Michele Calgaro
089d5266f0
Replace Qt with TQt
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
Michele Calgaro
1ba13366a7
Replace Q_EXPORT_*/Q_EXTERN defines with TQ_EXPORT_*/TQ_EXTERN
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
Michele Calgaro
926102a455
Replace various Q_* and QT_* defines with TQ_* and TQT_*
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
Michele Calgaro
83991febd2
Remove Qt4 related stuff
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
Michele Calgaro
a75445b4c3
Drop Qt2 obsolete classes
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
2 years ago
OBATA Akio
ecbbc92b78
Remove debug config for inputmethod plugins
...
No reason to force to debug build.
Signed-off-by: OBATA Akio <obache@wizdas.com>
4 years ago
Michele Calgaro
632cbaa30a
Renamed QT_IM_* to TQT_IM_*. This relates to bug 3020.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
Michele Calgaro
69d87202cb
QT_NO_* -> TQT_NO_* renaming.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
Slávek Banko
ff63338d18
Always build with a clean namespace
...
QT_CLEAN_NAMESPACE constant is no more needed
This may theoretically affect applications created for Qt1 and Qt2,
but such applications require further modifications as well.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
6 years ago
Timothy Pearson
dfb87398c7
Automated update from Qt3
10 years ago
Slávek Banko
ed5df1398e
Fix build option used to select sqlite3 plugin
10 years ago
Slávek Banko
a44a713fec
Add sqlite3 plugin
11 years ago
Francois Andriot
13618b73e3
Fix 'format not a string literal' error
11 years ago
Timothy Pearson
c740211ffb
Automated update from Qt3
12 years ago
Timothy Pearson
f27c2533f7
Automated update from Qt3
13 years ago
Timothy Pearson
41bb408dde
Automated conversion from qt3
13 years ago
Timothy Pearson
520c05ef06
Automated update from qt3
13 years ago
Timothy Pearson
359640943b
Automated update from Qt3
13 years ago
Timothy Pearson
ea318d1431
Update to latest tqt3 automated conversion
13 years ago
Timothy Pearson
e02e31c8b9
Sync with latest script
13 years ago
Timothy Pearson
d796c9dd93
Test conversion to TQt3 from Qt3 8c6fc1f8e35fd264dd01c582ca5e7549b32ab731
13 years ago