summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* introduced Dialogs::getTextJesper K. Pedersen2013-04-184-2/+49
| | | | | Change-Id: I79a431aae62dc78fc93eaad0d4182838d4b7802f Reviewed-by: Nicolas Arnaud-Cormos <nicolas@kdab.com>
* introduced a utils directoryJesper K. Pedersen2013-04-184-3/+3
| | | | | Change-Id: I48f02a6a80570e3305cbad02120414f1bbe48d59 Reviewed-by: Nicolas Arnaud-Cormos <nicolas@kdab.com>
* no need to register the BaseTextEditor as we don't reference that class ↵Jesper K. Pedersen2013-04-182-4/+1
| | | | | | | directly on the scripting side Change-Id: Ic27ca20054210eefcc8f707ea86865a53875497c Reviewed-by: Nicolas Arnaud-Cormos <nicolas@kdab.com>
* improved error handlingJesper K. Pedersen2013-04-173-8/+21
| | | | | Change-Id: I3cd3632c17fb542cb0ab32a2ebebfc3c780aae22 Reviewed-by: Nicolas Arnaud-Cormos <nicolas@kdab.com>
* Introduced the class TextEditorJesper K. Pedersen2013-04-1713-14/+276
| | | | | | | | This is to make it similar in heirarchy as the IEditor subclasses. This commit also wraps QPoint and QRect so they are usable from the scripts Change-Id: I214a7323cf6cc20cb9df509d0ea0515358248714 Reviewed-by: Nicolas Arnaud-Cormos <nicolas@kdab.com>
* add a CppEditor class, which implements switchDeclarationDefinitionJesper K. Pedersen2013-04-178-4/+156
| | | | | Change-Id: I384bf2b2500e3c93ba1302681feaa2802eda82ea Reviewed-by: Nicolas Arnaud-Cormos <nicolas@kdab.com>
* added a few extra methods to the Editor classJesper K. Pedersen2013-04-172-4/+31
| | | | | Change-Id: Ib72645d031ef3c26e5d1f47a214f308e892ef0d6 Reviewed-by: Nicolas Arnaud-Cormos <nicolas@kdab.com>
* Added Doxygen documentationJesper K. Pedersen2013-04-166-3/+1826
| | | | | | Change-Id: Ib9ef7ba4a52c89e3fc8a22ed0463b5dfd6c326be Reviewed-by: Nicolas Arnaud-Cormos <nicolas@kdab.com> Reviewed-by: Jesper K. Pedersen <jesper.pedersen@kdab.com>
* Added a few constJesper K. Pedersen2013-04-162-8/+8
| | | | | Change-Id: Ibe644ed1786a186930037b59878a25912220c649 Reviewed-by: Nicolas Arnaud-Cormos <nicolas@kdab.com>
* Made it compile with Qt Creator 2.7.1Jesper K. Pedersen2013-04-162-6/+6
| | | | | Change-Id: If1f5b49c912fc3719bb017d389412ac5676100bf Reviewed-by: Nicolas Arnaud-Cormos <nicolas@kdab.com>
* Fix compilation with last master.Nicolas Arnaud-Cormos2012-03-131-4/+4
| | | | | Change-Id: I5ad7c9746bb9096bd3e08702a417d98c07ec4ca9 Reviewed-by: Nicolas Arnaud-Cormos <nicolas@kdab.com>
* Cleanup the headers: remove the module name.Nicolas Arnaud-Cormos2012-02-185-17/+16
| | | | | Change-Id: I1365dbd30b0b34dc451da10b6800ba4105c5b8d1 Reviewed-by: Nicolas Arnaud-Cormos <nicolas@kdab.com>
* Initialize the Scripting pluginNicolas Arnaud-Cormos2012-02-0420-0/+1934
Change-Id: Iffd7e39046608e58c38da825bcaf7e38706e8e91