summaryrefslogtreecommitdiffstats
path: root/style
Commit message (Collapse)AuthorAgeFilesLines
* Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT definesMichele Calgaro2024-01-092-8/+8
| | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 61f899bc4e80ae6aeed18a90fc04cecebfa700ad)
* Replace various '#define' strings - part 6Michele Calgaro2023-12-181-16/+16
| | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit babc63b811b6e52a4a0003f1aa46cbc981591f73)
* Replace 'Event' #define stringsMichele Calgaro2023-11-301-2/+2
| | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 562093b2dca8669276fe2e3e37330b12a15daebb)
* Replaced various '#define' with actual strings - part 4Michele Calgaro2023-11-263-135/+135
| | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 08147c8aedded5fced6eb4cfe7ba918996d3f481)
* Replaced various '#define' with actual strings - part 3Michele Calgaro2023-11-242-2/+2
| | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit e2b48e1ca33b5b67426d38a51af78ab0d4c1b7cf)
* Replace Qt with TQtMichele Calgaro2023-11-052-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.1Michele Calgaro2023-09-271-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 typesMichele Calgaro2023-09-122-5/+5
| | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit c8bde8592b29d6f1c7b13a7a1b8b93976195cd6d)
* Drop USE_TQT4 codeMichele Calgaro2023-08-291-4/+0
| | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 54852b3b05e91a308100828923ce0d1f32039fa8)
* Drop TQT_BASE_OBJECT* definesMichele Calgaro2023-08-151-3/+3
| | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 2493c9445cef0f089ce4035a51609682a631ea84)
* Drop TQT_TQ*_CONST definesMichele Calgaro2023-08-091-1/+1
| | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit a86e049675732bf1bcf76946acba5b3f2a6a09dc)
* Drop TQT_TQ*_OBJECT definesMichele Calgaro2023-08-081-3/+3
| | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 34553b6ef4ad31cad512b6538bc703ac7ca09337)
* Replace Q_OBJECT with TQ_OBJECTMichele Calgaro2023-07-253-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 Calgaro2023-07-132-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 Banko2022-02-022-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 Calgaro2020-09-292-7/+0
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Updated to QtCurve version 1.8.5TCH2020-05-038-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.TCH2020-04-272-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 Calgaro2020-01-301-4/+4
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Fix FTBFS due to removed HAVE_REAL_TQT definition in tqtinterface.Slávek Banko2019-05-021-4/+0
| | | | Signed-off-by: Slávek Banko <[email protected]>
* Removed obsolete Qt2's TQList/TQListIterator classes and replacedMichele Calgaro2018-10-171-1/+1
| | | | | | with TQt3's TQPtrList/TQPtrListIterator ones. Signed-off-by: Michele Calgaro <[email protected]>
* Fix crash under Milk styler14.0.0Timothy Pearson2014-12-021-1/+1
|
* Minor syntatical cleanup, no functional changesTimothy Pearson2014-11-211-258/+232
|
* Fix a long-standing conflict between QtCurve's Gradient class and ↵Timothy Pearson2014-11-141-0/+4
| | | | | | Libreoffice's Gradient class This largely resolves Bug 1489
* Rename the string kde toolbar widgetTimothy Pearson2014-08-071-2/+2
|
* Very minor style cleanupTimothy Pearson2014-08-071-1/+2
|
* Fix FTBFS due to recent style API changesSlávek Banko2013-12-261-2/+2
|
* Rename KStyle to TDEStyle to avoid conflicts with KDE4.Darrell Anderson2013-08-184-16/+16
|
* Fix QtCurve hang in menu headersTimothy Pearson2013-04-101-3/+3
| | | | Clean up spurious build files
* Fix prior commitTimothy Pearson2013-02-142-0/+0
|
* Rename common header files for consistency with class renamingTimothy Pearson2013-02-144-5/+5
|
* Rename KStyle to TDEStyle to avoid conflicts with KDE4Timothy Pearson2013-02-034-98/+98
|
* Rename a number of classes to enhance compatibility with KDE4Timothy Pearson2013-02-011-6/+6
|
* Rename kiobuffer and KHTMLTimothy Pearson2013-01-271-11/+11
|
* Rename a number of libraries and executables to avoid conflicts with KDE4Timothy Pearson2013-01-262-7/+7
|
* Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4Timothy Pearson2013-01-251-1/+1
|
* Update to latest style APITimothy Pearson2012-11-142-34/+34
|
* Fix crashes when used with third party toolkitsTimothy Pearson2012-11-111-47/+46
|
* Fix crashes when used with third-party toolkitsTimothy Pearson2012-11-042-287/+334
|
* Fix references to user profile directory.Darrell Anderson2012-11-041-1/+1
|
* Update to new style APITimothy Pearson2012-10-311-4/+23
|
* Update for style APITimothy Pearson2012-10-311-8/+33
|
* Do not use direct widget access when drawing tabs and popup menusTimothy Pearson2012-10-171-28/+19
|
* Revert style and class names to QtCurveSlávek Banko2012-09-012-91/+95
| | | | Fix FTBFS on Qt3
* Style API updateTimothy Pearson2012-08-084-10/+11
|
* TQStyle API updateTimothy Pearson2012-08-074-1095/+1127
|
* Update to new style APITimothy Pearson2012-08-054-336/+432
|
* Fix inadvertent "TQ" changes.Darrell Anderson2012-04-132-29/+29
|
* Rename additional global functions and variables for tqt3Timothy Pearson2012-03-022-17/+17
|
* Rename kde-config to tde-configTimothy Pearson2012-02-261-2/+2
|