summaryrefslogtreecommitdiffstats
path: root/kate
Commit message (Collapse)AuthorAgeFilesLines
* Disable keyboard shortcuts for file location moving, as they did not work ↵Timothy Pearson2012-08-261-2/+2
| | | | | | properly and have very little practical use (cherry picked from commit 9a948c1af9c07bfdc0eb079cc3cbc84e6bd597c6)
* Add drag and drop to kate file list in manual modeTimothy Pearson2012-08-261-1/+5
| | | | (cherry picked from commit b0fa10df6cf9ba377d6bfdef719efc8ca4fe57a0)
* Add the ability to reorder documents in kateTimothy Pearson2012-08-263-4/+78
| | | | (cherry picked from commit 46a657f7108284d4f02107d11fa407cbf95b86b9)
* Fix kate raising but not grabbing focus when theDarrell Anderson2012-06-131-0/+17
| | | | | --use parameter is used. This resolves bug report 692. (cherry picked from commit 377f84855a6141625e53e10778e4f47e1d05ae53)
* Further organize KDE Menu.Darrell Anderson2012-06-032-2/+2
| | | | | Rename Help Center KInfoCenter Modules -> Hardware to match KControl name. (cherry picked from commit 312ebed66bec754af65f4dd9e53b7b88093eb8b3)
* Add Utility category to kate and kwrite.Darrell Anderson2012-06-032-2/+2
| | | | | This partially resolves bug report 653. (cherry picked from commit 984c57e3ca467e5f02fa8ab4254e323b56f287e2)
* Restore Kate MRU list number-of-items configuration optionTimothy Pearson2012-06-033-0/+28
| | | | | This closes Bug 244 (cherry picked from commit d5f119e4308938947666c1e921862b83a5476020)
* Remove additional unneeded tq method conversionsTimothy Pearson2012-06-0310-47/+47
| | | | (cherry picked from commit f64397c82fa94371ab4a64af28c4d0029f4cd93f)
* Rename old tq methods that no longer need a unique nameTimothy Pearson2012-06-0314-53/+53
| | | | (cherry picked from commit 628043be55ddd2f534411d028e4f68c8fe4eaabb)
* 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
* rename the following methods:tpearson2011-08-109-29/+29
| | | | | | | | | 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-098-24/+24
| | | | | | | | | | | | 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-4/+4
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1240369 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Change remaining kdebase inherits() and similar methods to use new object ↵tpearson2011-04-022-3/+3
| | | | | | name define strings git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1226910 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* [kdebase/kate] install icons in right placesamelian2011-03-131-1/+1
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1224638 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Allow kdebase to (mostly) function correctly with TQt for Qt4tpearson2011-02-1518-68/+77
| | | | | | | | 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-237-0/+210
| | | | 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-1947-228/+228
| | | | | | | 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-0736-158/+158
| | | | | | | | 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-0336-158/+158
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1211357 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* TQt conversion fixestpearson2010-08-029-27/+27
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1158418 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Trinity Qt initial conversiontpearson2010-07-3172-1535/+1535
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1157639 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* RandrTray fixes; other minor compilation fixestpearson2010-07-201-0/+1
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1152359 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Repair gcc 4.4 compilation errorstpearson2010-01-041-4/+4
| | | | | | | gcc 4.x tries to compile ANY .cpp file, including tips.cpp, so we now generate a tips.txt file instead and use that to generate the .po files git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1069698 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Initial import of Trinity 3.5.11 to kdebasetpearson2009-12-111-1/+2
| | | | | | | | 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-25133-0/+18664
BUG:215923 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da