summaryrefslogtreecommitdiffstats
path: root/scriptmanager.cpp
Commit message (Collapse)AuthorAgeFilesLines
* make it possible to add extra paths with scriptsHEADmasterJesper K. Pedersen2013-06-031-0/+6
| | | | | Change-Id: I270dc67545d27cd3177414112f14684df63a70ad Reviewed-by: Nicolas Arnaud-Cormos <nicolas@kdab.com>
* no need to tell when a script runsJesper K. Pedersen2013-06-031-6/+0
| | | | | | | Removing this code makes it much less intrusive to run a script. In a similar vain, executing C-k l 12 doesn't print any messages either Change-Id: Iecd9627ddc6e2a9a793ee1603f9cc19b6c7731c3 Reviewed-by: Nicolas Arnaud-Cormos <nicolas@kdab.com>
* load init script on start upJesper K. Pedersen2013-06-031-1/+1
| | | | | Change-Id: I8f37dc3d50558917cf2a39b4a407e815afd9e40c Reviewed-by: Nicolas Arnaud-Cormos <nicolas@kdab.com>
* updated all copyright headersJesper K. Pedersen2013-05-161-22/+19
| | | | | Change-Id: I73985c8f2db0128ceba00be2e9b61301b406d1db Reviewed-by: Nicolas Arnaud-Cormos <nicolas@kdab.com>
* ported the work to masterJesper K. Pedersen2013-05-131-5/+7
| | | | | Change-Id: Iadf6b1c031883e085b13e5775662c7a135e1d971 Reviewed-by: Nicolas Arnaud-Cormos <nicolas@kdab.com>
* improve error handlingJesper K. Pedersen2013-04-301-1/+1
| | | | | Change-Id: Id134d873cb1171c9f8b5cad90254828d93776cbd Reviewed-by: Nicolas Arnaud-Cormos <nicolas@kdab.com>
* implemented include() to load scriptsJesper K. Pedersen2013-04-301-23/+9
| | | | | Change-Id: I4e8a558fdb12f0a1e16551867274e35ac750fb04 Reviewed-by: Nicolas Arnaud-Cormos <nicolas@kdab.com>
* improved error handlingJesper K. Pedersen2013-04-171-4/+5
| | | | | Change-Id: I3cd3632c17fb542cb0ab32a2ebebfc3c780aae22 Reviewed-by: Nicolas Arnaud-Cormos <nicolas@kdab.com>
* Made it compile with Qt Creator 2.7.1Jesper K. Pedersen2013-04-161-3/+3
| | | | | Change-Id: If1f5b49c912fc3719bb017d389412ac5676100bf Reviewed-by: Nicolas Arnaud-Cormos <nicolas@kdab.com>
* Cleanup the headers: remove the module name.Nicolas Arnaud-Cormos2012-02-181-10/+9
| | | | | Change-Id: I1365dbd30b0b34dc451da10b6800ba4105c5b8d1 Reviewed-by: Nicolas Arnaud-Cormos <nicolas@kdab.com>
* Initialize the Scripting pluginNicolas Arnaud-Cormos2012-02-041-0/+257
Change-Id: Iffd7e39046608e58c38da825bcaf7e38706e8e91