summaryrefslogtreecommitdiffstats
path: root/ksplashml
Commit message (Collapse)AuthorAgeFilesLines
...
* Rename KInstance and KAboutData to avoid conflicts with KDE4Timothy Pearson2013-01-222-4/+4
|
* Rename KApplication to TDEApplication to avoid conflicts with KDE4Timothy Pearson2013-01-201-4/+4
|
* Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4Timothy Pearson2013-01-195-9/+9
|
* Branding: KDE->TDEDarrell Anderson2012-06-276-11/+11
|
* Branding: update splash preview images.Darrell Anderson2012-06-252-0/+0
|
* Update XDG information in support of bug report 892.Darrell Anderson2012-06-086-10/+10
|
* Branding cleanup: I18N_NOOP KDE -> TDE.Darrell Anderson2012-05-101-2/+2
|
* Fix branding with splash theme images.Darrell Anderson2012-03-246-0/+0
|
* Updated images with branding issues.Darrell Anderson2012-03-132-0/+0
| | | | This partially resolves bug report 851.
* Rename additional global functions and variables for tqt3Timothy Pearson2012-03-021-7/+7
|
* Fix branding issues with default splash preview image (Preview.png).Darrell Anderson2012-02-211-0/+0
| | | | This partially resolves bug report 851.
* Remove spurious TQ_OBJECT instancesTimothy Pearson2012-02-171-1/+1
|
* Fix up desktop file type specifiers for tqt3Timothy Pearson2012-02-121-2/+2
|
* Part 1 of 2 of kdm renameTimothy Pearson2012-01-221-7/+7
|
* Remove additional unneeded tq method conversionsTimothy Pearson2011-12-191-1/+1
|
* Rename old tq methods that no longer need a unique nameTimothy Pearson2011-12-184-11/+11
|
* Revert "Rename a number of old tq methods that are no longer tq specific"Timothy Pearson2011-12-167-16/+16
| | | | This reverts commit 73c08b592db45af554b9f21029bc549d70f683ab.
* Rename a number of old tq methods that are no longer tq specificTimothy Pearson2011-12-157-16/+16
|
* Rename KDEHOME and KDEDIRTimothy Pearson2011-12-071-1/+1
|
* Rename startkde to starttdeTimothy Pearson2011-11-161-1/+1
|
* Additional renaming of kde to tdeTimothy Pearson2011-11-161-1/+1
|
* Rename kwin to twin (part 1 of 2)Timothy Pearson2011-11-074-4/+4
|
* Rename additional instances of KDE to TDETimothy Pearson2011-11-067-14/+14
|
* Additional kde to tde renamingTimothy Pearson2011-11-066-6/+6
|
* Link most Trinity DSOs against the most common kdelibs libraries to ↵tpearson2011-10-105-5/+5
| | | | | | compensate for linking changes in modern distributions such as Ubuntu Oneiric git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1258263 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fix Unified splash screentpearson2011-09-152-2/+6
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1253867 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Add new "Unified" splash screentpearson2011-09-1413-0/+418
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1253671 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* rename the following methods:tpearson2011-08-101-3/+3
| | | | | | | | 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-103-8/+8
| | | | | | | | | tqfind find tqreplace replace tqcontains contains git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1246075 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* [kdebase/ksplashml] fixed a linking errorsamelian2011-03-291-0/+4
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1226393 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fix Qt4 FTBFStpearson2011-03-261-1/+1
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1226011 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fix the following problems under Qt4:tpearson2011-02-282-2/+16
| | | | | | | | | | * 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-151-1/+1
| | | | | | | | 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-2317-0/+427
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1216551 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Minor compilation enhancementstpearson2011-01-233-6/+6
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1216418 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Enable compilation with TQt for Qt4 3.4.0 TP2tpearson2011-01-1913-34/+34
| | | | | | | 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-0719-62/+62
| | | | | | | | 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-0319-62/+62
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1211357 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* startkde fixtpearson2010-09-192-0/+0
| | | | | | | Fixed splash screen rebranding git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1176894 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Bugfix batch 2/2tpearson2010-09-1710-7/+7
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1176512 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* TQt conversion fixestpearson2010-08-025-9/+9
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1158418 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Trinity Qt initial conversiontpearson2010-07-3123-537/+537
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1157639 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Initial import of Trinity 3.5.11 to kdebasetpearson2009-12-111-6/+12
| | | | | | | | Extends krandrtray, adds iccconfig kcontrol module, adds run dialog autocomplete and lots of bugfixes Will need to check for commit warnings and repair as encountered Also needs full compile test git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1061475 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.toma2009-11-2586-0/+4723
BUG:215923 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da