aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/coreplugin/dialogs/externaltoolconfig.cpp
Commit message (Expand)AuthorAgeFilesLines
* Utils/ProjectExplorer: Move re-usabled bits of aspects to Utilshjk2020-09-231-1/+1
* Replace qrand with QRandomGeneratorEike Ziller2020-09-181-1/+1
* Core: Fix compilation issues with Qt 6Eike Ziller2020-09-071-1/+2
* Core: Replace some QRegExp by QRegularExpressionChristian Stenger2020-06-181-1/+1
* Core: Apply new settings page pattern to Tool settings pagehjk2020-01-291-122/+317
* Use even less nullptr for default flagshjk2020-01-201-1/+1
* Remove unused QObject parent arguments on options pageshjk2019-09-111-2/+1
* Compile fix with recent Qt devhjk2019-07-291-16/+6
* Enable macro editing for the Clang indexerMarco Bubke2019-06-131-10/+7
* Merge remote-tracking branch 'origin/4.8' into 4.9Eike Ziller2019-02-111-0/+1
|\
| * ExternalToolConfig: Fix choosing executableAndre Hartmann2019-02-111-0/+1
* | ExternalToolConfig: Cleanup and modernizeAndre Hartmann2019-02-101-27/+25
* | Merge remote-tracking branch 'origin/4.8'Eike Ziller2019-01-071-0/+2
|\|
| * Preferences: Add scroll area to external tool detailsEike Ziller2018-12-201-0/+2
* | External tools: Remove QLatin1String and fix various warningsEike Ziller2018-09-271-5/+6
* | Allow external tools to use build or run environmentEike Ziller2018-09-261-2/+17
|/
* Core: ModernizeAlessandro Portale2018-08-081-7/+7
* Merge remote-tracking branch 'origin/4.5'Eike Ziller2017-10-251-2/+2
|\
| * ExternalTools: Remove unneeded temporary containerEike Ziller2017-10-191-2/+2
* | Replace manual signal blocking/unblocking with QSignalBlockerTobias Hunger2017-10-041-3/+4
|/
* Replace a few occurrences of QStringList() << ...hjk2017-02-081-1/+1
* Use one common EnvironmentDialog in 3 different places.Jarek Kobus2016-06-171-47/+17
* Core: Use Qt5-style connectsOrgad Shaneh2016-02-031-19/+29
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* ExternalTools: fix capitalization of UI stringsLeena Miettinen2015-03-161-1/+1
* Merge commit '3c85058694ee2e41658d17f524fb48f0b187d2fe'Eike Ziller2015-02-121-6/+6
|\
| * Update LicenseEike Ziller2015-01-161-6/+6
* | Allow tweaking of environment for external toolsKai Koehne2015-01-291-0/+63
|/
* Utils: MacroExpander API cosmetics.hjk2014-10-221-2/+1
* VariableChooser: Reworkhjk2014-10-151-7/+7
* MacroExpander: Allow registering local expansionshjk2014-10-151-1/+1
* Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-10-141-7/+8
|\
| * License updateEike Ziller2014-10-091-7/+8
* | Do not use deprecated Qt functionality.Christian Kandeler2014-08-291-1/+0
* | Replace set[Plain]Text(QString()) with clear()Alessandro Portale2014-07-231-3/+3
|/
* Reinvent deprecated qSort as Utils::sortNikita Baryshnikov2014-06-191-2/+3
* Cleanup: Remove searchKeywords from optionspage widgetsTobias Hunger2014-05-261-15/+0
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* Make adding variable support to textcontrol easier.Eike Ziller2013-03-281-4/+4
* Clean headers in Core-plugin.Friedemann Kleint2013-03-271-2/+0
* Clean headers in Utils.Friedemann Kleint2013-03-191-0/+1
* Make variable manager static.Eike Ziller2013-03-131-1/+1
* ExternalTools: Use tool tip for effective argumentsOrgad Shaneh2013-02-111-1/+1
* Merge remote-tracking branch 'origin/2.6'Oswald Buddenhagen2013-01-311-1/+1
|\
| * Incremented year in copyright infov2.6.2Robert Loehning2013-01-291-1/+1
* | External Tools: Show effective argumentsOrgad Shaneh2013-01-301-0/+10
* | Remove braces for single lines of conditionsOrgad Shaneh2013-01-081-6/+3
* | Merge remote-tracking branch 'origin/2.6'Eike Ziller2012-10-051-21/+20
|\|
| * Adjust license headershjk2012-10-051-21/+20
* | Utils: Introduce HostOsInfo class.Christian Kandeler2012-08-271-7/+8
|/