aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/pythoneditor
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/4.2' into 4.3Orgad Shaneh2017-03-141-0/+1
|\
| * QRegExp include cleanupSamuel Gaist2017-03-131-0/+1
* | ProjectExplorer: Add a FolderNode::addNestedNode() functionhjk2017-03-141-7/+4
* | ProjectExplorer: Add a SimpleRunControl implementationhjk2017-03-141-103/+16
* | ProjectExplorer: Return a ProcessHandle for AppLauncher::applicationPIDhjk2017-03-101-2/+2
* | ProjectExplorer: Create initial project treeTobias Hunger2017-03-101-6/+5
* | Make all projects generate a fresh project treeTobias Hunger2017-03-101-2/+3
* | ProjectExplorer: Follow up on too-much-magic in IProjectManagerhjk2017-03-091-15/+8
* | ProjectExplorer: Switch responsibilities for raising applicationshjk2017-03-081-2/+1
* | ProjectExplorer: Unify RunControl setup/teardownTobias Hunger2017-03-011-10/+5
* | ProjectManagers: Cleanuphjk2017-02-281-17/+5
* | ProjectManager: Centralize "File not found handling"hjk2017-02-281-9/+2
* | ProjectExplorer: Remove Project manager parameter from some constructorshjk2017-02-281-4/+3
* | Move mimetype definitions to plugin specsEike Ziller2017-02-276-26/+17
* | PythonEditor: Remove unused tracking of open projectshjk2017-02-271-14/+0
* | ProjectExplorer: Nodes: Do not makeEmpty() as part of buildTree()Tobias Hunger2017-02-241-0/+1
* | Unify projectexplorer language IDsUlf Hermann2017-01-301-1/+1
* | Merge remote-tracking branch 'origin/4.2'Orgad Shaneh2016-11-142-3/+6
|\|
| * Register python editors icon overlay in extensionsInitialized()Ulf Hermann2016-11-082-3/+6
* | ProjectExplorer: Shorten space needed to store a FileTypeTobias Hunger2016-11-031-1/+1
|/
* ClangStaticAnalyzer: Tests: Rely on projects telling when they finished parsingNikolai Kosjar2016-10-311-0/+2
* PythonEditor: Code cosmeticshjk2016-10-063-15/+8
* Python: Use helpers in FolderNode to set up project treeTobias Hunger2016-10-051-141/+8
* PythonEditor: Fix qbs buildChristian Kandeler2016-08-261-2/+2
* PythonEditor: Modernize/Streamlinehjk2016-08-2614-496/+238
* Move icons to UtilsUlf Hermann2016-08-051-2/+2
* Use FileChangeBlockerTobias Hunger2016-07-181-2/+1
* PythonEditor: Fix translation contextTakumi ASAKI2016-05-301-1/+1
* Merge remote-tracking branch 'origin/4.0'Eike Ziller2016-04-221-1/+1
|\
| * Theme: Separate run/stop/interrupt icons in menusAlessandro Portale2016-04-211-1/+1
* | Projectexplorer: Modernize codebaseTobias Hunger2016-04-151-2/+0
* | Merge remote-tracking branch 'origin/4.0'Eike Ziller2016-04-121-2/+2
|\|
| * Icons: Move Run/Stop/Interrupt from projectexplorer to coreAlessandro Portale2016-04-101-2/+2
* | Wholesale conversion to #pragma oncehjk2016-03-308-32/+8
|/
* Core: Make IDocument concreteOrgad Shaneh2016-03-171-11/+0
* PythonEditor: Ensure to set environmentChristian Stenger2016-03-111-0/+3
* Editor: Fix whitespace cleaning.David Schulz2016-02-242-43/+22
* ProjectExplorer: Sprinkle overrides over the codeTobias Hunger2016-01-291-2/+2
* ProjectExplorer: Use StandardRunnable in ApplicationLauncherhjk2016-01-281-9/+7
* ProjectExplorer: Drop LocalApplicationRunConfigurationhjk2016-01-261-1/+1
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-1914-224/+159
* Add default implementation for IDocument::fallbackSaveAs(Path|FileName)Eike Ziller2016-01-191-3/+0
* IDocument: Rename defaultPath and suggestedFileNameEike Ziller2016-01-141-2/+2
* Project: Add setRootProjectNode methodTobias Hunger2016-01-111-13/+3
* Project: Do not save filenames in derived classesTobias Hunger2016-01-111-15/+12
* Project: Add setProjectManager methodTobias Hunger2016-01-111-7/+11
* Project: Add setDocument methodTobias Hunger2016-01-111-14/+4
* Project: Sprinkle override over all the projectsTobias Hunger2016-01-071-1/+1
* Themed Icons: Introduce Utils::IconAlessandro Portale2015-11-251-1/+2
* Target: Make constructor privateTobias Hunger2015-11-231-1/+1