summaryrefslogtreecommitdiff
path: root/src/tools/dcpomatic_server.cc
AgeCommit message (Collapse)Author
2021-07-10Use dcp::compose rather than our own.composeCarl Hetherington
2021-06-28Update task bar icon when GUI theme changes (#1986).Carl Hetherington
We have to keep the StatusDialog around the whole time as it seems to be the only thing we have that can receive wxEVT_SYS_COLOUR_CHANGED.
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
Forward-ported-from: d1e9749ca290673639a49d693a8fe5c6557cc2de
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
alive even though it has no main window (part of #1481).
2019-03-11Revert "TaskBarIcon doesn't seem to work on OS X any more, either."Carl Hetherington
This reverts commit 07f8ca1c6fb86fad8a6ba5bbf5f8ed8b74210579.
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 ↵Carl Hetherington
18.04 one). Just open the status window on Linux.
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
the suspected thread-unsafe crash bugs on OS X.
2016-07-22Rename SafeStringStream -> locked_stringstream. Bump deps for removal of ↵Carl Hetherington
stringstream.
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, ↵Carl Hetherington
ServerDescription -> EncodeServerDescription.
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
on Linux.
2015-10-09Tweak server GUI a bit.Carl Hetherington
2015-10-09OSX tweaks.Carl Hetherington
2015-10-09Try to improve _server on OSX.Carl Hetherington
2015-10-09Graphics rearrangement and probably breakage.Carl Hetherington
2015-09-14Lots of #include <iostream>s for Arch.Carl Hetherington
2015-08-26Move ServerDescription into its own header.Carl Hetherington
2015-08-10Set up for the correct handling of UTF-8 with WindowsCarl Hetherington
paths before trying to access the config file. Fixes #654.