aboutsummaryrefslogtreecommitdiff
path: root/voctogui/lib/connection.py
AgeCommit message (Collapse)Author
2016-09-15voctogui: pep8ifyFlorian Zeitz
* Indent by 4 spaces * Use spaces around infix operators * Reformat some argument lists * One import per line * Start line comments with '# ' * Two newlines before free functions * One newline before methods
2016-02-02use the server-net-clock in the guiMaZderMind
2016-02-01cleanup shebang linesMaZderMind
2016-01-10always shedule on_loop/on_write on i/o to actively mitigate race-conditions, ↵MaZderMind
fixes #43
2016-01-10don't stop scheduling on_loop in case of an input error, #43MaZderMind
2016-01-06port better on_loop scheduling to the guiMaZderMind
2015-11-15Exit the Mainloop (and End the Program) when the Control-Connection dies, ↵MaZderMind
fixes #21
2015-11-10support python32 in uiMaZderMind
2015-10-05hide useles log messagesMaZderMind
2015-10-05implement signal-handler, connect audio-selector to itMaZderMind
2015-10-05minor python3-related fix, add a missing import, and fix syntax in audioselectorJP Viljoen
2015-09-05implement config fetching and switch to async modeMaZderMind
2015-08-31make protocol work, some gui stuffMarkus Otto
2015-08-31basic connectionMaZderMind