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.
 
 
 
 
 
Robert Knight 5279d4ba4b Sync the state of the 'Show Menu Bar' action with the visibility of the menu bar when it is changed as a result of applying a profile setting. 18 years ago
..
Application.cpp Move application icon setup to Application class constructor. Fix a missed qWarning() -> kWarning() in main.cpp 18 years ago
Application.h Fix serious bug where starting Konsole with arguments such as -e,--workdir or -p made changes to the default profile which applied to other Konsole windows and were saved on exit. Problem fixed by creating a new hidden profile which inherits from the window's default profile and applying the property changes to that. Modify SessionManager so that hidden profiles are not saved to disk. 18 years ago
BlockArray.cpp Adapt to new KWarning/kFatal/kDebug api 19 years ago
BlockArray.h SVN_SILENT typos-- 19 years ago
BookmarkHandler.cpp * Replace all usage of qDebug() with kDebug(), since kDebug() provides information about 18 years ago
BookmarkHandler.h Port to new API. 19 years ago
CMakeLists.txt logging message for XKB discovery. 19 years ago
Character.h compiler warning-- 19 years ago
CharacterColor.h Fix assertion failure when parsing invalid color setting sequences. In such cases, revert back to the default foreground or background color so that the resulting text is at least readable. 19 years ago
ColorScheme.cpp Replace qWarning() with kWarning(), which provides additional information about the context of the warnings. 18 years ago
ColorScheme.h * Replace all usage of qDebug() with kDebug(), since kDebug() provides information about 18 years ago
ColorSchemeEditor.cpp * Replace all usage of qDebug() with kDebug(), since kDebug() provides information about 18 years ago
ColorSchemeEditor.h Add a simple one-check box option to the color scheme editor to vary the background color randomly for each tab. The results are not great yet because the algorithm which randomizes the colors needs work. 19 years ago
ColorSchemeEditor.ui Add a simple one-check box option to the color scheme editor to vary the background color randomly for each tab. The results are not great yet because the algorithm which randomizes the colors needs work. 19 years ago
DefaultTranslatorText.h * Fix problem where selection background and other text with non-standard background 19 years ago
EditProfileDialog.cpp * Replace all usage of qDebug() with kDebug(), since kDebug() provides information about 18 years ago
EditProfileDialog.h Bug fixes for the Appearance and Key Bindings tabs in the 19 years ago
EditProfileDialog.ui Remove the Select button from the Appearance and Input pages of the profile editor as it is no longer needed. 19 years ago
Emulation.cpp * Replace all usage of qDebug() with kDebug(), since kDebug() provides information about 18 years ago
Emulation.h Changes: 19 years ago
Filter.cpp * Replace all usage of qDebug() with kDebug(), since kDebug() provides information about 18 years ago
Filter.h * Fix problem where selection background and other text with non-standard background 19 years ago
History.cpp * Replace all usage of qDebug() with kDebug(), since kDebug() provides information about 18 years ago
History.h * Do not remove color schemes / key bindings from list if the 19 years ago
HistorySizeDialog.cpp
HistorySizeDialog.h
IncrementalSearchBar.cpp Icon naming spec compliance (code changes - KDE/): 18 years ago
IncrementalSearchBar.h Apply convention of default value of 0 for parent argument to a QWidget constructor. 18 years ago
KeyBindingEditor.cpp * Replace all usage of qDebug() with kDebug(), since kDebug() provides information about 18 years ago
KeyBindingEditor.h Allow removal of existing entries and adding of new entries in the key binding editor. Fix binding table referring to old entries when making changes. 19 years ago
KeyBindingEditor.ui Begin implementation of input method event support. Remove key space to the right of the 'Remove' button in the key binding editor dialog. 19 years ago
KeyboardTranslator.cpp Replace qWarning() with kWarning(), which provides additional information about the context of the warnings. 18 years ago
KeyboardTranslator.h * Replace all usage of qDebug() with kDebug(), since kDebug() provides information about 18 years ago
LineFont.h Correct capitalization of LineFont file name. Move default.keytab header to /old as it is no longer used. Remove MakeDefaults as it is no longer used. Start of code to escape key binding output for use in key binding editor. 19 years ago
LineFont.src Correct capitalization of LineFont file name. Move default.keytab header to /old as it is no longer used. Remove MakeDefaults as it is no longer used. Start of code to escape key binding output for use in key binding editor. 19 years ago
MainWindow.cpp Sync the state of the 'Show Menu Bar' action with the visibility of the menu bar when it is changed as a result of applying a profile setting. 18 years ago
MainWindow.h Sync the state of the 'Show Menu Bar' action with the visibility of the menu bar when it is changed as a result of applying a profile setting. 18 years ago
ManageProfilesDialog.cpp * Replace all usage of qDebug() with kDebug(), since kDebug() provides information about 18 years ago
ManageProfilesDialog.h Center decoration in 'Show In Menu' column of Manage Profiles dialog. I'm sure there must be an easier way. 19 years ago
ManageProfilesDialog.ui fixuifiles 19 years ago
Messages.sh You need >> or either the "Your names" and "Your messages" placeholders for translators are removed 19 years ago
Part.cpp * Replace all usage of qDebug() with kDebug(), since kDebug() provides information about 18 years ago
Part.h Make 'Manage Profiles' dialog and Scrollback menu available in the Konsole part. Use a separate xmlgui file for the KPart's menus. 18 years ago
ProcessInfo.cpp * Replace all usage of qDebug() with kDebug(), since kDebug() provides information about 18 years ago
ProcessInfo.h * Replace all usage of qDebug() with kDebug(), since kDebug() provides information about 18 years ago
Profile.cpp * Replace all usage of qDebug() with kDebug(), since kDebug() provides information about 18 years ago
Profile.h Fix serious bug where starting Konsole with arguments such as -e,--workdir or -p made changes to the default profile which applied to other Konsole windows and were saved on exit. Problem fixed by creating a new hidden profile which inherits from the window's default profile and applying the property changes to that. Modify SessionManager so that hidden profiles are not saved to disk. 18 years ago
ProfileList.cpp * Replace all usage of qDebug() with kDebug(), since kDebug() provides information about 18 years ago
ProfileList.h a lot of i18n tags and other small krazy issues fixed, nothing major 19 years ago
ProfileListWidget.cpp * Replace all usage of qDebug() with kDebug(), since kDebug() provides information about 18 years ago
ProfileListWidget.h a lot of i18n tags and other small krazy issues fixed, nothing major 19 years ago
Pty.cpp * Replace all usage of qDebug() with kDebug(), since kDebug() provides information about 18 years ago
Pty.h Add methods to Pty to get the erase character for the terminal. Avoid trying to set the erase character in Pty::start() if setErase() has not been called previously. 19 years ago
RemoteConnectionDialog.cpp * Replace all usage of qDebug() with kDebug(), since kDebug() provides information about 18 years ago
RemoteConnectionDialog.h
RemoteConnectionDialog.ui
Screen.cpp * Replace all usage of qDebug() with kDebug(), since kDebug() provides information about 18 years ago
Screen.h * Take into account the difference between the ScreenWindow's window size and 19 years ago
ScreenWindow.cpp * Replace all usage of qDebug() with kDebug(), since kDebug() provides information about 18 years ago
ScreenWindow.h * Take into account the difference between the ScreenWindow's window size and 19 years ago
Session.cpp Temporary fix for missing icons when an activity or silence notification occurs. Use 'dialog-information' icon for both for the time being. Remove out-of-date TODO and add TODO to update icons later on and FIXME to change the notification text once the freeze is over. 18 years ago
Session.h * Fix problem where selection background and other text with non-standard background 19 years ago
SessionController.cpp Temporary fix for missing icons when an activity or silence notification occurs. Use 'dialog-information' icon for both for the time being. Remove out-of-date TODO and add TODO to update icons later on and FIXME to change the notification text once the freeze is over. 18 years ago
SessionController.h Add a shortcut to paste the selection (Ctrl+Shift+Insert) as opposed to the clipboard (Ctrl+Shift+V or Shift+Insert). 19 years ago
SessionManager.cpp Replace qWarning() with kWarning(), which provides additional information about the context of the warnings. 18 years ago
SessionManager.h * Replace all usage of qDebug() with kDebug(), since kDebug() provides information about 18 years ago
ShellCommand.cpp * Replace all usage of qDebug() with kDebug(), since kDebug() provides information about 18 years ago
ShellCommand.h Support environment variables in profile command or initial working directory. 19 years ago
TabTitleFormatAction.cpp i18n fixes from Stefan Asserhall. 19 years ago
TabTitleFormatAction.h i18n fixes from Stefan Asserhall. 19 years ago
TerminalCharacterDecoder.cpp Change the character -> text decoding API so that Konsole can produce better quality HTML when output is saved. Fix crashing when resizing display introduced in yesterday's scrolling changes and add assertions to catch invalid memory accesses. 19 years ago
TerminalCharacterDecoder.h Return the current line as the 'surrounding text' for input method queries and return the column index of the cursor as the cursor position. Fix link underlines not being erased when moving mouse around links which are adjacent to each other. 19 years ago
TerminalDisplay.cpp Fix the long standing limitation where multiple views on the same terminal session had to be the same size - the size of the smallest view. This means that it is now possible, for example, to have a large view on a session for browsing and examining output and a smaller view on the same session for input. The underlying terminal does not support the concept of multiple windows, so the size reported to terminal applications is still that of the smallest view. Full-screen applications such as vim and emacs will therefore be the size of the smallest view on all views. 19 years ago
TerminalDisplay.h Change default triple click behaviour to select the whole line, rather than just that forwards of the cursor. This is in line with KDE 3. Replaced the API which controls this behaviour in the TerminalDisplay class with a clearer one. 19 years ago
ViewContainer.cpp * Replace all usage of qDebug() with kDebug(), since kDebug() provides information about 18 years ago
ViewContainer.h allow changing between the tabs by using a mouse wheel, approved by Robert. 19 years ago
ViewManager.cpp * Replace all usage of qDebug() with kDebug(), since kDebug() provides information about 18 years ago
ViewManager.h Fix bug where multiple Konsole KParts within one application would not work. Part::activeSession() was always returning the first session from the shared SessionManager. In the second KPart, activeSession()->isRunning() would always return true even when the session for that part was not actually running, so the session was never started. 18 years ago
ViewProperties.cpp Fix includ 18 years ago
ViewProperties.h * Get rid of an unused/duplicate property in Profile. 19 years ago
ViewSplitter.cpp * Replace all usage of qDebug() with kDebug(), since kDebug() provides information about 18 years ago
ViewSplitter.h Disable detach view, expand view and shrink view actions when not in split-view mode. Fix disabling of multi-view only actions when a view is closed. 19 years ago
Vt102Emulation.cpp Remove dead code, including the non-functional scroll lock code. Scroll lock support will be re-implemented in the terminal display widget post KDE 4.0 if there is a demand for it. 19 years ago
Vt102Emulation.h Remove dead code, including the non-functional scroll lock code. Scroll lock support will be re-implemented in the terminal display widget post KDE 4.0 if there is a demand for it. 19 years ago
XKB.cpp Fix build on systems with XKB 19 years ago
ZModemDialog.cpp * Do not remove color schemes / key bindings from list if the 19 years ago
ZModemDialog.h * Do not remove color schemes / key bindings from list if the 19 years ago
config-konsole.h.cmake
fontembedder.cpp
konsole_wcwidth.cpp
konsole_wcwidth.h
konsoleprofile Initial version of a command-line tool (konsoleprofile) to change profile options. Usage: konsoleprofile option=value . Applies to the profile used by the session in which konsoleprofile was executed. All of the logic is in Konsole itself. 'konsoleprofile' is just a very simple shell script which can be placed anywhere. Example usage: 'konsoleprofile colorscheme=WhiteOnBlack' will change the colors used by the active tab. 19 years ago
kwrited.cpp Updated kded module readme 19 years ago
kwrited.h Updated kded module readme 19 years ago
main.cpp Move application icon setup to Application class constructor. Fix a missed qWarning() -> kWarning() in main.cpp 18 years ago
org.kde.konsole.Konsole.xml
org.kde.konsole.KonsoleScripting.xml
org.kde.konsole.Session.xml Possibly controversial. Disabled F1 shortcut for handbook in Konsole because it interferes with terminal programs which need this key. Will review following beta feedback. Remove un-used includes and re-enable DBus adaptor for Session. 19 years ago
org.kde.konsole.SessionScripting.xml