summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Remove files generated at build time from the sourcesHEADmasterMichele Calgaro3 days5-3951/+5
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Include moc files directly from the related source files (modules)Michele Calgaro3 days129-307/+324
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Update translation filesTDE Weblate5 days18-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 System5 days1-122/+119
|
* Fix conversion of TQString to const char*Michele Calgaro5 days212-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 Calgaro10 days1-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 Calgaro13 days1-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>
* Removed unused files. These are neither used not installedMichele Calgaro2026-01-079-103/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fix installation location of 128x128 iconsMichele Calgaro2026-01-021-3/+3
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Move data/man folder to doc/manMichele Calgaro2026-01-025-5/+4
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Move scripts folder to src/scriptsMichele Calgaro2026-01-0210-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 Calgaro2026-01-021-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 Calgaro2026-01-026-3/+3
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Move data/pics folder to top levelMichele Calgaro2026-01-02368-4/+4
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Move data/icons folder to top levelMichele Calgaro2026-01-0240-9/+9
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Do not enforce strict c++17 if default is >= c++17Michele Calgaro2026-01-021-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/