You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Kurt Hindenburg 533599ab1e Don't copy an empty string to the clipboard. Ideally this should be handled by disable-ing the menu/shortcuts for Copy/Cut/Paste (Wish 203768). 16 years ago
..
tests Correct setting first and add flow control tests 16 years ago
Application.cpp Allow 'Open Folder in Tabs' to support SSH bookmarks. 17 years ago
Application.h Allow 'Open Folder in Tabs' to support SSH bookmarks. 17 years ago
BlockArray.cpp Handle result from ftruncate 17 years ago
BlockArray.h Correct spelling using US English. 17 years ago
BookmarkHandler.cpp Convert tabs to 4 spaces to match kdelibs conventions. Previously 18 years ago
BookmarkHandler.h Api doxygen fixes 17 years ago
CMakeLists.txt Generate dbus's xml files at build time instead of storing them in source. 16 years ago
Character.h Greatly reduce memory usage required by Konsole's scrollback buffer and improve releasing of scrollback memory to OS when no longer needed. 17 years ago
CharacterColor.h Api doxygen fixes. 17 years ago
ColorScheme.cpp Use QLatin1String instread of const char * 17 years ago
ColorScheme.h let me introduce: typo of the year "the the" 18 years ago
ColorSchemeEditor.cpp Change QLineEdit to KLineEdit and set the Clear button where appropriate. 17 years ago
ColorSchemeEditor.h
ColorSchemeEditor.ui Change QLineEdit to KLineEdit and set the Clear button where appropriate. 17 years ago
CopyInputDialog.cpp Convert tabs to 4 spaces to match kdelibs conventions. Previously 18 years ago
CopyInputDialog.h Use English version of word 18 years ago
CopyInputDialog.ui
DefaultTranslatorText.h
EditProfileDialog.cpp Allow option for triple-click to select from current word to end of line. 17 years ago
EditProfileDialog.h Allow option for triple-click to select from current word to end of line. 17 years ago
EditProfileDialog.ui Allow option for triple-click to select from current word to end of line. 17 years ago
Emulation.cpp Ignore invalid parameters; can be the result of user doing cat < /dev/urandom. 17 years ago
Emulation.h Api doxygen fixes. 17 years ago
Filter.cpp BUG: 154689 17 years ago
Filter.h Api doxygen fixes. 17 years ago
History.cpp - Reduce the ammount of unused vars/parameters warnings 17 years ago
History.h Greatly reduce memory usage required by Konsole's scrollback buffer and improve releasing of scrollback memory to OS when no longer needed. 17 years ago
HistorySizeDialog.cpp Use KIntSpinBox instead of QSpinBox for better integration with KDE. As a bonus this allows to use plural suffix in spinboxes since KDE 4.3 if necessary. 17 years ago
HistorySizeDialog.h Use KIntSpinBox instead of QSpinBox for better integration with KDE. As a bonus this allows to use plural suffix in spinboxes since KDE 4.3 if necessary. 17 years ago
IncrementalSearchBar.cpp Convert tabs to 4 spaces to match kdelibs conventions. Previously 18 years ago
IncrementalSearchBar.h More c++ ebn krazy cleanups. 18 years ago
KeyBindingEditor.cpp Selecting any cell will select entire row. 17 years ago
KeyBindingEditor.h
KeyBindingEditor.ui Change QLineEdit to KLineEdit and set the Clear button where appropriate. 17 years ago
KeyboardTranslator.cpp Fix crash if key bindings specified in profile cannot be found. Improve 17 years ago
KeyboardTranslator.h make a private konsole library as said on kde-devel@ 17 years ago
LineFont.h Convert tabs to 4 spaces to match kdelibs conventions. Previously 18 years ago
LineFont.src
MainWindow.cpp Allow 'Open Folder in Tabs' to support SSH bookmarks. 17 years ago
MainWindow.h Fix minor api issue and an used variable warning. 17 years ago
ManageProfilesDialog.cpp set new profiles to have no menu index 17 years ago
ManageProfilesDialog.h Disambiguation: the friend class declaration does not refer to some new class inside the Konsole namespace. 17 years ago
ManageProfilesDialog.ui Code to handle moving the profiles in the menu. Move buttons disabled for now until code to write 17 years ago
Messages.sh Remove temporary file 18 years ago
Part.cpp Implemented new TerminalInterfaceV2 functions. 17 years ago
Part.h Fix Konsole part to work with apps that use the old v1 TerminalInterface. 17 years ago
ProcessInfo.cpp Fix some build warning and a krazy issue. 17 years ago
ProcessInfo.h Fix the build on OSX and Windows by implementing all virtuals in 17 years ago
Profile.cpp Allow option for triple-click to select from current word to end of line. 17 years ago
Profile.h Allow option for triple-click to select from current word to end of line. 17 years ago
ProfileList.cpp Add support for reading the profiles' menu index (favorites) from the profile file. 17 years ago
ProfileList.h Api doxygen fix. 17 years ago
ProfileListWidget.cpp
ProfileListWidget.h
Pty.cpp Fix some build warning and a krazy issue. 17 years ago
Pty.h make a private konsole library as said on kde-devel@ 17 years ago
RemoteConnectionDialog.cpp Change QLineEdit to KLineEdit and set the Clear button where appropriate. 17 years ago
RemoteConnectionDialog.h
RemoteConnectionDialog.ui Change QLineEdit to KLineEdit and set the Clear button where appropriate. 17 years ago
Screen.cpp - Reduce the ammount of unused vars/parameters warnings 17 years ago
Screen.h Correct spelling using US English. 17 years ago
ScreenWindow.cpp Convert tabs to 4 spaces to match kdelibs conventions. Previously 18 years ago
ScreenWindow.h Correct spelling using US English. 17 years ago
Session.cpp Fix issue where 'Copy Input To' doesn't work for multiple windows. 16 years ago
Session.h Generate dbus's xml files at build time instead of storing them in source. 16 years ago
SessionController.cpp Fix issue where 'Copy Input To' doesn't work for multiple windows. 16 years ago
SessionController.h Update 'Copy Input To->' menu items. 17 years ago
SessionManager.cpp Greatly reduce memory usage required by Konsole's scrollback buffer and improve releasing of scrollback memory to OS when no longer needed. 17 years ago
SessionManager.h Add support for reading the profiles' menu index (favorites) from the profile file. 17 years ago
ShellCommand.cpp Correct (and simplify) command parsing in profiles with respect to spaces. 17 years ago
ShellCommand.h
TabTitleFormatAction.cpp i18n style guide fixes: http://techbase.kde.org/Projects/Usability/HIG/Capitalization 17 years ago
TabTitleFormatAction.h
TerminalCharacterDecoder.cpp 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. 18 years ago
TerminalCharacterDecoder.h Api doxygen fixes 17 years ago
TerminalDisplay.cpp Don't copy an empty string to the clipboard. Ideally this should be handled by disable-ing the menu/shortcuts for Copy/Cut/Paste (Wish 203768). 16 years ago
TerminalDisplay.h CCMAIL:robertknight@gmail.com Make cursor blinking respect Qt cursor blink value. Leave text blinking to existing value 17 years ago
ViewContainer.cpp Correct terminal focus issues when clicking on tabbar. 17 years ago
ViewContainer.h Changed the corner widgets of the Tabbar to use QToolButton instead of KPushButton. They use less space now and are more visually pleasant. A result of this change is the immediate visibility of the new-tab button's menu, it is now clear that it holds extra functionality. Finally the Konsole tabbar now looks the same as Konqueror's 17 years ago
ViewManager.cpp ksharedptr.h:211: warning: 'profile.KSharedPtr<Konsole::Profile>::d' is used uninitialized in this function 17 years ago
ViewManager.h Api doxygen fixes. 17 years ago
ViewProperties.cpp Convert tabs to 4 spaces to match kdelibs conventions. Previously 18 years ago
ViewProperties.h make a private konsole library as said on kde-devel@ 17 years ago
ViewSplitter.cpp Convert tabs to 4 spaces to match kdelibs conventions. Previously 18 years ago
ViewSplitter.h Convert tabs to 4 spaces to match kdelibs conventions. Previously 18 years ago
Vt102Emulation.cpp Correct spelling using US English. 17 years ago
Vt102Emulation.h * Cleanup of Screen class. Improve member variable names, remove 18 years ago
WarningBox.cpp Convert tabs to 4 spaces to match kdelibs conventions. Previously 18 years ago
WarningBox.h Convert tabs to 4 spaces to match kdelibs conventions. Previously 18 years ago
XKB.cpp Convert tabs to 4 spaces to match kdelibs conventions. Previously 18 years ago
ZModemDialog.cpp Allow Konsole's zmodem file transfers to work. 17 years ago
ZModemDialog.h Just EBN fixes 18 years ago
config-konsole.h.cmake
fontembedder.cpp
konsole_export.h use the license header from MainWindow.h 17 years ago
konsole_wcwidth.cpp fix BUG: 177284 17 years ago
konsole_wcwidth.h Convert tabs to 4 spaces to match kdelibs conventions. Previously 18 years ago
konsoleprofile
main.cpp Update version 16 years ago