summaryrefslogtreecommitdiff
path: root/src/tools/dcpomatic.cc
AgeCommit message (Expand)Author
2014-09-30Basic video fade support.Carl Hetherington
2014-09-29Merge master.Carl Hetherington
2014-09-29Another shortcut.Carl Hetherington
2014-09-28Another shortcut.Carl Hetherington
2014-09-28Add a few key shortcuts.Carl Hetherington
2014-09-18Print a message when starting up with the windows console.Carl Hetherington
2014-09-18Try to make Windows console appearance a preference.Carl Hetherington
2014-09-07Merge master.Carl Hetherington
2014-09-07Try to fix crash on exit with the preferences dialog open (only appears on OS...Carl Hetherington
2014-09-04Merge master.Carl Hetherington
2014-09-03Better reporting of unknown exceptions in some cases.Carl Hetherington
2014-08-25Merge master.Carl Hetherington
2014-08-25Basic recent files list in the File menu.Carl Hetherington
2014-08-25Tidy up Frame / App classes, reducing use of static variables.Carl Hetherington
2014-08-23Merge master.Carl Hetherington
2014-08-19Use SafeStringStream instead of std::stringstream to try to fix random crashe...Carl Hetherington
2014-08-11Merge master.Carl Hetherington
2014-08-09Properly remove JSON server; remove some unused usings; remove some unnecessa...Carl Hetherington
2014-07-23#include trimming.Carl Hetherington
2014-07-13Separate code for the content panel out into a separate class.Carl Hetherington
2014-07-01Merge master.Carl Hetherington
2014-07-01while (1) -> while (true)Carl Hetherington
2014-06-26Merge master.Carl Hetherington
2014-06-26Support different KDM formulations.Carl Hetherington
2014-06-13Fix namespace name.Carl Hetherington
2014-06-13Fix #include.Carl Hetherington
2014-06-12Merge master.Carl Hetherington
2014-06-12Add "scale to fit height/width" options to a new Content menu.Carl Hetherington
2014-06-02Merge master.Carl Hetherington
2014-05-28Modify KDM generation to work with CPLs rather than DCPs, and allowCarl Hetherington
2014-05-24Rely on Config for log settings, not the command line.Carl Hetherington
2014-05-21Tidy up logging a bit. Make it configurable from the GUI.Carl Hetherington
2014-05-16Merge master.Carl Hetherington
2014-05-14Fix assertion failure on cancelling a File->Exit.Carl Hetherington
2014-05-01Comments.Carl Hetherington
2014-04-27Open an error dialogue on uncaught exceptions in the main loop. Check that t...Carl Hetherington
2014-03-16Basic work on new prefs dialog.Carl Hetherington
2014-03-15Cope with loading films with now-disabled filters.Carl Hetherington
2014-02-26Tidy DCPOMATIC_WINDOWS_CONSOLE defs a bit.Carl Hetherington
2014-02-23Fix crash on startup.Carl Hetherington
2014-02-21Remove stream _legacy_id stuff.Carl Hetherington
2014-02-19Add command-line option to add content on startup.Carl Hetherington
2014-02-11Catch std::exception, not just KDMError, from KDM creation.Carl Hetherington
2014-01-10Try to fix double are-you-sure prompt on closing with active jobs.Carl Hetherington
2014-01-07Respect check_for_test_updates option.Carl Hetherington
2014-01-07Various update bits.Carl Hetherington
2014-01-07Basic dialog reporting of manual update checks.Carl Hetherington
2014-01-07Add unfinished check-for-updates. Bump ffmpeg to get windows build fix.Carl Hetherington
2014-01-06Give a warning on make DCP if it seems unlikely that the disk will have enoug...Carl Hetherington
2013-12-30Handle exceptions thrown from ServerFinder.Carl Hetherington