aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/nim/project
Commit message (Expand)AuthorAgeFilesLines
* Nim: fix nimble build step default argumentsFilippo Cucchetto2020-03-223-2/+11
* Nim: Fix UI text according to the guidelinesLeena Miettinen2020-03-121-1/+1
* ProjectExplorer: Remove RunConfiguration::activeBuildConfigurationhjk2020-02-261-2/+2
* Nim: Move RunConfigurations to .cpp, drop Q_OBJECThjk2020-02-174-85/+79
* Nim: Fix build broken target info on WindowsFilippo Cucchetto2020-02-171-2/+2
* Nim: workaround to project parsing loopsFilippo Cucchetto2020-02-172-8/+6
* Nim: Simplify NimbleRunConfigurationFactoryhjk2020-02-112-19/+0
* ProjectManager: Add convenience Task subclasseshjk2020-01-203-25/+9
* ProjectExplorer: Move some of the BuildInfo setup code to central placeshjk2020-01-142-6/+4
* ProjectExplorer: De-QObject-ify BuildConfigurationFactorieshjk2020-01-104-12/+8
* ProjectExplorer: Replace BuildConfigurationFactory::availableBuildshjk2020-01-094-53/+33
* ProjectExplorer: Pass Id to BuildStep constructorhjk2020-01-0910-52/+36
* Move ProjectExplorer::WarningFlags to a more suitable locationChristian Kandeler2020-01-071-1/+1
* Utils: Rename FilePathList to simply FilePathshjk2019-12-183-3/+3
* Nim: Use generic RunConfiguration::update setuphjk2019-12-114-30/+20
* ProjectExplorer: Pass parameters to BuildConfiguration initializationhjk2019-12-102-4/+4
* ProjectExplorer: Use function object for special build config inithjk2019-12-094-62/+53
* ProjectExplorer: Settle on fixed set of build step listshjk2019-12-062-16/+5
* Nim: Adapt to recent buildconfiguration changeshjk2019-11-2912-202/+322
* Nim: Fix "overrides a member function but is not marked 'override'"Eike Ziller2019-11-291-1/+1
* ProjectExplorer: Introduce and use a Target::buildSystemUpdated signalhjk2019-11-213-4/+5
* ProjectExplorer: Introduce per-buildsystem setRootProjectNodehjk2019-11-211-1/+1
* ProjectExplorer: Make more use of available convenience functionshjk2019-11-211-1/+1
* ProjectExplorer: Move BuildSystem owership to BuildConfigurationhjk2019-11-1918-224/+198
* Partial compile fix for current Qt dev and/or Qt 6hjk2019-11-121-2/+2
* Nim: Add Nimble test run configurationFilippo Cucchetto2019-11-102-7/+35
* Nim: Fix compileChristian Stenger2019-11-054-25/+18
* Nim: Add support for the nimble build systemFilippo Cucchetto2019-11-0420-21/+1742
* ProjectExplorer: Use a functor for BuildSystem creationhjk2019-10-251-1/+1
* Qbs, Qmake, Python, Generic: Introduce BuildSystem derived classeshjk2019-10-254-92/+49
* Nim: Work around deprecation warninghjk2019-08-301-1/+1
* Nim: Disable non-".nim" files in project treeTobias Hunger2019-08-291-0/+2
* Nim: Introduce a NimBuildSystemTobias Hunger2019-08-299-162/+300
* ProjectExplorer: Rename BaseStringAspect::{f,setF}ileNamehjk2019-08-291-1/+1
* ProjectExplorer: Set up hack to funnel information to buildstep ctorshjk2019-08-222-12/+6
* ProjectExplorer: Use RAII pattern for parsing start/stop signallingTobias Hunger2019-08-091-2/+2
* Nim: Do not crash on nullptr for buildconfigurationTobias Hunger2019-08-061-1/+2
* Nim/Qbs: Append clean steps by id to build configurationhjk2019-08-011-2/+1
* Avoid warning on empty expressionshjk2019-07-231-1/+1
* Make the project managers tell the code model about include pathsChristian Kandeler2019-07-122-4/+8
* ProjectExplorer: Promote CMakeToolChainData to a global structurehjk2019-07-042-4/+4
* ProjectExplorer: Rename one ToolChainFactory::autoDetect overloadhjk2019-07-022-2/+2
* ProjectExplorer: Merge BuildConfigurationFactory::availableBuildshjk2019-06-272-44/+19
* ProjectExplorer: Align signatures of BuildConfigurationhjk2019-06-272-3/+4
* ProjectExplorer etc: More FilePath usagehjk2019-06-262-6/+7
* Nim: Simplify NimCleanStephjk2019-06-255-157/+10
* ProjectExplorer: Add special handling for removing filesVille Nummela2019-06-252-3/+6
* ProjectExplorer: Prefer ProcessParameters::setCommandLinehjk2019-06-243-45/+28
* ProjectExplorer: Use data member for ToolChain::typeDisplayNamehjk2019-06-202-16/+1
* connect() to ambiguous signals/slots: Replace static_cast with QOverloadAlessandro Portale2019-05-281-2/+2