summaryrefslogtreecommitdiffstats
path: root/src/libs/installer/scriptengine.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update license headersIikka Eklund2015-12-291-4/+3
* Doc: add docs for ScriptEngine::newArrayLeena Miettinen2015-05-271-0/+4
* fix empty installer.components arrayChristoph VogtlÃĪnder2015-03-131-10/+21
* Doc: move ScriptEngine scripting docs to separate filesLeena Miettinen2015-03-061-313/+0
* Doc: add docs for ScriptEngine methodsLeena Miettinen2015-02-251-3/+17
* Update CopyrightKai Koehne2015-02-181-7/+7
* Doc: fix language and QDoc command issuesLeena Miettinen2015-02-121-2/+2
* Doc: add docs for arguments and return valuesLeena Miettinen2015-01-301-3/+4
* Doc: add docs for QDesktopServices JavaScript objectLeena Miettinen2015-01-281-3/+32
* Make sure component wrapper is not deleted in advanceKai Koehne2015-01-281-1/+11
* Doc: Add docs for QInstaller JavaScript objectLeena Miettinen2015-01-231-19/+38
* Doc: add docs for QFileDialog JavaScript objectLeena Miettinen2015-01-221-0/+32
* Doc: add docs for the gui JavaScript objectLeena Miettinen2015-01-221-0/+12
* Doc: add docs for the console JavaScript objectLeena Miettinen2015-01-211-0/+19
* Doc: add docs for buttons JavaScript objectLeena Miettinen2015-01-131-11/+26
* Doc: remove "type" from briefs in Scripting APILeena Miettinen2015-01-131-2/+2
* Fix objects returned by gui methodsKai Koehne2015-01-081-9/+146
* Simplify registration of objects into script engineKai Koehne2015-01-071-29/+36
* Expose findChild, findChildren methods to JSKai Koehne2014-12-101-0/+31
* Expose systemInfo APIKai Koehne2014-12-051-0/+3
* Set the object ownership -before- adding the widget as property.kh12014-11-171-0/+1
* 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