]> git.sesse.net Git - nageru/history - mainwindow.h
Release Nageru 1.7.2.
[nageru] / mainwindow.h
2018-04-26 Steinar H. GundersonMake the white balance picker more robust.
2018-02-26 Steinar H. GundersonAdd a system where themes can present a simple menu...
2018-02-18 Steinar H. GundersonSupport a video grid view (ie., no audio controls at...
2017-10-20 Steinar H. GundersonAdd quick-cut keys (Q, W, E, etc.) below the preview...
2017-05-10 Steinar H. GundersonFix issues with shutdown happening without a context.
2017-05-08 Steinar H. GundersonStart working on a frame analyzer.
2017-02-12 Steinar H. GundersonAdd a switch for writing a timecode to the stream;...
2017-01-25 Steinar H. GundersonAdd a menu entry to go to the online manual.
2016-10-25 Steinar H. GundersonRe-run include-what-you-use.
2016-10-25 Steinar H. GundersonAdd mute buttons.
2016-10-25 Steinar H. GundersonAdd the two final missing MIDI mappings, namely buttons...
2016-10-25 Steinar H. GundersonHighlight which controllers have currently active MIDI...
2016-10-22 Steinar H. GundersonImplement auto-training controllers in the MIDI input...
2016-10-22 Steinar H. GundersonAdd an editor for the MIDI mappings.
2016-10-19 Steinar H. GundersonAdd support for controlling the audio using a MIDI...
2016-10-19 Steinar H. GundersonReenable simple audio.
2016-10-19 Steinar H. GundersonUpdate the UI with state changes and new ALSA cards...
2016-10-19 Steinar H. GundersonFix an issue where cutoff would not be properly marked...
2016-10-19 Steinar H. GundersonHook up the EQ controls and labels.
2016-10-19 Steinar H. GundersonSmall refactoring in the audio level callback API.
2016-10-19 Steinar H. GundersonMove the gain staging and compressors into each bus...
2016-10-19 Steinar H. GundersonMake the faders in the expanded audio view work.
2016-10-19 Steinar H. GundersonCreate buses in the expanded view. (Still inert.)
2016-10-19 Steinar H. GundersonMake a non-linear fader for dB use. Not perfect yet...
2016-10-19 Steinar H. GundersonHook up the per-bus VU meters.
2016-10-19 Steinar H. GundersonPopulate the audio miniview from the mapping.
2016-10-19 Steinar H. GundersonAdd a beginning UI for mapping inputs. No logic connect...
2016-10-19 Steinar H. GundersonStart adding some faders for the miniview (they don...
2016-09-28 Steinar H. GundersonMake the UI show free disk space, and a rough estimatio...
2016-09-10 Steinar H. GundersonUse std::chrono for (almost) all time keeping.
2016-08-23 Steinar H. GundersonRemove the last use of non-monotonic time.
2016-07-22 Steinar H. GundersonAdd a menu option to change x264 video bitrate while...
2016-05-02 Steinar H. GundersonFilter Qt signals about updated names and colors.
2016-04-04 Steinar H. GundersonAdd red and green borders around channels to mark them...
2016-01-15 Steinar H. GundersonAdd a stereo correlation meter.
2016-01-12 Steinar H. GundersonAdd an about dialog with licenses, as per GPLv3 require...
2016-01-12 Steinar H. GundersonAdd a final makeup gain, trying to set the level straig...
2016-01-11 Steinar H. GundersonMake it possible to override the level compressor with...
2016-01-10 Steinar H. GundersonHook up the exit menu item.
2016-01-10 Steinar H. GundersonAdd a menu item to start a new video segment (cut/cue...
2016-01-05 Steinar H. GundersonClean up resources in the global ResourcePool on exit...
2015-12-30 Steinar H. GundersonShow the current resolution next to the inputs.
2015-11-11 Steinar H. GundersonRate-limit VU and LRA meter updates.
2015-11-09 Steinar H. GundersonAdd some GUI elements (hooked up) to help tuning the...
2015-11-08 Steinar H. GundersonHook up the reset meters button.
2015-11-08 Steinar H. GundersonMove some lambdas in MainWindow out into real functions.
2015-11-03 Steinar H. GundersonHook up white balance into the theme.
2015-11-02 Steinar H. GundersonMake some labels and a white balance button per preview...
2015-11-02 Steinar H. GundersonCreate the previews dynamically, in a number determined...
2015-11-01 Steinar H. GundersonRe-run IWYU, again with lots of manual cleanup.
2015-10-29 Steinar H. GundersonMove the audio level logic into MainWindow, where it...
2015-10-27 Steinar H. GundersonVarious tweaks to the UI layout.
2015-10-26 Steinar H. GundersonBetter handling of the aspect ratio stuff. Still some...
2015-10-08 Steinar H. GundersonWire the transition names through to the UI.
2015-10-08 Steinar H. GundersonHook up all three transition buttons to the theme.
2015-10-08 Steinar H. GundersonHook up the channel click events.
2015-10-04 Steinar H. GundersonHook up the cut button to something that is not really...
2015-10-03 Steinar H. GundersonInitial checkin.