summaryrefslogtreecommitdiffstats
path: root/src/libs/installer/scriptengine.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix loading controller script with comment on last lineMartin Kampas2020-11-041-1/+1
* Doc: Remove internal classes and structs from generated documentationArttu Tarkiainen2020-09-211-0/+24
* Doc: Fix documentation warningsTopi Reinio2020-09-161-1/+1
* Add function to enable button click with objectnameKatja Marttila2020-06-041-0/+10
* CLI: Add new option --file-query to auto answer QFileDialogKatja Marttila2020-05-261-2/+67
* Replace 0 with nullptrKatja Marttila2019-01-091-1/+1
* Merge remote-tracking branch 'origin/3.0' into masterKatja Marttila2018-09-171-1/+10
|\
| * Prepend file:// on Windows when calling QJSEngine::evaluate()Andy Shaw2018-09-101-1/+10
* | Add findFiles methodKatja Marttila2018-03-261-1/+23
|/
* Add line number information when throwing an Error regarding the scriptAndy Shaw2018-01-241-2/+3
* Merge remote-tracking branch 'origin/2.0'Katja Marttila2017-01-301-17/+12
|\
| * License header update to GPL-EXCEPTKatja Marttila2017-01-261-17/+12
* | Introduced gui.setTextItems() methodFrerich Raabe2016-06-151-0/+6
* | Merge remote-tracking branch 'origin/2.0'Iikka Eklund2016-01-201-4/+3
|\|
| * Update license headersIikka Eklund2015-12-291-4/+3
* | add silent modeChristoph Vogtländer2015-07-171-0/+9
* | Unify translated error messagesKai Koehne2015-06-241-4/+5
* | Convert to Qt 5 connect syntaxKai Koehne2015-06-151-1/+1
|/
* 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