digitaltrails / vdu_controls

VDU controls - a control panel for monitor brightness/contrast/...
GNU General Public License v3.0
103 stars 4 forks source link

Coupling/Cohesion VduAppWindow and VduMainPanel #41

Closed digitaltrails closed 1 year ago

digitaltrails commented 1 year ago

Creeping featuritis has destroyed the distribution of responsibilities between VduAppWindow and VduMainPanel. Refactor both of these in light of new task threading.

Move more of the non-GUI aspects out of VduMainPanel and into VduAppWindow.

Also try to sort out "most recent preset" issue - may require some persistence storage of the value.