summaryrefslogtreecommitdiff
path: root/src/wx/film_editor.cc
AgeCommit message (Collapse)Author
2014-08-19Use SafeStringStream instead of std::stringstream to try to fix random ↵Carl Hetherington
crashes on OS X.
2014-08-18Fix weird problem where content list is no longer selectable after selecting ↵Carl Hetherington
something in the timeline.
2014-08-11Move DCP panel code into its own source file.Carl Hetherington
2014-08-09Fix crash with no film.Carl Hetherington
2014-08-08Allow support for changing timing details on multiple content simultaneously.Carl Hetherington
2014-08-08Allow removal of multiple bits of content at the same time.Carl Hetherington
2014-07-23#include trimming.Carl Hetherington
2014-07-13Rename SoundProcessor -> CinemaSoundProcessor.Carl Hetherington
2014-07-13Separate code for the content panel out into a separate class.Carl Hetherington
2014-07-11Rename subtitle_use -> use_subtitles.Carl Hetherington
2014-07-09Basics of DCP import.Carl Hetherington
2014-07-01Add burn subtitles option to Film.Carl Hetherington
2014-07-01Merge master.Carl Hetherington
2014-07-01while (1) -> while (true)Carl Hetherington
2014-06-30Merge master.Carl Hetherington
2014-06-27Fix the up/down buttons in the content list.Carl Hetherington
Reported-by: Daniel Chauvet
2014-06-20Various subtitle UI tweaks.Carl Hetherington
2014-06-12Merge master.Carl Hetherington
2014-06-10Use ISDCF rather than DCI when talking about the digital cinemaCarl Hetherington
naming convention (#362). Reported-by: Mattias Mattsson
2014-06-10Disable the timeline button when there is no content.Carl Hetherington
2014-06-02Merge master.Carl Hetherington
2014-05-29Layout tweaks.Carl Hetherington
2014-05-16Merge master.Carl Hetherington
2014-05-13Remove 100fps limit when using "any DCP frame rate".Carl Hetherington
Reported-by: Noah Orozco
2014-05-12Add option to use any DCP frame rate, rather than just theCarl Hetherington
"allowed" set. Requested-by: Noah Orozco
2014-05-10Merge master.Carl Hetherington
2014-05-09MAX_AUDIO_CHANNELS -> MAX_DCP_AUDIO_CHANNELS.Carl Hetherington
2014-04-27Merge master.Carl Hetherington
2014-04-27Open an error dialogue on uncaught exceptions in the main loop. Check that ↵Carl Hetherington
the ImageContent constructor found some valid files when scanning a folder.
2014-04-01Merge master.Carl Hetherington
2014-03-22Allow up to 500MB/s J2K bitrate.Carl Hetherington
Requested-by: Jonathan Jensen
2014-03-22Layout tweak.Carl Hetherington
2014-03-04New DCPTime/ContentTime types.Carl Hetherington
2014-02-04Merge master.Carl Hetherington
2014-01-28Use Mbit/s instead of MBps.Carl Hetherington
2014-01-15Merge 1.0-seek and subtitle-content.Carl Hetherington
2014-01-15Fix subtitle panel enable.Carl Hetherington
2014-01-06Merge master.Carl Hetherington
2014-01-05Stop using wxID_UP/DOWN as it appears the texts are not translated.Carl Hetherington
2013-12-29Merge branch '1.0' into 1.0-seekCarl Hetherington
2013-12-29Restore layout to how it was.Carl Hetherington
2013-12-28ContentMenu was keeping its initial film and not using the current one; ↵Carl Hetherington
should fix #255.
2013-12-28Merge 1.0Carl Hetherington
2013-12-28Remove unused Film::content_paths_valid; fix ImageDecoder to throw an ↵Carl Hetherington
OpenFileError when a file is missing so that it gets treated as missing content; rename Content::path_valid -> paths_valid.
2013-12-27Merge branch '1.0' into 1.0-seekCarl Hetherington
2013-12-27Remove erroneous float passed as int parameter.Carl Hetherington
2013-12-18Considerable rework of decoder timing; tests pass, at least.Carl Hetherington
2013-12-13Time -> DCPTime.Carl Hetherington
2013-12-04Make signatures optional (#273).Carl Hetherington
2013-12-02Fix breakage to adding multiple files at the same time.Carl Hetherington