summaryrefslogtreecommitdiffstats
path: root/src/libs/installer/scriptengine.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Make sure to remove all objects from script engine.kh12014-10-301-0/+14
* Fix regression after porting to QJSEngine.kh12014-10-301-0/+1
* Add LGPLv3 as new licenseKai Koehne2014-10-161-14/+7
* Some more documentation fixes (removes more warnings).kh12014-10-151-6/+6
* Fix c++ documentation creation. Add, fix inline documentation.kh12014-10-081-2/+201
* Rewrite the component getter mess, remove superfluous methods.kh12014-10-061-4/+4
* Expose qsTr to the scripts, makes component error example work.kh12014-06-061-1/+6
* Set the right ownership for the components we expose.kh12014-06-061-2/+5
* Replace script with js engine.kh12014-06-031-261/+167
* Cleanup to support Qt5 only.kh12014-06-021-27/+0
* Make sure we read the script content as UTF8.kh12014-04-231-6/+6
* Fix strange error message.kh12014-04-041-9/+11
* Use qobject_cast where appropriate.kh12014-04-031-1/+1
* Merge remote-tracking branch 'origin/1.4' into 1.5Tim Jenssen2013-11-061-19/+25
|\
| * Restart on the wizard needs to cleanup component left-oversTim Jenssen2013-11-061-0/+3
| * prepare script engine to get the gui object laterTim Jenssen2013-10-291-19/+22
* | Merge remote-tracking branch 'origin/1.4'Tim Jenssen2013-08-261-0/+2
|\|
| * Force updating of Essential components.kh12013-08-141-0/+2
* | Expose getOpenFileName to scriptsFrederik Gladhorn2013-08-221-2/+7
|/
* add exceptionhandler code for connected signals/JS methodsTim Jenssen2013-06-031-0/+8
* avoid wrong replacings in the load script codeTim Jenssen2013-05-211-6/+6
* introduce installerscriptengineTim Jenssen2013-05-161-0/+400