summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Remove code related to obsoleted thread librariesdrop/old-thread-supportMichele Calgaro11 hours5-150/+28
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Translated using Weblate (Russian)HEADmasterAndrei Stepanov42 hours1-31/+32
| | | | | | | Currently translated at 100.0% (27 of 27 strings) Translation: applications/kvirc - logview Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-logview/ru/
* Remove kvirc-configMichele Calgaro5 days4-199/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Install script examples files in the application data folderMichele Calgaro5 days11-10/+21
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Translated using Weblate (Russian)Andrei Stepanov5 days1-6/+6
| | | | | | | Currently translated at 93.1% (2411 of 2588 strings) Translation: applications/kvirc Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc/ru/
* Move admin/gendoc.pl to data/gendoc/gendoc.pl.Michele Calgaro7 days6-3/+5
| | | | | | | | Once the cmake conversion is completed and the support for autotools is dropped, the admin folder will no longer exist but "gendoc.pl" is still required to generate the help documentation. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Remove object prelink logicMichele Calgaro8 days4-635/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Remove unused files from admin subfolderMichele Calgaro8 days14-13642/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Remove internal copy of libtool, which is not usedMichele Calgaro8 days7-9851/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Removed unused files. These are neither used not installedMichele Calgaro9 days9-103/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fix installation location of 128x128 iconsMichele Calgaro13 days1-3/+3
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Move data/man folder to doc/manMichele Calgaro13 days5-5/+4
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Move scripts folder to src/scriptsMichele Calgaro13 days10-7/+7
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Removed source code tree from the hacker guide file. The real code is the ↵Michele Calgaro13 days1-258/+0
| | | | | | best source of info for the structure Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Move data/helppics folder to pics/helppicsMichele Calgaro13 days6-3/+3
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Move data/pics folder to top levelMichele Calgaro13 days368-4/+4
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Move data/icons folder to top levelMichele Calgaro13 days40-9/+9
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Do not enforce strict c++17 if default is >= c++17Michele Calgaro13 days1-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Raised required C++ standard to c++17Slávek Banko2026-01-011-0/+1
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Add TDE_CXX_COMPILE_STDCXX macro to check and enforce C++ standard.Slávek Banko2026-01-011-0/+216
| | | | | | | | | The macro is a simplified form of AX_CXX_COMPILE_STDCXX from autoconf. To verify the C++ standard supported by the compiler, only the value of the __cplusplus constant defined by the compiler is checked, instead of testing examples of using individual C++ features. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Update translation filesTDE Weblate2025-12-3117-155/+155
| | | | | | | Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: applications/kvirc - options Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-options/
* Update translation filesTDE Weblate2025-12-3118-90/+90
| | | | | | | Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: applications/kvirc Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc/
* Update translation template.Automated System2025-12-312-14/+14
|
* Remove temp file mistakenly added 2 commits earlierMichele Calgaro2025-12-311-182/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Look for translation .mo files in the new locationMichele Calgaro2025-12-314-22/+37
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Move .mo files to standard TDE locationMichele Calgaro2025-12-3116-312/+620
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fix TQString formatting in 'KviTQString::sprintf'.Michele Calgaro2025-12-276-106/+106
| | | | | | | | | | This was causing translation catalouges not to be found and eventually the program to always display in English. The problem was introduced by an automated Q --> TQ renaming done sometime in the past. 'KviTQString::sprintf' uses '%Q' as a marker for a TQString* argument, so using '%TQ' was resulting in garbage bytes being fed and the catalouges not being found. This resolves issue #44. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Update translation filesTDE Weblate2025-12-2518-92/+92
| | | | | | | Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: applications/kvirc Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc/
* Update translation template.Automated System2025-12-251-5/+5
|
* Move config.h.in to main folder, similar to other TDE applicationsMichele Calgaro2025-12-255-6/+6
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Remove src/kvi_configstatus.h, which is generated at build timeMichele Calgaro2025-12-251-264/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Remove KVI_VERSION_BRANCH since the version number is no longer used in the ↵Michele Calgaro2025-12-242-19/+8
| | | | | | application path Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Remove warning about 'template-id not allowed for constructor in C++20'Michele Calgaro2025-12-241-2/+2
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Remove build date code. The info does not add anything useful and make ↵Michele Calgaro2025-12-248-29/+1
| | | | | | reproducible builds not possible Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Do not add creator and date to generated help files. Those info do not add ↵Michele Calgaro2025-12-241-1/+1
| | | | | | anything useful and make reproducible builds not possible Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Move application files to the more standard location ↵Michele Calgaro2025-12-211-1/+1
| | | | | | /opt/trinity/share/apps/kvirc. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Move kvirc.desktop from 'applnk' to 'applications/tde' folder and updateMichele Calgaro2025-12-139-20/+18
| | | | | | its internal structure. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Remove kvirc version number from module files installation location.Michele Calgaro2025-12-122-3/+3
| | | | | | | In TDE there is a single version of kvirc, so there is no need to have separate locations for multiple versions. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Remove kvirc version number from header files installation location. New ↵Michele Calgaro2025-12-071-1/+1
| | | | | | location is 'opt/trinity/include/kvirc' Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Removed original translations 'po' folderMichele Calgaro2025-11-29213-441571/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Clean up unnecessary code in translations's makefilesMichele Calgaro2025-11-2414-511/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Move translations to new folder and new structure.Michele Calgaro2025-11-24234-325/+441970
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Translated using Weblate (Spanish (Argentina))Alejo Fernández2025-11-081-4/+3
| | | | | | | Currently translated at 4.7% (123 of 2588 strings) Translation: applications/kvirc Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc/es_AR/
* Translated using Weblate (Russian)Alexander Golubev2025-07-021-6/+7
| | | | | | | Currently translated at 100.0% (27 of 27 strings) Translation: applications/kvirc - sharedfileswindow Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-sharedfileswindow/ru/
* Translated using Weblate (Russian)Alexander Golubev2025-07-021-6/+7
| | | | | | | Currently translated at 100.0% (805 of 805 strings) Translation: applications/kvirc - options Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-options/ru/
* Translated using Weblate (Russian)Alexander Golubev2025-07-021-6/+7
| | | | | | | Currently translated at 100.0% (25 of 25 strings) Translation: applications/kvirc - editor Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-editor/ru/
* Translated using Weblate (Russian)Alexander Golubev2025-07-021-7/+7
| | | | | | | Currently translated at 93.1% (2411 of 2588 strings) Translation: applications/kvirc Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc/ru/
* Translated using Weblate (Dutch)Heimen Stoffels2025-06-221-13/+22
| | | | | | | Currently translated at 100.0% (13 of 13 strings) Translation: applications/kvirc - torrent Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-torrent/nl/
* Translated using Weblate (Dutch)Heimen Stoffels2025-06-221-17/+21
| | | | | | | Currently translated at 100.0% (15 of 15 strings) Translation: applications/kvirc - notifier Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-notifier/nl/
* Added translation using Weblate (Dutch)Heimen Stoffels2025-06-221-0/+135
|