Cockatrice/cockatrice/src
Basile Clément 34a855f947
Close the TabGames when closing the TabSupervisor
This ensures that we go through the same code path (in terms of Qt
events) when closing the whole supervisor as when closing a single tab.
Also, use the `close` event instead of the `hide` event to detect when
we are closing a game.

Fixes #5697
2025-03-16 10:38:11 +01:00
..
client Close the TabGames when closing the TabSupervisor 2025-03-16 10:38:11 +01:00
deck Compute deck hashes lazily (#5707) 2025-03-11 21:43:21 -04:00
dialogs Make internal updater failure message more user-friendly (#5718) 2025-03-15 05:19:07 +00:00
game Remove revealedCard flag from CardItem (#5723) 2025-03-15 19:09:14 +00:00
server Change Sorting Order of User List (#5626) 2025-02-16 04:35:28 +00:00
settings Enable shortcuts for new save to clipboard actions (#5700) 2025-03-08 22:41:58 -05:00
utility add missing override and explicit specifiers in src/deck and src/utility (#5525) 2025-01-25 14:05:00 +00:00
main.cpp Update QT_LOGGING_CONF if not set (#5578) 2025-02-08 16:10:45 +00:00
main.h Move logging from QDebug to QCDebug and introduce LoggingCategories. (#5491) 2025-01-19 13:14:23 +00:00