aboutsummaryrefslogtreecommitdiff
path: root/voctogui/lib
AgeCommit message (Collapse)Author
2017-02-28Add composition Matrix Two-by-two.Jonas Smedegaard
2017-02-07Only define ShortcutsWindow if Gtk.ShortcutsWindow exists. Fixes #124Florian Zeitz
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
2017-01-06Fix incorrect check for `self.log`Florian 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-11-01fixed undefined variable when no previews are usedMartin Keßler
2016-10-27Fix fallback from previews.videocaps to mix.videocapsFlorian Zeitz
2016-09-28fix merge issuesMaZderMind
2016-09-27adapt to pep8 stylePeter Körner
2016-09-27add configurable decoders into the guiMaZderMind
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-09-13Don't try to remove no longer existing 'stream_blank_separator'Florian Zeitz
2016-09-01Allow setting Voctogui-Host per Commandline, fixes #88MaZderMind
2016-08-24Fix syntax error on Exception message.Juan A. Diaz
2016-08-05enables Alt-1…n to set source to fullscreen, fixes #72MaZderMind
2016-04-27also allow config files in a folder under /etcMaZderMind
2016-02-08raise blocksize to 1M on the write-side, tooMaZderMind
2016-02-08push to pulseaudio instead of going through the alsa emulation layer, fixes #56MaZderMind
2016-02-04Merge branch 'nettime'MaZderMind
2016-02-04default to sync audio outMaZderMind
2016-02-03Add keyboard shortcut to Cut buttonJoel Addison
Use `t` to perform cut in video, as with dvswitch.
2016-02-02sync gui-clockMaZderMind
2016-02-02base gui-time on gui-system-clockMaZderMind
2016-02-02use the server-net-clock in the guiMaZderMind
2016-02-01cleanup shebang linesMaZderMind
2016-01-30document audiolevel codeMaZderMind
2016-01-30force preview-display-scaler to preview-size in x-mode, fixes #53MaZderMind
2016-01-29add some more niceness to the audiolevelMaZderMind
2016-01-29simplify formularMaZderMind
2016-01-29logarithmic audio display, fixes #28MaZderMind
2016-01-13port timestmap logging to guiMaZderMind
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-07better debug output in guiMaZderMind
2016-01-06port better on_loop scheduling to the guiMaZderMind
2016-01-05add cut-button and a cutlist-script and make both configurableMaZderMind
2016-01-05allow selecting different video-modes via configMaZderMind
2015-12-27add close-button to toolbarMaZderMind
2015-12-03[voctogui] use opengl for video-output, fixes #23MaZderMind
2015-12-03[voctogui] implement warning-overlay in gtk instead of rendering it into the ↵MaZderMind
video
2015-11-26color warnings and errors differently, fixes #24MaZderMind
2015-11-17add an option to use ximagesink instead of xvimagesink for systems, that do ↵MaZderMind
not support Xv-extensions (like some VMs)
2015-11-15avoid re-reansmitting the same state again, fixes #20MaZderMind
2015-11-15Exit the Mainloop (and End the Program) when the Control-Connection dies, ↵MaZderMind
fixes #21
2015-11-15remove debugging statementMaZderMind
2015-11-15Implement a Button in the GUI to set a specific Source to Fullscreen, fixes #11MaZderMind
2015-11-14alow more -v's on the command-lineMaZderMind
2015-11-11remove specialfunctions - they did nothing after allMaZderMind
2015-11-10support python32 in uiMaZderMind