Michele Calgaro
43e8fa69b3
Fix wrong maintained kate MRU list if any plugin is enabled
...
This resolves Bug 1743
11 years ago
Michele Calgaro
b88d1a9c26
Fix adding newly created documents to MRU list in kate
...
This resolves Bug 1680
11 years ago
Darrell Anderson
90f1f50f00
Fix remnant QMIN/QMAX to TQMIN/TQMAX.
11 years ago
Slávek Banko
3e88ddfbc3
Additional k => tde renaming and fixes
11 years ago
Darrell Anderson
f3db9433f8
Add the ability to force Kate into MDI mode all the time.
...
This resolves bug report 1127.
11 years ago
Timothy Pearson
99fec1f0d0
Fix Kate MDI activation
...
This partially resolves Bug 692
12 years ago
Timothy Pearson
b545fc38ff
Revert part of commit 9dbcc3d
...
This reopens Bug 692 but resolves an irritating taskbar bug in Kate
12 years ago
Timothy Pearson
f29ac1d284
Fix sporadic Kate crash first reported in KDE bug 140135
12 years ago
Timothy Pearson
77cbe84cb6
Rename additional header files to avoid conflicts with KDE4
12 years ago
Timothy Pearson
9286b9ebcc
Rename common header files for consistency with class renaming
12 years ago
Timothy Pearson
5e664c2e4a
Rename KCmd to avoid conflicts with KDE4
12 years ago
Timothy Pearson
de9b6c9ad1
Rename KIcon to enhance compatibility with KDE4
12 years ago
Timothy Pearson
a5430e4b98
Rename many classes and header files to avoid conflicts with KDE4
12 years ago
Timothy Pearson
f537c21b68
Rename a number of classes to enhance compatibility with KDE4
12 years ago
Timothy Pearson
dc5f267664
Rename KLock and KTrader to avoid conflicts with KDE4
12 years ago
Timothy Pearson
98f4a055ba
Rename KLocale to enhance compatibility with KDE4
12 years ago
Timothy Pearson
93943a849d
Rename KStartup for enhanced compatibility with KDE4
12 years ago
Timothy Pearson
5e5409d895
Rename KShared
12 years ago
Timothy Pearson
de7e5867a6
Rename a number of libraries and executables to avoid conflicts with KDE4
12 years ago
Timothy Pearson
dc6b76cac4
Rename a number of libraries and executables to avoid conflicts with KDE4
12 years ago
Timothy Pearson
cc74f360bb
Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4
12 years ago
Timothy Pearson
79b21d47bc
Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4
12 years ago
Timothy Pearson
1d061b286a
Rename KInstance and KAboutData to avoid conflicts with KDE4
12 years ago
Timothy Pearson
e4e0479220
Rename KApplication to TDEApplication to avoid conflicts with KDE4
12 years ago
Timothy Pearson
d41050ea3f
Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4
12 years ago
Darrell Anderson
98048a717f
Fix kate and kwrite versions to better match new R14 version scheme.
13 years ago
Darrell Anderson
00ab774674
Fix write menu option to match associated dialog title.
13 years ago
Darrell Anderson
377f84855a
Fix kate raising but not grabbing focus when the
...
--use parameter is used. This resolves bug report 692.
13 years ago
Darrell Anderson
1987e94712
Branding cleanup: KDE -> TDE
13 years ago
Darrell Anderson
113afa8580
Branding cleanup: What's This help, KDE -> TDE
13 years ago
Darrell Anderson
cfd4a7e4ea
Branding cleanup: KDE -> TDE
13 years ago
Timothy Pearson
de4e7b4159
Add support to Kate for saving/restoring manual document placement
...
Make absolutely sure that kdesktop_lock reads recently changed configuration files when starting up
13 years ago
Timothy Pearson
9a948c1af9
Disable keyboard shortcuts for file location moving, as they did not work properly and have very little practical use
13 years ago
Timothy Pearson
b0fa10df6c
Add drag and drop to kate file list in manual mode
13 years ago
Timothy Pearson
46a657f710
Add the ability to reorder documents in kate
13 years ago
Timothy Pearson
2242eb95a7
Rename additional members for tqt3
13 years ago
Timothy Pearson
153e023cc2
Remove spurious TQ_OBJECT instances
13 years ago
Timothy Pearson
d5f119e430
Restore Kate MRU list number-of-items configuration option
...
This closes Bug 244
13 years ago
Timothy Pearson
f64397c82f
Remove additional unneeded tq method conversions
13 years ago
Timothy Pearson
628043be55
Rename old tq methods that no longer need a unique name
13 years ago
Timothy Pearson
2c01fd64dd
Revert "Rename a number of old tq methods that are no longer tq specific"
...
This reverts commit 73c08b592d
.
13 years ago
Timothy Pearson
73c08b592d
Rename a number of old tq methods that are no longer tq specific
13 years ago
Timothy Pearson
371e91c48d
Additional renaming of kde to tde
13 years ago
Timothy Pearson
43d99cc247
Rename kwin to twin (part 1 of 2)
13 years ago
Timothy Pearson
7574a7287e
Additional kde to tde renaming
13 years ago
tpearson
9a3f0aacd4
rename the following methods:
...
tqfind find
tqreplace replace
tqcontains contains
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1246075 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
13 years ago
tpearson
bee265d855
Remove the tq in front of these incorrectly TQt4-converted methods/data members:
...
tqrepaint[...]
tqinvalidate[...]
tqparent[...]
tqmask[...]
tqlayout[...]
tqalignment[...]
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1240522 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
14 years ago
tpearson
6171b51130
Rename incorrect instances of tqrepaint[...] to repaint[...]
...
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1240369 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
14 years ago
tpearson
0a05b258fa
Change remaining kdebase inherits() and similar methods to use new object name define strings
...
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1226910 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
14 years ago
tpearson
cc0ad49c75
Allow kdebase to (mostly) function correctly with TQt for Qt4
...
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
14 years ago