summaryrefslogtreecommitdiffstats
path: root/konqueror
Commit message (Collapse)AuthorAgeFilesLines
* Rename old tq methods that no longer need a unique nameTimothy Pearson2011-12-1836-262/+262
|
* Revert "Rename a number of old tq methods that are no longer tq specific"Timothy Pearson2011-12-1663-586/+586
| | | | This reverts commit 73c08b592db45af554b9f21029bc549d70f683ab.
* Rename a number of old tq methods that are no longer tq specificTimothy Pearson2011-12-1563-586/+586
|
* Rename additional KDE stringsTimothy Pearson2011-12-081-1/+1
|
* Additional renaming of kde to tdeTimothy Pearson2011-11-167-8/+8
|
* Rename kwin to twin (part 1 of 2)Timothy Pearson2011-11-076-7/+7
|
* Rename additional instances of KDE to TDETimothy Pearson2011-11-062-2/+2
|
* Additional kde to tde renamingTimothy Pearson2011-11-0614-26/+26
|
* Link most Trinity DSOs against the most common kdelibs libraries to ↵tpearson2011-10-101-1/+1
| | | | | | 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
* Second part of previous committpearson2011-08-211-0/+0
| | | | | | | Move files with kde3 in their name to have trinity in their name instead git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1248413 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Use TDE_FULL_SESSION instead of KDE_FULL_SESSIONtpearson2011-08-201-1/+1
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1248149 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* rename the following methods:tpearson2011-08-107-21/+21
| | | | | | | | 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-1031-122/+122
| | | | | | | | | tqfind find tqreplace replace tqcontains contains git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1246075 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Remove the tq in front of these incorrectly TQt4-converted methods/data members:tpearson2011-07-0923-53/+53
| | | | | | | | | | | | 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-073-5/+5
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1240369 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Wean kdebase off of hacky static qt_x_*_tim variablestpearson2011-04-032-14/+11
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1227011 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Update kdebase inherits() to use new object name defines instead of string ↵tpearson2011-04-023-4/+4
| | | | | | literals git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1226899 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fix konqy_preload.desktop CMake install directorytpearson2011-03-171-1/+1
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1225182 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fix libkonqsidebarplugin versiontpearson2011-03-171-1/+1
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1225180 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Part 2/2 of fix for Bug 453tpearson2011-03-131-4/+4
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1224640 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* kmenu cleanup - kdelibs, kdebase, kdegraphics, kdepimsamelian2011-03-091-1/+1
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1224234 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fix a number of runtime object identification problems which led to an even ↵tpearson2011-02-241-1/+1
| | | | | | | | | 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/kdebase@1222475 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Allow kdebase to (mostly) function correctly with TQt for Qt4tpearson2011-02-1530-316/+323
| | | | | | | | 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
* Fix recursive repainttpearson2011-01-261-1/+2
| | | | | | | Add Qt4 support to kwin git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1217377 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* [kdebase] initial cmake supportsamelian2011-01-2326-0/+1021
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1216551 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Signal/slot repairstpearson2011-01-211-0/+1
| | | | 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-1984-778/+779
| | | | | | | 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-0786-533/+533
| | | | | | | | 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-0386-533/+533
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1211357 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* [kdebase/konqueror] remove some space characters from settings.kcfgcsamelian2010-10-191-3/+3
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1187615 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* [kdebase/konqueror] remove some space characters from ↵samelian2010-10-191-3/+3
| | | | | | konq_listviewsettings.kcfgc git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1187596 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* [kdebase/konqueror] remove some space characters from konq_settingsxt.kcfgcsamelian2010-10-191-2/+2
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1187461 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* [CRITICAL] Fix additional rendering issues left over from initial TQt conversiontpearson2010-10-023-4/+4
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1181781 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* [CRITICAL] Repair KDM user list with LDAPtpearson2010-10-021-3/+4
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1181776 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fix Slackware FTBFStpearson2010-09-241-0/+1
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1179254 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fix Documents shortcut in K Menu and system:/ foldertpearson2010-09-241-0/+63
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1178867 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fix FTBFStpearson2010-09-161-0/+1
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1176128 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Second part of prior committpearson2010-09-161-0/+9
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1175949 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Part 2/2 of prior committpearson2010-09-151-1/+8
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1175772 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* * Allow Konqueror to compile with new libs-provided networkstatusindicatortpearson2010-09-061-2/+2
| | | | | | | * KDM fixes git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1172005 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* * Massive import of OpenSUSE patches, primarily for bugfixestpearson2010-09-034-2/+20
| | | | | | | | * 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
* TQt conversion fixestpearson2010-08-0228-59/+59
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1158418 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Trinity Qt initial conversiontpearson2010-07-31136-4477/+4477
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1157639 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Repaired obsolete author stringstpearson2009-12-121-1/+2
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1061743 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Initial import of Trinity 3.5.11 to kdebasetpearson2009-12-1115-52/+253
| | | | | | | | 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-25333-0/+52414
BUG:215923 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da