aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/pythoneditor
Commit message (Expand)AuthorAgeFilesLines
* use new base import style in qbs filesJoerg Bornemann2014-03-111-1/+1
* 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
* TextEditors: Move font settings to documentEike Ziller2014-01-242-6/+4
* TextEditors: Move indenter to document.Eike Ziller2014-01-151-1/+1
* BaseTextEditor: Remove some unnecessary indirections through widgetEike Ziller2014-01-141-1/+1
* TextEditors: Avoid changing document after construction.Eike Ziller2014-01-103-4/+16
* Editors: Remove useless parent widget argument from create/duplicateEike Ziller2014-01-084-6/+6
* Merge remote-tracking branch 'origin/3.0'Eike Ziller2014-01-0830-30/+30
|\
| * Incremented year in copyright infoRobert Loehning2014-01-0830-30/+30
* | Merge BaseTextEditorWidget::editorDocument() and ::baseTextDocument()Eike Ziller2013-12-181-1/+1
* | Give TextEditorActionHandler an explicit parent and unify usage.Eike Ziller2013-12-123-10/+6
* | Remove the need to register editors in the action handlerEike Ziller2013-12-124-14/+5
|/
* Rename "[Mm]ethod(s)" to "[Ff]unction(s)"Nikolai Kosjar2013-10-102-4/+4
* qbs project files: Make use of new qbsSearchPaths property.Christian Kandeler2013-10-091-1/+1
* Unify wizards with TOC and cancel button.Eike Ziller2013-10-092-2/+0
* Cleanup IWizard interface and usershjk2013-09-245-46/+22
* Apply static pattern to TextEditorSettinghjk2013-09-201-1/+1
* Core: Clean up FileIconProvider interfacehjk2013-09-131-11/+2
* PythonEditor: Remove dead codeTobias Hunger2013-09-121-5/+0
* SessionManager: Apply 'static' patternhjk2013-09-051-2/+2
* Apply 'static' pattern to MimeDatabasehjk2013-09-032-18/+5
* Compile fixChristian Stenger2013-08-291-2/+2
* Implement syntax highlighting in diff editorjkobus2013-08-297-0/+114
* Python: Do not export symbolsTobias Hunger2013-08-2621-58/+40
* Add common interface for text formats inside syntax highlighterjkobus2013-08-262-42/+19
* Qbs project files: Use groups wherever applicable.Christian Kandeler2013-08-211-31/+36
* KitManager: Use static API as other singletons doTobias Hunger2013-08-211-1/+1
* EditorFactory: Replace some virtual functions with data membershjk2013-08-022-31/+3
* Move IEditor::isTemporary to IDocumentEike Ziller2013-07-121-1/+0
* Add QTCREATOR_COMPAT_VERSIONEike Ziller2013-07-091-1/+1
* Fix missing translations in Python Editor.Friedemann Kleint2013-06-142-8/+8
* Streamline mimetypes.xml filesOrgad Shaneh2013-06-075-6/+2
* fix qbs buildJoerg Bornemann2013-06-051-1/+0
* Remove unneeded IEditorFactor::open re-implementations.Eike Ziller2013-05-312-15/+0
* PythonEditor: Remove pluginspec.inOrgad Shaneh2013-05-291-1/+1
* TextEditor: Simplify Utils::CommentDefinition structurehjk2013-05-271-3/+3
* Editors: No need to re-implement functions identical to basehjk2013-05-272-6/+0
* Cleanup PythonEditor and Todo project filesOrgad Shaneh2013-05-231-1/+0
* Fix dependency information according to output of dependency checkerTobias Hunger2013-05-221-1/+0
* unify _LIBRARY definesJoerg Bornemann2013-05-073-5/+2
* fix qbs buildJoerg Bornemann2013-05-061-0/+2
* PythonEditor: added class wizardSergey Shambir2013-04-2612-1/+799
* auto-generate <dependencyList> in .pluginspec filesOswald Buddenhagen2013-04-111-5/+1
* derive TARGET from QTC_{LIB,PLUGIN}_NAMEOswald Buddenhagen2013-04-031-2/+0
* make library and plugin dependencies declarativeOswald Buddenhagen2013-04-031-3/+5
* centralize assignment of TEMPLATE = libOswald Buddenhagen2013-04-021-1/+0