Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-08-19 | Prevent trailing whitespace from resetting configuration values | Adrian Kummerlaender | |
Trailing whitespace was falsely recognized as a separate argument and as such led to resetting configuration values without obvious cause. | |||
2015-08-19 | Add `set` command to ease configuration changes | Adrian Kummerlaender | |
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. |