summaryrefslogtreecommitdiffstats
path: root/tests/auto/installer/scriptengine/tst_scriptengine.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add buildCpuArchitecture() to systemInfoKatja Marttila2023-11-221-0/+2
* Fix scriptengine testKatja Marttila2023-08-221-0/+1
* Omit thisObject creation in javascript codeKatja Marttila2023-06-121-8/+1
* Add possibility to post load install scriptsKatja Marttila2022-11-041-10/+42
* Add possibility to list components with regexpKatja Marttila2021-05-211-0/+15
* Enable support for Qt 5.12 in installer frameworkArttu Tarkiainen2019-08-221-0/+4
* Add findFiles methodKatja Marttila2018-03-261-0/+28
* Fix testsKatja Marttila2017-11-081-1/+1
* Merge remote-tracking branch 'origin/2.0'Katja Marttila2017-01-301-17/+12
|\
| * License header update to GPL-EXCEPTKatja Marttila2017-01-261-17/+12
* | Merge remote-tracking branch 'origin/2.0'Katja Marttila2016-06-211-1/+0
|\|
| * Revert "Use QQmlV4Function to correctly get empty parameters from script."Katja Marttila2016-02-171-67/+0
* | Tests: Fix scriptengine testChristian Stenger2016-03-311-1/+1
* | Make communication via installer.execute() Unicode safeKarsten Heimrich2016-03-301-0/+52
* | Fix failing auto-test.Karsten Heimrich2016-03-231-1/+4
* | Fix build after merge.Karsten Heimrich2016-01-211-6/+6
* | Merge remote-tracking branch 'origin/2.0'Iikka Eklund2016-01-201-4/+70
|\|
| * Update license headersIikka Eklund2015-12-291-4/+3
| * Use QQmlV4Function to correctly get empty parameters from script.Karsten Heimrich2015-11-261-0/+67
* | Fix scriptengine autotestKatja Marttila2015-11-061-2/+2
* | Sanitize QDebug outputKai Koehne2015-07-091-17/+17
* | Fix error strings in autotestsKai Koehne2015-06-241-2/+2
* | Fix autotests for changed debug outputKai Koehne2015-06-101-5/+4
|/
* fix empty installer.components arrayChristoph VogtlÃĪnder2015-03-131-0/+16
* Update CopyrightKai Koehne2015-02-181-7/+7
* Fix testBrokenJSMethodConnect autotestKai Koehne2015-01-301-2/+5
* Fix the invocation order of entering() and page callbackjkobus2015-01-271-0/+64
* Make sure widgets from .ui files are properly registered to engineKai Koehne2015-01-201-0/+11
* Fix objects returned by gui methodsKai Koehne2015-01-081-0/+2
* Simplify registration of objects into script engineKai Koehne2015-01-071-2/+2
* Expose findChild, findChildren methods to JSKai Koehne2014-12-101-2/+5
* Expose systemInfo APIKai Koehne2014-12-051-0/+13
* Remove unused code.jkobus2014-12-031-5/+0
* Fix regression after porting to QJSEngine.kh12014-10-301-0/+97
* Add check for expected default properties.kh12014-10-301-0/+3
* Add test for default script engine properties.kh12014-06-031-0/+38
* Replace script with js engine.kh12014-06-031-71/+53
* Restart on the wizard needs to cleanup component left-oversTim Jenssen2013-11-061-1/+1
* remove slotCurrentPageChanged and call it directlyTim Jenssen2013-09-301-7/+5
* add exceptionhandler code for connected signals/JS methodsTim Jenssen2013-06-031-3/+49
* fix crash in scriptengine autotestTim Jenssen2013-05-221-4/+6
* fix scriptengine autotestTim Jenssen2013-05-221-2/+4
* introduce installerscriptengineTim Jenssen2013-05-161-0/+205