Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-08-15 | Expose component settings as properties | Adrian Kummerlaender | |
Otherwise they are not accessible to JS commands, i.e. they can not be changed in command mode. | |||
2015-08-15 | Restructure QML and JS sources | Adrian Kummerlaender | |
`list` holds the components of the central list UI element. `command` holds the UI and implementation parts of the command mode. `widget` holds more or less general purpose elements that may also be of use in other circumstances. |