summaryrefslogtreecommitdiff
path: root/src/tools/dcpomatic_server.cc
AgeCommit message (Expand)Author
2023-10-18Only build grok for Ubuntu 22.04.Carl Hetherington
2023-10-18Explicitly set up Grok logger rather than relying on a static variable.Carl Hetherington
2022-09-05Tidy up code to report failures to load config in the UI.Carl Hetherington
2022-07-20Change bitmap_path to take a full name with extension.Carl Hetherington
2022-04-22Use libdcp's warnings.hCarl Hetherington
2022-04-09Add some missing override labels.Carl Hetherington
2021-06-28Update task bar icon when GUI theme changes (#1986).Carl Hetherington
2021-06-28C++11 tidying.Carl Hetherington
2021-06-25Make white/black versions of server icon.Carl Hetherington
2021-06-06Cleanup: use bitmap_path().Carl Hetherington
2021-01-07BOOST_FOREACH.Carl Hetherington
2021-01-07std::shared_ptrCarl Hetherington
2020-09-14Rename shared_path -> resources_path.Carl Hetherington
2020-09-01Build fixes for Boost >= 1.73Carl Hetherington
2020-07-27Hide warnings triggered by Ubuntu 20.04's gcc.Carl Hetherington
2020-04-28Remove some unnecessary methods.v2.15.65Carl Hetherington
2020-01-30Various thread cleanups.Carl Hetherington
2019-03-25Try to fix server status window being opened behind others (#1503).Carl Hetherington
2019-03-11Stop the server immediately quitting under OS X; allow it to stayCarl Hetherington
2019-03-11Revert "TaskBarIcon doesn't seem to work on OS X any more, either."Carl Hetherington
2019-02-18TaskBarIcon doesn't seem to work on OS X any more, either.Carl Hetherington
2019-02-12Missing initialisation of _fps; fix nonfunctional GUI server log.Carl Hetherington
2019-02-12wxTaskBarIcon seems no longer to work on new-ish Gnome (e.g. the Ubuntu 18.04...Carl Hetherington
2019-02-11Fix crash on loading encode server on Linux (#1466).Carl Hetherington
2019-02-11Remove duplicate wxInitAllImageHandlers.Carl Hetherington
2019-02-11Missing call to wxInitAllImageHandlers; should fix #1465.Carl Hetherington
2018-12-08Basics of in-place i18n with support for wxStaticText and wxCheckBox.Carl Hetherington
2018-11-21Tidy and fix logging.Carl Hetherington
2018-01-17Fix icon path (I think).Carl Hetherington
2018-01-05More splash screens / config warnings.Carl Hetherington
2017-05-25New OS X menu bar icon for server.Carl Hetherington
2017-04-27Distinguish master DoM encode threads count from the server count.Carl Hetherington
2017-01-20Incorporate new icon by Julian van Mil for main DCP-o-matic.Carl Hetherington
2016-11-19No-op; rename a whole load of wx constants to their shorter equivalents.Carl Hetherington
2016-08-12Move raw_convert into libdcp.Carl Hetherington
2016-08-12Remove all use of stringstream in an attempt to fixCarl Hetherington
2016-07-22Rename SafeStringStream -> locked_stringstream. Bump deps for removal of str...Carl Hetherington
2016-05-25No-op; fix GPL address and use the explicit-program-name version.Carl Hetherington
2016-04-21More capitalisation fixes.Carl Hetherington
2016-04-21Fix capitalisation.Carl Hetherington
2016-02-02Fix warning.Carl Hetherington
2015-12-11Split EncodeServer into that and Server.Carl Hetherington
2015-12-11Rename Server -> EncodeServer, ServerFinder -> EncodeServerFinder, ServerDesc...Carl Hetherington
2015-12-03Try to fix crash on startup in some cases.Carl Hetherington
2015-10-09Fix OS X build.Carl Hetherington
2015-10-09Logging improvements to allow prettier displays in the server GUI.Carl Hetherington
2015-10-09Fix memory leak.Carl Hetherington
2015-10-09Don't create status dialog until it's needed, otherwise we don't get an icon ...Carl Hetherington
2015-10-09Tweak server GUI a bit.Carl Hetherington
2015-10-09OSX tweaks.Carl Hetherington