summaryrefslogtreecommitdiffstats
path: root/kdesktop
Commit message (Collapse)AuthorAgeFilesLines
* rename the following methods:tpearson2011-08-102-8/+8
| | | | | | | | 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-1011-38/+38
| | | | | | | | | 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 a second cause of the ever-ubiquitous Bug #456tpearson2011-07-138-19/+15
| | | | | | | | | This one is related to the MOC having a different idea of the data structure than the C compiler does in bgmanager.xx, thereby causing memory corruption when the bgmanager object attempts to access data members that the MOC did not add to the objects memory structure. Also apply the fix in r1420474 to KDesktopIface and KScreenSaverIface git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1241406 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Remove the tq in front of these incorrectly TQt4-converted methods/data members:tpearson2011-07-091-5/+5
| | | | | | | | | | | | tqrepaint[...] tqinvalidate[...] tqparent[...] tqmask[...] tqlayout[...] tqalignment[...] git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1240522 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fix Bug #456tpearson2011-07-084-4/+6
| | | | | | | | On newer gcc/libstdc/glibc systems virtual base objects are not actually allocated, causing a crash when assigning to data members of the virtual base object. git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1240474 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Revert patch r1227273 due to a desktop drag-and-drop bug it introducedtpearson2011-07-085-28/+22
| | | | | | | This temporarily reintroduces bug 456 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1240473 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Rename incorrect instances of tqrepaint[...] to repaint[...]tpearson2011-07-072-5/+5
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1240369 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Work around glibc/libstdc/gcc/g++ nested new() object bugtpearson2011-04-075-22/+28
| | | | | | | Closes Bug #456 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1227273 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Enable composite during moc runtpearson2011-04-031-0/+5
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1226918 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fix Qt4 FTBFStpearson2011-03-251-1/+1
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1226003 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fix ugly kdesktop shadow pixmap edgestpearson2011-02-191-1/+2
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1221588 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* [kdebase/kdebase] fixed pam supportsamelian2011-02-182-0/+18
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1221507 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Allow kdebase to (mostly) function correctly with TQt for Qt4tpearson2011-02-154-8/+8
| | | | | | | | 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-238-0/+280
| | | | 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-1937-242/+242
| | | | | | | 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-0734-213/+213
| | | | | | | | 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-0334-213/+213
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1211357 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fix My Documents shortcut on desktoptpearson2010-10-051-5/+3
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1182808 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* [CRITICAL] Remove second non-user-removable Trash icon from new users' Desktoptpearson2010-09-303-162/+2
| | | | | | | [MINOR IMPACT] Fix kdesktop Konsole launch shortcut git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1181397 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* [MINOR IMPACT] Add missing translationstpearson2010-09-296-0/+371
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1180994 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Add show desktop get/set commands to DCOPtpearson2010-09-273-0/+183
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1180138 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fix Slackware FTBFStpearson2010-09-251-0/+4
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1179317 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fix FTBFStpearson2010-09-251-1/+1
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1179282 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fix desktop icon autoalign setting reset problemtpearson2010-09-251-0/+14
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1179277 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fix Slackware FTBFStpearson2010-09-241-2/+4
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1179254 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fix kdestop crashtpearson2010-09-241-2/+3
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1179155 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* * Generic builtin icons now supportedtpearson2010-09-241-28/+2
| | | | | | | * Final fixups to builtin desktop icon configuration git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1179152 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* * Allow XDG launcher to directly rewrite the XDG configuration file instead ↵tpearson2010-09-249-23/+107
| | | | | | | | | | of going through a third party application * Fix desktop icon builtin detection * Desktop icon removal is now more intuitive git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1178835 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fix issues with kxdglaunchertpearson2010-09-231-3/+12
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1178447 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fix broken Documents shortcut in KMenutpearson2010-09-231-11/+23
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1178412 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fix desktop icon wandering once and for all!tpearson2010-09-211-6/+11
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1177990 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Attempt to fix desktop icon scrambling on logout/logintpearson2010-09-211-2/+2
| | | | | | | Added debugging for XBadWindow problem git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1177931 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fix FTBFStpearson2010-09-211-1/+2
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1177774 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Defaults should now match between compiled in and displayedtpearson2010-09-211-2/+2
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1177761 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Added option to disable Konqueror/KDesktop icon activation effectstpearson2010-09-211-1/+1
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1177743 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Added ability to prompt for creation and location of XDG Documents directorytpearson2010-09-214-4/+181
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1177716 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fixed user configurability of icon text box cornerstpearson2010-09-201-5/+17
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1177588 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fix irritating bug where desktop icons do not align to grid on startup when ↵tpearson2010-09-202-2/+8
| | | | | | align to grid is selected for the desktop view git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1177325 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Change desktop defaults to be more intuitivetpearson2010-09-191-2/+2
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1177210 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
* Same as prior committpearson2010-09-181-1/+1
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1176551 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Bugfix batch 2/2tpearson2010-09-172-5/+13
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1176512 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* * Remove Ubuntu specific codetpearson2010-09-161-2/+2
| | | | | | | * Change default launch feedback to KDE3.5.10 style git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1176186 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Second part of prior committpearson2010-09-161-1/+1
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1175949 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Part 3/3 of previous commit (forgot a few files)tpearson2010-09-157-0/+63
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1175785 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Part 2/2 of prior committpearson2010-09-152-4/+65
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1175772 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* * Make Konsole launch from desktop more intuitivetpearson2010-09-101-2/+2
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1173670 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fixed FTBFS on Slackwaretpearson2010-09-093-0/+6
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1173590 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* * Added thee new wallpaperstpearson2010-09-091-0/+1
| | | | | | | | | | | Aghi Stripes World Desktop * * KDM now uses the git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1173250 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Merged in remaining kdebase bugfixes from the Chakra projecttpearson2010-09-072-0/+30
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1172677 283d02a7-25f6-0310-bc7c-ecb5cbfe19da