]> git.immae.eu Git - perso/Immae/Projets/Python/MusicSampler.git/history - music_sampler
Add config
[perso/Immae/Projets/Python/MusicSampler.git] / music_sampler /
2021-08-17  Ismaël BouyaUpgrade to latest versions 1.6.0
2019-10-20  Ismaël BouyaAdd comment action 1.5.0
2019-10-20  Ismaël BouyaAdd documentation for windows install
2017-06-26  Ismaël BouyaChange "keys" hash to "key_properties" in config.yml heads/master 1.4.0
2016-09-22  Ismaël BouyaMerge branch 'load_action' 1.3.0
2016-09-19  Ismaël BouyaDon't lock the application when failing while reloading... heads/load_action
2016-09-19  Ismaël BouyaDisable dead keys and enable capslock
2016-09-19  Ismaël BouyaCleanup key and action workflows
2016-09-19  Ismaël BouyaAdd load_all_musics flag and corresponding actions
2016-09-19  Ismaël BouyaUse @mainthread decorator where necessary
2016-09-19  Ismaël BouyaFix configuring not resetting the key
2016-08-12  Ismaël Bouyawait actions are now pausable and resettable tags/1.2.3 1.2.3
2016-08-12  Ismaël BouyaFix common key properties not applying when property...
2016-08-12  Ismaël BouyaFix crash when click on unconfigured key
2016-08-12  Ismaël BouyaMake 'interrupt_wait' able to interrupt all waits
2016-08-12  Ismaël BouyaAdd config dump in debug mode
2016-08-12  Ismaël BouyaAdd a 'common' section in key properties
2016-08-12  Ismaël BouyaAdd config key to config.yml to store command line...
2016-08-11  Ismaël BouyaFix forgotten key in KeyMachine
2016-08-11  Ismaël BouyaAdd protect_delay message when available tags/1.2.1 1.2.1
2016-08-11  Ismaël BouyaAvoid name clash for "state"
2016-08-11  Ismaël BouyaUnset description / color when they are removed
2016-07-29  Ismaël BouyaLeave application correctly when clicking on the cross...
2016-07-29  Ismaël BouyaMissing translation
2016-07-29  Ismaël BouyaMake music_sampler multilingual heads/locales tags/1.2.0 1.2.0
2016-07-29  Ismaël BouyaAdd Unfocused overlay when focus is lost tags/1.1.0 1.1.0
2016-07-29  Ismaël BouyaCancel all timers and stop all musics when exiting tags/1.0.2 1.0.2
2016-07-28  Ismaël BouyaCode cleanup
2016-07-28  Ismaël BouyaPrecompute font size in kv file
2016-07-28  Ismaël BouyaLock widget modifications and reuse labels in actionlis...
2016-07-28  Ismaël BouyaCleanup mocked fonts
2016-07-28  Ismaël BouyaUse labels stacking to build actionlist
2016-07-28  Ismaël BouyaUse labels stacking to build playlist
2016-07-28  Ismaël BouyaImprove error message and handling
2016-07-28  Ismaël BouyaCleanup logger
2016-07-27  Ismaël BouyaUse pip setup file heads/use_pip tags/1.0.0 1.0.0
2016-07-27  Ismaël BouyaRename helpers to music_sampler