aboutsummaryrefslogtreecommitdiff
path: root/voctogui/lib/toolbar/composition.py
AgeCommit message (Collapse)Author
2017-02-28Add composition Matrix Two-by-two.Jonas Smedegaard
2017-01-31Add a ShortcutsWindow and tooltips to display acceleratorsFlorian Zeitz
The GtkShortcutsWindow is shown upon pressing `?`. This is only available in Gtk+ >= 3.20. For earlier versions nothing happens.
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
2015-11-15avoid re-reansmitting the same state again, fixes #20MaZderMind
2015-10-05connect composition-toolbar to serverMaZderMind
2015-08-07implement audioselector, videopreviews and composition-toolbarMaZderMind