| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Convert to cmake build systemfeat/cmake-conversion | Michele Calgaro | 8 days | 1 | -0/+23 |
| | | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
| * | Include moc files directly from the related source files (modules) | Michele Calgaro | 2026-02-05 | 1 | -5/+0 |
| | | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
| * | Fix conversion of TQString to const char* | Michele Calgaro | 2026-02-03 | 1 | -3/+3 |
| | | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
| * | Split kvirc executable into a shared library (libkvirc) and a stub ↵ | Michele Calgaro | 2026-01-25 | 1 | -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> | ||||
| * | Improvements suggested on PR #58 | Michele Calgaro | 2026-01-21 | 2 | -46/+46 |
| | | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
| * | Fix invalid comparison warnings | Michele Calgaro | 2026-01-18 | 1 | -8/+8 |
| | | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
| * | Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines | Michele Calgaro | 2024-01-01 | 1 | -12/+12 |
| | | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
| * | Replaced various '#define' with actual strings - part 5 | Michele Calgaro | 2023-12-04 | 1 | -4/+4 |
| | | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
| * | Replace Qt with TQt | Michele Calgaro | 2023-11-05 | 1 | -2/+2 |
| | | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
| * | Drop USE_QT4 code | Michele Calgaro | 2023-08-31 | 5 | -805/+4 |
| | | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
| * | Replace Q_OBJECT with TQ_OBJECT | Michele Calgaro | 2023-07-20 | 2 | -2/+2 |
| | | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
| * | Fix build with a clean TQt namespace. | Slávek Banko | 2018-10-29 | 2 | -2/+2 |
| | | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
| * | Fix invalid headers in PNG files and optimize for size | Timothy Pearson | 2016-07-23 | 4 | -0/+0 |
| | | |||||
| * | Add end-of-file newlines. | Darrell Anderson | 2013-11-30 | 1 | -1/+1 |
| | | |||||
| * | Rename many classes and header files to avoid conflicts with KDE4 | Timothy Pearson | 2013-02-01 | 1 | -1/+1 |
| | | |||||
| * | Rename a number of classes to enhance compatibility with KDE4 | Timothy Pearson | 2013-02-01 | 2 | -3/+3 |
| | | |||||
| * | Branding: KDE panel->TDE panel. | Darrell Anderson | 2012-06-27 | 2 | -2/+2 |
| | | |||||
| * | Fix inadvertent "TQ" changes. | Darrell Anderson | 2012-04-13 | 2 | -6/+6 |
| | | |||||
| * | Rename additional global functions and variables for tqt3 | Timothy Pearson | 2012-03-02 | 1 | -5/+5 |
| | | |||||
| * | Set COMPILE_TDE_SUPPORT instead of COMPILE_KDE_SUPPORT | Timothy Pearson | 2012-02-24 | 2 | -7/+7 |
| | | |||||
| * | Remove spurious TQ_OBJECT instances | Timothy Pearson | 2012-02-17 | 2 | -2/+2 |
| | | |||||
| * | Remove additional unneeded tq method conversions | Timothy Pearson | 2011-12-19 | 2 | -4/+4 |
| | | |||||
| * | Rename old tq methods that no longer need a unique name | Timothy Pearson | 2011-12-18 | 2 | -3/+3 |
| | | |||||
| * | Revert "Rename a number of old tq methods that are no longer tq specific" | Timothy Pearson | 2011-12-16 | 2 | -7/+7 |
| | | | | | This reverts commit 805c2821ceaddada48b346c6d11bd0dc1351a539. | ||||
| * | Rename a number of old tq methods that are no longer tq specific | Timothy Pearson | 2011-12-15 | 2 | -7/+7 |
| | | |||||
| * | Rename kwin to twin (part 1 of 2) | Timothy Pearson | 2011-11-07 | 1 | -1/+1 |
| | | |||||
| * | rename the following methods: | tpearson | 2011-08-10 | 2 | -6/+6 |
| | | | | | | | | | 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: | tpearson | 2011-08-10 | 2 | -16/+16 |
| | | | | | | | | | | 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 kvirc | tpearson | 2011-06-28 | 4 | -150/+150 |
| | | | | | | | | 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 images | tpearson | 2010-03-24 | 4 | -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 kvirc | tpearson | 2010-02-24 | 10 | -0/+1792 |
| git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kvirc@1095341 283d02a7-25f6-0310-bc7c-ecb5cbfe19da | |||||
