summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix FTBFS from prior commit.HEADmasterSlávek Banko9 days1-0/+1
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fix compatibility with C++17.Slávek Banko11 days1-1/+1
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Translated using Weblate (Russian)Andrei Stepanov2024-03-291-7/+9
| | | | | | | Currently translated at 100.0% (5 of 5 strings) Translation: tdevelop/tdevelop - events Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop-events/ru/
* Remove unnecessary 'tde_set_project_version' from CMakeL10n.txtMichele Calgaro2024-03-171-1/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Use centralized cmake versionMichele Calgaro2024-03-152-7/+12
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* cmake files: change keywords to lower caseMichele Calgaro2024-03-084-16/+16
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace QT_STATIC_CONST_* with actual definitionsMichele Calgaro2024-02-153-8/+6
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Simplify code since cmake minimum version is now 3.5Michele Calgaro2024-02-151-7/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Reset submodule main/core/tdevelop/parts/appwizard/common/admin to latest HEADAutomated System2024-02-141-0/+0
|
* Reset submodule main/core/tdevelop/admin to latest HEADAutomated System2024-02-141-0/+0
|
* Reset submodule main/core/tdevelop/parts/appwizard/common/admin to latest HEADAutomated System2024-02-081-0/+0
|
* Reset submodule main/core/tdevelop/admin to latest HEADAutomated System2024-02-081-0/+0
|
* Replace Q_SIGNALS and Q_SLOTSMichele Calgaro2024-02-08117-236/+236
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace auto_ptrMichele Calgaro2024-02-077-340/+339
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fix KDevPluginController::query() with empty constraintAlexander Golubev2024-02-031-2/+11
| | | | | | | | | | | | When KDevPluginController::query() was called with empty constrain it were resulting in incorrect query string being passed to TDETrader, which were resulting in at least warnings like the next one: ``` [tdeio (TDETrader)] [6751] WARNING: Parsing ' and [X-TDevelop-Version] == 5' gave syntax error ``` Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
* Fix SEGV when hovering on symbols after creating a new project. This ↵Michele Calgaro2024-02-022-68/+75
| | | | | | resolves issue #40. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT definesMichele Calgaro2024-01-14360-3291/+3291
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Reset submodule main/core/tdevelop/parts/appwizard/common/admin to latest HEADAutomated System2024-01-021-0/+0
|
* Reset submodule main/core/tdevelop/admin to latest HEADAutomated System2024-01-021-0/+0
|
* Replaced various '#define' with actual strings - part 6Michele Calgaro2023-12-2966-824/+824
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* kdevdesigner: prevent SEGV from invalid pointer. This relates to issue ↵Michele Calgaro2023-12-081-1/+8
| | | | | | TDE/tqt3#97 Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replaced various '#define' with actual strings - part 5Michele Calgaro2023-12-044-8/+8
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace 'Event' #define stringsMichele Calgaro2023-11-302-2/+2
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replaced various '#define' with actual strings - part 4Michele Calgaro2023-11-2630-556/+556
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replaced various '#define' with actual strings - part 3Michele Calgaro2023-11-2425-43/+43
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Reset submodule main/core/tdevelop/parts/appwizard/common/admin to latest HEADAutomated System2023-11-101-0/+0
|
* Reset submodule main/core/tdevelop/admin to latest HEADAutomated System2023-11-101-0/+0
|
* Replace Qt with TQtMichele Calgaro2023-11-0771-220/+220
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Reset submodule main/core/tdevelop/parts/appwizard/common/admin to latest HEADAutomated System2023-11-061-0/+0
|
* Reset submodule main/core/tdevelop/admin to latest HEADAutomated System2023-11-061-0/+0
|
* Raise the minimum required version of CMake to 3.5.Slávek Banko2023-11-052-2/+2
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Reset submodule main/core/tdevelop/parts/appwizard/common/admin to latest HEADAutomated System2023-11-031-0/+0
|
* Reset submodule main/core/tdevelop/admin to latest HEADAutomated System2023-11-031-0/+0
|
* Reset submodule main/core/tdevelop/parts/appwizard/common/admin to latest HEADAutomated System2023-10-301-0/+0
|
* Reset submodule main/core/tdevelop/admin to latest HEADAutomated System2023-10-301-0/+0
|
* Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, ↵Michele Calgaro2023-09-2540-203/+203
| | | | | | QIODevice with TQ* version Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Reset submodule main/core/tdevelop/parts/appwizard/common/admin to latest HEADAutomated System2023-09-251-0/+0
|
* Reset submodule main/core/tdevelop/admin to latest HEADAutomated System2023-09-251-0/+0
|
* Replace TQ_*Focus* and TQ_Scale* definesMichele Calgaro2023-09-0218-22/+22
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace tqt_mo_* definesMichele Calgaro2023-09-011-6/+6
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Reset submodule main/core/tdevelop/parts/appwizard/common/admin to latest HEADAutomated System2023-09-011-0/+0
|
* Reset submodule main/core/tdevelop/admin to latest HEADAutomated System2023-09-011-0/+0
|
* Drop TQT_BASE_OBJECT* definesMichele Calgaro2023-08-1833-94/+94
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Drop TQT_TQ*_OBJECT definesMichele Calgaro2023-08-084-10/+10
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Addendum to previous commit (replace Q_OBJECT with TQ_OBJECT)Michele Calgaro2023-08-011-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace Q_OBJECT with TQ_OBJECTMichele Calgaro2023-07-21546-657/+657
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Reset submodule main/core/tdevelop/parts/appwizard/common/admin to latest HEADAutomated System2023-07-191-0/+0
|
* Reset submodule main/core/tdevelop/admin to latest HEADAutomated System2023-07-191-0/+0
|
* Update translation filesTDE Weblate2023-07-1444-6790/+3017
| | | | | | | Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: tdevelop/tdevelop - desktop files Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop-desktop-files/
* Removed Qt4 specific code and template filesMichele Calgaro2023-07-14130-10173/+65
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>