summaryrefslogtreecommitdiffstats
path: root/tests/auto/installer/scriptengine
Commit message (Expand)AuthorAgeFilesLines
* Add buildCpuArchitecture() to systemInfoKatja Marttila2023-11-221-0/+2
* Enable blacklisted testsKatja Marttila2023-09-051-5/+0
* Fix scriptengine testKatja Marttila2023-08-221-0/+1
* Start using Qt 6.5 branch with IFWHeikki Halmet2023-08-171-0/+5
* Omit thisObject creation in javascript codeKatja Marttila2023-06-121-8/+1
* Add possibility to post load install scriptsKatja Marttila2022-11-041-10/+42
* Update license headerKatja Marttila2022-01-241-2/+2
* Add possibility to list components with regexpKatja Marttila2021-05-211-0/+15
* Fix loading controller script with comment on last lineMartin Kampas2020-11-041-0/+2
* Fix license check failuresSimo Fält2020-02-281-16/+11
* 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-308-136/+96
|\
| * License header update to GPL-EXCEPTKatja Marttila2017-01-268-136/+96
* | 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-173-120/+0
* | Tests: Fix scriptengine testChristian Stenger2016-03-312-1/+3
* | 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-2010-12/+294
|\|
| * Update license headersIikka Eklund2015-12-299-16/+177
| * Use QQmlV4Function to correctly get empty parameters from script.Karsten Heimrich2015-11-263-0/+121
* | 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-183-21/+21
* Fix testBrokenJSMethodConnect autotestKai Koehne2015-01-302-3/+6
* Fix the invocation order of entering() and page callbackjkobus2015-01-273-0/+109
* Make sure widgets from .ui files are properly registered to engineKai Koehne2015-01-204-0/+50
* Fix objects returned by gui methodsKai Koehne2015-01-082-0/+12
* Simplify registration of objects into script engineKai Koehne2015-01-071-2/+2
* Expose findChild, findChildren methods to JSKai Koehne2014-12-102-2/+13
* Expose systemInfo APIKai Koehne2014-12-051-0/+13
* Remove unused code.jkobus2014-12-032-11/+0
* Fix regression after porting to QJSEngine.kh12014-10-303-0/+156
* 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-032-72/+54
* Cleanup to support Qt5 only.kh12014-06-021-4/+1
* 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-033-3/+61
* fix crash in scriptengine autotestTim Jenssen2013-05-221-4/+6
* fix scriptengine autotestTim Jenssen2013-05-221-2/+4
* introduce installerscriptengineTim Jenssen2013-05-166-0/+293