summaryrefslogtreecommitdiffstats
path: root/konqueror
Commit message (Collapse)AuthorAgeFilesLines
* Fix typos.Darrell Anderson2012-04-051-1/+1
|
* Fix KDE -> TDE branding.Darrell Anderson2012-03-231-1/+1
|
* Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tdebaseTimothy Pearson2012-03-073-4/+24
|\
| * Restore Open in background tab context menu.Darrell Anderson2012-03-073-4/+24
| | | | | | | | This closes bug report 245.
* | Rename additional members for tqt3Timothy Pearson2012-03-074-7/+7
|/
* Update desktop files: OnlyShowIn=KDE; -> OnlyShowIn=TDE;Darrell Anderson2012-03-052-2/+2
|
* Rename additional global functions and variables for tqt3Timothy Pearson2012-03-024-16/+16
|
* Rename additional global TQt functionsTimothy Pearson2012-03-013-3/+3
|
* Rename kde-config to tde-configTimothy Pearson2012-02-261-1/+1
|
* Remove spurious TQ_OBJECT instancesTimothy Pearson2012-02-172-4/+4
|
* Update various qt function definitions and static methods for tqt3Timothy Pearson2012-02-141-1/+1
|
* Fix error message when clicking on System icon on sidebar in konquerorTimothy Pearson2012-01-111-1/+1
| | | | This closes Bug 723
* Repair incorrectly show icon activation effect in List View when said ↵Timothy Pearson2012-01-071-3/+6
| | | | | | effects are disabled This closes Bug 335
* Rename obsolete tq methods to standard namesTimothy Pearson2011-12-2115-32/+32
|
* Remove additional unneeded tq method conversionsTimothy Pearson2011-12-1933-274/+274
|
* 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