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

config pane design #33

Open bill-auger opened 8 years ago

bill-auger commented 8 years ago

feature of epic #31

the "Config" pane currently overlaps exactly with the "Preview" and "Chat" panes when in configuration mode

the "Config" pane includes all of the configuration widgets for the application - these are divided into the following overlapping sub-panes:

ConfigScreen:

ConfigCamera:

ConfigAudio:

ConfigText:

ConfigImage:

ConfigOutput:

ConfigChat:

the "Config" pane includes also hosts a large textarea for context-sensative help which is always vivible

Config:

bill-auger commented 8 years ago

the configuration page that is now running out of space and probably needs to be split off into tabs in order to make room for any new features

the biggest challenge to designing this app is that the target screen resolution is 1280x800 and this constrains the number of controls that can be visible at once

bill-auger commented 8 years ago

split configuration GUI groups into separate panes 2d14b00