aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/nim
Commit message (Expand)AuthorAgeFilesLines
* ProjectNode: Let add/removeSubprojects operate on single fileshjk2017-03-202-18/+0
* Nim: Add an explicit include for QRegExpOrgad Shaneh2017-03-141-0/+1
* ProjectExplorer: Add a FolderNode::addNestedNode() functionhjk2017-03-141-1/+1
* ProjectExplorer: Add a SimpleRunControl implementationhjk2017-03-145-153/+1
* ProjectExplorer: Return a ProcessHandle for AppLauncher::applicationPIDhjk2017-03-101-2/+2
* ProjectExplorer: Create initial project treeTobias Hunger2017-03-101-7/+4
* Make all projects generate a fresh project treeTobias Hunger2017-03-101-2/+4
* ProjectExplorer: Follow up on too-much-magic in IProjectManagerhjk2017-03-097-97/+8
* ProjectExplorer: Switch responsibilities for raising applicationshjk2017-03-081-2/+1
* Utils: Wrap MimeDatabase into static functionshjk2017-03-031-2/+1
* ProjectExplorer: Unify RunControl setup/teardownTobias Hunger2017-03-012-12/+2
* ProjectManager: Centralize "File not found handling"hjk2017-02-282-7/+2
* ProjectExplorer: Remove Project manager parameter from some constructorshjk2017-02-283-10/+3
* Move mimetype definitions to plugin specsEike Ziller2017-02-274-26/+25
* ProjectExplorer: Nodes: Do not makeEmpty() as part of buildTree()Tobias Hunger2017-02-241-0/+1
* Nim: Adapt file collecting code to new infrastructurehjk2017-02-231-13/+4
* Remove spaces in initializer listsTim Jenssen2017-02-227-21/+21
* CppTools/ProjectManagers: Reduce ui blocking when loading projectsNikolai Kosjar2017-02-202-0/+12
* ToolChains: Implement detection of toolchains based on compiler pathTobias Hunger2017-02-092-0/+12
* Nim: Added Nim compiler output parserFilippo Cucchetto2017-02-083-0/+144
* Nim: Force regular expression optimization on first usageFilippo Cucchetto2017-02-011-2/+4
* Nim: Removed useless QLatin1String and QLatin1CharFilippo Cucchetto2017-02-011-46/+33
* Nim: Finalize toolchain related classesTobias Hunger2017-01-302-22/+22
* Nim: Fix build with qbsNikolai Kosjar2017-01-301-1/+5
* Nim: Added support for the Nim compiler inside KitsFilippo Cucchetto2017-01-3011-16/+545
* 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