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.
 
 
 
 
 
Nathaniel Graham 4752c0923a Paste dropped files and folders as text by default 8 years ago
..
autotests Add more tests for CharacterColor 8 years ago
settings Default to show tab bar only when needed 8 years ago
tests add check for blur status 8 years ago
Application.cpp Fix --background-mode so the shortcut works 8 years ago
Application.h Disable QObject subclasses' copy constructor/assignment 8 years ago
BookmarkHandler.cpp Use QFileInfo::completeBaseName() instead of baseName() 8 years ago
BookmarkHandler.h Disable QObject subclasses' copy constructor/assignment 8 years ago
CMakeLists.txt add knewstuff support for color schemes 8 years ago
Character.h uncrustify using kf5 config 9 years ago
CharacterColor.h Revert "s/quint8/int/ to simplify and avoid conversion issues" 8 years ago
ColorScheme.cpp Add option to ColorScheme to blur transparent background 8 years ago
ColorScheme.h Add option to ColorScheme to blur transparent background 8 years ago
ColorSchemeEditor.cpp Do not setShortcut() on the OK button on dialogs 8 years ago
ColorSchemeEditor.h Fix zero as null pointer constant issues 8 years ago
ColorSchemeEditor.ui Do not force the height of the color scheme editor window (widget) 8 years ago
ColorSchemeManager.cpp add knewstuff support for color schemes 8 years ago
ColorSchemeManager.h fix argument names to match declarations 8 years ago
CopyInputDialog.cpp For QPointer do not compare to nullptr, use isNull() 8 years ago
CopyInputDialog.h sync declarations with definitions (have .h and .cpp variable names match) 8 years ago
CopyInputDialog.ui
EditProfileDialog.cpp Apply the key bindings changes to the current profile 8 years ago
EditProfileDialog.h Add profile property to toggle alternate scrolling 8 years ago
EditProfileDialog.ui Add profile property to toggle alternate scrolling 8 years ago
Emulation.cpp Handle the zmodem upload indicator B01 8 years ago
Emulation.h Add support for Set Cursor Style (DECSCUSR) escape sequences 8 years ago
Enumeration.h uncrustify using kf5 config 9 years ago
ExtendedCharTable.cpp Add _ to member name for clarity and use constuctor initialization list 8 years ago
ExtendedCharTable.h Add _ to member name for clarity and use constuctor initialization list 8 years ago
Filter.cpp For QPointer do not compare to nullptr, use isNull() 8 years ago
Filter.h remove commented out code 8 years ago
History.cpp set initial value to variable 8 years ago
History.h Fix zero as null pointer constant issues 8 years ago
HistorySizeDialog.cpp Use constuctor initialization list for all members 8 years ago
HistorySizeDialog.h modernize use nullptr 9 years ago
HistorySizeDialog.ui
HistorySizeWidget.cpp Use constuctor initialization list for all members 8 years ago
HistorySizeWidget.h remove unneeded const from signal 8 years ago
HistorySizeWidget.ui remove unneeded signal 8 years ago
IncrementalSearchBar.cpp Use constuctor initialization list for all members 8 years ago
IncrementalSearchBar.h Use Q_DISABLE_COPY to disable copy constructors 8 years ago
KeyBindingEditor.cpp Use constuctor initialization list for all members 8 years ago
KeyBindingEditor.h Use Q_DISABLE_COPY to disable copy constructors 8 years ago
KeyBindingEditor.ui Remove duplicate margin 8 years ago
KeyboardTranslator.cpp use const on method 8 years ago
KeyboardTranslator.h use const on method 8 years ago
KeyboardTranslatorManager.cpp Use QFileInfo::completeBaseName() instead of baseName() 8 years ago
KeyboardTranslatorManager.h sync declarations with definitions (have .h and .cpp variable names match) 8 years ago
LineFont.h
LineFont.src
MainWindow.cpp For QPointer do not compare to nullptr, use isNull() 8 years ago
MainWindow.h Add option to ColorScheme to blur transparent background 8 years ago
Messages.sh i18n: do not translate messages from 'tests' subdirs 9 years ago
Part.cpp Add Part interface to get blur status 8 years ago
Part.h Add Part interface to get blur status 8 years ago
PrintOptions.cpp uncrustify using kf5 config 9 years ago
PrintOptions.h modernize use nullptr 9 years ago
PrintOptions.ui
ProcessInfo.cpp sync declarations with definitions (have .h and .cpp variable names match) 8 years ago
ProcessInfo.h uncrustify using kf5 config 9 years ago
Profile.cpp Paste dropped files and folders as text by default 8 years ago
Profile.h Support XTerm Alternate Scroll Mode escape sequences 8 years ago
ProfileList.cpp Split method to add/remove shortcut actions into separate methods 8 years ago
ProfileList.h Split method to add/remove shortcut actions into separate methods 8 years ago
ProfileManager.cpp change to use auto 8 years ago
ProfileManager.h sync declarations with definitions (have .h and .cpp variable names match) 8 years ago
ProfileReader.cpp simplify ProfileReader class as there is no longer multiple versions 8 years ago
ProfileReader.h simplify ProfileReader class as there is no longer multiple versions 8 years ago
ProfileWriter.cpp simplify ProfileWriter class as there is no longer multiple versions 8 years ago
ProfileWriter.h simplify ProfileWriter class as there is no longer multiple versions 8 years ago
Pty.cpp Fix regression in pty()->write() usage 9 years ago
Pty.h modernize use nullptr 9 years ago
RenameTabDialog.cpp Use constuctor initialization list for all members 8 years ago
RenameTabDialog.h Use Q_DISABLE_COPY to disable copy constructors 8 years ago
RenameTabDialog.ui
RenameTabWidget.cpp Use constuctor initialization list for all members 8 years ago
RenameTabWidget.h modernize use nullptr 9 years ago
RenameTabWidget.ui
Screen.cpp Do not resize new screen lines 8 years ago
Screen.h correct spelling 8 years ago
ScreenWindow.cpp Use constuctor initialization list for all members 8 years ago
ScreenWindow.h Fix zero as null pointer constant issues 8 years ago
ScrollState.cpp Fix mouse wheel scrolling with libinput 8 years ago
ScrollState.h uncrustify using kf5 config 9 years ago
Session.cpp Add support for Set Cursor Style (DECSCUSR) escape sequences 8 years ago
Session.h Disable menu actions when read-only/locked 8 years ago
SessionController.cpp Always preserve line breaks on "Select All" action 8 years ago
SessionController.h Disable menu actions when read-only/locked 8 years ago
SessionListModel.cpp Use constuctor initialization list for all members 8 years ago
SessionListModel.h modernize use nullptr 9 years ago
SessionManager.cpp Use constuctor initialization list for all members 8 years ago
SessionManager.h follow up to prev commit - remove unused variable 8 years ago
ShellCommand.cpp uncrustify using kf5 config 9 years ago
ShellCommand.h uncrustify using kf5 config 9 years ago
Shortcut_p.h use the proper Mac platform token 9 years ago
TabTitleFormatButton.cpp sync declarations with definitions (have .h and .cpp variable names match) 8 years ago
TabTitleFormatButton.h sync declarations with definitions (have .h and .cpp variable names match) 8 years ago
TerminalCharacterDecoder.cpp Convert & to & for HTML decoder 8 years ago
TerminalCharacterDecoder.h Implement support for trimming leading whitespace 8 years ago
TerminalDisplay.cpp Restore Bi-Directional text support 8 years ago
TerminalDisplay.h Add support for Set Cursor Style (DECSCUSR) escape sequences 8 years ago
TerminalDisplayAccessible.cpp Implement support for trimming leading whitespace 8 years ago
TerminalDisplayAccessible.h uncrustify using kf5 config 9 years ago
ViewContainer.cpp Fix 2 issues: don't use last() on temp object and use for loop reference 8 years ago
ViewContainer.h Fix zero as null pointer constant issues 8 years ago
ViewContainerTabBar.cpp Use constuctor initialization list for all members 8 years ago
ViewContainerTabBar.h Use Q_DISABLE_COPY to disable copy constructors 8 years ago
ViewManager.cpp Add profile property to toggle alternate scrolling 8 years ago
ViewManager.h Add option to ColorScheme to blur transparent background 8 years ago
ViewProperties.cpp Use constuctor initialization list for all members 8 years ago
ViewProperties.h Disable QObject subclasses' copy constructor/assignment 8 years ago
ViewSplitter.cpp Use constuctor initialization list for all members 8 years ago
ViewSplitter.h modernize use nullptr 9 years ago
Vt102Emulation.cpp Add support for Set Cursor Style (DECSCUSR) escape sequences 8 years ago
Vt102Emulation.h Support XTerm Alternate Scroll Mode escape sequences 8 years ago
WindowSystemInfo.cpp uncrustify using kf5 config 9 years ago
WindowSystemInfo.h uncrustify using kf5 config 9 years ago
ZModemDialog.cpp Use constuctor initialization list for all members 8 years ago
ZModemDialog.h Revert back to use KTextEdit for ZModem dialog for now 8 years ago
config-konsole.h.cmake
konsole_wcwidth.cpp readability fixes - braces 8 years ago
konsole_wcwidth.h uncrustify using kf5 config 9 years ago
konsoleprofile
main.cpp Use QList::reserve 8 years ago