summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Replace Qt with TQtr14.1.2Michele Calgaro2024-03-22153-162/+162
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 74d8c8748645a87a5824ed38f424798563598cfc)
* Use centralized cmake versionMichele Calgaro2024-03-171-1/+5
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 4458afc0190eebdc41a14ec4e6576f3d344bca10)
* Reset submodule main/applications/settings/kmyfirewall/admin to latest HEADAutomated System2024-02-141-0/+0
|
* Replace Q_SIGNALS and Q_SLOTSMichele Calgaro2024-02-0419-38/+38
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 5e08df44ac4ded0aca5ede701e4aa08bd230f1dc)
* Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT definesMichele Calgaro2024-01-0761-556/+556
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 6df466c45ad202eea7d7401a2e5ff67ee783e272)
* Reset submodule main/applications/settings/kmyfirewall/admin to latest HEADAutomated System2024-01-021-0/+0
|
* Replace various '#define' strings - part 6Michele Calgaro2023-12-176-37/+37
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 679b0b183c46b5e65887e0ae1fed11f37a54cd3c)
* Raise the minimum required version of CMake to 3.5.Slávek Banko2023-11-101-1/+1
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 4005f8311f4cce7984fd0b2d4e8748e8e591bc70)
* Reset submodule main/applications/settings/kmyfirewall/admin to latest HEADAutomated System2023-11-101-0/+0
|
* Reset submodule main/applications/settings/kmyfirewall/admin to latest HEADAutomated System2023-11-061-0/+0
|
* Replace Qt with TQtMichele Calgaro2023-11-051-1/+1
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 3ae7bcdf00154b0c0a84d78fde19ce46ad353347)
* Reset submodule main/applications/settings/kmyfirewall/admin to latest HEADAutomated System2023-11-031-0/+0
|
* Reset submodule main/applications/settings/kmyfirewall/admin to latest HEADAutomated System2023-10-301-0/+0
|
* Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, ↵r14.1.1Michele Calgaro2023-09-272-46/+46
| | | | | | | QIODevice with TQ* version Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 69860bab74efdd084ed113688e10d0ec8e0b9df4)
* Reset submodule main/applications/settings/kmyfirewall/admin to latest HEADAutomated System2023-09-251-0/+0
|
* Replace TQ_*Focus* and TQ_Scale* definesMichele Calgaro2023-09-041-1/+1
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 63763152db2d4f473e42c94e99624e8a53cbbea7)
* Reset submodule main/applications/settings/kmyfirewall/admin to latest HEADAutomated System2023-09-011-0/+0
|
* Replace Q_OBJECT with TQ_OBJECTMichele Calgaro2023-07-2581-102/+102
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit e5de7fd1311dc635c899654844168b23b19dd405)
* Reset submodule main/applications/settings/kmyfirewall/admin to latest HEADAutomated System2023-07-191-0/+0
|
* Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the ↵Michele Calgaro2023-07-1319-21/+21
| | | | | | | merging of tqtinterface with tqt3. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit cd00c5640f160b5451a363434c991e5e958a1728)
* Add man pages from tde-packaging repositoryMichele Calgaro2023-06-302-0/+163
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 94838659277be582d1694c1483bec4935c9decc2)
* Removed unnecessary filesMichele Calgaro2023-06-3012-18620/+0
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit cc77a41544b4cd0d821145084bf11ffdbb5d8ef9)
* Drop TQT_NO_COMPAT codeMichele Calgaro2023-06-151-1/+1
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 576648d34975be4ffd56f4978ae5aa4988280e7b)
* Reset submodule main/applications/settings/kmyfirewall/admin to latest HEADr14.1.0Automated System2023-01-131-0/+0
|
* Reset submodule main/applications/settings/kmyfirewall/admin to latest HEADAutomated System2023-01-101-0/+0
|
* Update translation template.Automated System2022-09-121-69/+28
|
* Remove unnecessary accelerators from .ui filesMichele Calgaro2022-09-126-36/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.Michele Calgaro2022-05-031-1/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Reset submodule main/applications/settings/kmyfirewall/admin to latest HEADAutomated System2022-01-281-0/+0
|
* Replaced 'includehints' with 'includes' in *.ui files.Michele Calgaro2022-01-0225-141/+96
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.Slávek Banko2021-12-311-1/+1
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Update translation template.Automated System2021-07-072-109/+100
|
* Remove cmake submodule since it has now been replaced by cmake-trinity ↵Slávek Banko2021-05-242-3/+0
| | | | | | dependency. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Reset submodule main/applications/kmyfirewall/cmake to latest HEADAutomated System2021-05-151-0/+0
|
* Reset submodule main/applications/kmyfirewall/cmake to latest HEADAutomated System2021-02-281-0/+0
|
* Reset submodule main/applications/kmyfirewall/admin to latest HEADAutomated System2021-02-281-0/+0
|
* Reset submodule main/applications/kmyfirewall/cmake to latest HEADAutomated System2021-01-271-0/+0
|
* Reset submodule main/applications/kmyfirewall/cmake to latest HEADAutomated System2021-01-271-0/+0
|
* Reset submodule main/applications/kmyfirewall/admin to latest HEADAutomated System2021-01-271-0/+0
|
* Reset submodule main/applications/kmyfirewall/cmake to latest HEADAutomated System2021-01-131-0/+0
|
* Reset submodule main/applications/kmyfirewall/cmake to latest HEADAutomated System2020-12-071-0/+0
|
* Reset submodule main/applications/kmyfirewall/admin to latest HEADAutomated System2020-12-071-0/+0
|
* Reset submodule main/applications/kmyfirewall/cmake to latest HEADAutomated System2020-10-091-0/+0
|
* Reset submodule main/applications/kmyfirewall/admin to latest HEADAutomated System2020-10-091-0/+0
|
* Removed code formatting modelines.Michele Calgaro2020-09-293-37/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Reset submodule main/applications/kmyfirewall/cmake to latest HEADAutomated System2020-09-201-0/+0
|
* Reset submodule main/applications/kmyfirewall/admin to latest HEADAutomated System2020-09-201-0/+0
|
* Reset submodule main/applications/kmyfirewall/cmake to latest HEADAutomated System2020-09-181-0/+0
|
* Reset submodule main/applications/kmyfirewall/admin to latest HEADAutomated System2020-09-181-0/+0
|
* Reset submodule main/applications/kmyfirewall/cmake to latest HEADAutomated System2020-07-291-0/+0
|