Cockatrice/cockatrice/src
RickyRister a3f0807d47
fix error message (#5192)
`QObject::connect: No such slot UserInterfaceSettingsPage::setNotificationEnabled(Qt::CheckState) in /Users/Ricky/GitHub/Cockatrice/cockatrice/src/dialogs/dlg_settings.cpp:448`
2024-11-24 14:52:56 +00:00
..
client skip tap animation when rewinding (#5168) 2024-11-23 10:40:37 -05:00
deck Multiple Printings per Deck (#5171) 2024-11-18 21:56:44 -05:00
dialogs fix error message (#5192) 2024-11-24 14:52:56 +00:00
game skip tap animation when rewinding (#5168) 2024-11-23 10:40:37 -05:00
server fix the timezones used for the user info box and add comments (#5162) 2024-11-05 14:54:38 -05:00
settings Cache redirects properly by implementing our own QSettings cache for urls. (#5186) 2024-11-22 22:21:26 -05:00
utility Change CardInfo's PixmapCacheKey to be the UUID of the card in the preferred set after database loading has finished. Otherwise, and if no UUID of a preferred set is available, default to the card name. (#5158) 2024-11-10 17:49:11 -05:00
main.cpp Refactor CardDatabase *db global variable to singleton CardDatabaseManager. (#5159) 2024-11-05 19:32:59 +01:00
main.h Add backwards support Qt6.7's checkStateChanged on QCheckBoxes (#5137) 2024-10-20 23:35:34 -04:00