summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Remove files generated at build time from the sourcesMichele Calgaro8 days5-3951/+5
* Include moc files directly from the related source files (modules)Michele Calgaro10 days129-307/+324
* Fix conversion of TQString to const char*Michele Calgaro12 days185-717/+699
* Fix wrong parameter in KviTQString::sprintf callMichele Calgaro2026-01-261-1/+1
* Use correct license file nameMichele Calgaro2026-01-252-2/+2
* Split kvirc executable into a shared library (libkvirc) and a stub executable...Michele Calgaro2026-01-2562-70/+72
* Add visibility attributes to library functionsMichele Calgaro2026-01-2513-80/+96
* Include moc files directly from the related source filesMichele Calgaro2026-01-2548-98/+134
* Fix debug format stringsMichele Calgaro2026-01-251-9/+9
* Improvements suggested on PR #58Michele Calgaro2026-01-225-50/+50
* Remove unused config definesMichele Calgaro2026-01-192-36/+0
* Remove BUILD_FLAGSMichele Calgaro2026-01-193-10/+1
* Remove VERSION_BRANCH and SS_DIRTAGMichele Calgaro2026-01-191-2/+0
* Fix invalid comparison warningsMichele Calgaro2026-01-1923-57/+60
* Fix 'this if clause does not guard...' warningsMichele Calgaro2026-01-197-7/+10
* Fix 'ISO C++11 forbids converting a string constant to char*' warningsMichele Calgaro2026-01-1911-16/+16
* Remove code related to obsoleted thread librariesMichele Calgaro2026-01-162-41/+0
* Remove kvirc-configMichele Calgaro2026-01-113-197/+1
* Install script examples files in the application data folderMichele Calgaro2026-01-111-0/+1
* Move scripts folder to src/scriptsMichele Calgaro2026-01-048-1/+360
* Fix compatibility of recent patch with r14.1.x branch.Slávek Banko2026-01-011-1/+1
* Look for translation .mo files in the new locationMichele Calgaro2025-12-314-22/+37
* Fix TQString formatting in 'KviTQString::sprintf'.Michele Calgaro2025-12-276-106/+106
* Move config.h.in to main folder, similar to other TDE applicationsMichele Calgaro2025-12-252-271/+2
* Remove src/kvi_configstatus.h, which is generated at build timeMichele Calgaro2025-12-251-264/+0
* Remove KVI_VERSION_BRANCH since the version number is no longer used in the a...Michele Calgaro2025-12-252-19/+8
* Remove warning about 'template-id not allowed for constructor in C++20'Michele Calgaro2025-12-251-2/+2
* Remove build date code. The info does not add anything useful and make reprod...Michele Calgaro2025-12-257-17/+1
* Remove kvirc version number from module files installation location.Michele Calgaro2025-12-121-1/+1
* Replace TRUE/FALSE with boolean values true/falseMichele Calgaro2025-03-2362-192/+191
* Replace obsolete kstddirs.h with kstandarddirs.hMichele Calgaro2025-02-251-1/+1
* Don't use obsolete header kapp.hMichele Calgaro2024-11-051-1/+1
* Replace Qt with TQtMichele Calgaro2024-04-0222-44/+40
* Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT definesMichele Calgaro2024-01-01155-1141/+1141
* Remove various '#define' strings - part 6Michele Calgaro2023-12-0947-64/+64
* Replaced various '#define' with actual strings - part 5Michele Calgaro2023-12-046-17/+17
* Replaced various '#define' with actual strings - part 3Michele Calgaro2023-11-243-5/+5
* Replace various strings '#define'd in tqtinterfaceMichele Calgaro2023-11-202-2/+2
* Replace Qt with TQtMichele Calgaro2023-11-0575-194/+194
* Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODev...r14.1.1Michele Calgaro2023-09-271-10/+10
* Replace TQ_*Focus* and TQ_Scale* definesMichele Calgaro2023-09-0319-31/+31
* Drop USE_QT4 codeMichele Calgaro2023-08-31243-6462/+38
* Fix FTBFS from issue #9.Slávek Banko2023-08-164-6/+6
* Drop TQT_BASE_OBJECT* definesMichele Calgaro2023-08-1514-18/+18
* Drop TQT_TQ*_OBJECT definesMichele Calgaro2023-08-081-2/+2
* Replace Q_OBJECT with TQ_OBJECTMichele Calgaro2023-07-24248-399/+399
* Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the ...Michele Calgaro2023-07-1215-28/+28
* Fixed FTBFS with clang.Michele Calgaro2021-07-285-10/+10
* Fix ftbfs on Fedora 34François Andriot2021-05-111-2/+2
* Removed code formatting modelines.Michele Calgaro2020-09-2918-21/+0