~voctomix-daily/voctomix/+git/mirror:feature/voctogui-config

Last commit made on 2018-04-23
Get this branch:
git clone -b feature/voctogui-config https://git.launchpad.net/~voctomix-daily/voctomix/+git/mirror

Branch merges

Branch information

Name:
feature/voctogui-config
Repository:
lp:~voctomix-daily/voctomix/+git/mirror

Recent commits

3aba241... by pat

Merge branch 'master' into feature/voctogui-config
Merged to get travis fixes from pull request:Review/fix travis issues #198

24ffe7f... by pat

Merge branch 'review/fix-travis-issues'
Closing pull request: Review/fix travis issues #198

2e7e4fd... by pat

fixup: fixed W605 invalid escape sequence (within stings)
use raw string notation to express escape sequences

9bde3f0... by pat

git ignore html files generated from MD files
Because I am locally using githubg-markdown-preview to preview my
changes in MD files

f52fa8f... by pat

insert a new high-level chapter "Usage" to improve document structure
Inserted "Usage" and moved "Keyboard Shortcuts" into it

b873107... by pat

added section "Configuration Options" into voctogui/README.md (issue #167)
Described the following configuration options:

- server.host
- previews.width
- previews.height
- previews.use
- mainvideo.playaudio
- videodisplay.system
- misc.close
- misc.cut
- audio.forcevolumecontrol

78c6735... by pat

fixed W605 invalid escape sequence (within stings)
used double backslash to encode backslash

REVIEW: I'm not really sure about this one! Currently not able to test.

f0e7b4f... by pat

fixed W504 line break after binary operator
Removed by using '\' for line breaks

Note by the way: I'm currently not familiar with the consequences of
mixing binary and
logical operators in python conditions. But I will investigate this case
;)

1a668ca... by pat

fixed W605 invalid escape sequence
put 'r' in front of regexp strings like described in:
https://github.com/PyCQA/pycodestyle/commit/13d2bd200911850dacde31665235122d85290265

ceab271... by MaZderMind <email address hidden>

Merge branch 'nightvisi0n-feature_colored-src-btns'