summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Translated using Weblate (Russian)HEADmasterAndrei Stepanov5 days1-6/+10
| | | | | | | Currently translated at 100.0% (3 of 3 strings) Translation: applications/kvpnc - kvpnc.desktop Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvpnc-kvpncdesktop/ru/
* Added translation using Weblate (Russian)Andrei Stepanov5 days1-0/+30
|
* Translated using Weblate (Russian)Andrei Stepanov2024-04-061-8/+13
| | | | | | | Currently translated at 14.1% (351 of 2472 strings) Translation: applications/kvpnc Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvpnc/ru/
* Use centralized cmake versionMichele Calgaro2024-03-172-7/+10
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Update translation filesTDE Weblate2024-02-2017-92/+75
| | | | | | | 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 System2024-02-201-5/+1
|
* Removed unused filesMichele Calgaro2024-02-204-762/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace Qt with TQtMichele Calgaro2024-02-193-5/+5
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace Q_SIGNALS and Q_SLOTSMichele Calgaro2024-02-0240-80/+80
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* 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>
* Revert changes of translations related to unwanted renamingSlávek Banko2024-01-0118-42/+36
| | | | | | | | | | SLOT => TQ_SLOT in the message string. This revert commits: 28bd29d299272a1d96d678c550de70c2dd442785 f1197c6adc69b6acae78327e1481ce78ba7774ae Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* 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>
* Update translation filesTDE Weblate2024-01-0117-34/+40
| | | | | | | 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 System2024-01-011-2/+2
|
* Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT definesMichele Calgaro2024-01-0122-854/+854
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* 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>
* Replace Qt with TQtMichele Calgaro2023-11-043-22/+22
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, ↵Michele Calgaro2023-09-261-8/+8
| | | | | | QIODevice with TQ* version Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace Q_OBJECT with TQ_OBJECTMichele Calgaro2023-07-2049-51/+51
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the ↵Michele Calgaro2023-07-112-7/+7
| | | | | | merging of tqtinterface with tqt3. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* 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
|
* Removed CMakeLists.txt from doc and translations treesRay-V2021-06-1713-60/+6
| | | | | | | Deleted and added macro calls to toplevel CMakeLists.txt Moved doc/tdeioslave/en/pcf to doc/en/tdeioslave/pcf Signed-off-by: Ray-V <ray-v@inbox.lv>
* 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/kvpnc/cmake to latest HEADAutomated System2021-05-151-0/+0
|
* Reset submodule main/applications/kvpnc/cmake to latest HEADAutomated System2021-02-281-0/+0
|
* Fixed references to TDE website.Michele Calgaro2021-02-051-6/+3
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Reset submodule main/applications/kvpnc/cmake to latest HEADAutomated System2021-01-271-0/+0
|
* Reset submodule main/applications/kvpnc/cmake to latest HEADAutomated System2021-01-271-0/+0
|
* Raise the minimum required version of CMake to 2.8.12.Slávek Banko2021-01-181-1/+1
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Reset submodule main/applications/kvpnc/cmake to latest HEADAutomated System2021-01-131-0/+0
|
* Reset submodule main/applications/kvpnc/cmake to latest HEADAutomated System2020-12-071-0/+0
|
* Reset submodule main/applications/kvpnc/cmake to latest HEADAutomated System2020-10-091-0/+0
|
* Removed code formatting modelines and old files.Michele Calgaro2020-09-296-1254/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Reset submodule main/applications/kvpnc/cmake to latest HEADAutomated System2020-09-201-0/+0
|
* Reset submodule main/applications/kvpnc/cmake to latest HEADAutomated System2020-09-181-0/+0
|
* Reset submodule main/applications/kvpnc/cmake to latest HEADAutomated System2020-07-291-0/+0
|