summaryrefslogtreecommitdiffstats
path: root/parts
Commit message (Collapse)AuthorAgeFilesLines
* Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the ↵Michele Calgaro2023-07-1217-51/+51
| | | | | | merging of tqtinterface with tqt3. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Drop python2 support.r14.1.0Slávek Banko2023-01-162-85/+85
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Reset submodule main/core/tdevelop/parts/appwizard/common/admin to latest HEADAutomated System2023-01-131-0/+0
|
* Reset submodule main/core/tdevelop/parts/appwizard/common/admin to latest HEADAutomated System2023-01-101-0/+0
|
* Remove unnecessary accelerators from .ui filesMichele Calgaro2022-09-1814-99/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Reset submodule main/core/tdevelop/parts/appwizard/common/admin to latest HEADAutomated System2022-01-281-0/+0
|
* Fix ftbfs on Fedora 34François Andriot2021-05-1227-83/+83
| | | | | | error: reference to ‘data’ is ambiguous Signed-off-by: François Andriot <francois.andriot@free.fr>
* Reset submodule main/core/tdevelop/parts/appwizard/common/admin to latest HEADAutomated System2021-02-281-0/+0
|
* Reset submodule main/core/tdevelop/parts/appwizard/common/admin to latest HEADAutomated System2021-01-271-0/+0
|
* Renaming of files in preparation for code style tools.Michele Calgaro2020-12-171-3/+3
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Reset submodule main/core/tdevelop/parts/appwizard/common/admin to latest HEADAutomated System2020-12-071-0/+0
|
* Reset submodule main/tdevelop/parts/appwizard/common/admin to latest HEADAutomated System2020-10-091-0/+0
|
* Removed code formatting modelines.Michele Calgaro2020-09-2836-107/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Reset submodule main/tdevelop/parts/appwizard/common/admin to latest HEADAutomated System2020-09-201-0/+0
|
* Reset submodule main/tdevelop/parts/appwizard/common/admin to latest HEADAutomated System2020-09-181-0/+0
|
* Use tde_create_tarball, which is ready for reproducible builds,Slávek Banko2020-07-301-11/+19
| | | | | | instead of calling 'tar' and requiring GNU extensions. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Desktop file translations:Slávek Banko2020-07-30115-3114/+520
| | | | | | | + Creation of POT template for desktop files added to CMakeL10n rules. + Added creation of translated desktop files during build. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Reset submodule main/tdevelop/parts/appwizard/common/admin to latest HEADAutomated System2020-06-241-0/+0
|
* Reset submodule main/tdevelop/parts/appwizard/common/admin to latest HEADAutomated System2020-06-071-0/+0
|
* Removed explicit usage of the 'register' keyword.Michele Calgaro2020-01-302-29/+29
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fix crash on creating new file if a specific file type is selectedSlávek Banko2019-12-163-10/+48
| | | | | | | from the popup menu on the New file icon. This relates to issue #4. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fixed FTBFS caused by previous commit (lsm files removal).Michele Calgaro2019-09-023-5/+5
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Removed .lsm files. lsm database is outdated and unmaintained.Michele Calgaro2019-09-012-28/+0
|
* Fix remaining brandings in tdevelop and adapt to TGW.Chris2019-07-171-1/+1
| | | | Signed-off-by: Chris <xchrisx@uber.space>
* Adjusted to use new TQStringVariantMap type.Michele Calgaro2019-06-015-22/+22
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Reset submodule main/tdevelop/parts/appwizard/common/admin to latest HEADAutomated System2019-02-191-0/+0
|
* Add CMakeL10n rules.Slávek Banko2019-01-012-0/+9
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Reset submodule main/tdevelop/parts/appwizard/common/admin to latest HEADAutomated System2018-12-091-0/+0
|
* Replaced _BSD_SOURCE, _SVID_SOURCE with _DEFAULT_SOURCE. Removed ↵Michele Calgaro2018-10-131-8/+8
| | | | | | AC_CHECK_GNU_EXTENSIONS. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Reset submodule main/tdevelop/parts/appwizard/common/admin to latest HEADAutomated System2018-10-081-0/+0
|
* qt -> tqt conversion:Michele Calgaro2018-09-281-1/+1
| | | | | | | | kdeqt -> kdetqt qtkde -> tqtkde qtdesigner -> tqtdesigner Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* qt -> tqt conversion:Michele Calgaro2018-09-271-1/+1
| | | | | | | | | 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>
* qt -> tqt conversion:Michele Calgaro2018-09-273-12/+12
| | | | | | | | | | | 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>
* qt -> tqt conversion:Michele Calgaro2018-09-271-9/+9
| | | | | | | | | qtlib -> tqtlib libqt -> libtqt QTLIB -> TQTLIB LIBQT -> LIBTQT Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Reset submodule main/tdevelop/parts/appwizard/common/admin to latest HEADAutomated System2018-09-241-0/+0
|
* Add includes to UI files to resolve FTBFSSlávek Banko2018-09-2331-255/+133
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* QT_THREAD_SUPPORT -> TQT_THREAD_SUPPORT conversion to align to updated admin ↵Michele Calgaro2018-09-181-1/+1
| | | | | | module Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* LIB_QT -> LIB_TQT conversion to align to updated admin moduleMichele Calgaro2018-09-172-2/+2
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Reset submodule main/tdevelop/parts/appwizard/common/admin to latest HEADAutomated System2018-09-161-0/+0
|
* Update bug reports url to bugs.trinitydesktop.orgSlávek Banko2018-07-0111-12/+12
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Reset submodule main/tdevelop/parts/appwizard/common/admin to latest HEADAutomated System2018-05-241-0/+0
|
* Reset submodule main/tdevelop/parts/appwizard/common/admin to latest HEADAutomated System2018-05-081-0/+0
|
* Reset submodule main/tdevelop/parts/appwizard/common/admin to latest HEADAutomated System2018-04-291-0/+0
|
* Reset submodule main/tdevelop/parts/appwizard/common/admin to latest HEADAutomated System2016-08-071-0/+0
|
* Fix invalid headers in PNG files and optimize for sizeTimothy Pearson2016-07-2311-0/+0
|
* Update version number to R14.1.0Michele Calgaro2015-07-122-2/+2
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Add gnu tar detectionSlávek Banko2015-06-291-1/+1
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Revert to .kdevelop files with <kdevelop> entity name for project files.Michele Calgaro2015-06-1730-63/+63
| | | | | | This resolves bug 2308. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Reset submodule main/tdevelop/parts/appwizard/common/admin to latest HEADSlávek Banko2015-04-171-0/+0
|
* Fix renaming icon fonts => font-x-generic in desktop filesSlávek Banko2014-11-081-1/+1
|