summaryrefslogtreecommitdiff
path: root/src/lib/exceptions.h
AgeCommit message (Expand)Author
2025-07-10Remove compose.hpp includes.Carl Hetherington
2025-07-10Replace String::compose with fmt.Carl Hetherington
2025-07-10Convert some paths to string.Carl Hetherington
2025-07-10Add some includes of fmt/format.h.Carl Hetherington
2025-01-22Move sqlite database open/close to a new SQLiteDatabase.Carl Hetherington
2024-12-26Support FCP XML files containing subtitles (#2909).Carl Hetherington
2024-09-22Throw a more useful error when the disk is full during an export (#2866).v2.17.21Carl Hetherington
2024-05-06Use sqlite for cinema and DKDM recipient lists.Carl Hetherington
2023-11-23Clarify error messages about missing configuration.Carl Hetherington
2023-05-22Cleanup: whitespace.Carl Hetherington
2023-05-12Cleanup: whitespace fix.Carl Hetherington
2023-02-05Recover better errors from ext4.Carl Hetherington
2022-09-17Give a better error if a specified CPL does not exist.Carl Hetherington
2022-04-09Fix some comment typos.Carl Hetherington
2021-12-21Tidy up NetworkError.Carl Hetherington
2021-12-13Extend NetworkError to take a detail parameter.Carl Hetherington
2021-09-27Add new GLError constructor.Carl Hetherington
2021-09-21Tweak formatting.v2.15.162Carl Hetherington
2021-06-23Add some more DecodeError constructors.Carl Hetherington
2021-05-03C++11 tidying.Carl Hetherington
2021-05-01Switch encoding to ffmpeg send/receive API.Carl Hetherington
2021-05-01Tidy up some error handling a little.Carl Hetherington
2021-04-05Fix confusing error on trying to load a DoM project into the player (#1948).Carl Hetherington
2020-07-26Better error handling with Linux privilege escalator.Carl Hetherington
2020-04-13Tidy up nanomsg class API; add unmounting for Linux.Carl Hetherington
2020-04-06Add disk writer tool.Carl Hetherington
2020-03-11Give a better error when opening a DCP with File -> Open by mistake (#1723).Carl Hetherington
2020-01-16Make FileError say what path the problem was with.Carl Hetherington
2019-09-29Improve OpenFileError so that it doesn't say "opening for read"v2.15.20Carl Hetherington
2019-05-10Basics of OpenGL viewer.Carl Hetherington
2018-12-23Incomplete encryption of private keys.Carl Hetherington
2018-07-21Revert "Remove join function; the code is long and I don't think anybody"Carl Hetherington
2018-07-20Remove join function; the code is long and I don't think anybodyCarl Hetherington
2018-07-19Add type for text content (CCAP/subtitle).Carl Hetherington
2018-07-09Try to fix OS X build.Carl Hetherington
2018-07-07Give better errors when incorrect KDMs are used (#1326).Carl Hetherington
2018-02-27Add a load of explicit keywords.Carl Hetherington
2017-06-01Improve an error message.Carl Hetherington
2017-05-13Give a slightly better error whn trying to add a KDM using add-file (#1035).Carl Hetherington
2017-04-19Various Doxygen fixes.Carl Hetherington
2017-04-05More detailed error with an invalid signer chain.Carl Hetherington
2016-08-25Add channel details to high-audio-level hints (#822).Carl Hetherington
2016-08-21Even better open-file error reports.Carl Hetherington
2016-08-18Better errors on open fails; remove unused exception.Carl Hetherington
2016-05-25No-op; fix GPL address and use the explicit-program-name version.Carl Hetherington
2016-02-12Rename SubRip -> TextSubtitle.Carl Hetherington
2015-10-20Replace StringError with the equivalent std::runtime_error.Carl Hetherington
2015-09-22Use uchardet to guess encoding of subtitle files and reject non-UTF-8.Carl Hetherington
2015-08-26Separate ExceptionStore.Carl Hetherington
2015-08-26Include tidying src/lib/a-j*.hCarl Hetherington