summaryrefslogtreecommitdiff
path: root/src/plugins/nim
Commit message (Expand)AuthorAgeFilesLines
* De-Q_OBJECT-ify various IEditorFactory derived classeshjk2020-02-133-6/+3
* Nim: Simplify NimbleRunConfigurationFactoryhjk2020-02-112-19/+0
* Core: Make IEditorFactory::createEditor use a function objecthjk2020-02-052-6/+0
* Add final specifies to classesIgor Sidorov2020-02-051-1/+1
* Several SettingsPages: Code cosmeticshjk2020-01-304-11/+9
* TextEditor: De-noise ICodeStylePreferences setup a bithjk2020-01-293-14/+1
* TextEditor: De-QObject-ify ICodeStylePreferences factorieshjk2020-01-291-1/+1
* Nim: Use new settings page convenience functionshjk2020-01-272-50/+25
* ProjectManager: Add convenience Task subclasseshjk2020-01-203-25/+9
* Core: Introduce a IOptionsPage::setCategoryIconPathhjk2020-01-162-5/+2
* 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-1919-228/+198
* Partial compile fix for current Qt dev and/or Qt 6hjk2019-11-121-2/+2
* Nim: Add support for goto field under cursorFilippo Cucchetto2019-11-1113-51/+237
* Nim: Add Nimble test run configurationFilippo Cucchetto2019-11-103-7/+41
* Nim: Fix compileChristian Stenger2019-11-054-25/+18
* Nim: Add support for the nimble build systemFilippo Cucchetto2019-11-0426-26/+1822
* ProjectExplorer: Use a functor for BuildSystem creationhjk2019-10-251-1/+1
* Qbs, Qmake, Python, Generic: Introduce BuildSystem derived classeshjk2019-10-254-92/+49
* Remove unused QObject parent arguments on options pageshjk2019-09-112-4/+3
* Remove usages of deprecated APIs of QLayoutSona Kurazyan2019-09-021-1/+1
* 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-2912-162/+304
* 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
* ProjectExplorer: Re-work setup runworker factorieshjk2019-08-091-1/+5
* 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-233-4/+4
* 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