summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge translation files from master branch.r14.1.xAutomated System2025-07-211-5/+11
|
* Merge translation files from master branch.Automated System2025-06-201-16/+20
|
* Merge translation files from master branch.Automated System2025-06-191-0/+81
|
* Replace TRUE/FALSE with boolean values true/falser14.1.4Michele Calgaro2025-03-2328-847/+847
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit b1606f1200c833b5a0896d6bfe08db8db8c6d81e)
* Merge translation files from master branch.Automated System2025-03-181-16/+19
|
* Merge translation files from master branch.Automated System2025-03-171-0/+81
|
* Replace obsolete kstddirs.h with kstandarddirs.hMichele Calgaro2025-02-255-5/+5
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit fe42bd0d487df20a96fdd109ab1a700c579cbba6)
* Merge translation files from master branch.Automated System2025-01-211-7/+8
|
* Merge translation files from master branch.Automated System2024-11-082-22/+25
|
* Merge translation files from master branch.Automated System2024-11-071-0/+81
|
* Don't use obsolete header kapp.hMichele Calgaro2024-11-053-4/+3
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit c47df9e49f36c79ead7aac99aa4e817c46891e7b)
* Merge translation files from master branch.Automated System2024-11-041-6/+9
|
* Merge translation files from master branch.Automated System2024-11-031-0/+30
|
* Merge translation files from master branch.r14.1.3Automated System2024-10-041-6/+9
|
* Merge translation files from master branch.Automated System2024-10-031-0/+30
|
* Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITYMichele Calgaro2024-07-141-1/+1
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 8f0c9633bfc01ec0b6af8acc3de3480b1caaedd7)
* Merge translation files from master branch.Automated System2024-05-121-42/+33
|
* Merge translation files from master branch.Automated System2024-05-021-73/+58
|
* Merge translation files from master branch.Automated System2024-04-291-114/+112
|
* Merge translation files from master branch.r14.1.2Automated System2024-04-211-0/+34
|
* Merge translation files from master branch.Automated System2024-04-061-6/+11
|
* Use centralized cmake versionMichele Calgaro2024-03-172-7/+10
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit f563c6479f3e1f9954bf99df0a0315001f144639)
* Merge translation files from master branch.Automated System2024-02-2017-92/+75
|
* Update translation template.Automated System2024-02-201-5/+1
|
* Removed unused filesMichele Calgaro2024-02-204-762/+0
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 4854ff4c2d8e19a9ac109a499d253484efd11f5b)
* Replace Qt with TQtMichele Calgaro2024-02-203-5/+5
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit b7c7b7ba64029d79c132e8fb492a2ee77ae4b63b)
* Replace Q_SIGNALS and Q_SLOTSMichele Calgaro2024-02-0240-80/+80
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 9f15d20fd2ae242c061b32df95517476cf493f79)
* Fix remaining unwanted renaming SLOT => TQ_SLOT related to the message.Slávek Banko2024-01-011-1/+1
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 47b21266c2485f0960d51f170a918a6d010cbbef)
* Fix unwanted renaming SLOT => TQ_SLOT in the message string.Slávek Banko2024-01-011-2/+2
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 4142f04cbc2041c0b11c351ce510dfb15d396dc8)
* Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT definesMichele Calgaro2024-01-0122-854/+854
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 98f86ddadeb4f41b12e5735175951a7c5fec800b)
* Raise the minimum required version of CMake to 3.5.Slávek Banko2023-11-082-2/+2
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit fdfb4aa064360f849c6acaf2b81c69086f5d51f4)
* Replace Qt with TQtMichele Calgaro2023-11-053-22/+22
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 45065b5c5e1dbc25db326bdbe086a0f42dbda5a9)
* Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, ↵r14.1.1Michele Calgaro2023-09-271-8/+8
| | | | | | | QIODevice with TQ* version Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 1bf4952925485e6b25af8c49809a5f19b3d80880)
* Replace Q_OBJECT with TQ_OBJECTMichele Calgaro2023-07-2449-51/+51
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 6f41d5d897cf8f6100ae6e21321a93aaab9b1d84)
* Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the ↵Michele Calgaro2023-07-122-7/+7
| | | | | | | merging of tqtinterface with tqt3. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit e361a7cc42ad3ad0235ff7137bff77730380a351)
* Update translation filesr14.1.0TDE Weblate2022-10-171-0/+1
| | | | | | | Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: applications/kvpnc Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvpnc/
* Remove unnecessary backup translations.Michele Calgaro2022-09-2615-1519/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Update translation filesTDE Weblate2022-09-0917-16830/+14098
| | | | | | | Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: applications/kvpnc Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvpnc/
* Update translation template.Automated System2022-09-091-990/+740
|
* Remove unnecessary accelerator from .ui files.Michele Calgaro2022-09-0959-807/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Use TDE cmake macro to set versionMichele Calgaro2022-06-241-1/+5
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.Michele Calgaro2022-05-032-2/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Translated using Weblate (Turkish)Mehmet Dokuz2022-03-021-7/+14
| | | | | | | Currently translated at 11.6% (293 of 2506 strings) Translation: applications/kvpnc Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvpnc/tr/
* Translated using Weblate (Russian)Alexander Golubev2022-02-101-3/+6
| | | | | | | Currently translated at 14.0% (352 of 2506 strings) Translation: applications/kvpnc Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvpnc/ru/
* 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>
* Replaced 'includehints' with 'includes' in *.ui files.Michele Calgaro2021-12-302-12/+8
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Raise the minimum required version of CMake to 3.1.Slávek Banko2021-12-291-1/+1
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Change README to markdown format.Slávek Banko2021-10-192-49/+68
| | | | | | Add translation status overview. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Update translation filesTDE Weblate2021-07-0717-17/+17
| | | | | | | Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: applications/kvpnc Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvpnc/
* Update translation template.Automated System2021-07-071-940/+549
|