Commit Graph

41 Commits (b79215e8fbe6dabca768fd017aedb53859b01e0f)

Author SHA1 Message Date
Michele Calgaro c801de6afa
Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
Michele Calgaro 037ba5112a
Replace various '#define' strings - part 6
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
Michele Calgaro 8688de253f
Replaced various '#define' with actual strings - part 4
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
Michele Calgaro 2e60f361db
Replace Qt with TQt
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
Michele Calgaro 83e7bca077
Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
Michele Calgaro 71bec0546a
Drop TQT_TQ*_OBJECT defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
2 years ago
Michele Calgaro 906fa0a7b3
Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
2 years ago
Michele Calgaro f5bf2a7321
Fixed invalid characters in names with umlaut letters.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
3 years ago
Michele Calgaro 2a2efe6e72
Removed explicit usage of the 'register' keyword.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
5 years ago
Slávek Banko 5cb7f3667e
Add KDE_EXPORT to public library symbols.
This allows build with gcc hidden visibility.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
6 years ago
Slávek Banko 283aebe001
Added controlled conversions to char* instead of automatic ascii conversions.
The definition of -UTQT_NO_ASCII_CAST is no longer needed.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
6 years ago
Timothy Pearson 2abd4d38a0 Rename the string kde toolbar widget 11 years ago
Timothy Pearson c185347c72 Rename KStyle to TDEStyle to avoid conflicts with KDE4 12 years ago
Timothy Pearson 153dafe022 Rename a number of libraries and executables to avoid conflicts with KDE4 12 years ago
Timothy Pearson 363433c69f Update to latest style API 12 years ago
Timothy Pearson cb48b1e673 Fix crashes when used with third party toolkits 12 years ago
Timothy Pearson 7e54430051 Resolve potential crashes 12 years ago
Timothy Pearson fad7c06d70 Use widget info structs instead of direct widget access where possible 12 years ago
Timothy Pearson 0be8c502f5 Update to new style API 12 years ago
Timothy Pearson 8c8a5b7ffa Update style 12 years ago
Timothy Pearson 001fa24363 Do not use direct widget access when drawing tabs and popup menus 13 years ago
Timothy Pearson 8e1d136772 Use internal Qt hover drawing 13 years ago
Timothy Pearson 71dde9e35e TQStyle API update 13 years ago
Timothy Pearson b80c68a29b Update to new style API 13 years ago
Timothy Pearson b54a51cf03 Fix accidental FTBFS from last commit 13 years ago
Timothy Pearson 5105b27800 Draw inactive menu items
This fixes rendering glitches outside of Qt3/X11
13 years ago
Timothy Pearson 17ab3cff0a Rename additional members for tqt3 13 years ago
Timothy Pearson 03d6e3015a Rename obsolete tq methods to standard names 13 years ago
Timothy Pearson ebbc782c30 Remove additional unneeded tq method conversions 13 years ago
Timothy Pearson c486ca7da0 Rename old tq methods that no longer need a unique name 13 years ago
Timothy Pearson 3efcc926af Revert "Rename a number of old tq methods that are no longer tq specific"
This reverts commit fefd761868.
13 years ago
Timothy Pearson fefd761868 Rename a number of old tq methods that are no longer tq specific 13 years ago
Timothy Pearson b8194db620 Fix accidental conversion of dockwin 13 years ago
Timothy Pearson df63cee06e Rename kwin to twin (part 1 of 2) 13 years ago
tpearson 19abb4dd4c Add PE_HeaderSectionMenu handler to Lipstik
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kde-style-lipstik@1250783 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
14 years ago
tpearson 590a0236a5 rename the following methods:
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
14 years ago
tpearson f1a1c11c4d rename the following methods:
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
14 years ago
tpearson 664a63eaba Remove the tq in front of these incorrectly TQt4-converted methods/data members:
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
14 years ago
tpearson 108bea9b13 Rename incorrect instances of tqrepaint[...] to repaint[...]
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kde-style-lipstik@1240369 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
14 years ago
tpearson 1d95710a43 TQt4 port the Lipstik style
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
14 years ago
tpearson 67fe54c936 Added Lipstik theme engine
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kde-style-lipstik@1089389 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
15 years ago