Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines | Michele Calgaro | 2024-01-09 | 2 | -8/+8 |
| | | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 61f899bc4e80ae6aeed18a90fc04cecebfa700ad) | ||||
* | Replace various '#define' strings - part 6 | Michele Calgaro | 2023-12-18 | 1 | -16/+16 |
| | | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit babc63b811b6e52a4a0003f1aa46cbc981591f73) | ||||
* | Replace 'Event' #define strings | Michele Calgaro | 2023-11-30 | 1 | -2/+2 |
| | | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 562093b2dca8669276fe2e3e37330b12a15daebb) | ||||
* | Replaced various '#define' with actual strings - part 4 | Michele Calgaro | 2023-11-26 | 3 | -135/+135 |
| | | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 08147c8aedded5fced6eb4cfe7ba918996d3f481) | ||||
* | Replaced various '#define' with actual strings - part 3 | Michele Calgaro | 2023-11-24 | 2 | -2/+2 |
| | | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit e2b48e1ca33b5b67426d38a51af78ab0d4c1b7cf) | ||||
* | Replace Qt with TQt | Michele Calgaro | 2023-11-05 | 2 | -8/+8 |
| | | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit e0b2927979dbe910a5c68732558bdd14b199426c) | ||||
* | Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, ↵r14.1.1 | Michele Calgaro | 2023-09-27 | 1 | -1/+1 |
| | | | | | | | QIODevice with TQ* version Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 90e63be6c35432e5475c8c66edb4309412f6572a) | ||||
* | Replace various tqtinterface's TQ_* defines with actual types | Michele Calgaro | 2023-09-12 | 2 | -5/+5 |
| | | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit c8bde8592b29d6f1c7b13a7a1b8b93976195cd6d) | ||||
* | Drop USE_TQT4 code | Michele Calgaro | 2023-08-29 | 1 | -4/+0 |
| | | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 54852b3b05e91a308100828923ce0d1f32039fa8) | ||||
* | Drop TQT_BASE_OBJECT* defines | Michele Calgaro | 2023-08-15 | 1 | -3/+3 |
| | | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 2493c9445cef0f089ce4035a51609682a631ea84) | ||||
* | Drop TQT_TQ*_CONST defines | Michele Calgaro | 2023-08-09 | 1 | -1/+1 |
| | | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit a86e049675732bf1bcf76946acba5b3f2a6a09dc) | ||||
* | Drop TQT_TQ*_OBJECT defines | Michele Calgaro | 2023-08-08 | 1 | -3/+3 |
| | | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 34553b6ef4ad31cad512b6538bc703ac7ca09337) | ||||
* | Replace Q_OBJECT with TQ_OBJECT | Michele Calgaro | 2023-07-25 | 3 | -3/+3 |
| | | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 963d734449ab82d31cccfd9ab92b4a6d6a2da30b) | ||||
* | Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the ↵ | Michele Calgaro | 2023-07-13 | 2 | -31/+31 |
| | | | | | | | merging of tqtinterface with tqt3. Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit cd1f0752e84b82fee6f7a574dc79e51a39a6584f) | ||||
* | Copy translations to a new directory layout. | Slávek Banko | 2022-02-02 | 2 | -2/+8 |
| | | | | | | | Use common rules for build and install translations. Added translation of .desktop files. Signed-off-by: Slávek Banko <[email protected]> | ||||
* | Removed code formatting modelines. | Michele Calgaro | 2020-09-29 | 2 | -7/+0 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Updated to QtCurve version 1.8.5 | TCH | 2020-05-03 | 8 | -217/+524 |
| | | | | | | | Based on the original LGPL 2.1 QtCurve code from Craig Drummond <[email protected]> available at https://github.com/KDE/qtcurve Signed-off-by: TCH <[email protected]> Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Updated to QtCurve version 1.7.1. | TCH | 2020-04-27 | 2 | -145/+315 |
| | | | | | | | Based on the original GPL2 QtCurve code from Craig Drummond <[email protected]> available at https://github.com/KDE/qtcurve Signed-off-by: TCH <[email protected]> Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Removed explicit usage of the 'register' keyword. | Michele Calgaro | 2020-01-30 | 1 | -4/+4 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Fix FTBFS due to removed HAVE_REAL_TQT definition in tqtinterface. | Slávek Banko | 2019-05-02 | 1 | -4/+0 |
| | | | | Signed-off-by: Slávek Banko <[email protected]> | ||||
* | Removed obsolete Qt2's TQList/TQListIterator classes and replaced | Michele Calgaro | 2018-10-17 | 1 | -1/+1 |
| | | | | | | with TQt3's TQPtrList/TQPtrListIterator ones. Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Fix crash under Milk styler14.0.0 | Timothy Pearson | 2014-12-02 | 1 | -1/+1 |
| | |||||
* | Minor syntatical cleanup, no functional changes | Timothy Pearson | 2014-11-21 | 1 | -258/+232 |
| | |||||
* | Fix a long-standing conflict between QtCurve's Gradient class and ↵ | Timothy Pearson | 2014-11-14 | 1 | -0/+4 |
| | | | | | | Libreoffice's Gradient class This largely resolves Bug 1489 | ||||
* | Rename the string kde toolbar widget | Timothy Pearson | 2014-08-07 | 1 | -2/+2 |
| | |||||
* | Very minor style cleanup | Timothy Pearson | 2014-08-07 | 1 | -1/+2 |
| | |||||
* | Fix FTBFS due to recent style API changes | Slávek Banko | 2013-12-26 | 1 | -2/+2 |
| | |||||
* | Rename KStyle to TDEStyle to avoid conflicts with KDE4. | Darrell Anderson | 2013-08-18 | 4 | -16/+16 |
| | |||||
* | Fix QtCurve hang in menu headers | Timothy Pearson | 2013-04-10 | 1 | -3/+3 |
| | | | | Clean up spurious build files | ||||
* | Fix prior commit | Timothy Pearson | 2013-02-14 | 2 | -0/+0 |
| | |||||
* | Rename common header files for consistency with class renaming | Timothy Pearson | 2013-02-14 | 4 | -5/+5 |
| | |||||
* | Rename KStyle to TDEStyle to avoid conflicts with KDE4 | Timothy Pearson | 2013-02-03 | 4 | -98/+98 |
| | |||||
* | Rename a number of classes to enhance compatibility with KDE4 | Timothy Pearson | 2013-02-01 | 1 | -6/+6 |
| | |||||
* | Rename kiobuffer and KHTML | Timothy Pearson | 2013-01-27 | 1 | -11/+11 |
| | |||||
* | Rename a number of libraries and executables to avoid conflicts with KDE4 | Timothy Pearson | 2013-01-26 | 2 | -7/+7 |
| | |||||
* | Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4 | Timothy Pearson | 2013-01-25 | 1 | -1/+1 |
| | |||||
* | Update to latest style API | Timothy Pearson | 2012-11-14 | 2 | -34/+34 |
| | |||||
* | Fix crashes when used with third party toolkits | Timothy Pearson | 2012-11-11 | 1 | -47/+46 |
| | |||||
* | Fix crashes when used with third-party toolkits | Timothy Pearson | 2012-11-04 | 2 | -287/+334 |
| | |||||
* | Fix references to user profile directory. | Darrell Anderson | 2012-11-04 | 1 | -1/+1 |
| | |||||
* | Update to new style API | Timothy Pearson | 2012-10-31 | 1 | -4/+23 |
| | |||||
* | Update for style API | Timothy Pearson | 2012-10-31 | 1 | -8/+33 |
| | |||||
* | Do not use direct widget access when drawing tabs and popup menus | Timothy Pearson | 2012-10-17 | 1 | -28/+19 |
| | |||||
* | Revert style and class names to QtCurve | Slávek Banko | 2012-09-01 | 2 | -91/+95 |
| | | | | Fix FTBFS on Qt3 | ||||
* | Style API update | Timothy Pearson | 2012-08-08 | 4 | -10/+11 |
| | |||||
* | TQStyle API update | Timothy Pearson | 2012-08-07 | 4 | -1095/+1127 |
| | |||||
* | Update to new style API | Timothy Pearson | 2012-08-05 | 4 | -336/+432 |
| | |||||
* | Fix inadvertent "TQ" changes. | Darrell Anderson | 2012-04-13 | 2 | -29/+29 |
| | |||||
* | Rename additional global functions and variables for tqt3 | Timothy Pearson | 2012-03-02 | 2 | -17/+17 |
| | |||||
* | Rename kde-config to tde-config | Timothy Pearson | 2012-02-26 | 1 | -2/+2 |
| |