summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Use direct dependency on libgsm instead of loading it at runtime if availablefeat/use-libgsm-devMichele Calgaro28 hours5-70/+17
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Translated using Weblate (Russian)HEADmasterAlexander Golubev30 hours1-3/+4
| | | | | | | Currently translated at 100.0% (15 of 15 strings) Translation: applications/kvirc - torrent Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-torrent/ru/
* Translated using Weblate (Russian)Andrei Stepanov2 days1-10/+9
| | | | | | | Currently translated at 100.0% (15 of 15 strings) Translation: applications/kvirc - torrent Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-torrent/ru/
* Translated using Weblate (Dutch)Heimen Stoffels4 days1-7/+6
| | | | | | | Currently translated at 100.0% (15 of 15 strings) Translation: applications/kvirc - torrent Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-torrent/nl/
* Translated using Weblate (Russian)Andrei Stepanov4 days1-8/+8
| | | | | | | 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 Golubev4 days1-18/+9
| | | | | | | Currently translated at 93.1% (2414 of 2592 strings) Translation: applications/kvirc Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc/ru/
* Translated using Weblate (Dutch)Heimen Stoffels4 days1-11/+10
| | | | | | | Currently translated at 4.2% (111 of 2592 strings) Translation: applications/kvirc Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc/nl/
* Update translation filesTDE Weblate5 days12-60/+164
| | | | | | | Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: applications/kvirc - torrent Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-torrent/
* Update translation filesTDE Weblate5 days17-767/+767
| | | | | | | 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 Weblate5 days18-3729/+4158
| | | | | | | 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 System5 days3-256/+281
|
* Fix conversion of TQString to const char* (modules)Michele Calgaro6 days39-130/+134
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Some generic fixes required for future cmake conversionMichele Calgaro6 days14-80/+36
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Translated using Weblate (Russian)Andrei Stepanov6 days1-2/+2
| | | | | | | 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 (Russian)Andrei Stepanov8 days1-2/+2
| | | | | | | 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)Andrei Stepanov8 days1-2/+2
| | | | | | | 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 (Russian)Andrei Stepanov9 days1-13/+13
| | | | | | | Currently translated at 93.1% (2411 of 2588 strings) Translation: applications/kvirc Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc/ru/
* Use Perl to find the files to analyze for the help documentation.Michele Calgaro2026-02-132-13/+64
| | | | | | All the .h and .cpp files needs to be processed for this. Some files are generated at build time and the coming cmake conversion can't use "file(GLOB)" to collect the lists of files since that command is execute at configure time, so before some files are generated. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Translated using Weblate (Russian)Andrei Stepanov2026-02-081-17/+17
| | | | | | | 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/
* Remove files generated at build time from the sourcesMichele Calgaro2026-02-065-3951/+5
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Include moc files directly from the related source files (modules)Michele Calgaro2026-02-05129-307/+324
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Update translation filesTDE Weblate2026-02-0318-2196/+2147
| | | | | | | 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 System2026-02-031-122/+119
|
* Fix conversion of TQString to const char*Michele Calgaro2026-02-03212-913/+895
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Remove support for Irix, which is discontinued and does not provide a c++17 ↵Michele Calgaro2026-01-291-178/+4
| | | | | | complaint compiler. Also remove support for NonStop-UX due to similarities. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fix wrong parameter in KviTQString::sprintf callMichele Calgaro2026-01-261-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Use correct license file nameMichele Calgaro2026-01-252-2/+2
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Split kvirc executable into a shared library (libkvirc) and a stub ↵Michele Calgaro2026-01-2562-70/+72
| | | | | | | | | | executable (kvirc). Autotool builds kvirc with '-export-dynamic', which exports all global symbols from the main executable to the dynamic symbol table. This allows 'modules' to access those symbols and build successfully. CMake build kvirc without '-export-dynamic' and with hidden symbol visibitily by default, resulting in FTBFS when the build process reaches the 'modules' part. This is caused by the modules referring to symbols define in code under the 'src/kvirc' folder Splitting 'kvirc' into an additional 'libkvirc' shared library plus a simple executable stub that creates the application and run it, allows modules to be linked against the library part and build successfully also with cmake. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Add visibility attributes to library functionsMichele Calgaro2026-01-2513-80/+96
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Include moc files directly from the related source filesMichele Calgaro2026-01-2348-98/+134
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fix debug format stringsMichele Calgaro2026-01-231-9/+9
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Improvements suggested on PR #58Michele Calgaro2026-01-215-50/+50
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Update translation filesTDE Weblate2026-01-1918-380/+380
| | | | | | | 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 System2026-01-191-21/+21
|
* Remove unused config definesMichele Calgaro2026-01-194-140/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Remove BUILD_FLAGSMichele Calgaro2026-01-195-15/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Remove VERSION_BRANCH and SS_DIRTAGMichele Calgaro2026-01-193-23/+15
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fix invalid comparison warningsMichele Calgaro2026-01-1823-57/+60
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fix 'this if clause does not guard...' warningsMichele Calgaro2026-01-187-7/+10
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fix 'ISO C++11 forbids converting a string constant to char*' warningsMichele Calgaro2026-01-1811-16/+16
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Remove support for HPUX, which is discontinued and does not provide a c++17 ↵Michele Calgaro2026-01-171-360/+2
| | | | | | complaint compiler. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Remove code related to obsoleted thread librariesMichele Calgaro2026-01-155-150/+28
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Translated using Weblate (Russian)Andrei Stepanov2026-01-141-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 Calgaro2026-01-114-199/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Install script examples files in the application data folderMichele Calgaro2026-01-1111-10/+21
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Translated using Weblate (Russian)Andrei Stepanov2026-01-111-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 Calgaro2026-01-086-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 Calgaro2026-01-084-635/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Remove unused files from admin subfolderMichele Calgaro2026-01-0814-13642/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Remove internal copy of libtool, which is not usedMichele Calgaro2026-01-087-9851/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>