├── .clang-format ├── .gitignore ├── CMakeLists.txt ├── COPYING ├── COPYING.LIB ├── LGPL_EXCEPTION.TXT ├── LICENSE.LGPL ├── README.md ├── data ├── color-schemes │ ├── BlackOnLightYellow.colorscheme │ ├── BlackOnLightYellow.schema │ ├── BlackOnRandomLight.colorscheme │ ├── BlackOnWhite.colorscheme │ ├── BlackOnWhite.schema │ ├── BlueOnBlack.colorscheme │ ├── Breeze.colorscheme │ ├── BreezeModified.colorscheme │ ├── DarkPastels.colorscheme │ ├── GreenOnBlack.colorscheme │ ├── Linux.colorscheme │ ├── RedOnBlack.colorscheme │ ├── Solarized.colorscheme │ ├── SolarizedLight.colorscheme │ ├── Tango.colorscheme │ ├── Ubuntu.colorscheme │ ├── WhiteOnBlack.colorscheme │ ├── WhiteOnBlack.schema │ └── historic │ │ ├── BlackOnLightColor.schema │ │ ├── BlackOnLightYellow.schema │ │ ├── BlackOnWhite.schema │ │ ├── DarkPicture.schema │ │ ├── Example.Schema │ │ ├── GreenOnBlack.schema │ │ ├── GreenTint.schema │ │ ├── GreenTint_MC.schema │ │ ├── LightPicture.schema │ │ ├── Linux.schema │ │ ├── README.Schema │ │ ├── README.default.Schema │ │ ├── Transparent.schema │ │ ├── Transparent_MC.schema │ │ ├── Transparent_darkbg.schema │ │ ├── Transparent_lightbg.schema │ │ ├── WhiteOnBlack.schema │ │ ├── XTerm.schema │ │ ├── syscolor.schema │ │ └── vim.schema └── kb-layouts │ ├── CMakeLists.txt │ ├── README │ ├── README-KeyTab │ ├── README-KeyTab-original │ ├── default.keytab │ ├── historic │ ├── vt100.keytab │ └── x11r5.keytab │ ├── linux.keytab │ ├── macbook.keytab │ ├── solaris.keytab │ └── vt420pc.keytab └── src ├── Character.h ├── CharacterColor.h ├── CharacterWidth.cpp ├── CharacterWidth.h ├── CharacterWidth.src.cpp ├── ColorScheme.cpp ├── ColorScheme.h ├── ColorSchemeManager.cpp ├── ColorSchemeManager.h ├── ColorTables.h ├── Emulation.cpp ├── Emulation.h ├── Enumeration.h ├── ExtendedCharTable.cpp ├── ExtendedCharTable.h ├── ExtendedDefaultTranslator.h ├── Filter.cpp ├── Filter.h ├── History.cpp ├── History.h ├── HistorySearch.cpp ├── HistorySearch.h ├── IncrementalSearchBar.cpp ├── IncrementalSearchBar.h ├── KeyboardTranslator.cpp ├── KeyboardTranslator.h ├── KeyboardTranslatorManager.cpp ├── KeyboardTranslatorManager.h ├── KonsoleSettings.cpp ├── KonsoleSettings.h ├── LGPL_EXCEPTION.TXT ├── LICENSE.LGPL ├── LineBlockCharacters.cpp ├── LineBlockCharacters.h ├── LineFont.h ├── LineFont.src ├── LinkManager.cpp ├── LinkManager.h ├── LinkParser.cpp ├── LinkParser.h ├── ProcessInfo.cpp ├── ProcessInfo.h ├── Profile.cpp ├── Profile.h ├── ProfileManager.cpp ├── ProfileManager.h ├── ProfileReader.cpp ├── ProfileReader.h ├── ProfileWriter.cpp ├── ProfileWriter.h ├── Pty.cpp ├── Pty.h ├── PtyConfig.h ├── QContainerAdapters.h ├── Screen.cpp ├── Screen.h ├── ScreenWindow.cpp ├── ScreenWindow.h ├── ScrollState.cpp ├── ScrollState.h ├── Session.cpp ├── Session.h ├── SessionManager.cpp ├── SessionManager.h ├── ShellCommand.cpp ├── ShellCommand.h ├── TerminalCharacterDecoder.cpp ├── TerminalCharacterDecoder.h ├── TerminalConfig.h ├── TerminalDebug.cpp ├── TerminalDebug.h ├── TerminalDisplay.cpp ├── TerminalDisplay.h ├── TerminalDisplayAccessible.cpp ├── TerminalDisplayAccessible.h ├── TerminalOutputPane.cpp ├── TerminalOutputPane.h ├── TerminalPlugin.cpp ├── TerminalPlugin.h ├── TerminalPlugin.json.in ├── TerminalWindow.cpp ├── TerminalWindow.h ├── Vt102Emulation.cpp ├── Vt102Emulation.h ├── config ├── GenericPathProvider.cpp ├── GenericPathProvider.h ├── PathProvider.cpp ├── PathProvider.h ├── StandardPathProvider.cpp ├── StandardPathProvider.h ├── bufferfragment_p.h ├── config-kconfig.h ├── conversioncheck.h ├── kauthorized.cpp ├── kauthorized.h ├── kconfig.cpp ├── kconfig.h ├── kconfig_core_log_settings.cpp ├── kconfig_core_log_settings.h ├── kconfig_p.h ├── kconfig_version.h ├── kconfigbackend.cpp ├── kconfigbackend_p.h ├── kconfigbase.cpp ├── kconfigbase.h ├── kconfigbase_p.h ├── kconfigdata.cpp ├── kconfigdata.h ├── kconfiggroup.cpp ├── kconfiggroup.h ├── kconfiggroup_p.h ├── kconfigini.cpp ├── kconfigini_p.h ├── kconfigwatcher.cpp ├── kconfigwatcher.h ├── kcoreconfigskeleton.cpp ├── kcoreconfigskeleton.h ├── kcoreconfigskeleton_p.h ├── ksharedconfig.cpp └── ksharedconfig.h ├── hsluv.c ├── hsluv.h ├── ki18n ├── COPYING.LIB ├── KLocalizedContext ├── KLocalizedString ├── KLocalizedTranslator ├── KuitMarkup ├── KuitSetup ├── Messages.sh ├── common_helpers.cpp ├── common_helpers_p.h ├── config.h ├── gettext.h ├── kcatalog.cpp ├── kcatalog_p.h ├── ki18n_export.h ├── ki18n_logging.cpp ├── ki18n_logging.h ├── ki18n_logging_kuit.cpp ├── ki18n_logging_kuit.h ├── ki18n_version.h ├── klocalizedcontext.cpp ├── klocalizedcontext.h ├── klocalizedstring.cpp ├── klocalizedstring.h ├── klocalizedtranslator.cpp ├── klocalizedtranslator.h ├── ktranscript.cpp ├── ktranscript_export.h ├── ktranscript_p.h ├── kuitmarkup.cpp ├── kuitmarkup.h ├── kuitmarkup_p.h ├── kuitsetup.h └── main.cpp ├── kprocess.cpp ├── kprocess.h ├── kpty.cpp ├── kpty.h ├── kpty_p.h ├── kptydevice.cpp ├── kptydevice.h ├── kptyprocess.cpp ├── kptyprocess.h ├── kui ├── KCollapsibleGroupBox ├── KConfigGui ├── KConfigLoader ├── KConfigSkeleton ├── KGuiItem ├── KMessageBox ├── KMessageBoxDontAskAgainInterface ├── KMessageBoxNotifyInterface ├── KMessageWidget ├── KPluralHandlingSpinBox ├── KSqueezedTextLabel ├── KStandardGuiItem ├── fonthelpers.cpp ├── fonthelpers_p.h ├── kcollapsiblegroupbox.cpp ├── kcollapsiblegroupbox.h ├── kcolorbutton.cpp ├── kcolorbutton.h ├── kconfigdialog.cpp ├── kconfigdialog.h ├── kconfigdialogmanager.cpp ├── kconfigdialogmanager.h ├── kconfiggroupgui.cpp ├── kconfiggui.cpp ├── kconfiggui.h ├── kconfigloader.cpp ├── kconfigloader.h ├── kconfigloader_p.h ├── kconfigloaderhandler_p.h ├── kconfigskeleton.cpp ├── kconfigskeleton.h ├── kconfigwidgets_debug.cpp ├── kconfigwidgets_debug.h ├── kfontaction.cpp ├── kfontaction.h ├── kfontchooser.cpp ├── kfontchooser.h ├── kfontrequester.cpp ├── kfontrequester.h ├── kfontsizeaction.cpp ├── kfontsizeaction.h ├── kguiitem.cpp ├── kguiitem.h ├── kmessagebox.cpp ├── kmessagebox.h ├── kmessagebox_p.cpp ├── kmessagebox_p.h ├── kmessageboxdontaskagaininterface.h ├── kmessageboxnotifyinterface.h ├── kmessagewidget.cpp ├── kmessagewidget.h ├── kpagedialog.cpp ├── kpagedialog.h ├── kpagedialog_p.h ├── kpagemodel.cpp ├── kpagemodel.h ├── kpagemodel_p.h ├── kpageview.cpp ├── kpageview.h ├── kpageview_p.cpp ├── kpageview_p.h ├── kpagewidget.cpp ├── kpagewidget.h ├── kpagewidget_p.h ├── kpagewidgetmodel.cpp ├── kpagewidgetmodel.h ├── kpagewidgetmodel_p.h ├── kpluralhandlingspinbox.cpp ├── kpluralhandlingspinbox.h ├── kselectaction.cpp ├── kselectaction.h ├── kselectaction_p.h ├── ksqueezedtextlabel.cpp ├── ksqueezedtextlabel.h ├── kstandardguiitem.cpp ├── kstandardguiitem.h ├── ktitlewidget.cpp ├── ktitlewidget.h ├── loggingcategory.cpp └── loggingcategory.h ├── profile ├── ColorSchemeEditor.cpp ├── ColorSchemeEditor.h ├── ColorSchemeEditor.ui ├── EditProfileAdvancedPage.ui ├── EditProfileAppearancePage.ui ├── EditProfileDialog.cpp ├── EditProfileDialog.h ├── EditProfileGeneralPage.ui ├── EditProfileKeyboardPage.ui ├── EditProfileMousePage.ui ├── EditProfileScrollingPage.ui ├── FontDialog.cpp ├── FontDialog.h ├── KeyBindingEditor.cpp ├── KeyBindingEditor.h └── KeyBindingEditor.ui └── settings ├── ConfigurationDialog.cpp ├── ConfigurationDialog.h ├── GeneralSettings.cpp ├── GeneralSettings.h ├── GeneralSettings.ui ├── HistorySizeWidget.cpp ├── HistorySizeWidget.h ├── HistorySizeWidget.ui ├── KonsoleSettings.kcfgc ├── ProfileSettings.cpp ├── ProfileSettings.h ├── ProfileSettings.ui ├── TemporaryFilesSettings.cpp ├── TemporaryFilesSettings.h ├── TemporaryFilesSettings.ui └── konsole.kcfg /.clang-format: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/.clang-format -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/.gitignore -------------------------------------------------------------------------------- /CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/CMakeLists.txt -------------------------------------------------------------------------------- /COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/COPYING -------------------------------------------------------------------------------- /COPYING.LIB: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/COPYING.LIB -------------------------------------------------------------------------------- /LGPL_EXCEPTION.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/LGPL_EXCEPTION.TXT -------------------------------------------------------------------------------- /LICENSE.LGPL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/LICENSE.LGPL -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/README.md -------------------------------------------------------------------------------- /data/color-schemes/BlackOnLightYellow.colorscheme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/data/color-schemes/BlackOnLightYellow.colorscheme -------------------------------------------------------------------------------- /data/color-schemes/BlackOnLightYellow.schema: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/data/color-schemes/BlackOnLightYellow.schema -------------------------------------------------------------------------------- /data/color-schemes/BlackOnRandomLight.colorscheme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/data/color-schemes/BlackOnRandomLight.colorscheme -------------------------------------------------------------------------------- /data/color-schemes/BlackOnWhite.colorscheme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/data/color-schemes/BlackOnWhite.colorscheme -------------------------------------------------------------------------------- /data/color-schemes/BlackOnWhite.schema: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/data/color-schemes/BlackOnWhite.schema -------------------------------------------------------------------------------- /data/color-schemes/BlueOnBlack.colorscheme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/data/color-schemes/BlueOnBlack.colorscheme -------------------------------------------------------------------------------- /data/color-schemes/Breeze.colorscheme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/data/color-schemes/Breeze.colorscheme -------------------------------------------------------------------------------- /data/color-schemes/BreezeModified.colorscheme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/data/color-schemes/BreezeModified.colorscheme -------------------------------------------------------------------------------- /data/color-schemes/DarkPastels.colorscheme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/data/color-schemes/DarkPastels.colorscheme -------------------------------------------------------------------------------- /data/color-schemes/GreenOnBlack.colorscheme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/data/color-schemes/GreenOnBlack.colorscheme -------------------------------------------------------------------------------- /data/color-schemes/Linux.colorscheme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/data/color-schemes/Linux.colorscheme -------------------------------------------------------------------------------- /data/color-schemes/RedOnBlack.colorscheme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/data/color-schemes/RedOnBlack.colorscheme -------------------------------------------------------------------------------- /data/color-schemes/Solarized.colorscheme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/data/color-schemes/Solarized.colorscheme -------------------------------------------------------------------------------- /data/color-schemes/SolarizedLight.colorscheme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/data/color-schemes/SolarizedLight.colorscheme -------------------------------------------------------------------------------- /data/color-schemes/Tango.colorscheme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/data/color-schemes/Tango.colorscheme -------------------------------------------------------------------------------- /data/color-schemes/Ubuntu.colorscheme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/data/color-schemes/Ubuntu.colorscheme -------------------------------------------------------------------------------- /data/color-schemes/WhiteOnBlack.colorscheme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/data/color-schemes/WhiteOnBlack.colorscheme -------------------------------------------------------------------------------- /data/color-schemes/WhiteOnBlack.schema: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/data/color-schemes/WhiteOnBlack.schema -------------------------------------------------------------------------------- /data/color-schemes/historic/BlackOnLightColor.schema: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/data/color-schemes/historic/BlackOnLightColor.schema -------------------------------------------------------------------------------- /data/color-schemes/historic/BlackOnLightYellow.schema: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/data/color-schemes/historic/BlackOnLightYellow.schema -------------------------------------------------------------------------------- /data/color-schemes/historic/BlackOnWhite.schema: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/data/color-schemes/historic/BlackOnWhite.schema -------------------------------------------------------------------------------- /data/color-schemes/historic/DarkPicture.schema: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/data/color-schemes/historic/DarkPicture.schema -------------------------------------------------------------------------------- /data/color-schemes/historic/Example.Schema: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/data/color-schemes/historic/Example.Schema -------------------------------------------------------------------------------- /data/color-schemes/historic/GreenOnBlack.schema: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/data/color-schemes/historic/GreenOnBlack.schema -------------------------------------------------------------------------------- /data/color-schemes/historic/GreenTint.schema: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/data/color-schemes/historic/GreenTint.schema -------------------------------------------------------------------------------- /data/color-schemes/historic/GreenTint_MC.schema: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/data/color-schemes/historic/GreenTint_MC.schema -------------------------------------------------------------------------------- /data/color-schemes/historic/LightPicture.schema: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/data/color-schemes/historic/LightPicture.schema -------------------------------------------------------------------------------- /data/color-schemes/historic/Linux.schema: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/data/color-schemes/historic/Linux.schema -------------------------------------------------------------------------------- /data/color-schemes/historic/README.Schema: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/data/color-schemes/historic/README.Schema -------------------------------------------------------------------------------- /data/color-schemes/historic/README.default.Schema: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/data/color-schemes/historic/README.default.Schema -------------------------------------------------------------------------------- /data/color-schemes/historic/Transparent.schema: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/data/color-schemes/historic/Transparent.schema -------------------------------------------------------------------------------- /data/color-schemes/historic/Transparent_MC.schema: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/data/color-schemes/historic/Transparent_MC.schema -------------------------------------------------------------------------------- /data/color-schemes/historic/Transparent_darkbg.schema: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/data/color-schemes/historic/Transparent_darkbg.schema -------------------------------------------------------------------------------- /data/color-schemes/historic/Transparent_lightbg.schema: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/data/color-schemes/historic/Transparent_lightbg.schema -------------------------------------------------------------------------------- /data/color-schemes/historic/WhiteOnBlack.schema: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/data/color-schemes/historic/WhiteOnBlack.schema -------------------------------------------------------------------------------- /data/color-schemes/historic/XTerm.schema: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/data/color-schemes/historic/XTerm.schema -------------------------------------------------------------------------------- /data/color-schemes/historic/syscolor.schema: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/data/color-schemes/historic/syscolor.schema -------------------------------------------------------------------------------- /data/color-schemes/historic/vim.schema: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/data/color-schemes/historic/vim.schema -------------------------------------------------------------------------------- /data/kb-layouts/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/data/kb-layouts/CMakeLists.txt -------------------------------------------------------------------------------- /data/kb-layouts/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/data/kb-layouts/README -------------------------------------------------------------------------------- /data/kb-layouts/README-KeyTab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/data/kb-layouts/README-KeyTab -------------------------------------------------------------------------------- /data/kb-layouts/README-KeyTab-original: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/data/kb-layouts/README-KeyTab-original -------------------------------------------------------------------------------- /data/kb-layouts/default.keytab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/data/kb-layouts/default.keytab -------------------------------------------------------------------------------- /data/kb-layouts/historic/vt100.keytab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/data/kb-layouts/historic/vt100.keytab -------------------------------------------------------------------------------- /data/kb-layouts/historic/x11r5.keytab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/data/kb-layouts/historic/x11r5.keytab -------------------------------------------------------------------------------- /data/kb-layouts/linux.keytab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/data/kb-layouts/linux.keytab -------------------------------------------------------------------------------- /data/kb-layouts/macbook.keytab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/data/kb-layouts/macbook.keytab -------------------------------------------------------------------------------- /data/kb-layouts/solaris.keytab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/data/kb-layouts/solaris.keytab -------------------------------------------------------------------------------- /data/kb-layouts/vt420pc.keytab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/data/kb-layouts/vt420pc.keytab -------------------------------------------------------------------------------- /src/Character.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/Character.h -------------------------------------------------------------------------------- /src/CharacterColor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/CharacterColor.h -------------------------------------------------------------------------------- /src/CharacterWidth.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/CharacterWidth.cpp -------------------------------------------------------------------------------- /src/CharacterWidth.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/CharacterWidth.h -------------------------------------------------------------------------------- /src/CharacterWidth.src.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/CharacterWidth.src.cpp -------------------------------------------------------------------------------- /src/ColorScheme.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/ColorScheme.cpp -------------------------------------------------------------------------------- /src/ColorScheme.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/ColorScheme.h -------------------------------------------------------------------------------- /src/ColorSchemeManager.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/ColorSchemeManager.cpp -------------------------------------------------------------------------------- /src/ColorSchemeManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/ColorSchemeManager.h -------------------------------------------------------------------------------- /src/ColorTables.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/ColorTables.h -------------------------------------------------------------------------------- /src/Emulation.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/Emulation.cpp -------------------------------------------------------------------------------- /src/Emulation.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/Emulation.h -------------------------------------------------------------------------------- /src/Enumeration.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/Enumeration.h -------------------------------------------------------------------------------- /src/ExtendedCharTable.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/ExtendedCharTable.cpp -------------------------------------------------------------------------------- /src/ExtendedCharTable.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/ExtendedCharTable.h -------------------------------------------------------------------------------- /src/ExtendedDefaultTranslator.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/ExtendedDefaultTranslator.h -------------------------------------------------------------------------------- /src/Filter.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/Filter.cpp -------------------------------------------------------------------------------- /src/Filter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/Filter.h -------------------------------------------------------------------------------- /src/History.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/History.cpp -------------------------------------------------------------------------------- /src/History.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/History.h -------------------------------------------------------------------------------- /src/HistorySearch.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/HistorySearch.cpp -------------------------------------------------------------------------------- /src/HistorySearch.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/HistorySearch.h -------------------------------------------------------------------------------- /src/IncrementalSearchBar.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/IncrementalSearchBar.cpp -------------------------------------------------------------------------------- /src/IncrementalSearchBar.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/IncrementalSearchBar.h -------------------------------------------------------------------------------- /src/KeyboardTranslator.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/KeyboardTranslator.cpp -------------------------------------------------------------------------------- /src/KeyboardTranslator.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/KeyboardTranslator.h -------------------------------------------------------------------------------- /src/KeyboardTranslatorManager.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/KeyboardTranslatorManager.cpp -------------------------------------------------------------------------------- /src/KeyboardTranslatorManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/KeyboardTranslatorManager.h -------------------------------------------------------------------------------- /src/KonsoleSettings.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/KonsoleSettings.cpp -------------------------------------------------------------------------------- /src/KonsoleSettings.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/KonsoleSettings.h -------------------------------------------------------------------------------- /src/LGPL_EXCEPTION.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/LGPL_EXCEPTION.TXT -------------------------------------------------------------------------------- /src/LICENSE.LGPL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/LICENSE.LGPL -------------------------------------------------------------------------------- /src/LineBlockCharacters.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/LineBlockCharacters.cpp -------------------------------------------------------------------------------- /src/LineBlockCharacters.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/LineBlockCharacters.h -------------------------------------------------------------------------------- /src/LineFont.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/LineFont.h -------------------------------------------------------------------------------- /src/LineFont.src: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/LineFont.src -------------------------------------------------------------------------------- /src/LinkManager.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/LinkManager.cpp -------------------------------------------------------------------------------- /src/LinkManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/LinkManager.h -------------------------------------------------------------------------------- /src/LinkParser.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/LinkParser.cpp -------------------------------------------------------------------------------- /src/LinkParser.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/LinkParser.h -------------------------------------------------------------------------------- /src/ProcessInfo.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/ProcessInfo.cpp -------------------------------------------------------------------------------- /src/ProcessInfo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/ProcessInfo.h -------------------------------------------------------------------------------- /src/Profile.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/Profile.cpp -------------------------------------------------------------------------------- /src/Profile.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/Profile.h -------------------------------------------------------------------------------- /src/ProfileManager.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/ProfileManager.cpp -------------------------------------------------------------------------------- /src/ProfileManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/ProfileManager.h -------------------------------------------------------------------------------- /src/ProfileReader.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/ProfileReader.cpp -------------------------------------------------------------------------------- /src/ProfileReader.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/ProfileReader.h -------------------------------------------------------------------------------- /src/ProfileWriter.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/ProfileWriter.cpp -------------------------------------------------------------------------------- /src/ProfileWriter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/ProfileWriter.h -------------------------------------------------------------------------------- /src/Pty.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/Pty.cpp -------------------------------------------------------------------------------- /src/Pty.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/Pty.h -------------------------------------------------------------------------------- /src/PtyConfig.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/PtyConfig.h -------------------------------------------------------------------------------- /src/QContainerAdapters.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/QContainerAdapters.h -------------------------------------------------------------------------------- /src/Screen.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/Screen.cpp -------------------------------------------------------------------------------- /src/Screen.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/Screen.h -------------------------------------------------------------------------------- /src/ScreenWindow.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/ScreenWindow.cpp -------------------------------------------------------------------------------- /src/ScreenWindow.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/ScreenWindow.h -------------------------------------------------------------------------------- /src/ScrollState.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/ScrollState.cpp -------------------------------------------------------------------------------- /src/ScrollState.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/ScrollState.h -------------------------------------------------------------------------------- /src/Session.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/Session.cpp -------------------------------------------------------------------------------- /src/Session.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/Session.h -------------------------------------------------------------------------------- /src/SessionManager.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/SessionManager.cpp -------------------------------------------------------------------------------- /src/SessionManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/SessionManager.h -------------------------------------------------------------------------------- /src/ShellCommand.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/ShellCommand.cpp -------------------------------------------------------------------------------- /src/ShellCommand.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/ShellCommand.h -------------------------------------------------------------------------------- /src/TerminalCharacterDecoder.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/TerminalCharacterDecoder.cpp -------------------------------------------------------------------------------- /src/TerminalCharacterDecoder.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/TerminalCharacterDecoder.h -------------------------------------------------------------------------------- /src/TerminalConfig.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/TerminalConfig.h -------------------------------------------------------------------------------- /src/TerminalDebug.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/TerminalDebug.cpp -------------------------------------------------------------------------------- /src/TerminalDebug.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/TerminalDebug.h -------------------------------------------------------------------------------- /src/TerminalDisplay.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/TerminalDisplay.cpp -------------------------------------------------------------------------------- /src/TerminalDisplay.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/TerminalDisplay.h -------------------------------------------------------------------------------- /src/TerminalDisplayAccessible.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/TerminalDisplayAccessible.cpp -------------------------------------------------------------------------------- /src/TerminalDisplayAccessible.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/TerminalDisplayAccessible.h -------------------------------------------------------------------------------- /src/TerminalOutputPane.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/TerminalOutputPane.cpp -------------------------------------------------------------------------------- /src/TerminalOutputPane.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/TerminalOutputPane.h -------------------------------------------------------------------------------- /src/TerminalPlugin.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/TerminalPlugin.cpp -------------------------------------------------------------------------------- /src/TerminalPlugin.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/TerminalPlugin.h -------------------------------------------------------------------------------- /src/TerminalPlugin.json.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/TerminalPlugin.json.in -------------------------------------------------------------------------------- /src/TerminalWindow.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/TerminalWindow.cpp -------------------------------------------------------------------------------- /src/TerminalWindow.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/TerminalWindow.h -------------------------------------------------------------------------------- /src/Vt102Emulation.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/Vt102Emulation.cpp -------------------------------------------------------------------------------- /src/Vt102Emulation.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/Vt102Emulation.h -------------------------------------------------------------------------------- /src/config/GenericPathProvider.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/config/GenericPathProvider.cpp -------------------------------------------------------------------------------- /src/config/GenericPathProvider.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/config/GenericPathProvider.h -------------------------------------------------------------------------------- /src/config/PathProvider.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/config/PathProvider.cpp -------------------------------------------------------------------------------- /src/config/PathProvider.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/config/PathProvider.h -------------------------------------------------------------------------------- /src/config/StandardPathProvider.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/config/StandardPathProvider.cpp -------------------------------------------------------------------------------- /src/config/StandardPathProvider.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/config/StandardPathProvider.h -------------------------------------------------------------------------------- /src/config/bufferfragment_p.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/config/bufferfragment_p.h -------------------------------------------------------------------------------- /src/config/config-kconfig.h: -------------------------------------------------------------------------------- 1 | #define KCONFIG_USE_DBUS 0 2 | -------------------------------------------------------------------------------- /src/config/conversioncheck.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/config/conversioncheck.h -------------------------------------------------------------------------------- /src/config/kauthorized.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/config/kauthorized.cpp -------------------------------------------------------------------------------- /src/config/kauthorized.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/config/kauthorized.h -------------------------------------------------------------------------------- /src/config/kconfig.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/config/kconfig.cpp -------------------------------------------------------------------------------- /src/config/kconfig.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/config/kconfig.h -------------------------------------------------------------------------------- /src/config/kconfig_core_log_settings.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/config/kconfig_core_log_settings.cpp -------------------------------------------------------------------------------- /src/config/kconfig_core_log_settings.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/config/kconfig_core_log_settings.h -------------------------------------------------------------------------------- /src/config/kconfig_p.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/config/kconfig_p.h -------------------------------------------------------------------------------- /src/config/kconfig_version.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/config/kconfig_version.h -------------------------------------------------------------------------------- /src/config/kconfigbackend.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/config/kconfigbackend.cpp -------------------------------------------------------------------------------- /src/config/kconfigbackend_p.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/config/kconfigbackend_p.h -------------------------------------------------------------------------------- /src/config/kconfigbase.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/config/kconfigbase.cpp -------------------------------------------------------------------------------- /src/config/kconfigbase.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/config/kconfigbase.h -------------------------------------------------------------------------------- /src/config/kconfigbase_p.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/config/kconfigbase_p.h -------------------------------------------------------------------------------- /src/config/kconfigdata.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/config/kconfigdata.cpp -------------------------------------------------------------------------------- /src/config/kconfigdata.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/config/kconfigdata.h -------------------------------------------------------------------------------- /src/config/kconfiggroup.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/config/kconfiggroup.cpp -------------------------------------------------------------------------------- /src/config/kconfiggroup.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/config/kconfiggroup.h -------------------------------------------------------------------------------- /src/config/kconfiggroup_p.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/config/kconfiggroup_p.h -------------------------------------------------------------------------------- /src/config/kconfigini.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/config/kconfigini.cpp -------------------------------------------------------------------------------- /src/config/kconfigini_p.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/config/kconfigini_p.h -------------------------------------------------------------------------------- /src/config/kconfigwatcher.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/config/kconfigwatcher.cpp -------------------------------------------------------------------------------- /src/config/kconfigwatcher.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/config/kconfigwatcher.h -------------------------------------------------------------------------------- /src/config/kcoreconfigskeleton.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/config/kcoreconfigskeleton.cpp -------------------------------------------------------------------------------- /src/config/kcoreconfigskeleton.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/config/kcoreconfigskeleton.h -------------------------------------------------------------------------------- /src/config/kcoreconfigskeleton_p.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/config/kcoreconfigskeleton_p.h -------------------------------------------------------------------------------- /src/config/ksharedconfig.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/config/ksharedconfig.cpp -------------------------------------------------------------------------------- /src/config/ksharedconfig.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/config/ksharedconfig.h -------------------------------------------------------------------------------- /src/hsluv.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/hsluv.c -------------------------------------------------------------------------------- /src/hsluv.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/hsluv.h -------------------------------------------------------------------------------- /src/ki18n/COPYING.LIB: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/ki18n/COPYING.LIB -------------------------------------------------------------------------------- /src/ki18n/KLocalizedContext: -------------------------------------------------------------------------------- 1 | #include "klocalizedcontext.h" 2 | -------------------------------------------------------------------------------- /src/ki18n/KLocalizedString: -------------------------------------------------------------------------------- 1 | #include "klocalizedstring.h" 2 | -------------------------------------------------------------------------------- /src/ki18n/KLocalizedTranslator: -------------------------------------------------------------------------------- 1 | #include "klocalizedtranslator.h" 2 | -------------------------------------------------------------------------------- /src/ki18n/KuitMarkup: -------------------------------------------------------------------------------- 1 | #include "kuitmarkup.h" 2 | -------------------------------------------------------------------------------- /src/ki18n/KuitSetup: -------------------------------------------------------------------------------- 1 | #include "kuitsetup.h" 2 | -------------------------------------------------------------------------------- /src/ki18n/Messages.sh: -------------------------------------------------------------------------------- 1 | #! /usr/bin/env bash 2 | $XGETTEXT *.cpp *.h -o $podir/ki18n5.pot 3 | -------------------------------------------------------------------------------- /src/ki18n/common_helpers.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/ki18n/common_helpers.cpp -------------------------------------------------------------------------------- /src/ki18n/common_helpers_p.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/ki18n/common_helpers_p.h -------------------------------------------------------------------------------- /src/ki18n/config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/ki18n/config.h -------------------------------------------------------------------------------- /src/ki18n/gettext.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/ki18n/gettext.h -------------------------------------------------------------------------------- /src/ki18n/kcatalog.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/ki18n/kcatalog.cpp -------------------------------------------------------------------------------- /src/ki18n/kcatalog_p.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/ki18n/kcatalog_p.h -------------------------------------------------------------------------------- /src/ki18n/ki18n_export.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/ki18n/ki18n_export.h -------------------------------------------------------------------------------- /src/ki18n/ki18n_logging.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/ki18n/ki18n_logging.cpp -------------------------------------------------------------------------------- /src/ki18n/ki18n_logging.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/ki18n/ki18n_logging.h -------------------------------------------------------------------------------- /src/ki18n/ki18n_logging_kuit.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/ki18n/ki18n_logging_kuit.cpp -------------------------------------------------------------------------------- /src/ki18n/ki18n_logging_kuit.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/ki18n/ki18n_logging_kuit.h -------------------------------------------------------------------------------- /src/ki18n/ki18n_version.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/ki18n/ki18n_version.h -------------------------------------------------------------------------------- /src/ki18n/klocalizedcontext.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/ki18n/klocalizedcontext.cpp -------------------------------------------------------------------------------- /src/ki18n/klocalizedcontext.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/ki18n/klocalizedcontext.h -------------------------------------------------------------------------------- /src/ki18n/klocalizedstring.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/ki18n/klocalizedstring.cpp -------------------------------------------------------------------------------- /src/ki18n/klocalizedstring.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/ki18n/klocalizedstring.h -------------------------------------------------------------------------------- /src/ki18n/klocalizedtranslator.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/ki18n/klocalizedtranslator.cpp -------------------------------------------------------------------------------- /src/ki18n/klocalizedtranslator.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/ki18n/klocalizedtranslator.h -------------------------------------------------------------------------------- /src/ki18n/ktranscript.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/ki18n/ktranscript.cpp -------------------------------------------------------------------------------- /src/ki18n/ktranscript_export.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/ki18n/ktranscript_export.h -------------------------------------------------------------------------------- /src/ki18n/ktranscript_p.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/ki18n/ktranscript_p.h -------------------------------------------------------------------------------- /src/ki18n/kuitmarkup.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/ki18n/kuitmarkup.cpp -------------------------------------------------------------------------------- /src/ki18n/kuitmarkup.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/ki18n/kuitmarkup.h -------------------------------------------------------------------------------- /src/ki18n/kuitmarkup_p.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/ki18n/kuitmarkup_p.h -------------------------------------------------------------------------------- /src/ki18n/kuitsetup.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/ki18n/kuitsetup.h -------------------------------------------------------------------------------- /src/ki18n/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/ki18n/main.cpp -------------------------------------------------------------------------------- /src/kprocess.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/kprocess.cpp -------------------------------------------------------------------------------- /src/kprocess.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/kprocess.h -------------------------------------------------------------------------------- /src/kpty.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/kpty.cpp -------------------------------------------------------------------------------- /src/kpty.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/kpty.h -------------------------------------------------------------------------------- /src/kpty_p.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/kpty_p.h -------------------------------------------------------------------------------- /src/kptydevice.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/kptydevice.cpp -------------------------------------------------------------------------------- /src/kptydevice.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/kptydevice.h -------------------------------------------------------------------------------- /src/kptyprocess.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/kptyprocess.cpp -------------------------------------------------------------------------------- /src/kptyprocess.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/kptyprocess.h -------------------------------------------------------------------------------- /src/kui/KCollapsibleGroupBox: -------------------------------------------------------------------------------- 1 | #include "kcollapsiblegroupbox.h" 2 | -------------------------------------------------------------------------------- /src/kui/KConfigGui: -------------------------------------------------------------------------------- 1 | #include "kconfiggui.h" 2 | -------------------------------------------------------------------------------- /src/kui/KConfigLoader: -------------------------------------------------------------------------------- 1 | #include "kconfigloader.h" 2 | -------------------------------------------------------------------------------- /src/kui/KConfigSkeleton: -------------------------------------------------------------------------------- 1 | #include "kconfigskeleton.h" 2 | -------------------------------------------------------------------------------- /src/kui/KGuiItem: -------------------------------------------------------------------------------- 1 | #include "kguiitem.h" 2 | -------------------------------------------------------------------------------- /src/kui/KMessageBox: -------------------------------------------------------------------------------- 1 | #include "kmessagebox.h" 2 | -------------------------------------------------------------------------------- /src/kui/KMessageBoxDontAskAgainInterface: -------------------------------------------------------------------------------- 1 | #include "kmessageboxdontaskagaininterface.h" 2 | -------------------------------------------------------------------------------- /src/kui/KMessageBoxNotifyInterface: -------------------------------------------------------------------------------- 1 | #include "kmessageboxnotifyinterface.h" 2 | -------------------------------------------------------------------------------- /src/kui/KMessageWidget: -------------------------------------------------------------------------------- 1 | #include "kmessagewidget.h" 2 | -------------------------------------------------------------------------------- /src/kui/KPluralHandlingSpinBox: -------------------------------------------------------------------------------- 1 | #pragma once 2 | 3 | #include "kpluralhandlingspinbox.h" 4 | -------------------------------------------------------------------------------- /src/kui/KSqueezedTextLabel: -------------------------------------------------------------------------------- 1 | #include "ksqueezedtextlabel.h" 2 | -------------------------------------------------------------------------------- /src/kui/KStandardGuiItem: -------------------------------------------------------------------------------- 1 | #include "kstandardguiitem.h" 2 | -------------------------------------------------------------------------------- /src/kui/fonthelpers.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/kui/fonthelpers.cpp -------------------------------------------------------------------------------- /src/kui/fonthelpers_p.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/kui/fonthelpers_p.h -------------------------------------------------------------------------------- /src/kui/kcollapsiblegroupbox.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/kui/kcollapsiblegroupbox.cpp -------------------------------------------------------------------------------- /src/kui/kcollapsiblegroupbox.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/kui/kcollapsiblegroupbox.h -------------------------------------------------------------------------------- /src/kui/kcolorbutton.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/kui/kcolorbutton.cpp -------------------------------------------------------------------------------- /src/kui/kcolorbutton.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/kui/kcolorbutton.h -------------------------------------------------------------------------------- /src/kui/kconfigdialog.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/kui/kconfigdialog.cpp -------------------------------------------------------------------------------- /src/kui/kconfigdialog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/kui/kconfigdialog.h -------------------------------------------------------------------------------- /src/kui/kconfigdialogmanager.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/kui/kconfigdialogmanager.cpp -------------------------------------------------------------------------------- /src/kui/kconfigdialogmanager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/kui/kconfigdialogmanager.h -------------------------------------------------------------------------------- /src/kui/kconfiggroupgui.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/kui/kconfiggroupgui.cpp -------------------------------------------------------------------------------- /src/kui/kconfiggui.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/kui/kconfiggui.cpp -------------------------------------------------------------------------------- /src/kui/kconfiggui.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/kui/kconfiggui.h -------------------------------------------------------------------------------- /src/kui/kconfigloader.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/kui/kconfigloader.cpp -------------------------------------------------------------------------------- /src/kui/kconfigloader.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/kui/kconfigloader.h -------------------------------------------------------------------------------- /src/kui/kconfigloader_p.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/kui/kconfigloader_p.h -------------------------------------------------------------------------------- /src/kui/kconfigloaderhandler_p.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/kui/kconfigloaderhandler_p.h -------------------------------------------------------------------------------- /src/kui/kconfigskeleton.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/kui/kconfigskeleton.cpp -------------------------------------------------------------------------------- /src/kui/kconfigskeleton.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/kui/kconfigskeleton.h -------------------------------------------------------------------------------- /src/kui/kconfigwidgets_debug.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/kui/kconfigwidgets_debug.cpp -------------------------------------------------------------------------------- /src/kui/kconfigwidgets_debug.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/kui/kconfigwidgets_debug.h -------------------------------------------------------------------------------- /src/kui/kfontaction.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/kui/kfontaction.cpp -------------------------------------------------------------------------------- /src/kui/kfontaction.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/kui/kfontaction.h -------------------------------------------------------------------------------- /src/kui/kfontchooser.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/kui/kfontchooser.cpp -------------------------------------------------------------------------------- /src/kui/kfontchooser.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/kui/kfontchooser.h -------------------------------------------------------------------------------- /src/kui/kfontrequester.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/kui/kfontrequester.cpp -------------------------------------------------------------------------------- /src/kui/kfontrequester.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/kui/kfontrequester.h -------------------------------------------------------------------------------- /src/kui/kfontsizeaction.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/kui/kfontsizeaction.cpp -------------------------------------------------------------------------------- /src/kui/kfontsizeaction.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/kui/kfontsizeaction.h -------------------------------------------------------------------------------- /src/kui/kguiitem.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/kui/kguiitem.cpp -------------------------------------------------------------------------------- /src/kui/kguiitem.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/kui/kguiitem.h -------------------------------------------------------------------------------- /src/kui/kmessagebox.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/kui/kmessagebox.cpp -------------------------------------------------------------------------------- /src/kui/kmessagebox.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/kui/kmessagebox.h -------------------------------------------------------------------------------- /src/kui/kmessagebox_p.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/kui/kmessagebox_p.cpp -------------------------------------------------------------------------------- /src/kui/kmessagebox_p.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/kui/kmessagebox_p.h -------------------------------------------------------------------------------- /src/kui/kmessageboxdontaskagaininterface.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/kui/kmessageboxdontaskagaininterface.h -------------------------------------------------------------------------------- /src/kui/kmessageboxnotifyinterface.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/kui/kmessageboxnotifyinterface.h -------------------------------------------------------------------------------- /src/kui/kmessagewidget.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/kui/kmessagewidget.cpp -------------------------------------------------------------------------------- /src/kui/kmessagewidget.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/kui/kmessagewidget.h -------------------------------------------------------------------------------- /src/kui/kpagedialog.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/kui/kpagedialog.cpp -------------------------------------------------------------------------------- /src/kui/kpagedialog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/kui/kpagedialog.h -------------------------------------------------------------------------------- /src/kui/kpagedialog_p.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/kui/kpagedialog_p.h -------------------------------------------------------------------------------- /src/kui/kpagemodel.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/kui/kpagemodel.cpp -------------------------------------------------------------------------------- /src/kui/kpagemodel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/kui/kpagemodel.h -------------------------------------------------------------------------------- /src/kui/kpagemodel_p.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/kui/kpagemodel_p.h -------------------------------------------------------------------------------- /src/kui/kpageview.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/kui/kpageview.cpp -------------------------------------------------------------------------------- /src/kui/kpageview.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/kui/kpageview.h -------------------------------------------------------------------------------- /src/kui/kpageview_p.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/kui/kpageview_p.cpp -------------------------------------------------------------------------------- /src/kui/kpageview_p.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/kui/kpageview_p.h -------------------------------------------------------------------------------- /src/kui/kpagewidget.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/kui/kpagewidget.cpp -------------------------------------------------------------------------------- /src/kui/kpagewidget.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/kui/kpagewidget.h -------------------------------------------------------------------------------- /src/kui/kpagewidget_p.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/kui/kpagewidget_p.h -------------------------------------------------------------------------------- /src/kui/kpagewidgetmodel.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/kui/kpagewidgetmodel.cpp -------------------------------------------------------------------------------- /src/kui/kpagewidgetmodel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/kui/kpagewidgetmodel.h -------------------------------------------------------------------------------- /src/kui/kpagewidgetmodel_p.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/kui/kpagewidgetmodel_p.h -------------------------------------------------------------------------------- /src/kui/kpluralhandlingspinbox.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/kui/kpluralhandlingspinbox.cpp -------------------------------------------------------------------------------- /src/kui/kpluralhandlingspinbox.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/kui/kpluralhandlingspinbox.h -------------------------------------------------------------------------------- /src/kui/kselectaction.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/kui/kselectaction.cpp -------------------------------------------------------------------------------- /src/kui/kselectaction.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/kui/kselectaction.h -------------------------------------------------------------------------------- /src/kui/kselectaction_p.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/kui/kselectaction_p.h -------------------------------------------------------------------------------- /src/kui/ksqueezedtextlabel.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/kui/ksqueezedtextlabel.cpp -------------------------------------------------------------------------------- /src/kui/ksqueezedtextlabel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/kui/ksqueezedtextlabel.h -------------------------------------------------------------------------------- /src/kui/kstandardguiitem.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/kui/kstandardguiitem.cpp -------------------------------------------------------------------------------- /src/kui/kstandardguiitem.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/kui/kstandardguiitem.h -------------------------------------------------------------------------------- /src/kui/ktitlewidget.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/kui/ktitlewidget.cpp -------------------------------------------------------------------------------- /src/kui/ktitlewidget.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/kui/ktitlewidget.h -------------------------------------------------------------------------------- /src/kui/loggingcategory.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/kui/loggingcategory.cpp -------------------------------------------------------------------------------- /src/kui/loggingcategory.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/kui/loggingcategory.h -------------------------------------------------------------------------------- /src/profile/ColorSchemeEditor.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/profile/ColorSchemeEditor.cpp -------------------------------------------------------------------------------- /src/profile/ColorSchemeEditor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/profile/ColorSchemeEditor.h -------------------------------------------------------------------------------- /src/profile/ColorSchemeEditor.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/profile/ColorSchemeEditor.ui -------------------------------------------------------------------------------- /src/profile/EditProfileAdvancedPage.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/profile/EditProfileAdvancedPage.ui -------------------------------------------------------------------------------- /src/profile/EditProfileAppearancePage.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/profile/EditProfileAppearancePage.ui -------------------------------------------------------------------------------- /src/profile/EditProfileDialog.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/profile/EditProfileDialog.cpp -------------------------------------------------------------------------------- /src/profile/EditProfileDialog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/profile/EditProfileDialog.h -------------------------------------------------------------------------------- /src/profile/EditProfileGeneralPage.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/profile/EditProfileGeneralPage.ui -------------------------------------------------------------------------------- /src/profile/EditProfileKeyboardPage.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/profile/EditProfileKeyboardPage.ui -------------------------------------------------------------------------------- /src/profile/EditProfileMousePage.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/profile/EditProfileMousePage.ui -------------------------------------------------------------------------------- /src/profile/EditProfileScrollingPage.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/profile/EditProfileScrollingPage.ui -------------------------------------------------------------------------------- /src/profile/FontDialog.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/profile/FontDialog.cpp -------------------------------------------------------------------------------- /src/profile/FontDialog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/profile/FontDialog.h -------------------------------------------------------------------------------- /src/profile/KeyBindingEditor.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/profile/KeyBindingEditor.cpp -------------------------------------------------------------------------------- /src/profile/KeyBindingEditor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/profile/KeyBindingEditor.h -------------------------------------------------------------------------------- /src/profile/KeyBindingEditor.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/profile/KeyBindingEditor.ui -------------------------------------------------------------------------------- /src/settings/ConfigurationDialog.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/settings/ConfigurationDialog.cpp -------------------------------------------------------------------------------- /src/settings/ConfigurationDialog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/settings/ConfigurationDialog.h -------------------------------------------------------------------------------- /src/settings/GeneralSettings.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/settings/GeneralSettings.cpp -------------------------------------------------------------------------------- /src/settings/GeneralSettings.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/settings/GeneralSettings.h -------------------------------------------------------------------------------- /src/settings/GeneralSettings.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/settings/GeneralSettings.ui -------------------------------------------------------------------------------- /src/settings/HistorySizeWidget.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/settings/HistorySizeWidget.cpp -------------------------------------------------------------------------------- /src/settings/HistorySizeWidget.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/settings/HistorySizeWidget.h -------------------------------------------------------------------------------- /src/settings/HistorySizeWidget.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/settings/HistorySizeWidget.ui -------------------------------------------------------------------------------- /src/settings/KonsoleSettings.kcfgc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/settings/KonsoleSettings.kcfgc -------------------------------------------------------------------------------- /src/settings/ProfileSettings.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/settings/ProfileSettings.cpp -------------------------------------------------------------------------------- /src/settings/ProfileSettings.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/settings/ProfileSettings.h -------------------------------------------------------------------------------- /src/settings/ProfileSettings.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/settings/ProfileSettings.ui -------------------------------------------------------------------------------- /src/settings/TemporaryFilesSettings.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/settings/TemporaryFilesSettings.cpp -------------------------------------------------------------------------------- /src/settings/TemporaryFilesSettings.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/settings/TemporaryFilesSettings.h -------------------------------------------------------------------------------- /src/settings/TemporaryFilesSettings.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/settings/TemporaryFilesSettings.ui -------------------------------------------------------------------------------- /src/settings/konsole.kcfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JakeSays/QtCreatorTerminalPlugin/HEAD/src/settings/konsole.kcfg --------------------------------------------------------------------------------