aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Cancel all timers and stop all musics when exiting1.0.2Ismaël Bouya2016-07-291-3/+8
|
* Code cleanupIsmaël Bouya2016-07-292-5/+12
|
* Precompute font size in kv fileIsmaël Bouya2016-07-291-13/+17
|
* Lock widget modifications and reuse labels in actionlist/playlistIsmaël Bouya2016-07-293-52/+137
|
* Cleanup mocked fontsIsmaël Bouya2016-07-281-24/+1
|
* Use labels stacking to build actionlistIsmaël Bouya2016-07-284-48/+120
|
* Use labels stacking to build playlistIsmaël Bouya2016-07-284-75/+176
|
* Change bugtracker linkIsmaël Bouya2016-07-281-1/+1
|
* Add kivy exception to the documentationIsmaël Bouya2016-07-281-9/+17
|
* Improve error message and handlingIsmaël Bouya2016-07-284-18/+48
|
* Cleanup loggerIsmaël Bouya2016-07-281-8/+7
|
* Add Cython and portaudio requirements1.0.1Ismaël Bouya2016-07-282-2/+4
|
* Use setuptools_scm to determinate project versionIsmaël Bouya2016-07-283-2/+4
|
* Update documentation with pip informations and download folderIsmaël Bouya2016-07-281-1/+10
|
* Add example config.ymlIsmaël Bouya2016-07-281-345/+309
|
* Use pip setup file1.0.0Ismaël Bouya2016-07-2715-209/+268
|
* Rename helpers to music_samplerIsmaël Bouya2016-07-2724-11/+11
|
* Remove fonts from directoryIsmaël Bouya2016-07-279-25/+310
|
* Add prerequisite modules for pythonIsmaël Bouya2016-07-272-1/+16
|
* PulseAudio workarounds in documentationIsmaël Bouya2016-07-271-0/+24
|
* documentation fr: new featuresDenise sur Lya2016-07-271-13/+25
|
* Fix absolute path when using music_pathIsmaël Bouya2016-07-271-2/+12
|
* Change line cross color depending on stateIsmaël Bouya2016-07-271-1/+4
|
* Add cross when key is not usableIsmaël Bouya2016-07-272-0/+22
|
* Change color when key is runningIsmaël Bouya2016-07-272-1/+3
|
* Some documentation modificationsIsmaël Bouya2016-07-271-13/+16
|
* Add 'run_command' actionIsmaël Bouya2016-07-273-7/+14
|
* Add music-path option to the command lineIsmaël Bouya2016-07-272-2/+10
|
* Add other_only flag to stop_all_actionsIsmaël Bouya2016-07-274-10/+22
|
* Coding stylesIsmaël Bouya2016-07-274-5/+9
|
* Add repeat_delay to key propertiesIsmaël Bouya2016-07-271-2/+24
|
* Improve actions listingIsmaël Bouya2016-07-272-17/+31
|
* Add border around running keysIsmaël Bouya2016-07-272-1/+12
|
* Add possibility to reload YML config fileIsmaël Bouya2016-07-273-11/+67
|
* Prepare modifiersIsmaël Bouya2016-07-262-3/+10
|
* Make callbacks when key is readyIsmaël Bouya2016-07-262-41/+122
|
* doc: added new featuresDenise sur Lya2016-07-261-14/+16
|
* Add cleanup when stopping musicIsmaël Bouya2016-07-261-0/+4
|
* Merge branch 'actions_cleanup'Ismaël Bouya2016-07-2616-363/+634
|\
| * Move actions to separate filesIsmaël Bouya2016-07-2612-240/+228
| |
| * Stop all actions before leavingIsmaël Bouya2016-07-261-0/+1
| |
| * Give usable errors when parsing configurationIsmaël Bouya2016-07-262-61/+153
| |
| * Use machine for key handlingIsmaël Bouya2016-07-264-86/+186
| |
| * Cleanup actions and subscribe to music events for loadingIsmaël Bouya2016-07-253-19/+109
|/
* Reduce line sizeIsmaël Bouya2016-07-251-1/+4
|
* Reorder MusicFile methodsIsmaël Bouya2016-07-255-196/+184
|
* Add error message if the config file doesn't loadIsmaël Bouya2016-07-251-1/+7
|
* documentation: added new features + aliases + 'misc' sectionDenise sur Titasmo2016-07-251-6/+73
|
* Cleanup Machine useIsmaël Bouya2016-07-251-3/+9
|
* doc fr: new features + aliasesDenise sur Lya2016-07-231-35/+78
|