aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/nim
Commit message (Expand)AuthorAgeFilesLines
* ProjectExplorer: Restructure BuildStep summary updatehjk2020-10-091-3/+0
* ProjectExplorer: Remove BuildStepConfigWidgethjk2020-10-063-6/+6
* ProjectExplorer: Move BuildStepWidget::summary etc to BuildStephjk2020-10-052-5/+5
* Consolidate build/deploystep default display name handlinghjk2020-10-024-11/+1
* Utils: Consolidate LayoutBuilder interface a bithjk2020-09-241-1/+1
* Utils/ProjectExplorer: Move re-usabled bits of aspects to Utilshjk2020-09-233-3/+6
* Fix build issues with Qt6Eike Ziller2020-09-181-3/+3
* ProjectExplorer: Simplify use of AbstractProcessStep::init()hjk2020-09-164-32/+0
* Merge remote-tracking branch 'origin/4.13' into masterEike Ziller2020-09-141-2/+2
|\
| * Nim: Fix plugin metadataKai Koehne2020-09-111-2/+2
| * Core/Utils: Migrate further to Utils::Idhjk2020-07-0617-20/+20
* | Nim: Fix handling of project settingsChristian Stenger2020-09-113-23/+7
* | Nim: Add a summary updater to NimbleBuildStephjk2020-09-101-0/+6
* | ProjectExplorer: Remove ArgumentsAspect::argumentsChanged signalhjk2020-09-101-1/+1
* | Nim: Rework NimbleTaskStephjk2020-09-092-145/+87
* | ProjectExplorer: Introduce a ProjectConfiguration::kit() functionhjk2020-09-092-5/+4
* | Nim: Fix running when building with nimbleChristian Stenger2020-09-085-26/+23
* | TextEditor: use Utils::FilePath as file member in AssistInterfaceDavid Schulz2020-09-041-4/+2
* | Nim: Rework NimCompilerBuildStephjk2020-09-035-298/+116
* | Nim: Remove unused declarationChristian Stenger2020-09-021-2/+0
* | Nim: Fix building with nimbleChristian Stenger2020-09-024-5/+45
* | Nim: Inline nimcompilerbuildstepconfigwidget.*hjk2020-08-317-312/+151
* | Nim: Move NimbleTaskStepWidget closer to NimbleTaskStephjk2020-08-267-238/+168
* | Nim: Inline nimbletaskwidget.uihjk2020-08-266-103/+23
* | Nim: Fix use of non-default arguments for Nimble build stephjk2020-08-201-1/+1
* | Nim: Use new AbstractProcessStep convenience functionshjk2020-08-181-5/+8
* | ProjectExplorer: Rename Base*Aspect to *Aspecthjk2020-08-141-2/+2
* | Nim: Aspectify NimbleBuildStephjk2020-07-288-240/+37
* | Nim: Replace QRegExp by QRegularExpressionChristian Stenger2020-07-141-4/+5
* | Core/Utils: Migrate further to Utils::Idhjk2020-07-0617-20/+20
|/
* Nim: Initialize NimbleBuildConfiguration::m_buildTypehjk2020-06-221-1/+1
* Remove uses of QRegularExpression::OptimizeOnFirstUsageOptionhjk2020-06-183-21/+13
* ProjectExplorer: Consolidate RunConfigurationFactory::idshjk2020-06-151-3/+3
* Nim: Remove unused class memberChristian Kandeler2020-04-272-6/+3
* Remove unused members from some classesChristian Kandeler2020-04-231-1/+0
* Merge output formatters and output parsersChristian Kandeler2020-04-236-21/+31
* ProjectExplorer: Split up the IOutputParser classChristian Kandeler2020-04-164-6/+6
* Utils: Replace FileChooser::path() by filePath().toString()hjk2020-04-092-2/+2
* Utils: Rename PathChooser::{f,setF}ileName() to {f,setF}ilePath()hjk2020-04-091-1/+1
* Output parsers: Replace the chaining approachChristian Kandeler2020-04-094-29/+19
* IOutputParser: Replace std{Out,Err} with a single parameterized functionChristian Kandeler2020-04-082-20/+5
* Output parsers: Generalize the search directory conceptChristian Kandeler2020-04-072-4/+6
* Merge remote-tracking branch 'origin/4.12'Eike Ziller2020-03-233-2/+11
|\
| * Nim: fix nimble build step default argumentsFilippo Cucchetto2020-03-223-2/+11
* | Merge remote-tracking branch 'origin/4.12'Eike Ziller2020-03-191-1/+1
|\|
| * Fix lupdate issuesEike Ziller2020-03-181-1/+1
* | Merge remote-tracking branch 'origin/4.12'Eike Ziller2020-03-161-1/+1
|\|
| * Nim: Fix UI text according to the guidelinesLeena Miettinen2020-03-121-1/+1
* | Nim: Fix nim trying to parse several timesTobias Hunger2020-03-021-1/+6
* | ProjectExplorer: De-QObject-ify ToolChainFactoryhjk2020-02-274-4/+4