summaryrefslogtreecommitdiff
path: root/src/lib/update.cc
AgeCommit message (Collapse)Author
2015-09-01update.{cc,h} -> update_checker.{cc,h}.Carl Hetherington
2015-07-17Move curl_global_init() to dcpomatic_setup() and remove curl_global_cleanup.Carl Hetherington
2015-06-21No-op: remove all trailing whitespace.Carl Hetherington
2015-05-13Rename UISignaller -> SignalManager.Carl Hetherington
2015-05-13Fix crashes on x-thread signal emission.Carl Hetherington
Fix crashes on x-thread signal emission if the emitting object is destroyed between the storage of the message on the queue and the emission of the object in the UI thread.
2015-04-16Add our own raw_convert that uses SafeStringStream.Carl Hetherington
2015-01-24Hand-apply d4470377df181b4d15fbac86c454a8372b1a0f3d; fix update checker.Carl Hetherington
2014-08-23Fix some errant stringstreams.Carl Hetherington
2014-08-23Merge master.Carl Hetherington
2014-08-19Use SafeStringStream instead of std::stringstream to try to fix random ↵Carl Hetherington
crashes on OS X.
2014-07-01Merge master.Carl Hetherington
2014-07-01while (1) -> while (true)Carl Hetherington
2014-05-16Merge master.Carl Hetherington
2014-05-12Remove LocaleGuard and lexical_cast<> in favour of libdcp::raw_convert,Carl Hetherington
which should get things right with both decimal and thousands separators; LocaleGuard fixed decimal separators ok but not, it appears, thousands ones.
2014-05-02Comments.Carl Hetherington
2014-01-07More reliable updater wake-up.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