summaryrefslogtreecommitdiff
path: root/src/plugins/pythoneditor/pythoneditor.cpp
Commit message (Expand)AuthorAgeFilesLines
* Core: Make IEditor::id a value member and adjust usershjk2014-02-251-8/+1
* BaseTextEditor: Remove some unnecessary indirections through widgetEike Ziller2014-01-141-1/+1
* TextEditors: Avoid changing document after construction.Eike Ziller2014-01-101-3/+1
* Editors: Remove useless parent widget argument from create/duplicateEike Ziller2014-01-081-2/+2
* Merge remote-tracking branch 'origin/3.0'Eike Ziller2014-01-081-1/+1
|\
| * Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* | Remove the need to register editors in the action handlerEike Ziller2013-12-121-1/+1
|/
* Apply 'static' pattern to MimeDatabasehjk2013-09-031-9/+2
* Python: Do not export symbolsTobias Hunger2013-08-261-0/+2
* Editors: No need to re-implement functions identical to basehjk2013-05-271-5/+0
* Fix Krazy warnings about includes/header guards in Python Editor.Friedemann Kleint2013-03-121-1/+1
* Added PythonEditor pluginSergey Shambir2013-02-071-0/+98