aboutsummaryrefslogtreecommitdiff
path: root/voctogui/lib/ui.py
AgeCommit message (Collapse)Author
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.
2017-01-31Minor PEP8 fixesFlorian Zeitz
2016-11-06added configuration option to specify initial audio sourceMartin Keßler
if such an initial source is specified, removed the GUI element to change it later. this is to avoid accidentally changing the source during production.
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-01cleanup shebang linesMaZderMind
2015-12-27add close-button to toolbarMaZderMind
2015-12-03[voctogui] implement warning-overlay in gtk instead of rendering it into the ↵MaZderMind
video
2015-11-11remove specialfunctions - they did nothing after allMaZderMind
2015-09-06Use playaudio-Setting from ConfigMaZderMind
2015-08-07mockup specialfunctions controllerMaZderMind
2015-08-07implement streamblankMaZderMind
2015-08-07implement audioselector, videopreviews and composition-toolbarMaZderMind
2015-08-04start the great refactoringMaZderMind
2015-08-04Finish Stramblank WarningMaZderMind
2015-07-23experiment with cairooverlayMaZderMind
2015-07-01Implement Preview-SelectionMaZderMind
2015-07-01Fix composition toggled loggingMaZderMind
2015-06-30configure composition-mode acceleratorsMaZderMind
2015-06-29Blink Stream-Blank buttons if selectedMaZderMind
2015-06-22Configure ToolbarMaZderMind
2015-06-18LoggingMaZderMind
2015-06-18Make Audio-Output configurableMaZderMind
2015-06-18Set Preview-Sizes from ConfigMaZderMind
2015-06-18minimalistic start of a level-meterMaZderMind
2015-06-17use find_widget_recursive where applicableMaZderMind
2015-06-17implement gst video playerMaZderMind
2015-06-17Collect generated Preview PanesMaZderMind
2015-06-17enhance ui control codeMaZderMind