aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/pythoneditor
Commit message (Expand)AuthorAgeFilesLines
* qbs build: Remove unneeded import statements.Christian Kandeler2014-11-101-2/+0
* Create "Other Languages" category for Python and GLSLOrgad Shaneh2014-11-051-1/+1
* JsonWizard: Replace Python class wizard with a JsonWizardTobias Hunger2014-10-2412-836/+0
* License update.Eike Ziller2014-10-151-1/+1
* TextEditor: Factory cosmeticshjk2014-10-151-21/+3
* Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-10-1421-147/+168
|\
| * License updateEike Ziller2014-10-0928-191/+218
* | Remove StandardFileWizardFactoryTobias Hunger2014-10-091-1/+0
* | TextEditor: Remove HighLighterFactoryhjk2014-10-021-7/+0
* | JsonWizard: Replace Python FileWizard with a JsonWizardTobias Hunger2014-10-016-171/+0
* | JsonWizard: Replace TextFileWizard with JsonWizardTobias Hunger2014-09-301-1/+0
* | TextEditor: Rename BaseTextEditorWidget to TextEditorWidgethjk2014-09-292-2/+2
* | TextEditor: More BaseText* -> Text* renamingshjk2014-09-263-3/+3
* | Rename {Core,TextEditor},{Base,}TextDocument classeshjk2014-09-251-1/+1
* | TextEditor: Reset mimetype after open() in all BaseTextEditorshjk2014-09-041-30/+0
* | TextEditor: Flip default to 'duplicatedSupported'hjk2014-09-031-1/+0
* | Editors: Automatically add editor/document id to context and use thatEike Ziller2014-09-021-1/+0
* | ExtensionSystem: Use Qt 5 plugin metadata instead of .pluginspec filesEike Ziller2014-09-022-18/+19
* | TextEditor: Move comment definitions back to *Widgethjk2014-09-021-1/+1
* | TextEditor: Remove some *Widget::createEditor implementationhjk2014-08-281-7/+2
* | PythonEditor: Fix docsChristian Stenger2014-08-271-2/+2
* | TextEditor: Clean up/streamline SyntaxHighlighter setuphjk2014-08-272-32/+10
* | ExtensionSystem: Remove Qt4 supportEike Ziller2014-08-271-2/+0
* | Python: Make editor factory use new BaseEditorFactoryhjk2014-08-222-79/+39
* | PythonEditor: Convert to new editor setup schemehjk2014-08-2010-288/+103
* | TextEditor: Centralize settings connections setuphjk2014-08-202-6/+0
* | TextEditor: Further *Editor/*EditorWidget disentanglinghjk2014-08-193-6/+3
* | TextEditor: Merge the two sets of *EditorWidget constructorshjk2014-08-194-23/+7
* | TextEditor: Consolidate document access functions.hjk2014-08-042-2/+2
* | TextEditor: Remove one stack of EditorWidget constructorshjk2014-08-013-7/+10
* | PythonEditor: Remove unneeded includehjk2014-07-311-1/+0
* | Editors: Some renamings to enhance consistencyhjk2014-07-316-14/+14
* | TextEditor: Re-work comment definition handlinghjk2014-07-314-25/+1
|/
* TextEditor: Simplify HighlighterFactory hierarchyhjk2014-06-265-101/+8
* Utils: Remove FileWizard class altogetherTobias Hunger2014-06-121-5/+15
* BaseFileWizard: Get rid of applyExtensionPageShortTitle(...)Tobias Hunger2014-06-124-4/+7
* Introduce BaseFileWizardTobias Hunger2014-06-066-15/+16
* BaseFileWizardFactory: rename createWizardDialog method to createTobias Hunger2014-06-064-14/+9
* IWizardFactory: Rename BaseFileWizard to BaseFileWizardFactoryTobias Hunger2014-06-055-8/+8
* IWizard->IWizardFactoryTobias Hunger2014-05-262-2/+2
* IEditor: Make duplicatesSupported a value memberhjk2014-05-212-1/+1
* Fix typo in PREFERED_PROJECT_MODEKai Koehne2014-03-191-1/+1
* Merge remote-tracking branch 'origin/3.1'Oswald Buddenhagen2014-03-181-1/+1
|\
| * use new base import style in qbs filesJoerg Bornemann2014-03-111-1/+1
* | Editors: Move id() from editor to document.Eike Ziller2014-03-052-1/+2
|/
* Core: Make IEditor::id a value member and adjust usershjk2014-02-252-10/+1
* IWizard and derived classses: Fix WS issuesTobias Hunger2014-02-131-2/+2
* IWizard and derived classes: Code cleanupsTobias Hunger2014-02-132-7/+1
* Qbs/qmake: Fix dependencies of pluginsTobias Hunger2014-02-112-1/+5
* TextEditors: Avoid multiple highlighting runs when changing font settingEike Ziller2014-01-242-15/+0