| Commit message (Expand) | Author | Age | Files | Lines |
| * | Move categories selection next to 'Search' bar | Katja Marttila | 2024-10-31 | 1 | -0/+4 |
| * | Fix QDesktopServices properties | Katja Marttila | 2024-04-02 | 1 | -1/+6 |
| * | Add possibility to change button text | Katja Marttila | 2024-02-22 | 1 | -1/+7 |
| * | Omit thisObject creation in javascript code | Katja Marttila | 2023-06-12 | 1 | -36/+0 |
| * | Remove unnecessary ConsoleProxy | Katja Marttila | 2023-05-10 | 1 | -10/+3 |
| * | Add more detailed error messages | Katja Marttila | 2023-03-21 | 1 | -8/+12 |
| * | Adapt to differences between Qt5 and Qt6 | Christian Stenger | 2022-12-16 | 1 | -1/+1 |
| * | InstallerProxy: optimize querying components by name | Arttu Tarkiainen | 2022-11-07 | 1 | -5/+8 |
| * | Windows: Allow asking installer value with different formats | Katja Marttila | 2022-05-27 | 1 | -0/+16 |
| * | Replace unnecessary includes with forward declarations | Arttu Tarkiainen | 2022-01-20 | 1 | -1/+3 |
| * | Add possibility to list components with regexp | Katja Marttila | 2021-05-21 | 1 | -3/+3 |
| * | CLI: Exit when expecting user input and the output device is not a TTY | Arttu Tarkiainen | 2021-02-04 | 1 | -1/+8 |
| * | Fix translating from component script | Katja Marttila | 2021-01-14 | 1 | -6/+1 |
| * | Fix loading controller script with comment on last line | Martin Kampas | 2020-11-04 | 1 | -1/+1 |
| * | Doc: Remove internal classes and structs from generated documentation | Arttu Tarkiainen | 2020-09-21 | 1 | -0/+24 |
| * | Doc: Fix documentation warnings | Topi Reinio | 2020-09-16 | 1 | -1/+1 |
| * | Add function to enable button click with objectname | Katja Marttila | 2020-06-04 | 1 | -0/+10 |
| * | CLI: Add new option --file-query to auto answer QFileDialog | Katja Marttila | 2020-05-26 | 1 | -2/+67 |
| * | Replace 0 with nullptr | Katja Marttila | 2019-01-09 | 1 | -1/+1 |
| * | Merge remote-tracking branch 'origin/3.0' into master | Katja Marttila | 2018-09-17 | 1 | -1/+10 |
| |\ |
|
| | * | Prepend file:// on Windows when calling QJSEngine::evaluate() | Andy Shaw | 2018-09-10 | 1 | -1/+10 |
| * | | Add findFiles method | Katja Marttila | 2018-03-26 | 1 | -1/+23 |
| |/ |
|
| * | Add line number information when throwing an Error regarding the script | Andy Shaw | 2018-01-24 | 1 | -2/+3 |
| * | Merge remote-tracking branch 'origin/2.0' | Katja Marttila | 2017-01-30 | 1 | -17/+12 |
| |\ |
|
| | * | License header update to GPL-EXCEPT | Katja Marttila | 2017-01-26 | 1 | -17/+12 |
| * | | Introduced gui.setTextItems() method | Frerich Raabe | 2016-06-15 | 1 | -0/+6 |
| * | | Merge remote-tracking branch 'origin/2.0' | Iikka Eklund | 2016-01-20 | 1 | -4/+3 |
| |\| |
|
| | * | Update license headers | Iikka Eklund | 2015-12-29 | 1 | -4/+3 |
| * | | add silent mode | Christoph Vogtländer | 2015-07-17 | 1 | -0/+9 |
| * | | Unify translated error messages | Kai Koehne | 2015-06-24 | 1 | -4/+5 |
| * | | Convert to Qt 5 connect syntax | Kai Koehne | 2015-06-15 | 1 | -1/+1 |
| |/ |
|
| * | Doc: add docs for ScriptEngine::newArray | Leena Miettinen | 2015-05-27 | 1 | -0/+4 |
| * | fix empty installer.components array | Christoph Vogtländer | 2015-03-13 | 1 | -10/+21 |
| * | Doc: move ScriptEngine scripting docs to separate files | Leena Miettinen | 2015-03-06 | 1 | -313/+0 |
| * | Doc: add docs for ScriptEngine methods | Leena Miettinen | 2015-02-25 | 1 | -3/+17 |
| * | Update Copyright | Kai Koehne | 2015-02-18 | 1 | -7/+7 |
| * | Doc: fix language and QDoc command issues | Leena Miettinen | 2015-02-12 | 1 | -2/+2 |
| * | Doc: add docs for arguments and return values | Leena Miettinen | 2015-01-30 | 1 | -3/+4 |
| * | Doc: add docs for QDesktopServices JavaScript object | Leena Miettinen | 2015-01-28 | 1 | -3/+32 |
| * | Make sure component wrapper is not deleted in advance | Kai Koehne | 2015-01-28 | 1 | -1/+11 |
| * | Doc: Add docs for QInstaller JavaScript object | Leena Miettinen | 2015-01-23 | 1 | -19/+38 |
| * | Doc: add docs for QFileDialog JavaScript object | Leena Miettinen | 2015-01-22 | 1 | -0/+32 |
| * | Doc: add docs for the gui JavaScript object | Leena Miettinen | 2015-01-22 | 1 | -0/+12 |
| * | Doc: add docs for the console JavaScript object | Leena Miettinen | 2015-01-21 | 1 | -0/+19 |
| * | Doc: add docs for buttons JavaScript object | Leena Miettinen | 2015-01-13 | 1 | -11/+26 |
| * | Doc: remove "type" from briefs in Scripting API | Leena Miettinen | 2015-01-13 | 1 | -2/+2 |
| * | Fix objects returned by gui methods | Kai Koehne | 2015-01-08 | 1 | -9/+146 |
| * | Simplify registration of objects into script engine | Kai Koehne | 2015-01-07 | 1 | -29/+36 |
| * | Expose findChild, findChildren methods to JS | Kai Koehne | 2014-12-10 | 1 | -0/+31 |
| * | Expose systemInfo API | Kai Koehne | 2014-12-05 | 1 | -0/+3 |