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.
 
 
 
 
 
Ahmad Samir 26f4a2218f [FileFilter] Create HotSpot's for files in child dirs too 6 years ago
..
autotests Add an option to set the custom color of text under the cursor 6 years ago
settings Sync method parameter names 6 years ago
tests Remove unused includes 7 years ago
Application.cpp Revert "GIT_SILENT: minor qstring optimization" 6 years ago
Application.h Replace Q_DECL_OVERRIDE with override 6 years ago
BookmarkHandler.cpp Revert removal to allow Bookmark tabs as Folders to work 6 years ago
BookmarkHandler.h Revert removal to allow Bookmark tabs as Folders to work 6 years ago
BookmarkMenu.cpp Use std::any_of instead of loop 7 years ago
BookmarkMenu.h Do not allow adding duplicates in bookmarks 7 years ago
CMakeLists.txt Update copyright year 6 years ago
Character.h It is not obvious toUcs4 returns QVector<uint> so remove auto 7 years ago
CharacterColor.h Mark method as const 6 years ago
CharacterWidth.cpp remove commas from enum lists for c++98 7 years ago
CharacterWidth.h
CharacterWidth.src.cpp Add krazy exclude typedefs to ignore int8_t warnings 7 years ago
ColorScheme.cpp ColorScheme: Fix DarkBackground Detection 6 years ago
ColorScheme.h Keep perceived contrast in random background color 7 years ago
ColorSchemeEditor.cpp Revert "GIT_SILENT: minor qstring optimization" 6 years ago
ColorSchemeEditor.h Replace Q_DECL_OVERRIDE with override 6 years ago
ColorSchemeEditor.ui Keep perceived contrast in random background color 7 years ago
ColorSchemeManager.cpp Remove unused variable 6 years ago
ColorSchemeManager.h
CopyInputDialog.cpp Port away from deprecated foreach, use for-range instead, first take 6 years ago
CopyInputDialog.h Replace Q_DECL_OVERRIDE with override 6 years ago
CopyInputDialog.ui
DetachableTabBar.cpp Add scrollbuttons for tabs when tabbar is full 7 years ago
DetachableTabBar.h Remove unused variable 7 years ago
EditProfileAdvancedPage.ui Add disambiguation/comments to UI strings 7 years ago
EditProfileAppearancePage.ui Add an option to set the custom color of text under the cursor 6 years ago
EditProfileDialog.cpp Add an option to set the custom color of text under the cursor 6 years ago
EditProfileDialog.h Add an option to set the custom color of text under the cursor 6 years ago
EditProfileGeneralPage.ui Change option label in Edit Profile Dialog 6 years ago
EditProfileKeyboardPage.ui Minor .ui files cleanup - loading/saving in Qt Designer 5.12.0 7 years ago
EditProfileMousePage.ui Add disambiguation/comments to UI strings 7 years ago
EditProfileScrollingPage.ui Minor .ui files cleanup - loading/saving in Qt Designer 5.12.0 7 years ago
EditProfileTabsPage.ui Minor .ui files cleanup - loading/saving in Qt Designer 5.12.0 7 years ago
Emulation.cpp Port away from deprecated foreach, use for-range instead, first take 6 years ago
Emulation.h Replace Q_DECL_OVERRIDE with override 6 years ago
Enumeration.h
ExtendedCharTable.cpp Port away from deprecated foreach, use for-range instead, first take 6 years ago
ExtendedCharTable.h
Filter.cpp [FileFilter] Create HotSpot's for files in child dirs too 6 years ago
Filter.h [FileFilter] Create HotSpot's for files in child dirs too 6 years ago
FontDialog.cpp Remove unused includes 7 years ago
FontDialog.h Const'ify where it's possible found by clazy 7 years ago
History.cpp Use qCDebug() 6 years ago
History.h Replace Q_DECL_OVERRIDE with override 6 years ago
HistorySizeDialog.cpp Use modernize-return-braced-init-list 7 years ago
HistorySizeDialog.h Replace Q_DECL_OVERRIDE with override 6 years ago
HistorySizeDialog.ui Minor .ui files cleanup - loading/saving in Qt Designer 5.12.0 7 years ago
HistorySizeWidget.cpp Remove unused includes 7 years ago
HistorySizeWidget.h Replace Q_DECL_OVERRIDE with override 6 years ago
HistorySizeWidget.ui Add disambiguation/comments to UI strings 7 years ago
IncrementalSearchBar.cpp Search bar: Activate focused button when enter is pressed 6 years ago
IncrementalSearchBar.h Replace Q_DECL_OVERRIDE with override 6 years ago
KeyBindingEditor.cpp Port away from deprecated foreach, use for-range instead, first take 6 years ago
KeyBindingEditor.h Replace Q_DECL_OVERRIDE with override 6 years ago
KeyBindingEditor.ui
KeyboardTranslator.cpp
KeyboardTranslator.h Correct includes 7 years ago
KeyboardTranslatorManager.cpp Revert "GIT_SILENT: minor qstring optimization" 6 years ago
KeyboardTranslatorManager.h
LineBlockCharacters.cpp Add missing includes 6 years ago
LineBlockCharacters.h Remove unused includes 7 years ago
MainWindow.cpp Replace foreach (deprecated) with range-for 6 years ago
MainWindow.h Replace Q_DECL_OVERRIDE with override 6 years ago
Messages.sh
Part.cpp Replace foreach (deprecated) with range-for 6 years ago
Part.h Replace Q_DECL_OVERRIDE with override 6 years ago
PrintOptions.cpp
PrintOptions.h Replace Q_DECL_OVERRIDE with override 6 years ago
PrintOptions.ui
ProcessInfo.cpp Revert "GIT_SILENT: minor qstring optimization" 6 years ago
ProcessInfo.h Replace Q_DECL_OVERRIDE with override 6 years ago
Profile.cpp Add an option to set the custom color of text under the cursor 6 years ago
Profile.h Add an option to set the custom color of text under the cursor 6 years ago
ProfileList.cpp Replace foreach (deprecated) with range-for 6 years ago
ProfileList.h Const'ify where it's possible found by clazy 7 years ago
ProfileManager.cpp Remove unused methods shortcuts and findByShortcut 6 years ago
ProfileManager.h Remove unused methods shortcuts and findByShortcut 6 years ago
ProfileReader.cpp Change Q_FOREACH to correct for usage 7 years ago
ProfileReader.h
ProfileWriter.cpp Remove unused includes 7 years ago
ProfileWriter.h Const'ify where it's possible found by clazy 7 years ago
Pty.cpp Replace foreach (deprecated) with range-for 6 years ago
Pty.h Replace Q_DECL_OVERRIDE with override 6 years ago
RenameTabDialog.cpp
RenameTabDialog.h Replace Q_DECL_OVERRIDE with override 6 years ago
RenameTabDialog.ui Minor .ui files cleanup - loading/saving in Qt Designer 5.12.0 7 years ago
RenameTabWidget.cpp
RenameTabWidget.h Replace Q_DECL_OVERRIDE with override 6 years ago
RenameTabWidget.ui Minor .ui files cleanup - loading/saving in Qt Designer 5.12.0 7 years ago
SaveHistoryTask.cpp Replace foreach (deprecated) with range-for 6 years ago
SaveHistoryTask.h Replace Q_DECL_OVERRIDE with override 6 years ago
Screen.cpp Add comment for reference 6 years ago
Screen.h Remove unused method writeSelectionToStream 6 years ago
ScreenWindow.cpp
ScreenWindow.h Replace Q_DECL_OVERRIDE with override 6 years ago
ScrollState.cpp Remove code for unsupported Qt versions 7 years ago
ScrollState.h
SearchHistoryTask.cpp Fix unnecessary-value-param 7 years ago
SearchHistoryTask.h Replace Q_DECL_OVERRIDE with override 6 years ago
Session.cpp Support status report requests for text-colors 6 years ago
Session.h Support status report requests for text-colors 6 years ago
SessionController.cpp Fix Separator 6 years ago
SessionController.h Support status report requests for text-colors 6 years ago
SessionListModel.cpp Replace foreach (deprecated) with range-for 6 years ago
SessionListModel.h Replace Q_DECL_OVERRIDE with override 6 years ago
SessionManager.cpp Replace foreach (deprecated) with range-for 6 years ago
SessionManager.h Replace Q_DECL_OVERRIDE with override 6 years ago
SessionTask.cpp Remove three classes form the SessionController header/source 7 years ago
SessionTask.h Remove three classes form the SessionController header/source 7 years ago
ShellCommand.cpp Replace foreach (deprecated) with range-for 6 years ago
ShellCommand.h
Shortcut_p.h Multiple Splits per Tab 7 years ago
TabTitleFormatButton.cpp Tweak tab title options: home and Bourne prompt sigils 7 years ago
TabTitleFormatButton.h Replace Q_DECL_OVERRIDE with override 6 years ago
TerminalCharacterDecoder.cpp Remove leading/trailingWhitespace() - they were never used 7 years ago
TerminalCharacterDecoder.h Replace Q_DECL_OVERRIDE with override 6 years ago
TerminalDisplay.cpp Add an option to set the custom color of text under the cursor 6 years ago
TerminalDisplay.h Add an option to set the custom color of text under the cursor 6 years ago
TerminalDisplayAccessible.cpp
TerminalDisplayAccessible.h
TerminalHeaderBar.cpp Fix implicit conversion increases floating-point precision 6 years ago
TerminalHeaderBar.h Sync method parameter names 6 years ago
ViewContainer.cpp Revert "GIT_SILENT: minor qstring optimization" 6 years ago
ViewContainer.h Sync method parameter names 6 years ago
ViewManager.cpp Implements default keyboard shortcuts for tab navigation (alt+n) 6 years ago
ViewManager.h Replace Q_DECL_OVERRIDE with override 6 years ago
ViewProperties.cpp
ViewProperties.h Replace Q_DECL_OVERRIDE with override 6 years ago
ViewSplitter.cpp Correct split view and keyboard navigation 7 years ago
ViewSplitter.h Fix code documentation 6 years ago
Vt102Emulation.cpp Fix token buffer indexing 6 years ago
Vt102Emulation.h Use the same link to ctlseqs.html 6 years ago
WindowSystemInfo.cpp
WindowSystemInfo.h
ZModemDialog.cpp Remove unused includes 7 years ago
ZModemDialog.h clean up includes 7 years ago
config-konsole.h.cmake Change KDE_APPLICATIONS_VERSION to RELEASE_SERVICE_VERSION https://phabricator.kde.org/T11933 6 years ago
hsluv.c Use URLs with transport encryption 6 years ago
hsluv.h Use URLs with transport encryption 6 years ago
main.cpp Revert "Use RAII to manage QApplication memory" 6 years ago