Cockatrice/cockatrice/src/client
RickyRister 388db4e995
[PictureLoader] Properly run reply processing on Work's thread (#6016)
* [PictureLoader] Properly run reply processing on Work's thread

* emit cachedImageHit first

* Remove unused fields

* Remove unused fields

* Fix double free requests from cache hit

If we hit a cached url, the request already gets to skip the queue.
By sending another free request once the cached request finishes, we're actually sending two free requests on each cache hit.
2025-07-04 23:01:25 -04:00
..
game_logic add missing override and explicit specifiers in src/client (#5523) 2025-01-25 14:03:54 +00:00
menus/deck_editor Refactor files in src/client/tabs to new Qt Slot/Signal syntax (#5833) 2025-04-15 22:05:52 +00:00
network Change default log level to info (#5779) 2025-04-03 00:17:10 -04:00
tabs More granular decklist signals (#5981) 2025-06-13 13:21:34 -04:00
ui [PictureLoader] Properly run reply processing on Work's thread (#6016) 2025-07-04 23:01:25 -04:00
get_text_with_max.cpp Major Directory Refactoring (#5118) 2024-10-20 10:11:35 -04:00
get_text_with_max.h Major Directory Refactoring (#5118) 2024-10-20 10:11:35 -04:00
sound_engine.cpp Change default log level to info (#5779) 2025-04-03 00:17:10 -04:00
sound_engine.h Move logging from QDebug to QCDebug and introduce LoggingCategories. (#5491) 2025-01-19 13:14:23 +00:00
tapped_out_interface.cpp More granular decklist signals (#5981) 2025-06-13 13:21:34 -04:00
tapped_out_interface.h add missing override and explicit specifiers in src/client (#5523) 2025-01-25 14:03:54 +00:00
tearoff_menu.h Update PegLib, Fix Database Searching CFG (#5244) 2024-12-21 03:37:08 +00:00
translate_counter_name.cpp Major Directory Refactoring (#5118) 2024-10-20 10:11:35 -04:00
translate_counter_name.h Major Directory Refactoring (#5118) 2024-10-20 10:11:35 -04:00
translation.h Major Directory Refactoring (#5118) 2024-10-20 10:11:35 -04:00
update_downloader.cpp Refactor codebase to new Qt Slot/Signal syntax - Pt1 (#5202) 2024-12-22 02:01:17 +00:00
update_downloader.h add missing override and explicit specifiers in src/client (#5523) 2025-01-25 14:03:54 +00:00