summaryrefslogtreecommitdiffstats
path: root/scriptwrappers.cpp
Commit message (Collapse)AuthorAgeFilesLines
* introduced subdirectory wrappersJesper K. Pedersen2013-05-211-77/+0
| | | | | Change-Id: I856083155eb437241ebabfed898a71c7827e9409 Reviewed-by: Nicolas Arnaud-Cormos <nicolas@kdab.com>
* We don't use this wrapper anymore - cleanupJesper K. Pedersen2013-05-211-16/+0
| | | | | Change-Id: Iedc3f082af65036db0f5e9242201cf06c56a35b2 Reviewed-by: Nicolas Arnaud-Cormos <nicolas@kdab.com>
* updated all copyright headersJesper K. Pedersen2013-05-161-0/+29
| | | | | Change-Id: I73985c8f2db0128ceba00be2e9b61301b406d1db Reviewed-by: Nicolas Arnaud-Cormos <nicolas@kdab.com>
* Introduced the class PositionJesper K. Pedersen2013-05-131-0/+16
| | | | | | | | Using QPoint with x,y is very confusing on the scripting level, where the mental picture is line and columns rather than y,x Change-Id: I4d9353afa26879d9aa44436d56841f55a50723bd Reviewed-by: Nicolas Arnaud-Cormos <nicolas@kdab.com>
* Introduced the class TextEditorJesper K. Pedersen2013-04-171-0/+48
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>