summaryrefslogtreecommitdiffstats
path: root/kicker
Commit message (Collapse)AuthorAgeFilesLines
...
* Add initial support for Kicker "Deep Buttons", a more highly textured style ↵tpearson2011-08-0413-39/+256
| | | | | | | | | than the normal "flat" Kicker GUI Add preliminary GUI and configuration structures needed for hot-resizing panels git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1244835 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Remove the tq in front of these incorrectly TQt4-converted methods/data members:tpearson2011-07-0917-29/+29
| | | | | | | | | | | | tqrepaint[...] tqinvalidate[...] tqparent[...] tqmask[...] tqlayout[...] tqalignment[...] git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1240522 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Rename incorrect instances of tqrepaint[...] to repaint[...]tpearson2011-07-078-10/+10
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1240369 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Specify namespace when using WNoAutoErasetpearson2011-04-114-6/+6
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1227631 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Attempt to fix uninitialized starting image issue in shutdown dialog ↵tpearson2011-04-101-1/+1
| | | | | | fade-to-gray code git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1227532 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Wean kdebase off of hacky static qt_x_*_tim variablestpearson2011-04-031-3/+1
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1227011 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Change remaining kdebase inherits() and similar methods to use new object ↵tpearson2011-04-021-1/+1
| | | | | | name define strings git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1226910 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* [kdebase/kicker] install forgoten taskbar.kcfgsamelian2011-03-171-0/+5
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1225178 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fix kicker .desktop CMake install directorytpearson2011-03-171-1/+1
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1225175 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fixed version number of libkickermaintpearson2011-03-171-1/+1
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1225169 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fix the following problems under Qt4:tpearson2011-02-282-5/+9
| | | | | | | | | | * Konsole compilation failure * ksplash exit failure * kicker rounded tip masking behaviour * kwin auto-exit issue git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1223001 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fix kicker minipager hover shading issue under Qt3tpearson2011-02-231-1/+7
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1222358 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Allow kdebase to (mostly) function correctly with TQt for Qt4tpearson2011-02-1526-76/+80
| | | | | | | | Fix kicker tackbar handling under Classic mode (thanks to Ilya Chernykh for the patch) Fix a newly invalidated section of code under GCC 4.5.2 (http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47723#c6) git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1220927 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* [kdebase] initial cmake supportsamelian2011-01-2345-0/+1630
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1216551 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Minor compilation enhancementstpearson2011-01-231-1/+1
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1216418 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Signal/slot repairstpearson2011-01-216-7/+10
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1216185 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Enable compilation with TQt for Qt4 3.4.0 TP2tpearson2011-01-19182-1438/+1481
| | | | | | | This should not break compatibility with TQt for Qt3; if it does please fix it ASAP! git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1215552 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Revert automated changestpearson2011-01-07170-1280/+1280
| | | | | | | | 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/kdebase@1212480 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Automated conversion for enhanced compatibility with TQt for Qt4 3.4.0 TP1tpearson2011-01-03170-1280/+1280
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1211357 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Revert r1180115; the bugfix did not work as intendedtpearson2010-09-272-37/+1
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1180136 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Second attempt to fix FTBFStpearson2010-09-273-16/+6
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1180128 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fix FTBFStpearson2010-09-271-1/+1
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1180126 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fix broken show desktop shortcuttpearson2010-09-272-0/+46
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1180115 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fixed logout UI glitchtpearson2010-09-252-0/+37
| | | | | | | Improved appearance of KDM O2 Enterprise theme git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1179564 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Removed debugging message; the affected area of code is not responsible for ↵tpearson2010-09-231-1/+0
| | | | | | the BadWindow errors git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1178715 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Repair various KMenu side pixmap problemstpearson2010-09-222-1/+24
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1178045 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Attempt to fix desktop icon scrambling on logout/logintpearson2010-09-211-0/+1
| | | | | | | Added debugging for XBadWindow problem git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1177931 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fixed startup indication defaultstpearson2010-09-191-1/+1
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1176912 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Bugfixestpearson2010-09-181-1/+1
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1176854 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* More buxfixestpearson2010-09-182-4/+4
| | | | | | | | Fixed Kicker loaing problem Additional KDE->Trinity reference conversions git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1176571 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Same as prior committpearson2010-09-181-0/+4
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1176551 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Bugfix batch 2/2tpearson2010-09-176-76/+92
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1176512 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Removed some additional KDE referencestpearson2010-09-173-1/+8
| | | | | | | Added option to disable panel icon launch effect git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1176254 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Cleanup Qt connection warningstpearson2010-09-161-1/+2
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1176203 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fix FTBFStpearson2010-09-151-1/+1
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1175792 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Part 2/2 of prior committpearson2010-09-151-11/+18
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1175772 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Minor UI cleanuptpearson2010-09-071-2/+3
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1172353 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Remove OpenSUSE linktpearson2010-09-041-1/+1
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1171505 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* * Added Kickoff menutpearson2010-09-0378-121/+9806
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1171422 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* * Massive import of OpenSUSE patches, primarily for bugfixestpearson2010-09-0365-34/+205
| | | | | | | | * Added some infrastructure created by OpenSUSE to allow for future addition of the Kickoff menu as an option * Minor Slackware compilation fixes git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1171255 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fixed a couple of typos in the previous kdebase committpearson2010-08-221-1/+1
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1166515 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Added configuration option to remove K Menu search field if it is not wanted ↵tpearson2010-08-222-11/+18
| | | | | | by the end user git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1166509 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Added search function to Kickertpearson2010-08-187-2/+337
| | | | | | | Closes bug 221 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1165317 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* TQt conversion fixestpearson2010-08-0234-62/+62
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1158418 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Trinity Qt initial conversiontpearson2010-07-31254-5751/+5751
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1157639 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Part of batch commit to enable true tasktray resize support for Trinity ↵tpearson2010-05-102-10/+30
| | | | | | applications git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1124757 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Added backend for panel icon maximum size controltpearson2010-05-072-3/+12
| | | | | | | Polished frontend for panel icon size configuration git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1123840 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* More display switching repairstpearson2010-04-291-1/+5
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1120414 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Major enhancements to desktop screen switching--now switches screens in half ↵tpearson2010-04-281-1/+1
| | | | | | the time needed before! git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1120367 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fixed stupid bug relating to transparent desktop wallpaper selection (wrong ↵tpearson2010-04-191-1/+1
| | | | | | test value in conditional) git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1116642 283d02a7-25f6-0310-bc7c-ecb5cbfe19da