aboutsummaryrefslogtreecommitdiff
path: root/voctogui
AgeCommit message (Collapse)Author
2017-02-27Use voctobox (not localhost) as voctocore host.Jonas Smedegaard
2017-02-27Smaller frames. More cams. Xvideo (not OpenGL).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-28add simple Shortcut-Cheat-Sheet to print on your conference, fixes #73MaZderMind
2016-08-24Fix syntax error on Exception message.Juan A. Diaz
2016-08-05moves close-button to the right with a space in between to avoid clicking ↵MaZderMind
it, fixes #79
2016-08-05enables Alt-1…n to set source to fullscreen, fixes #72MaZderMind
2016-04-28upload up2date screenshotMaZderMind
2016-04-28Cleanup License FooMaZderMind
2016-04-27Merge branch 'h01ger/readme-fixes'MaZderMind
2016-04-27also allow config files in a folder under /etcMaZderMind
2016-04-27fix languageHolger Levsen
2016-04-27fix typosHolger Levsen
2016-04-27document gui config fetchingMaZderMind
2016-03-01add GstNet version declarationMaZderMind
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-13document keyboard shortcutsMaZderMind
2016-01-10disable mainvideo audio playout in default settings, #37MaZderMind
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-06default to disabling the preview encoders and instead warn on the guiMaZderMind
2016-01-06port better on_loop scheduling to the guiMaZderMind
2016-01-05add cut-button and a cutlist-script and make both configurableMaZderMind