Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Upgrade to latest versions1.6.0 | Ismaël Bouya | 2021-08-17 | 2 | -4/+7 |
| | |||||
* | Add comment action1.5.0 | Ismaël Bouya | 2019-10-20 | 5 | -3/+9 |
| | |||||
* | Add documentation for windows install | Ismaël Bouya | 2019-10-20 | 1 | -1/+2 |
| | |||||
* | Change "keys" hash to "key_properties" in config.yml1.4.0 | Ismaël Bouya | 2017-06-26 | 1 | -47/+53 |
| | |||||
* | Don't lock the application when failing while reloading configuration | Ismaël Bouya | 2016-09-19 | 1 | -10/+8 |
| | |||||
* | Disable dead keys and enable capslock | Ismaël Bouya | 2016-09-19 | 1 | -2/+2 |
| | |||||
* | Cleanup key and action workflows | Ismaël Bouya | 2016-09-19 | 4 | -116/+142 |
| | |||||
* | Add load_all_musics flag and corresponding actions | Ismaël Bouya | 2016-09-19 | 4 | -0/+32 |
| | |||||
* | Use @mainthread decorator where necessary | Ismaël Bouya | 2016-09-19 | 3 | -1/+15 |
| | |||||
* | Fix configuring not resetting the key | Ismaël Bouya | 2016-09-19 | 1 | -5/+9 |
| | |||||
* | wait actions are now pausable and resettable1.2.3 | Ismaël Bouya | 2016-08-12 | 8 | -6/+150 |
| | | | | This fixes https://git.immae.eu/mantisbt/view.php?id=6 | ||||
* | Fix common key properties not applying when property is absent | Ismaël Bouya | 2016-08-12 | 1 | -5/+4 |
| | |||||
* | Fix crash when click on unconfigured key | Ismaël Bouya | 2016-08-12 | 1 | -2/+3 |
| | |||||
* | Make 'interrupt_wait' able to interrupt all waits | Ismaël Bouya | 2016-08-12 | 5 | -16/+34 |
| | | | | | If 'wait_id' is not specified, interrupt_wait will now stop all wait events. This fixes https://git.immae.eu/mantisbt/view.php?id=4 | ||||
* | Add config dump in debug mode | Ismaël Bouya | 2016-08-12 | 2 | -1/+18 |
| | | | | Fixes https://git.immae.eu/mantisbt/view.php?id=19 | ||||
* | Add a 'common' section in key properties | Ismaël Bouya | 2016-08-12 | 1 | -1/+16 |
| | | | | | Any option defined here applies to all keys (they can be overriden individualy) Fixes https://git.immae.eu/mantisbt/view.php?id=5 | ||||
* | Add config key to config.yml to store command line arguments | Ismaël Bouya | 2016-08-12 | 2 | -85/+160 |
| | |||||
* | Fix forgotten key in KeyMachine | Ismaël Bouya | 2016-08-12 | 1 | -3/+3 |
| | |||||
* | Add protect_delay message when available1.2.1 | Ismaël Bouya | 2016-08-11 | 3 | -3/+23 |
| | | | | Fixes https://git.immae.eu/mantisbt/view.php?id=18 | ||||
* | Avoid name clash for "state" | Ismaël Bouya | 2016-08-11 | 1 | -67/+89 |
| | | | | | | | There is a clash of variable between ButtonBehavior and HierarchicalMachine, we create a new class KeyMachine to avoid that. This should fix issue https://git.immae.eu/mantisbt/view.php?id=15 | ||||
* | Unset description / color when they are removed | Ismaël Bouya | 2016-08-11 | 1 | -0/+11 |
| | |||||
* | Leave application correctly when clicking on the cross button | Ismaël Bouya | 2016-07-29 | 2 | -11/+17 |
| | |||||
* | Missing translation | Ismaël Bouya | 2016-07-29 | 1 | -0/+8 |
| | |||||
* | Make music_sampler multilingual1.2.0 | Ismaël Bouya | 2016-07-29 | 15 | -65/+518 |
| | |||||
* | Add Unfocused overlay when focus is lost1.1.0 | Ismaël Bouya | 2016-07-29 | 3 | -1/+38 |
| | |||||
* | Cancel all timers and stop all musics when exiting1.0.2 | Ismaël Bouya | 2016-07-29 | 1 | -3/+8 |
| | |||||
* | Code cleanup | Ismaël Bouya | 2016-07-29 | 1 | -3/+4 |
| | |||||
* | Precompute font size in kv file | Ismaël Bouya | 2016-07-29 | 1 | -13/+17 |
| | |||||
* | Lock widget modifications and reuse labels in actionlist/playlist | Ismaël Bouya | 2016-07-29 | 3 | -52/+137 |
| | |||||
* | Cleanup mocked fonts | Ismaël Bouya | 2016-07-28 | 1 | -24/+1 |
| | |||||
* | Use labels stacking to build actionlist | Ismaël Bouya | 2016-07-28 | 4 | -48/+120 |
| | |||||
* | Use labels stacking to build playlist | Ismaël Bouya | 2016-07-28 | 4 | -75/+176 |
| | |||||
* | Improve error message and handling | Ismaël Bouya | 2016-07-28 | 4 | -18/+48 |
| | |||||
* | Cleanup logger | Ismaël Bouya | 2016-07-28 | 1 | -8/+7 |
| | |||||
* | Use pip setup file1.0.0 | Ismaël Bouya | 2016-07-27 | 10 | -198/+1190 |
| | |||||
* | Rename helpers to music_sampler | Ismaël Bouya | 2016-07-27 | 20 | -0/+1969 |