aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/terminal
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-053-0/+11
* ProjectExplorer: Make some DeviceManager functions statichjk2025-04-251-1/+1
* Terminal: Use stub environmentMarcus Tillmanns2025-04-241-1/+1
* Fix warning for ';'Marco Bubke2025-04-151-1/+1
* Utils: Move and rename result testing macros from expected.h to result.hhjk2025-04-143-7/+6
* Replace most expected_str by Utils::Resulthjk2025-04-114-20/+20
* Utils: Replace Result class by type alias to std::expected<T, QString>hjk2025-04-111-5/+5
* Merge remote-tracking branch 'origin/16.0'Eike Ziller2025-04-091-2/+2
|\
| * Terminal: Reconnect EnableMouseTracking settingMarcus Tillmanns2025-04-081-0/+2
| * Terminal: Don't add to PATHMarcus Tillmanns2025-04-011-2/+0
* | Terminal: Add right click menu to Terminal TabsMarcus Tillmanns2025-04-012-0/+38
* | Avoid potential detach of non-const Qt containers in range-loops 2/2Alessandro Portale2025-03-241-1/+1
* | Avoid potential detach of non-const Qt containers in range-loops 1/2Alessandro Portale2025-03-211-1/+1
* | Icons: Update icons, batch #1Alessandro Portale2025-02-272-0/+0
|/
* Utils: Use GuardedObject for some objects containing widgetshjk2025-01-311-1/+2
* Fix warnings about unused return valuesChristian Kandeler2025-01-211-1/+2
* Utils: Rename FilePath::toString() into toUrlishString()hjk2025-01-101-1/+1
* Merge remote-tracking branch 'origin/15.0'Eike Ziller2025-01-093-12/+15
|\
| * Terminal: Fix IdMarcus Tillmanns2025-01-091-7/+8
| * Terminal: Implement scroll keyboard shortcutsMarcus Tillmanns2025-01-081-1/+0
| * Terminal: Fix resize logicMarcus Tillmanns2025-01-072-4/+7
| * Terminal: Fix Terminal reuse keyMarcus Tillmanns2025-01-071-1/+1
* | Utils: Remove parent argument from FileUtils dialogshjk2025-01-061-1/+0
* | Raise Qt requirement for building Qt Creator to Qt 6.5.3Eike Ziller2024-12-191-4/+0
* | Utils: Add FilePath::isLocal() and use it instead of !needsDevice()hjk2024-12-092-2/+2
* | Terminal: Add keyboard shortcuts for backspaceMarcus Tillmanns2024-11-223-0/+24
* | Plugins M-V: Make static QRegularExpression instances static constAlessandro Portale2024-11-201-1/+1
* | Plugins: Improve display names of pluginsAlessandro Portale2024-11-191-0/+1
* | Core: Provide settings categories centrallyChristian Kandeler2024-11-152-2/+5
|/
* Replace a few expected_str<void> by Utils::Resulthjk2024-10-081-5/+5
* Remove a few unneded #include <QTemporaryFile>hjk2024-09-271-1/+0
* Unify copyright string and remove yearEike Ziller2024-09-261-1/+1
* ExtensionSystem: Add PluginId and VendorIdMarcus Tillmanns2024-09-021-0/+2
* Plugins: Add URLs to manual page to plugin metadataAlessandro Portale2024-07-291-0/+1
* Terminal: Add error checkingMarcus Tillmanns2024-07-101-5/+11
* Core: Add a static IContext::attach() functionhjk2024-07-041-4/+2
* Merge remote-tracking branch 'origin/14.0'Eike Ziller2024-07-011-1/+1
|\
| * Plugin meta data: Add full stop to descriptionsEike Ziller2024-06-281-1/+1
* | Terminal: Remove object registrationMarcus Tillmanns2024-06-251-9/+1
|/
* Add long descriptions to some pluginsLeena Miettinen2024-05-311-1/+4
* Utils: Introduce a convenience function creatorColor()hjk2024-05-291-22/+20
* PluginSpecs: Change URLs from http:// to https://Alessandro Portale2024-05-281-1/+1
* CommandLine: Reuse new c'torJarek Kobus2024-05-222-5/+3
* CommandLine: Use more 1-arg c'torJarek Kobus2024-05-162-2/+2
* Merge remote-tracking branch 'origin/13.0'Eike Ziller2024-04-301-1/+5
|\
| * Terminal: Fix TERM env variableMarcus Tillmanns2024-04-301-1/+5
* | Translations: Fix various \n, full stops, spacesEike Ziller2024-04-181-2/+2
* | Merge remote-tracking branch 'origin/13.0'Eike Ziller2024-03-201-1/+1
|\|
| * Terminal: Ignore "height = 0" resize eventsMarcus Tillmanns2024-03-181-1/+1