summaryrefslogtreecommitdiffstats
path: root/src/libs/installer/scriptengine.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix QDesktopServices propertiesKatja Marttila2024-04-021-1/+6
* Add possibility to change button textKatja Marttila2024-02-221-1/+7
* Omit thisObject creation in javascript codeKatja Marttila2023-06-121-36/+0
* Remove unnecessary ConsoleProxyKatja Marttila2023-05-101-10/+3
* Add more detailed error messagesKatja Marttila2023-03-211-8/+12
* Adapt to differences between Qt5 and Qt6Christian Stenger2022-12-161-1/+1
* InstallerProxy: optimize querying components by nameArttu Tarkiainen2022-11-071-5/+8
* Windows: Allow asking installer value with different formatsKatja Marttila2022-05-271-0/+16
* Replace unnecessary includes with forward declarationsArttu Tarkiainen2022-01-201-1/+3
* Add possibility to list components with regexpKatja Marttila2021-05-211-3/+3
* CLI: Exit when expecting user input and the output device is not a TTYArttu Tarkiainen2021-02-041-1/+8
* Fix translating from component scriptKatja Marttila2021-01-141-6/+1
* 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