summaryrefslogtreecommitdiffstats
path: root/style/lipstik.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Replaced various '#define' with actual strings - part 4Michele Calgaro2023-11-261-22/+22
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace Qt with TQtMichele Calgaro2023-11-051-3/+3
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, ↵Michele Calgaro2023-09-231-1/+1
| | | | | | QIODevice with TQ* version Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Drop TQT_TQ*_OBJECT definesMichele Calgaro2023-08-081-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the ↵Michele Calgaro2023-07-121-8/+8
| | | | | | merging of tqtinterface with tqt3. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fixed invalid characters in names with umlaut letters.Michele Calgaro2022-06-211-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Removed explicit usage of the 'register' keyword.Michele Calgaro2020-01-301-4/+4
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Add KDE_EXPORT to public library symbols.Slávek Banko2019-03-311-1/+1
| | | | | | This allows build with gcc hidden visibility. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Added controlled conversions to char* instead of automatic ascii conversions.Slávek Banko2019-03-311-3/+3
| | | | | | The definition of -UTQT_NO_ASCII_CAST is no longer needed. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Rename the string kde toolbar widgetTimothy Pearson2014-08-071-3/+3
|
* Rename KStyle to TDEStyle to avoid conflicts with KDE4Timothy Pearson2013-02-031-27/+27
|
* Rename a number of libraries and executables to avoid conflicts with KDE4Timothy Pearson2013-01-261-16/+16
|
* Update to latest style APITimothy Pearson2012-11-141-15/+15
|
* Fix crashes when used with third party toolkitsTimothy Pearson2012-11-111-44/+30
|
* Resolve potential crashesTimothy Pearson2012-11-011-8/+5
|
* Use widget info structs instead of direct widget access where possibleTimothy Pearson2012-10-311-25/+20
|
* Update to new style APITimothy Pearson2012-10-311-6/+25
|
* Update styleTimothy Pearson2012-10-311-15/+27
|
* Do not use direct widget access when drawing tabs and popup menusTimothy Pearson2012-10-171-16/+9
|
* Use internal Qt hover drawingTimothy Pearson2012-10-161-79/+15
|
* TQStyle API updateTimothy Pearson2012-08-071-178/+193
|
* Update to new style APITimothy Pearson2012-08-051-78/+96
|
* Fix accidental FTBFS from last commitTimothy Pearson2012-03-231-5/+5
|
* Draw inactive menu itemsTimothy Pearson2012-03-221-0/+22
| | | | This fixes rendering glitches outside of Qt3/X11
* Rename additional members for tqt3Timothy Pearson2012-03-071-3/+3
|
* Rename obsolete tq methods to standard namesTimothy Pearson2011-12-211-2/+2
|
* Remove additional unneeded tq method conversionsTimothy Pearson2011-12-191-13/+13
|
* Rename old tq methods that no longer need a unique nameTimothy Pearson2011-12-181-34/+34
|
* Revert "Rename a number of old tq methods that are no longer tq specific"Timothy Pearson2011-12-161-49/+49
| | | | This reverts commit fefd7618681c12635dfc1fd256d385dd44f687c3.
* Rename a number of old tq methods that are no longer tq specificTimothy Pearson2011-12-151-49/+49
|
* Fix accidental conversion of dockwinTimothy Pearson2011-11-081-1/+1
|
* Rename kwin to twin (part 1 of 2)Timothy Pearson2011-11-071-1/+1
|
* Add PE_HeaderSectionMenu handler to Lipstikv3.5.13tpearson2011-09-011-0/+1
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kde-style-lipstik@1250783 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* rename the following methods:tpearson2011-08-101-38/+38
| | | | | | | | tqparent parent tqmask mask git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kde-style-lipstik@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* rename the following methods:tpearson2011-08-101-7/+7
| | | | | | | | | tqfind find tqreplace replace tqcontains contains git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kde-style-lipstik@1246075 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Remove the tq in front of these incorrectly TQt4-converted methods/data members:tpearson2011-07-091-11/+11
| | | | | | | | | | | | tqrepaint[...] tqinvalidate[...] tqparent[...] tqmask[...] tqlayout[...] tqalignment[...] git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kde-style-lipstik@1240522 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Rename incorrect instances of tqrepaint[...] to repaint[...]tpearson2011-07-071-2/+2
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kde-style-lipstik@1240369 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* TQt4 port the Lipstik styletpearson2011-05-301-611/+611
| | | | | | | This enables compilation under both Qt3 and Qt4 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kde-style-lipstik@1234205 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Added Lipstik theme enginetpearson2010-02-131-0/+4107
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kde-style-lipstik@1089389 283d02a7-25f6-0310-bc7c-ecb5cbfe19da