summaryrefslogtreecommitdiffstats
path: root/src/modules/dcc
Commit message (Collapse)AuthorAgeFilesLines
* Use direct dependency on libgsm instead of loading it at runtime if availablefeat/use-libgsm-devMichele Calgaro45 hours4-67/+11
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fix conversion of TQString to const char* (modules)Michele Calgaro6 days5-30/+30
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Include moc files directly from the related source files (modules)Michele Calgaro2026-02-0510-20/+19
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fix conversion of TQString to const char*Michele Calgaro2026-02-031-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Split kvirc executable into a shared library (libkvirc) and a stub ↵Michele Calgaro2026-01-251-1/+1
| | | | | | | | | | 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-251-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace TRUE/FALSE with boolean values true/falseMichele Calgaro2025-03-221-3/+3
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT definesMichele Calgaro2024-01-018-81/+81
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Remove various '#define' strings - part 6Michele Calgaro2023-12-085-16/+16
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace Qt with TQtMichele Calgaro2023-11-054-8/+8
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Drop USE_QT4 codeMichele Calgaro2023-08-312-10/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace Q_OBJECT with TQ_OBJECTMichele Calgaro2023-07-209-13/+13
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Adjusted to use new TQStringVariantMap type.Michele Calgaro2019-06-012-8/+8
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Adjusted to latest TQVariant::TQVariant(bool) function.Michele Calgaro2019-05-291-4/+4
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fix build with a clean TQt namespace.Slávek Banko2018-10-298-38/+38
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fix invalid headers in PNG files and optimize for sizeTimothy Pearson2016-07-231-0/+0
|
* Fix inadvertent "TQ" changes.Darrell Anderson2012-04-131-2/+2
|
* Rename additional global TQt functionsTimothy Pearson2012-03-011-1/+1
|
* Remove spurious TQ_OBJECT instancesTimothy Pearson2012-02-179-13/+13
|
* Remove additional unneeded tq method conversionsTimothy Pearson2011-12-196-49/+49
|
* Rename old tq methods that no longer need a unique nameTimothy Pearson2011-12-1811-41/+41
|
* Revert "Rename a number of old tq methods that are no longer tq specific"Timothy Pearson2011-12-1613-92/+92
| | | | This reverts commit 805c2821ceaddada48b346c6d11bd0dc1351a539.
* Rename a number of old tq methods that are no longer tq specificTimothy Pearson2011-12-1513-92/+92
|
* Fix remaining instances of tqStatus embedded in user visible stringstpearson2011-08-311-1/+1
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kvirc@1250385 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* rename the following methods:tpearson2011-08-106-18/+18
| | | | | | | | tqparent parent tqmask mask git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kvirc@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* rename the following methods:tpearson2011-08-107-74/+74
| | | | | | | | | tqfind find tqreplace replace tqcontains contains git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kvirc@1246075 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* TQt4 port kvirctpearson2011-06-2826-1013/+973
| | | | | | | This enables compilation under both Qt3 and Qt4 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kvirc@1238719 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fixed imagestpearson2010-03-241-0/+0
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kvirc@1106866 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Added KDE3 version of kvirctpearson2010-02-2434-0/+14518
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kvirc@1095341 283d02a7-25f6-0310-bc7c-ecb5cbfe19da