aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/terminal/terminalsettings.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add change log for 17.0.0Eike Ziller2025-05-051-1/+1
* Terminal: Add option to allow reflowing the live TerminalMarcus Tillmanns2025-05-051-0/+8
* Utils: Move and rename result testing macros from expected.h to result.hhjk2025-04-141-1/+0
* Replace most expected_str by Utils::Resulthjk2025-04-111-14/+14
* Avoid potential detach of non-const Qt containers in range-loops 1/2Alessandro Portale2025-03-211-1/+1
* Utils: Use GuardedObject for some objects containing widgetshjk2025-01-311-1/+2
* Fix warnings about unused return valuesChristian Kandeler2025-01-211-1/+2
* Utils: Remove parent argument from FileUtils dialogshjk2025-01-061-1/+0
* Plugins M-V: Make static QRegularExpression instances static constAlessandro Portale2024-11-201-1/+1
* Core: Provide settings categories centrallyChristian Kandeler2024-11-151-2/+0
* Utils: Introduce a convenience function creatorColor()hjk2024-05-291-22/+20
* Terminal: do not block Qt Creator shortcuts by defaultDavid Schulz2023-12-141-1/+1
* Terminal: Refactor actionsMarcus Tillmanns2023-12-121-0/+24
* Fix UI text capitalization, punctuation, and phrasingLeena Miettinen2023-10-201-1/+1
* Tr: Small fixes like full stops, whitespace and typosEike Ziller2023-10-181-3/+2
* Terminal: Improve color tooltipsMarcus Tillmanns2023-10-111-34/+26
* Terminal: Add debug button to easily copy themeMarcus Tillmanns2023-10-111-15/+32
* Terminal: Add support for Windows Terminal schemesMarcus Tillmanns2023-10-101-1/+74
* Plugins: A bit more Keys and Storehjk2023-08-251-1/+1
* Utils: Make FilePathAspect::setDefaultValue take a QStringhjk2023-08-171-4/+4
* Terminal: Create Terminal solutionMarcus Tillmanns2023-07-271-4/+1
* Terminal: Add mouse supportMarcus Tillmanns2023-07-261-0/+15
* Core: Add some sanity check that settings containers don't auto-applyhjk2023-07-131-0/+1
* Terminal: Use new settings creation patternhjk2023-07-071-71/+79
* Utils: Use FilePathAspect::setDefaultValuehjk2023-06-301-6/+5
* Terminal: Fine-tune tooltipsLeena Miettinen2023-06-191-8/+8
* Use a few more explicit FilePathAspectshjk2023-06-011-1/+0
* Terminal: Remove some redundante settings page setuphjk2023-05-311-2/+0
* Fix some unused 'this' lambda capturesEike Ziller2023-05-301-1/+1
* Terminal: Use PageSettings for settingshjk2023-05-261-16/+433
* Terminal: Fix stringsMarcus Tillmanns2023-05-051-3/+3
* Terminal: Add setting to change arguments of default shellMarcus Tillmanns2023-03-281-5/+18
* Terminal: Make audible bell configurableMarcus Tillmanns2023-03-271-0/+7
* Terminal: Make ESC key behavior configurableMarcus Tillmanns2023-03-271-6/+14
* Terminal: Add searchMarcus Tillmanns2023-03-241-0/+5
* Terminal: Add default themes to Creator themesMarcus Tillmanns2023-03-231-19/+29
* Terminal: Add enable settingMarcus Tillmanns2023-03-231-0/+8
* Terminal: Fix settings aspect registrationMarcus Tillmanns2023-03-231-26/+25
* Terminal: Add support for Cursor shape and blinkMarcus Tillmanns2023-03-061-0/+6
* Terminal: Add selection color settingMarcus Tillmanns2023-02-271-0/+1
* Terminal: Add Terminal pluginMarcus Tillmanns2023-02-241-0/+120