Commit Graph

62 Commits (r14.1.3)

Author SHA1 Message Date
Alexander Golubev 7b575b58e5
avoid translating the /qt/XIMInputStyle options when saving into config
Also use "On The Spot" as the default when the setting in the config is
incorrect.

Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
(cherry picked from commit 34587584ab)
12 months ago
Michele Calgaro 473cd1e8a5 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>
(cherry picked from commit 67bff2edca)
1 year ago
Michele Calgaro ecca365daf
Rename METHOD, SIGNAL, SLOT to TQ_METHOD, TQ_SIGNAL, TQ_SLOT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit fb401a891f)
1 year ago
Michele Calgaro a059b24f5a
tqdesigner: prevent SEGV from invalid pointer. This resolves issue #97.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Signed-off-by: ormorph <roma251078@mail.ru>
(cherry picked from commit 6e5c7efaca)
1 year ago
Michele Calgaro d73937a9f7 Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit b35e0845dc)
1 year ago
Michele Calgaro eb42871e99
Replace Q_EXPORT_*/Q_EXTERN defines with TQ_EXPORT_*/TQ_EXTERN
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 1ba13366a7)
1 year ago
Michele Calgaro 440483234f
Replace various Q_* and QT_* defines with TQ_* and TQT_*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 926102a455)
1 year ago
Michele Calgaro 044c03f28e
Remove unnecessary accelerators from .ui files
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
2 years ago
Michele Calgaro cde9d7e942
Removed QT_NON_COMMERCIAL check and related code.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
3 years ago
Michele Calgaro 09659a5623
TQt Designer: use global includes instead of includehints and
remove duplicated include directives if found in UI files.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
3 years ago
Michele Calgaro fef67fdc51
Replaced 'includehints' with 'includes' in *.ui files.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
3 years ago
Michele Calgaro 0f480dc43f
Fixed broken Q_FULL_TEMPLATE_INSTANTIATION define (renamed to TQ_FULL_TEMPLATE_INSTANTIATION).
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
4 years ago
Slávek Banko 2a00c1661b
Undo an unwanted deletion of the 'register' in the string.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
4 years ago
Slávek Banko 66e96fca34
Update translations binary files
because they are not generated during build.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
4 years ago
Slávek Banko 9d5d503f74
Remove dates from generated files.
This is related to the effort for reproducible builds.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
5 years ago
Michele Calgaro 99e56ba8db
Removed explicit usage of the 'register' keyword.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
5 years ago
Chris 5826489a6e Translated using Weblate (German)
Currently translated at 100.0% (198 of 198 strings)

Translation: dependencies/tqt3 - tools-assistant
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt3-tools-assistant/de/
5 years ago
François Andriot 4052defa1b
Remove double German entry for desktop files.
Signed-off-by: gregory guy <gregory-tde@laposte.net>
5 years ago
P 9 3149d89c97 Translated using Weblate (German)
Currently translated at 0.2% (2 of 1178 strings)

Translation: dependencies/tqt3 - tools-designer
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt3-tools-designer/de/
6 years ago
gregory guy 6131b4262e
This fixes bug: 639
Add desktop files for:
- tqassistant
- tqdesigner
- tqlinguist
- tqtconfig

These files have been made with the contribution of Laurent Dard's
patch (see bugzilla:639) with little change/addition from I.

Add 'sysshare' option to the configure script.

Signed-off-by: gregory guy <g-gregory@gmx.fr>
6 years ago
Michele Calgaro fd634b0c14
Adjusted to use new TQStringVariantMap type.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
Michele Calgaro cfc76de73c
Removed dummy int parameter from TQVariant(bool, int).
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
Michele Calgaro 3e98ce7f85
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
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
Roman Savochenko 4c30819078 Add brightness keys support
The code partially taken from Qt4
This relates to bug 2775

Signed-off-by: Roman Savochenko <rom_as@oscada.org>
8 years ago
Timothy Pearson 30d1cb0bef Fix invalid headers in PNG files and optimize for size 9 years ago
Timothy Pearson dfb87398c7 Automated update from Qt3 10 years ago
Michele Calgaro a41a034902 Moved iconview widget to src/widget folders.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
10 years ago
Timothy Pearson 117b166ca6 Bring filenew, fileopen, fileprint, filequickprint, filesave, filesaveas, fileclose, editclear, editcopy, editcut, editdelete, editpaste, folder_new, and gohome icons into XDG compliance 11 years ago
Slávek Banko d41055e21e Fix tqteditor hidden visibility needed for cppeditor plugin 11 years ago
Slávek Banko dab0c5cd15 Fix FTBFS due to hidden visibility 11 years ago
Francois Andriot 2ee14b64a5 Build by default as a shared 11 years ago
Timothy Pearson 5445c25f50 Automated update from Qt3 11 years ago
Timothy Pearson 36753ac659 Revert "Update minor TQt3 tool names to match current TQt3 sources in GIT"
This reverts commit 40e50e6f20.
11 years ago
Timothy Pearson 40e50e6f20 Update minor TQt3 tool names to match current TQt3 sources in GIT 11 years ago
Timothy Pearson e193e01404 Automated update from Qt3 11 years ago
Francois Andriot 3af9b39a4b Fix FTBFS in qvfb with libpng >= 1.5 12 years ago
Francois Andriot 13618b73e3 Fix 'format not a string literal' error 12 years ago
Timothy Pearson c740211ffb Automated update from Qt3 12 years ago
Timothy Pearson f5b03149e8 Automated update from Qt3 12 years ago
Timothy Pearson 15bb7aeb80 Automated update from Qt3 12 years ago
Timothy Pearson 7608f0043b Automated update from Qt3 13 years ago
Timothy Pearson fe7969ef88 Automated update from Qt3 13 years ago
Timothy Pearson 1ecf57d6cf Automated update from Qt3 13 years ago
Timothy Pearson 6dec101d43 Automated update from Qt3 13 years ago
Timothy Pearson eb1d1e0dec Automated update from qt3 13 years ago
Timothy Pearson 0b6dc88169 Automated conversion 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