Cockatrice/cockatrice/src/client
RickyRister 0b9b39fef7
[PictureLoader] Reduce downtime between load attempts (#6020)
* [PictureLoader] Reduce downtime between load attempts

* rename some stuff

* better comments

* Fix segfault from status bar

Pass just the relevant data through the signals to the status bar, instead of passing the entire Work object.
That way the data is detached from the Work object and we won't segfault when Work self-deletes before status bar tries to use that data.

* Rename method
2025-07-05 22:42:54 -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] Reduce downtime between load attempts (#6020) 2025-07-05 22:42:54 -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