bill-auger / av-caster

A light-weight native gStreamer GUI for screencast, webcam, and audio recording and streaming
Other
87 stars 15 forks source link

controls pane design #32

Open bill-auger opened 8 years ago

bill-auger commented 8 years ago

feature of epic #31

the "Controls" pane currently overlaps exactly with the "Presets" pane

the front page "Controls" panel includes the following widgets that are always active:

and also the following widgets which are inactive when streaming is active (the "Xmit" toggle is "on"):

the "Presets" pane originally was integrated into the "Controls" pane with one or the other set of widgets hidden depending on the state of the config button and included the three buttons "save" "new" "delete" but this was later split into two separate panes for design concerns

the "Presets" pane includes also the same dropdown menu and the config button so ideally those should only be on one of these panes and the other must leave space for them - but currently they are duplicated

NOTE: that currently the presets dropdown menu and config toggle are exact duplicates of those on the "Presets pane in form and function - ideally there would only be one set of these

so perhaps the presets dropdown menu and wrench button could be yet another pane

bill-auger commented 8 years ago

split controls pane into "Controls" and "Presets" and added "design" branch 241a3e0