summaryrefslogtreecommitdiff
path: root/src/plugins/nim
Commit message (Expand)AuthorAgeFilesLines
* Give the values of BuildStep::OutputFormat better namesChristian Kandeler2017-01-191-4/+4
* Nim: Fix usage of Buildstep::OutputformatChristian Kandeler2017-01-121-1/+1
* Nim: Move icon overlay registration to extensionInitialized()hjk2017-01-112-5/+7
* Nim: Fixed missing update of project files on add and removeFilippo Cucchetto2016-12-205-19/+64
* Nimproject: Fix memory leakTobias Hunger2016-12-161-1/+4
* Nim: Schedule a project rescan when new files are added or removedFilippo Cucchetto2016-12-134-4/+13
* Nim: Simplified project scan by removing QFutureInterfaceFilippo Cucchetto2016-12-132-15/+7
* Merge remote-tracking branch 'origin/4.2'Eike Ziller2016-12-052-9/+0
|\
| * BuildConfiguration: De-virtualize setBuildConfigurationhjk2016-12-052-9/+0
* | Nim: Removed unused FileSystemWatcherFilippo Cucchetto2016-12-042-3/+0
* | Merge remote-tracking branch 'origin/4.2'Orgad Shaneh2016-11-145-1/+12
|\ \ | |/
| * Nim: Added support for nim script filesFilippo Cucchetto2016-11-115-1/+12
* | ProjectExplorer: Make naming of methods on Nodes more consistentTobias Hunger2016-11-101-1/+1
* | ProjectExplorer: Shorten space needed to store a FileTypeTobias Hunger2016-11-031-1/+1
* | ProjectExplorer: Shorten NodeType enumTobias Hunger2016-11-031-3/+3
* | Merge remote-tracking branch 'origin/4.2'Eike Ziller2016-11-011-0/+2
|\ \ | |/
| * ClangStaticAnalyzer: Tests: Rely on projects telling when they finished parsingNikolai Kosjar2016-10-311-0/+2
* | Nim: Collect project data asynchronouslyTobias Hunger2016-10-252-31/+46
* | Nim: Do not crash on empty nimprojectsTobias Hunger2016-10-243-1/+16
|/
* Nim: Use helpers from FolderNodeTobias Hunger2016-10-053-119/+22
* Core: Make IOptionsPage::categoryIcon a Utils::IconAlessandro Portale2016-09-201-1/+1
* Nim: Fix build configuration factory priorityKudryavtsev Alexander2016-09-152-5/+14
* Nim: Remove unnecessary NimBuildInfoTobias Hunger2016-08-262-36/+17
* Nim: Inline NimBuildInfo into nimbuildconfigurationfactory.cpphjk2016-08-235-97/+16
* Nim: Add missing tr for class with translatable stringsOrgad Shaneh2016-08-231-0/+4
* ISnippetProvider: Code polishTobias Hunger2016-08-222-7/+4
* Merge remote-tracking branch 'origin/4.1'Eike Ziller2016-08-171-1/+1
|\
| * ProjectExplorer: Resolve any CurrentProject:<foo> in default build pathUlf Hermann2016-08-151-1/+1
* | Merge remote-tracking branch 'origin/4.1'Orgad Shaneh2016-08-052-3/+2
|\ \ | |/
| * Nim: Set environment for running projectChristian Stenger2016-08-041-0/+1
| * Nim: Removed wrong asserts triggered during restore of buildstepsFilippo Cucchetto2016-08-041-3/+1
* | UI files: Fix tab order in lots of UI formsNazar Gerasymchuk2016-08-021-0/+6
|/
* Nim: Cleanup includes and qbs dependenciesOrgad Shaneh2016-06-1529-108/+93
* Nim: Fix warnings about inconsistent use of overrideTobias Hunger2016-06-132-4/+4
* ProjectExplorer: De-duplicate code in IBuildStepFactory derived classeshjk2016-06-104-109/+26
* Nim: Fix warnings during buildTobias Hunger2016-06-073-7/+3
* Added plugin for supporting the Nim programming languageFilippo Cucchetto2016-06-0768-0/+5609