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
Script Kiddy
339164763e
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=865874
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
Robert Knight
2b158412ae
const-ify some methods in Konsole::Emulation
...
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=864625
18 years ago
Robert Knight
c05cbc4792
Remove unused variable
...
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=864329
18 years ago
Robert Knight
99c877bf63
Tidy up terminal emulation internals. Improve formatting
...
and naming, remove dead code and dead comments.
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=864325
18 years ago
Robert Knight
433f520781
Tidy up keyboard translator code.
...
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=864317
18 years ago
Robert Knight
bbb8c06248
Reformat default.keytab for easier reading and remove out-of-date comments about it being built-in and keypad characters not being supported by Qt.
...
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=864078
18 years ago
Robert Knight
8379495760
Add key bindings for numpad keys in application mode. Passes vttest keyboard test for ANSI application mode.
...
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=864013
18 years ago
Robert Knight
c705a18b27
Allow bindings for +-.* keys to be defined in keyboard translator file.
...
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=864011
18 years ago
Robert Knight
e97de774be
Add support for producing different output when keypad buttons are
...
pressed in Application or Normal mode (set using 'ESC =' and 'ESC >' escape sequences.)
Added support for 'AppKeypad' modifier in keyboard translator files to specify that the
sequence only applies when the terminal is in application keypad mode (+AppKeyPad) or is
not in application keypad mode (-AppKeyPad)
Added support for producing different output from number keys along top of keyboard versus
keypad keys via new 'keypad' modifier in keyboard translator files (+KeyPad to require keypad
key, -KeyPad to require a non-keypad key or left out to accept either)
CCBUG: 170220
CCBUG: 37652
CCBUG: 165169
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=863985
18 years ago
Script Kiddy
c399850390
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=863855
18 years ago
Robert Knight
d2ad094a6a
Do not install VT420 keyboard layout. I am told it doesn't work (BR:170220) and in any case I don't have a unit test to verify either way.
...
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=863831
18 years ago
Robert Knight
56a5315c73
Show close confirmation dialog when closing a session with Ctrl+Shift+W if the active program
...
is not the shell.
BUG:167869
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=863497
18 years ago
Robert Knight
45b722237c
Minor formatting.
...
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=863496
18 years ago
Robert Knight
28b84379b2
Make the 'bold' property for each color entry in the current terminal palette a tri-state which allows text drawn in that color to be forced to bold, non-bold (normal) or to use the current formatting specified by the terminal application.
...
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=863401
18 years ago
Robert Knight
849954b0a4
Change default shortcut for bookmarks from Ctrl+B to Ctrl+Shift+B, now possible
...
thanks to Aaron's fixes to KBookmarkMenu.
BUG:160346
CCBUG:168985
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=863371
18 years ago
Robert Knight
1f79308a29
Simplify Screen::isSelected() given that the selection is now normalized in column mode.
...
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=863366
18 years ago
Robert Knight
4228ca077d
Fix crash when creating a block selection (with Ctrl+Alt pressed) by dragging
...
right-to-left. Normalize the selection in Screen::setSelectionEnd() so that
in column mode, column(sel_TL) <= column(sel_BR)
BUG:171187
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=863361
18 years ago
Robert Knight
3ba3ae8f20
Refactor TerminalDisplay::event(). Move shortcut handling code into handleShortcutOverrideEvent() method.
...
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=863337
18 years ago
Robert Knight
7a63547cdf
Tidy up SessionController::showDisplayContextMenu(). Remove unused parameters and unnecessary pointer checks.
...
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=863331
18 years ago
Robert Knight
21b0f9067c
Document CopyInputDialog, CheckableSessionModel and SessionListModel classes.
...
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=863330
18 years ago
Robert Knight
956277c014
Convert tabs to 4 spaces to match kdelibs conventions. Previously
...
there was a mix of tabs and spaces for indentation.
CCMAIL:Stefan.Becker@nokia.com
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=863326
18 years ago
Script Kiddy
930a8da65f
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=863150
18 years ago
Script Kiddy
e14966d4ff
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=862575
18 years ago
Aaron J. Seigo
569235573d
put the search bar on the correct side of the tabs .. INSIDE them ...
...
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=860035
18 years ago
Script Kiddy
7a9c9c7c1f
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=858087
18 years ago
Albert Astals Cid
f9d95a68f8
obeyed the comment
...
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=849653
18 years ago
Albert Astals Cid
b0056e0802
HIG fixes from our usability overlady
...
I'm commiting them because they seem quite straighforward fixes
If anyone disagrees please comment to Celeste so we can have a more refined HIG
CCMAIL: celeste@kde.org
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=849650
18 years ago
Script Kiddy
db3e933263
SVN_SILENT made messages (.desktop file, second try)
...
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=848738
18 years ago
Kurt Hindenburg
1f562d0238
Use KDE_ instead of system calls; EBN Krazy fixes.
...
CCMAIL: konsole-devel@kde.org
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=847535
18 years ago
Kurt Hindenburg
877abc9ec6
Change getenv to qgetenv for portable (ebn krazy)
...
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=846759
18 years ago
Kurt Hindenburg
26e66120e7
Update version for bug reports
...
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=846758
18 years ago
Kurt Hindenburg
433d5033bb
More c++ ebn krazy cleanups.
...
CCMAIL: konsole-devel@kde.org
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=846757
18 years ago
Albert Astals Cid
a99550527c
Make sure the konsole catalogue is loaded so that dolphin, yakuake, etc
...
that use konsolepart get the messages translated
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=846684
18 years ago
Kurt Hindenburg
43c29e47b9
Fix crash for regexp's that return matchLength() == 0 such as \b
...
BUG: 168434
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=845891
18 years ago
Kurt Hindenburg
e07a268661
EBM krazy fixes; please double-check to avoid introducing problems.
...
CC: konsole-devel@kde.org
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=845404
18 years ago
Kurt Hindenburg
0c6c59aca7
ebn krazy fixes
...
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=845380
18 years ago
Friedrich W. H. Kossebau
8a92d42463
SVN_SILENT all macros lowcase (cmake-Alexander sitting next to me in the eV session complained about OPTION staying out)
...
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=845086
18 years ago
Kurt Hindenburg
b27e89bf8c
Fix resetting color lineedit background when clearing the text.
...
I'll look at part II of this bug in a bit.
CCBUG: 167442
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=844944
18 years ago
David Faure
454e4557c7
Re-add a openUrl implementation so that embedding konsolepart into konqueror works again
...
BUG: 153649
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=844692
18 years ago
David Faure
d66004acf3
Forward port fix for people without XRENDER
...
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=844690
18 years ago