summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Include moc files directly from the related source files (modules)feat/moc-files-modulesMichele Calgaro19 hours129-307/+326
* Fix conversion of TQString to const char*Michele Calgaro37 hours185-717/+699
* Fix wrong parameter in KviTQString::sprintf callMichele Calgaro9 days1-1/+1
* Use correct license file nameMichele Calgaro10 days2-2/+2
* Split kvirc executable into a shared library (libkvirc) and a stub executable...Michele Calgaro10 days62-70/+72
* Add visibility attributes to library functionsMichele Calgaro10 days13-80/+96
* Include moc files directly from the related source filesMichele Calgaro12 days48-98/+134
* Fix debug format stringsMichele Calgaro12 days1-9/+9
* Improvements suggested on PR #58Michele Calgaro2026-01-215-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-1823-57/+60
* Fix 'this if clause does not guard...' warningsMichele Calgaro2026-01-187-7/+10
* Fix 'ISO C++11 forbids converting a string constant to char*' warningsMichele Calgaro2026-01-1811-16/+16
* Remove code related to obsoleted thread librariesMichele Calgaro2026-01-152-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-028-1/+360
* 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-242-19/+8
* Remove warning about 'template-id not allowed for constructor in C++20'Michele Calgaro2025-12-241-2/+2
* Remove build date code. The info does not add anything useful and make reprod...Michele Calgaro2025-12-247-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-2262-192/+191
* Use tdestandarddirs.hMichele Calgaro2025-02-251-1/+1
* Replace obsolete kstddirs.h with kstandarddirs.hMichele Calgaro2025-02-251-1/+1
* Use tdeAppMichele Calgaro2025-01-211-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-0847-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-192-2/+2
* Replace Qt with TQtMichele Calgaro2023-11-0575-194/+194
* Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODev...Michele Calgaro2023-09-261-10/+10
* Replace TQ_*Focus* and TQ_Scale* definesMichele Calgaro2023-09-0219-31/+31
* Drop USE_QT4 codeMichele Calgaro2023-08-31243-6462/+38
* Fix FTBFS from issue #9.Slávek Banko2023-08-154-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-20248-399/+399
* Drop compatibility code for TQPaletteMichele Calgaro2023-07-191-4/+4
* Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the ...Michele Calgaro2023-07-1115-28/+28
* Fixed FTBFS with clang.Michele Calgaro2021-07-285-10/+10
* Fix ftbfs on Fedora 34François Andriot2021-05-111-2/+2