summaryrefslogtreecommitdiffstats
path: root/kdeui
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix qlayout warningsTimothy Pearson2012-06-021-3/+5
| | | | (cherry picked from commit d54eee3837ecafb81ba3845388533ddf3218e173)
* Update bug report dialog with additional informationTimothy Pearson2012-06-024-6/+14
| | | | | This closes Bug 754 (cherry picked from commit c2fb83dad7c2d075c0e9eec083b9d267c79abb6b)
* Rename obsolete tq methods to standard namesTimothy Pearson2012-06-0227-102/+102
| | | | (cherry picked from commit 1180237ab336226ad932d767a6cb56208314988f)
* Remove additional unneeded tq method conversionsTimothy Pearson2012-06-0260-197/+197
| | | | (cherry picked from commit a51cd9949c4e6c726a84a61de3cfadd30cefb5c7)
* Rename old tq methods that no longer need a unique nameTimothy Pearson2012-06-0284-538/+538
| | | | (cherry picked from commit 984c25aa6969e55896e9a13c8e7f7b8a58991a4e)
* Rename tqsetSizePolicy to fix bindingsTimothy Pearson2012-06-027-13/+13
| | | | (cherry picked from commit d5b3ae721dc072e0c70055313de9b5228b6688a8)
* Rename tqsetAlignment to fix bindingsTimothy Pearson2012-06-0225-57/+57
| | | | (cherry picked from commit b212a1de50010bf9f8ff93123281a6956291cdf2)
* Rename tqencodedData to fix bindingsTimothy Pearson2012-06-023-6/+6
| | | | (cherry picked from commit ca1f1a08ecb01139487ff2f0591f97b97164c4e4)
* Use non-tq sizeHint functions to fix bindingsTimothy Pearson2012-06-0277-280/+280
| | | | (cherry picked from commit d4e11a5f488204ab8886e167c7c4af1e6e16ab58)
* Make KPassivePopup emit a signal when a popup is hiddentpearson2011-10-182-0/+6
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1259345 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Keep system modal dialogs on top of all other windowstpearson2011-10-082-1/+20
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1257823 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Split out system modal dialog header widgettpearson2011-09-152-13/+55
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1253788 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Add systemwide modal notification dialog to kdelibstpearson2011-09-122-0/+163
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1253055 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fix up the system tray to handle embedded windows with a different X11 depth ↵tpearson2011-08-271-23/+0
| | | | | | | | | | than the tray itself This truly and finally fixes system tray icon transparency when the parent application uses ARGB visuals Part 1/2 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1249644 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fix KImageEffect blur convolutiontpearson2011-08-252-0/+39
| | | | | | | Add blur ability to krootpixmap git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1249535 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fix lack of system tray icon transparency when parent application utilizes ↵tpearson2011-08-251-5/+31
| | | | | | ARGB visuals git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1249526 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fix system tray icons when the parent application is in ARGB modetpearson2011-08-251-2/+6
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1249387 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Convert remaining references to kde3 (e.g. in paths) to trinitytpearson2011-08-211-1/+1
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1248408 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fix kdelibs FTBFS under Qt4tpearson2011-08-142-11/+11
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1246982 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fix kalyptus by altering kdelibstpearson2011-08-134-35/+57
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1246968 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* rename the following methods:tpearson2011-08-104-21/+21
| | | | | | | | tqparent parent tqmask mask git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* rename the following methods:tpearson2011-08-1049-201/+201
| | | | | | | | | tqfind find tqreplace replace tqcontains contains git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1246075 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Make kdelibs support X-TDE-* in XDG desktop filestpearson2011-08-051-1/+1
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1245191 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Additional Asteroid widget style fixupstpearson2011-08-051-1/+1
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1245128 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Remove the tq in front of these incorrectly TQt4-converted methods/data members:tpearson2011-07-0927-97/+97
| | | | | | | | | | | | tqrepaint[...] tqinvalidate[...] tqparent[...] tqmask[...] tqlayout[...] tqalignment[...] git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1240522 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Rename incorrect instances of tqrepaint[...] to repaint[...]tpearson2011-07-079-49/+49
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1240369 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fix Bug #382tpearson2011-07-051-1/+1
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1239910 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Add TQ_OBJECT defs to kdelibs knuminput.htpearson2011-06-241-0/+5
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1238198 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Specify namespace when using WNoAutoErasetpearson2011-04-111-2/+2
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1227622 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Freshen up about dialog URLs to reflect the new project domain nametpearson2011-04-091-4/+4
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1227451 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fix FTBFStpearson2011-04-061-1/+1
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1227254 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fix FTBFS from Q_PROPERTYtpearson2011-04-061-1/+3
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1227191 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Wean kdelibs off of the qt_x_*_time static variablestpearson2011-04-032-15/+12
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1226986 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Convert remainder of kdelibs to use currently defined tqt object name defstpearson2011-04-021-1/+1
| | | | | | | This might fix the kio ssl problem git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1226906 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Change most kdelibs inherits() functions to use the new object name define ↵tpearson2011-04-025-6/+6
| | | | | | system git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1226839 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* kdelibs should now compile properly with TQt for Qt4tpearson2011-03-221-0/+1
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1225671 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fix yet another Qt4 kdelibs FTBFStpearson2011-03-221-1/+1
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1225623 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fix TDE branding in application about dialogs (closes Bug 320)tpearson2011-03-131-1/+1
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1224644 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fix FTBFS under Mavericktpearson2011-03-111-0/+1
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1224509 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fix a number of runtime object identification problems which led to an even ↵tpearson2011-02-244-4/+4
| | | | | | | | | larger array of minor glitches NOTE: kdevelop and kdewebdev still need to be fully repaired git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1222475 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Allow kdelibs to function correctly with TQt for Qt4tpearson2011-02-1534-158/+164
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1220926 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Convert qt_cast() to ::qt_cast<>tpearson2011-01-312-11/+11
| | | | | | | | | This should fix some random segfaults It needs to be tested to make sure that interfaces still work, e.g. kate/kwrite interfaces in interface/ktexteditor git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1218078 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Restored qt_cast()tpearson2011-01-292-9/+9
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1217837 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Minor cosmetic fixestpearson2011-01-214-1/+12
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1216184 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* TQt compilation fixtpearson2011-01-171-2/+2
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1215178 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Initial conversion for TQt for Qt4 3.4.0 TP2tpearson2011-01-13244-2264/+2356
| | | | | | | | This will also compile with TQt for Qt3, and should not cause any problems with dependent modules such as kdebase. If it does then it needs to be fixed! git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1214149 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* [kdelibs] move "-include tqt.h" directive to CMAKE_CXX_FLAGS; move ↵samelian2011-01-113-14/+0
| | | | | | TQT_CFLAGS_OTHER definitions to main CMakeLists.txt; remove useless defintions git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1213800 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Revert automated changestpearson2011-01-07223-2663/+2663
| | | | | | | | Sorry guys, they are just not ready for prime time Work will continue as always git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1212479 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Automated conversion for enhanced compatibility with TQt for Qt4 3.4.0 TP1tpearson2011-01-03223-2663/+2663
| | | | | | | NOTE: This will not compile with Qt4 (yet), however it does compile with Qt3 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1211081 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* [kdelibs/kdeui] generate dummy.cpp for libkspellsamelian2010-10-061-1/+1
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1183304 283d02a7-25f6-0310-bc7c-ecb5cbfe19da