summaryrefslogtreecommitdiff
path: root/src/tools/dcpomatic_server.cc
AgeCommit message (Collapse)Author
2025-11-27Cleanup some initialisation.Carl Hetherington
2025-11-27White space: dcpomatic_server.ccCarl Hetherington
2025-09-26Remove some duplicate includes.Carl Hetherington
2025-07-10Replace String::compose with fmt.Carl Hetherington
sed -i "/Plural-Forms/n;/%100/n;/scanf/n;s/%[123456789]/{}/g" src/lib/*.cc src/lib/*.h src/wx/*.cc src/tools/*.cc src/lib/po/*.po src/wx/po/*.po src/tools/po/*.po test/*.cc sed -i "s/String::compose */fmt::format/g" src/lib/*.cc src/lib/*.h src/wx/*.cc src/tools/*.cc test/*.cc
2025-05-27Move i18n setup into 3 separate platform files.Carl Hetherington
2025-05-27Header sorting.Carl Hetherington
2025-03-22Remove before appending to try and reduce flicker on Windows.Carl Hetherington
2025-03-22Allow taller server log windows.Carl Hetherington
2025-03-22Fix bad server log truncation on Windows.Carl Hetherington
2025-03-22Tidy up layout of server GUI.Carl Hetherington
2024-09-03Remove use of wxT in favour of char_to_wx().Carl Hetherington
The wxWidgets docs advise against its use these days.
2024-09-03Fix missing i18n markup.Carl Hetherington
2024-09-03Remove some implicit conversions between wxString and std::string.Carl Hetherington
2024-04-21Extract all uses of DCP-o-matic name to allow branding.Carl Hetherington
2024-01-28Setup grok LD_LIBRARY_PATH when required (#2657).Carl Hetherington
2024-01-28Only build grok for Ubuntu 22.04.Carl Hetherington
2024-01-28Explicitly set up Grok logger rather than relying on a static variable.Carl Hetherington
2024-01-11Attempt to rationalise menu IDs and avoid duplicates.Carl Hetherington
2024-01-11Cleanup: using/include sorting.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
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