summaryrefslogtreecommitdiff
path: root/src/plugins/nim/project
Commit message (Expand)AuthorAgeFilesLines
* Nim: Fix debugger start of nim projectsChristian Stenger2017-12-061-0/+3
* Nim: Add period to the end of error messageLeena Miettinen2017-10-201-1/+1
* Convert macros from plain QByteArray to a vector of structsMarco Bubke2017-09-142-3/+3
* ProjectExplorer: Re-organize RunConfiguration constructorshjk2017-09-133-11/+9
* ProjectNodes: Do not derive Project Nodes from QObjectTobias Hunger2017-08-012-2/+2
* RunConfiguration: Centralize enabled state handlingTobias Hunger2017-07-282-12/+2
* Project: Move signalling of parsing state into ProjectTobias Hunger2017-07-261-1/+2
* BuildStep: Do not use QLatin1String/QLatin1Char in BuildStepsTobias Hunger2017-07-251-2/+2
* Merge remote-tracking branch 'origin/4.3'Orgad Shaneh2017-06-261-2/+7
|\
| * ProjectExplorer: Do not use version manager cache in threadsTobias Hunger2017-06-201-2/+7
* | ProjectExplorer: Simplify standard run control constructionhjk2017-06-202-88/+0
* | Merge remote-tracking branch 'origin/4.3'Eike Ziller2017-05-091-2/+2
|\ \ | |/
| * ProjectNodes: add listInProject() to NodeTobias Hunger2017-05-041-2/+2
* | ProjectExplorer: Dissolve SimpleRunControlhjk2017-04-211-3/+7
|/
* Project: Unify handling of displayNameTobias Hunger2017-04-072-6/+1
* ProjectNodes: Handle supported actions one-by-onehjk2017-04-052-12/+8
* Nim: Fix product name capitalization and writing style in UI textLeena Miettinen2017-04-051-2/+2
* Project: Move ProjectDocument setup into Project classTobias Hunger2017-03-291-2/+1
* ProjectExplorer: Provide ProjectDocument and use it in all projectsTobias Hunger2017-03-291-3/+1
* ProjectExplorer: Handle project file list globallyTobias Hunger2017-03-272-16/+6
* 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-143-150/+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-094-92/+4
* 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
* 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-226-20/+20
* 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-082-0/+138
* Nim: Finalize toolchain related classesTobias Hunger2017-01-302-22/+22
* Nim: Added support for the Nim compiler inside KitsFilippo Cucchetto2017-01-308-14/+530
* 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: Fixed missing update of project files on add and removeFilippo Cucchetto2016-12-204-19/+62
* 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