summaryrefslogtreecommitdiffstats
path: root/examples
Commit message (Collapse)AuthorAgeFilesLines
* Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, ↵r14.1.1Michele Calgaro2023-09-246-21/+21
| | | | | | | QIODevice with TQ* version Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit b35e0845dc9b3c8b9a5e52a682c769f383933fae)
* Replace various Q_* and QT_* defines with TQ_* and TQT_*Michele Calgaro2023-09-074-6/+6
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 926102a455014e6ab308aaced19e32eed7ed4414)
* Remove unnecessary accelerators from .ui filesMichele Calgaro2022-09-225-75/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Update translations binary filesSlávek Banko2022-04-211-0/+0
| | | | | | because they are not generated during build. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fixed broken Q_FULL_TEMPLATE_INSTANTIATION define (renamed to ↵Michele Calgaro2021-02-131-1/+1
| | | | | | TQ_FULL_TEMPLATE_INSTANTIATION). Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Added translation using Weblate (Portuguese)Hugo Carvalho2020-12-081-0/+70
|
* Update translations binary filesSlávek Banko2020-10-165-0/+0
| | | | | | because they are not generated during build. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Translated using Weblate (Italian)Michele Calgaro2020-05-231-16/+18
| | | | | | | Currently translated at 100.0% (15 of 15 strings) Translation: dependencies/tqt3 - examples-i18n Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt3-examples-i18n/it/
* Update translations binary filesSlávek Banko2020-04-106-1/+1
| | | | | | because they are not generated during build. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* The translation file mywidget_en.ts in examples/i18n renamedSlávek Banko2020-04-102-2/+2
| | | | | | to mywidget.ts to serve as a template. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Translated using Weblate (Slovak)Marek Mlynar2020-02-131-15/+15
| | | | | | | Currently translated at 100.0% (15 of 15 strings) Translation: dependencies/tqt3 - examples-i18n Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt3-examples-i18n/sk/
* Added translation using Weblate (Slovak)Marek Mlynar2020-02-121-0/+70
|
* Removed explicit usage of the 'register' keyword.Michele Calgaro2020-01-302-2/+2
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Translated using Weblate (Russian)Serg Bormant2020-01-031-16/+18
| | | | | | | Currently translated at 100.0% (15 of 15 strings) Translation: dependencies/tqt3 - examples-i18n Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt3-examples-i18n/ru/
* Translated using Weblate (French)Francois2019-11-201-55/+57
| | | | | | | Currently translated at 17.7% (50 of 282 strings) Translation: dependencies/tqt3 - examples-demo Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt3-examples-demo/fr/
* Translated using Weblate (German)Chris2019-08-141-3/+5
| | | | | | | Currently translated at 13.3% (2 of 15 strings) Translation: dependencies/tqt3 - examples-i18n Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt3-examples-i18n/de/
* Translated using Weblate (German)P 92019-08-141-1/+1
| | | | | | | Currently translated at 60.6% (171 of 282 strings) Translation: dependencies/tqt3 - examples-demo Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt3-examples-demo/de/
* Translated using Weblate (German)Chris2019-08-141-126/+126
| | | | | | | Currently translated at 60.6% (171 of 282 strings) Translation: dependencies/tqt3 - examples-demo Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt3-examples-demo/de/
* Translated using Weblate (German)P 92019-08-101-55/+58
| | | | | | | Currently translated at 19.5% (55 of 282 strings) Translation: dependencies/tqt3 - examples-demo Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt3-examples-demo/de/
* QT_NO_* -> TQT_NO_* renaming.Michele Calgaro2018-10-1726-53/+53
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Translated using Weblate (Czech)Slávek Banko2018-10-121-16/+18
| | | | | | | Currently translated at 100.0% (15 of 15 strings) Translation: dependencies/tqt3 - examples-i18n Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt3-examples-i18n/cs/
* Repair damaged UTF-8 characters in TS filesSlávek Banko2018-10-111-20/+18
| | | | | | Arabic translations taken from arabeyes-i18n Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* qt -> tqt conversion:Michele Calgaro2018-09-2714-16/+16
| | | | | | | | | | | 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>
* Always build with a clean namespaceSlávek Banko2018-09-241-2/+0
| | | | | | | | | 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>
* Fix invalid headers in PNG files and optimize for sizeTimothy Pearson2016-07-23108-0/+0
|
* Automated update from Qt3Timothy Pearson2015-03-0534-90/+90
|
* Moved iconview widget to src/widget folders.Michele Calgaro2015-02-061-1/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Bring filenew, fileopen, fileprint, filequickprint, filesave, filesaveas, ↵Timothy Pearson2014-10-132-2/+2
| | | | fileclose, editclear, editcopy, editcut, editdelete, editpaste, folder_new, and gohome icons into XDG compliance
* Automated update from Qt3Timothy Pearson2014-08-074-38/+38
|
* Automated update from Qt3Timothy Pearson2013-12-022-2/+2
|
* Automated update from Qt3Timothy Pearson2013-05-074-4/+4
|
* Automated update from Qt3Timothy Pearson2012-10-204-8/+8
|
* Automated update from Qt3Timothy Pearson2012-08-092-289/+236
|
* Automated update from Qt3Timothy Pearson2012-08-094-298/+362
|
* Automated update from Qt3Timothy Pearson2012-06-1710-15/+15
|
* Automated update from qt3Timothy Pearson2012-03-061-1/+1
|
* Automated conversion from qt3Timothy Pearson2012-02-2834-74/+74
|
* Automated update from qt3Timothy Pearson2012-02-281-1/+1
|
* Automated update from qt3Timothy Pearson2012-02-2758-128/+128
|
* Automated update from Qt3Timothy Pearson2012-02-13131-201/+201
|
* Update to latest tqt3 automated conversionTimothy Pearson2012-01-26374-1645/+1645
|
* Sync with latest scriptTimothy Pearson2011-12-0514-17/+17
|
* Update from latest conversion scriptTimothy Pearson2011-12-056-7/+7
|
* Fix native TQt3 accidental conversion to tquitTimothy Pearson2011-11-1466-104/+104
|
* Test conversion to TQt3 from Qt3 8c6fc1f8e35fd264dd01c582ca5e7549b32ab731Timothy Pearson2011-11-081063-0/+79334