aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/pythoneditor
Commit message (Expand)AuthorAgeFilesLines
* Python: Remove unneeded dependency to QtSupportEike Ziller2019-08-093-3/+1
* More Utils::toSet/toListhjk2019-07-041-1/+1
* PythonEditor: Use Utils::CommandLine when creating a runnablehjk2019-06-041-4/+5
* Utils: Rename FileName to FilePathhjk2019-05-281-13/+13
* ProjectExplorer: Add executable() accessor to RunConfigurationChristian Kandeler2019-05-241-1/+4
* Qt Creator CMake portCristian Adam2019-05-171-0/+11
* ProjectExplorer: Remove BuildTargetInfoList wrapper classhjk2019-05-141-2/+2
* Merge remote-tracking branch 'origin/4.9'Eike Ziller2019-04-021-15/+16
|\
| * PythonEditorPlugin: Sprinkle const over codeEike Ziller2019-03-281-15/+15
| * Fix detaches in for loopEike Ziller2019-03-281-3/+3
* | ProjectExplorer: Switch order of template parametershjk2019-04-021-1/+1
* | ProjectExplorer: Introduce a SimpleRunWorkerFactory templatehjk2019-03-191-1/+1
* | Python: De-macrofyhjk2019-03-151-6/+6
* | Add more Python featuresCristián Maureira-Fredes2019-03-151-16/+58
* | Merge remote-tracking branch 'origin/4.9'Eike Ziller2019-03-141-2/+2
|\|
| * PythonEditor: Fix stringsRobert Loehning2019-03-111-2/+2
* | ProjectExplorer: Move RunControl related classes to separate file pairhjk2019-03-131-0/+1
* | ProjectExplorer: Split EnvironmentAspecthjk2019-03-111-1/+1
* | Merge remote-tracking branch 'origin/4.9'Eike Ziller2019-03-051-16/+40
|\|
| * Python projects: Add error handling to the JSON parserFriedemann Kleint2019-03-011-16/+40
* | ProjectExplorer: Flip default for ProjectNode::showInSimpleTreehjk2019-03-011-6/+0
* | ProjectExplorer: Merge Node::isFileNodeType and asFileNodehjk2019-03-011-1/+1
* | ProjectExplorer: De-virtualize FolderNode::addFileFilterhjk2019-03-011-6/+1
* | ProjectExplorer: Replace Node::setNodeType by virtual functionshjk2019-03-011-6/+4
* | ProjectExplorer: Remove FileNode's isGenerated constructor boolhjk2019-02-251-1/+1
|/
* Add Qt for Python templates and better supportCristian Maureira-Fredes2019-02-042-2/+44
* ClangFormat: Add cursor position to the indenter interfaceIvan Donchevskii2019-01-312-2/+6
* ClangFormat: Refactor indenter to allow ClangFormat unit-testsIvan Donchevskii2019-01-223-3/+9
* PythonEditor: ModernizeAlessandro Portale2018-11-304-6/+3
* ProjectExplorer: Rename 'extraAspect' to 'aspect'hjk2018-10-021-7/+7
* PythonEditor: Support file operationsOrgad Shaneh2018-10-011-2/+37
* PythonEditor: Avoid file duplicationOrgad Shaneh2018-10-011-6/+9
* PythonEditor: Remove dead codeOrgad Shaneh2018-10-011-8/+0
* ProjectExplorer: Remove IRunConfigurationAspect::runConfigurationhjk2018-09-131-3/+3
* ProjectExplorer: Pass macro expander to ArgumentsAspect::argumentshjk2018-09-131-2/+3
* ProjectExplorer: Compactify runconfiguration aspect creationhjk2018-09-041-7/+5
* ProjectExplorer: Remove RunConfiguration::fillConfigurationLayouthjk2018-09-041-9/+0
* Introduce a basic client for the language server protocolDavid Schulz2018-09-031-2/+3
* Unify key names for various fields in stored RunConfigurationshjk2018-08-211-2/+2
* Merge remote-tracking branch 'origin/4.7'Eike Ziller2018-06-191-1/+0
|\
| * Fix that bookmarks couldn't be added to .pro files with mouseEike Ziller2018-06-191-1/+0
* | Remove ApplicationLauncher::Modehjk2018-06-051-1/+0
* | PythonEditor: Use new convenience function to set up run workershjk2018-05-301-6/+1
|/
* Finish merging Runnable and StandardRunnablehjk2018-05-231-2/+1
* PythonEditor: Fix history completer for interpreterChristian Stenger2018-05-091-0/+1
* ProjectExplorer: Add and use addNestedNode(...) that takes unique_ptrTobias Hunger2018-05-021-1/+2
* ProjectExplorer: Use unique_ptr for Project::setRootProjectNodeTobias Hunger2018-05-021-2/+2
* Python: Code cosmeticshjk2018-04-301-9/+1
* Python: More RunConfiguration aspect usehjk2018-04-301-94/+56
* Python: Plugin code cosmeticshjk2018-04-272-8/+8