mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-09-23 01:55:10 -07:00
* [PictureLoader] Add local override storage and resolution with matcher tests * [PictureLoader] Address review comments - Make deleteAllLocalOverrides static; it does not touch instance state - Drop the now-unused hasCustomArt dead code - Rename the override install methods to installPrintingOverride / installPrintingOverrideOnLoad * [Tests] Give loader matcher tests a writable HOME in CI Under GitHub's docker runner the process uid has no passwd entry, so HOME resolves to '/' and the test-mode qttest data dir cannot be created. SettingsCache's QSettings then drops every write, getPicsPath() comes back empty, and the loader searches a blank path. Point HOME at a QTemporaryDir for the duration of the run. --------- Co-authored-by: Lukas Brübach <Bruebach.Lukas@bdosecurity.de> |
||
|---|---|---|
| .. | ||
| card_picture_loader.cpp | ||
| card_picture_loader.h | ||
| card_picture_loader_cache_method.h | ||
| card_picture_loader_local.cpp | ||
| card_picture_loader_local.h | ||
| card_picture_loader_local_schemes.h | ||
| card_picture_loader_request_status_display_widget.cpp | ||
| card_picture_loader_request_status_display_widget.h | ||
| card_picture_loader_status_bar.cpp | ||
| card_picture_loader_status_bar.h | ||
| card_picture_loader_worker.cpp | ||
| card_picture_loader_worker.h | ||
| card_picture_loader_worker_work.cpp | ||
| card_picture_loader_worker_work.h | ||
| card_picture_to_load.cpp | ||
| card_picture_to_load.h | ||