| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-07-10 | Remove compose.hpp includes. | Carl Hetherington | |
| sed -i "/include.*compose.hpp/d;" src/lib/*.cc src/wx/*.cc src/wx/*.h src/tools/*.cc src/lib/*.h test/*.cc | |||
| 2025-07-10 | Replace 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-01-22 | Move sqlite database open/close to a new SQLiteDatabase. | Carl Hetherington | |
| 2024-09-22 | Throw a more useful error when the disk is full during an export (#2866).v2.17.21 | Carl Hetherington | |
| 2023-02-05 | Recover better errors from ext4. | Carl Hetherington | |
| 2021-12-21 | Tidy up NetworkError. | Carl Hetherington | |
| 2021-12-13 | Extend NetworkError to take a detail parameter. | Carl Hetherington | |
| 2021-09-27 | Add new GLError constructor. | Carl Hetherington | |
| 2021-09-21 | Tweak formatting.v2.15.162 | Carl Hetherington | |
| 2021-05-03 | C++11 tidying. | Carl Hetherington | |
| 2020-04-13 | Tidy up nanomsg class API; add unmounting for Linux. | Carl Hetherington | |
| 2020-04-06 | Add disk writer tool. | Carl Hetherington | |
| 2020-03-11 | Give a better error when opening a DCP with File -> Open by mistake (#1723). | Carl Hetherington | |
| 2019-09-29 | Improve OpenFileError so that it doesn't say "opening for read"v2.15.20 | Carl Hetherington | |
| in one case where it should say "opening for read/write". Also add some unit tests for ReelWriter. | |||
| 2019-05-10 | Basics of OpenGL viewer. | Carl Hetherington | |
| 2018-07-07 | Give better errors when incorrect KDMs are used (#1326). | Carl Hetherington | |
| 2018-03-22 | Improve the appearance of a few error messages (#1187). | Carl Hetherington | |
| 2017-06-01 | Improve an error message. | Carl Hetherington | |
| 2017-05-13 | Give a slightly better error whn trying to add a KDM using add-file (#1035). | Carl Hetherington | |
| 2017-04-05 | More detailed error with an invalid signer chain. | Carl Hetherington | |
| 2016-08-21 | Even better open-file error reports. | Carl Hetherington | |
| 2016-08-18 | Better errors on open fails; remove unused exception. | Carl Hetherington | |
| 2016-08-12 | Remove all use of stringstream in an attempt to fix | Carl Hetherington | |
| the suspected thread-unsafe crash bugs on OS X. | |||
| 2016-05-25 | No-op; fix GPL address and use the explicit-program-name version. | Carl Hetherington | |
| 2016-02-12 | Rename SubRip -> TextSubtitle. | Carl Hetherington | |
| 2015-10-20 | Replace StringError with the equivalent std::runtime_error. | Carl Hetherington | |
| 2015-06-21 | No-op: remove all trailing whitespace. | Carl Hetherington | |
| 2014-12-20 | Hand-apply d849d411cff28ef5453085791d0b4d7cd73bd070 from master; replace all ↵ | Carl Hetherington | |
| assert()s with thrown exceptions. | |||
| 2014-07-18 | Keep signing certificates / keys in config.xml rather than on disk; allow ↵ | Carl Hetherington | |
| configuration. | |||
| 2014-06-20 | Fix small .srt parsing bug; add a test. | Carl Hetherington | |
| 2014-05-02 | Comments. | Carl Hetherington | |
| 2014-01-11 | Various work on SubRip. | Carl Hetherington | |
| 2013-07-20 | Some more use of boost::filesystem::path; catch exceptions in OnInit(). | Carl Hetherington | |
| 2013-03-20 | Make exception strings translatable (#81). | Carl Hetherington | |
