summaryrefslogtreecommitdiffstats
path: root/kicker/kicker/ui
Commit message (Collapse)AuthorAgeFilesLines
* Rename common header files for consistency with class renamingTimothy Pearson2013-02-1411-14/+14
|
* Rename kcompletionboxTimothy Pearson2013-02-071-1/+1
|
* Rename KComp to avoid conflicts with KDE4Timothy Pearson2013-02-072-2/+2
|
* Rename KIcon to enhance compatibility with KDE4Timothy Pearson2013-02-0410-25/+25
|
* Rename KStyle to TDEStyle to avoid conflicts with KDE4Timothy Pearson2013-02-031-2/+2
|
* Rename kdisplay for enhanced compatibility with KDE4Timothy Pearson2013-02-022-4/+4
|
* Rename many classes and header files to avoid conflicts with KDE4Timothy Pearson2013-02-014-6/+6
|
* Rename a number of classes to enhance compatibility with KDE4Timothy Pearson2013-02-019-40/+40
|
* Rename KLock and KTrader to avoid conflicts with KDE4Timothy Pearson2013-02-011-1/+1
|
* Rename KStandard for enhanced compatibility with KDE4Timothy Pearson2013-01-313-7/+7
|
* Rename KSharedTimothy Pearson2013-01-312-4/+4
|
* Rename a number of libraries and executables to avoid conflicts with KDE4Timothy Pearson2013-01-276-13/+13
|
* Rename a number of libraries and executables to avoid conflicts with KDE4Timothy Pearson2013-01-265-6/+6
|
* Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4Timothy Pearson2013-01-254-11/+11
|
* Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4Timothy Pearson2013-01-247-47/+47
|
* Rename KApplication to TDEApplication to avoid conflicts with KDE4Timothy Pearson2013-01-205-17/+17
|
* Use KIcon::Place instead of KIcon::FileSystemsTimothy Pearson2012-11-201-1/+1
|
* Update TQt3 property/enum macrosTimothy Pearson2012-10-201-1/+1
|
* Fix menu crash with disabled search fieldSlávek Banko2012-07-071-0/+2
| | | | This resolves Bug 1081
* Update remnant references: kde-*.desktop -> tde-*.desktop.Darrell Anderson2012-07-051-7/+7
|
* Branding cleanup: KDE -> TDEDarrell Anderson2012-06-032-3/+3
|
* Fix references of K Menu -> TDE Menu.Darrell Anderson2012-03-211-6/+6
|
* Fix branding issues of non-KDE -> non-TDE.Darrell Anderson2012-03-072-3/+3
|
* Rename additional global functions and variables for tqt3Timothy Pearson2012-03-021-1/+1
|
* Rename additional global TQt functionsTimothy Pearson2012-03-011-3/+3
|
* Part 1 of 2 of kdm renameTimothy Pearson2012-01-222-3/+3
|
* Fix kickoff crashing and remove additional OpenSUSE brandingTimothy Pearson2012-01-111-3/+2
| | | | This closes Bug 508
* Rename a few stragglersTimothy Pearson2011-12-241-1/+1
|
* Rename obsolete tq methods to standard namesTimothy Pearson2011-12-214-13/+13
|
* Remove additional unneeded tq method conversionsTimothy Pearson2011-12-1916-42/+42
|
* Rename old tq methods that no longer need a unique nameTimothy Pearson2011-12-1822-111/+111
|
* Revert "Rename a number of old tq methods that are no longer tq specific"Timothy Pearson2011-12-1630-160/+160
| | | | This reverts commit 73c08b592db45af554b9f21029bc549d70f683ab.
* Rename a number of old tq methods that are no longer tq specificTimothy Pearson2011-12-1530-160/+160
|
* Additional renaming of kde to tdeTimothy Pearson2011-11-162-2/+2
|
* Rename kwin to twin (part 1 of 2)Timothy Pearson2011-11-073-3/+3
|
* Rename kde libraries to tdeTimothy Pearson2011-11-053-3/+3
|
* Attempt to fix Kicker freezing on the screen when logout is selectedtpearson2011-10-231-0/+1
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1260424 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* rename the following methods:tpearson2011-08-102-7/+7
| | | | | | | | tqparent parent tqmask mask git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* rename the following methods:tpearson2011-08-1015-89/+89
| | | | | | | | | tqfind find tqreplace replace tqcontains contains git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1246075 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fix up a few Deep Buttons glitchestpearson2011-08-051-5/+5
| | | | | | | | Add an option to include the clock in the system tray applet Majorly enhance the Quick Launch Kicker applet git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1245129 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Remove the tq in front of these incorrectly TQt4-converted methods/data members:tpearson2011-07-093-6/+6
| | | | | | | | | | | | 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-071-1/+1
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1240369 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
* Fix the following problems under Qt4:tpearson2011-02-281-0/+4
| | | | | | | | | | * 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
* Allow kdebase to (mostly) function correctly with TQt for Qt4tpearson2011-02-156-10/+10
| | | | | | | | 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-231-0/+58
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1216551 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Enable compilation with TQt for Qt4 3.4.0 TP2tpearson2011-01-1943-409/+409
| | | | | | | 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-0731-259/+259
| | | | | | | | 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-0331-259/+259
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1211357 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