Eike Hein
9f5d7da6e9
Fix layout regression from r860035 that breaks up e.g.
...
Yakuake's UI by adding a margin around the terminal.
Robert, please seriously consider backporting this to 4.2.
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=935623
17 years ago
Kurt Hindenburg
8295e3ecd7
Allow multiple profile caption to be set.
...
GUI
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=935556
17 years ago
Kurt Hindenburg
5d0b809e84
revert 930286
...
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=935429
17 years ago
Kurt Hindenburg
2bb6b87308
update version; already added in bugs.kde.org
...
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=933867
17 years ago
Kurt Hindenburg
a0f187a785
Allow the disabling of blinking text.
...
BUG: 182414
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=932642
17 years ago
Andrew Coles
f12350c064
Simple minor change: replace
...
QString foo;
foo.replace("bar", QString());
with:
foo.remove("bar");
Is identical (the API docs note this too) but eliminates a redundant QString construction.
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=930634
17 years ago
Leonardo Finetti
0481d364a0
Updated email address
...
BUG: 185374
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=930566
17 years ago
Kurt Hindenburg
449c01c086
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=930328
17 years ago
Kurt Hindenburg
0f99f532e6
Allow double-click selection to check for word boundaries.
...
BUG: 176273
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=930286
17 years ago
Kurt Hindenburg
09a4dcdf5f
Allow ssh port to work in bookmarks.
...
BUG: 173311
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=929785
17 years ago
Fredrik Höglund
7930b1930d
Enable documentMode in the tab bar.
...
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=929640
17 years ago
Wang Kai
cfa1232704
fix BUG: 177284
...
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=924588
17 years ago
David Faure
fa0b6e56a6
Make openUrl lead to a useable shell in all cases, even if the url is not a local url.
...
CCBUG: 153649
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=923962
17 years ago
Patrick Spendrin
8e017d0cfa
use the license header from MainWindow.h
...
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=922935
17 years ago
Patrick Spendrin
98ca94ade7
make a private konsole library as said on kde-devel@
...
use the correct export macros to make a windows patch easier.
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=922444
17 years ago
Kurt Hindenburg
95a81678c5
Use checkmark instead of favorite icon for turning on/off profiles in the menu.
...
BUG: 174650
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=920520
17 years ago
Kurt Hindenburg
ef7c91b1d2
Add checkbox to allow Scrollback->Scrollback Options dialog to save to current profile.
...
FEATURE: 155580
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=920007
17 years ago
Kurt Hindenburg
1c53b18d82
A temporary fix; profiles will only be sorted upon startup and new window.
...
CCBUG:168530
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=919994
17 years ago
David Faure
9fcdce14cd
Fix warning from kxmlguiwindow saying that this line is useless; it is indeed.
...
Confirmed by Robert Knight.
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=917080
17 years ago
Robert Knight
2780a44d4a
Fix crash if key bindings specified in profile cannot be found. Improve
...
KeyboardTranslator::defaultTranslator() to try loading "default.keytab" if
first before falling back to the hard-coded one.
BUG:181205
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=913176
17 years ago
Robert Knight
521e46dd27
Fix transparently values of 10%, 20% and others not being
...
saved and restored correctly in color scheme editor. Use
qRound() on the opacity float instead of (int) cast.
Patch by Andre Wisplinghoff
BUG:181006
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=912671
17 years ago
Robert Knight
6c9f15a409
If recursion is encountered in the profile parent hierarchy then fall back to the fallback profile instead of an empty one as the fallback profile at least has useful default settings.
...
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=910518
17 years ago
Robert Knight
1e34fc4ba3
Use the same palette as xterm for 256-color mode.
...
17 years ago
Alexis Ménard
bb2a6dc5fa
Since we had already a QPointer to guard the deletion of the ViewSplitter we have to check on deletion function if the ViewSplitter is not dead.
...
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=907301
17 years ago
Alexis Ménard
fed1626302
Fix the crash in Konsole with Qt 4.5.
...
The problem is that ViewContainer is a QObject and is not aware that one of its QWidget member can die because the ViewContainer is not part of the "GUI" hierarchy. So when you delete the main window it will first delete all QWidgets and then all QObjects, so in our case all GUI objects and then ViewContainer. But since ViewContainer react to destroyed signal of some GUI object and use it that explain the crash. Having QPointer is the easy to way to be aware if one of the member die because the GUI has been deleted.
BUG:170052
BUG:179845
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=907272
17 years ago
Wang Kai
b986ccbac4
BUG: 154689
...
use QRegion instead of QRect to represent each HotSpot's valid region
when a link spans over multiple lines
calculate the unites of QRects as this HotSpot's region
so the link get underlined properly
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=906906
17 years ago
Wang Kai
3fb6cb83eb
correctly compute startColumn, endColumn
...
fix a bug when highlight/underline HotSpot contains characters which displayed with two bytes' width(most CJK characters)
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=906433
17 years ago
Robert Knight
e8f42b62d0
Prompt before over-writing existing files in Scrollback -> Save Output dialog.
...
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=902755
17 years ago
Allen Winter
39af36315c
konsole doesn't seem to use the XTest library, so comment out
...
the code that appends XTest to the link libs.
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=897382
17 years ago
Rick Xing
773993a4e3
Just EBN fixes
...
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=894687
18 years ago
Chusslove Illich
e6de2fc0d6
Use new KLocale method to remove accelerator markers.
...
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=893417
18 years ago
Albert Astals Cid
b3c542cf08
qDelete knows how to delete the values without creating a temporary list
...
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=890897
18 years ago
George Kiagiadakis
f2f56774fb
Move kwrited out of konsole. New location: kdebase/workspace/kwrited,
...
as it really is part of kde's desktop and not part of konsole.
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=874370
18 years ago
Thiago Macieira
156c585181
The containerWidget is used by ViewSplit, which calls addWidget, which in turn sets the parent. So don't delete it if it has already been deleted.
...
If we are sure that the containerWidget will be parented, we can avoid the QPointer
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=869659
18 years ago
Michael Jansen
8487a9255c
Use KActions with kxmlgui. Not QActions.
...
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=869034
18 years ago
Kurt Hindenburg
1954dfbf20
Use English version of word
...
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=867858
18 years ago
Diego Iastrubni
a2dd03c5f1
Force some elements (default directory, and default application to run) to be LTR even in RTL desktops.
...
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=867812
18 years ago
Albert Astals Cid
d693b1f03e
Another comment to help translators
...
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=867792
18 years ago
Albert Astals Cid
dfabec4438
Add some comments as translators where not sure of what they meant
...
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=867791
18 years ago
Albert Astals Cid
1b0a776a05
Do not confuse translators with texts that are just placeholders
...
Found by Ihar Hrachyshka
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=867789
18 years ago
Albert Astals Cid
a64ac3596d
Remove extra whitespace at the end
...
Found by Ihar Hrachyshka
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=867788
18 years ago
Robert Knight
c91956542f
Fix crash on logout if MainWindow::_defaultProfile is null
...
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=867477
18 years ago
Robert Knight
ef3e43e11d
Initial implementation of session management in Konsole.
...
18 years ago
Robert Knight
4023b86754
Fix window title in tab titles (with '%w') and konsoleprofile tool. Typo during refactoring.
...
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=867154
18 years ago
Robert Knight
8992f72f5f
Reformat Screen.cpp with 4-space instead of 2-space indentation to match the other, more recently written source files.
...
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=864904
18 years ago
Robert Knight
4bfb7abf81
Follow rename of Emulation::getErase()
...
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=864901
18 years ago
Robert Knight
91c507a816
Add support for 'AnyModifier' and 'AppCursorKeys' as alternative names for 'AnyMod' and 'AppCuKeys' flags in keyboard translator files.
...
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=864900
18 years ago
Robert Knight
69603cb4b4
* Cleanup of Screen class. Improve member variable names, remove
...
outdated comments and dead code.
* Further minor cleanups of Emulation and Vt102Emulation classes.
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=864898
18 years ago
Frederik Schwarzer
ebbdfe6968
let me introduce: typo of the year "the the"
...
mostly seen as
"the the" -> "the"
"the the" -> "to the"
and in its best case
"a the the" -> "" :)
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=864814
18 years ago
Robert Knight
e512edacd5
Tidy up. Rename DECPar to Vt102Emulation::TerminalState. Rename _currParm to _currentModes, _saveParm to _savedModes.
...
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=864626
18 years ago