]> git.sesse.net Git - nageru/history - futatabi/mainwindow.cpp
Add a MIDI mapping editor for Futatabi.
[nageru] / futatabi / mainwindow.cpp
2019-01-19 Steinar H. GundersonAdd a MIDI mapping editor for Futatabi.
2019-01-17 Steinar H. GundersonAdd support for a master speed MIDI light.
2019-01-17 Steinar H. GundersonMake the preview light blink and be solid like the...
2019-01-17 Steinar H. GundersonMake the MIDI play button blinking when something is...
2019-01-16 Steinar H. GundersonOnly enable play if something is actually selected.
2019-01-16 Steinar H. GundersonBlink the lock light if dragging the speed slider when...
2019-01-16 Steinar H. GundersonAdd some controls for locking the master speed to 100%.
2019-01-15 Steinar H. GundersonSupport changing overall playing speed at runtime,...
2019-01-09 Steinar H. GundersonAdd basic MIDI input support (jog, cue in/out, play...
2019-01-09 Steinar H. GundersonOnly enable the queue button if we can actually queue...
2019-01-09 Steinar H. GundersonOnly enable the preview button if we can actually previ...
2019-01-08 Steinar H. GundersonUnbreak preview camera angle again.
2019-01-08 Steinar H. GundersonMake cue in/out highlight the right cell. More logical...
2018-12-28 Steinar H. GundersonMake Futatabi output its status as subtitles, in a...
2018-12-28 Steinar H. GundersonFix an issue where the stop button would get grayed...
2018-12-28 Steinar H. GundersonAllow editing a playing playlist.
2018-12-28 Steinar H. GundersonFix some issues with the “time remaining” display.
2018-12-28 Steinar H. GundersonGive each clip in the playlist a stable ID.
2018-12-28 Steinar H. GundersonCall the done callback only when the entire playlist...
2018-12-28 Steinar H. GundersonRemove obsolete member function.
2018-12-28 Steinar H. GundersonFix an issue where the stop button would be disabled...
2018-12-28 Steinar H. GundersonMove estimation of time left into Player.
2018-12-28 Steinar H. GundersonMove progress row information into Player; will be...
2018-12-28 Steinar H. GundersonSome clang-formatting of Futatabi.
2018-12-27 Steinar H. GundersonMove the to-play playlist into Player.
2018-12-21 Steinar H. GundersonAdd cue point padding, where a clip is elongated (in...
2018-12-19 Steinar H. GundersonDefault to two cameras instead of one, since otherwise...
2018-12-18 Steinar H. GundersonFix some GCC warnings.
2018-12-18 Steinar H. GundersonAdd support for querying tally information from Nageru.
2018-12-17 Steinar H. GundersonMake the number of cameras dynamic as the frames come in.
2018-12-16 Steinar H. GundersonWhen previewing the playlist time, use compute_time_left().
2018-12-16 Steinar H. GundersonMake the UI programmatically dependent on NUM_CAMERAS.
2018-12-16 Steinar H. GundersonFix a Clang warning.
2018-12-16 Steinar H. GundersonFix a Clang error.
2018-12-15 Steinar H. GundersonAdd a stop button.
2018-12-15 Steinar H. GundersonPersist quality settings in the database.
2018-12-15 Steinar H. GundersonImplement undo/redo.
2018-12-14 Steinar H. GundersonSupport exporting multiple clips of a playlist, with...
2018-12-14 Steinar H. GundersonFactor out estimated time left calculation into its...
2018-12-14 Steinar H. GundersonAdd Shift and Alt modifiers for scrubbing.
2018-12-13 Steinar H. GundersonSupport exporting interpolated singletrack video. Proba...
2018-12-12 Steinar H. GundersonAdd a multitrack export action.
2018-12-12 Steinar H. GundersonAdd some binary search helpers.
2018-12-12 Steinar H. GundersonFix some Futatabi shutdown problems.
2018-12-10 Steinar H. GundersonWhen adding a new clip, scroll to the bottom.
2018-12-06 Steinar H. GundersonGive Futatabi an about/license dialog, and the same...
2018-12-04 Steinar H. GundersonMerge branch 'mjpeg'
2018-12-03 Steinar H. GundersonUnify disk_space_estimator.cpp from Nageru and Futatabi.
2018-12-01 Steinar H. GundersonCombine timebase.h from Nageru and Futatabi.
2018-12-01 Steinar H. GundersonCombine the Nageru and Futatabi files that are identical.
2018-12-01 Steinar H. GundersonMerge remote-tracking branch 'futatabi/master'
2018-12-01 Steinar H. GundersonMove everything into a separate futatabi/ subdir, for...