Cockatrice/cockatrice/src/interface/widgets/tabs
RickyRister 96c82a0377
[Refactor] Clean up some PrintingSelector widgets (#6451)
* remove currentZone from PrintingSelector

* don't store constructor args in fields if they're just passed

* simplify some methods

* refactor

* clean up initializeFormats

* more refactoring in CardAmountWidget
2025-12-29 12:03:44 +01:00
..
api Bump minimum Qt version from 5.8 to 5.15 (#6442) 2025-12-23 09:58:23 -08:00
visual_deck_editor [Refactor] Clean up some PrintingSelector widgets (#6451) 2025-12-29 12:03:44 +01:00
visual_deck_storage [Refactor] Pass around LoadedDeck instead of DeckLoader (#6422) 2025-12-20 13:39:00 +01:00
abstract_tab_deck_editor.cpp [Refactor] Clean up some PrintingSelector widgets (#6451) 2025-12-29 12:03:44 +01:00
abstract_tab_deck_editor.h [DeckDockWidget] Refactor to move down some methods in AbstractTabDeckEditor (#6444) 2025-12-22 05:48:55 -08:00
tab.cpp [Move refactor] Move tabs to interface/widgets (#6235) 2025-10-09 14:51:47 +02:00
tab.h [Fix-Warnings] Mark const getters as [[nodiscard]] (#6365) 2025-11-28 21:38:54 +01:00
tab_account.cpp [Move refactor] Move tabs to interface/widgets (#6235) 2025-10-09 14:51:47 +02:00
tab_account.h [Move refactor] Move tabs to interface/widgets (#6235) 2025-10-09 14:51:47 +02:00
tab_admin.cpp Avoid repeating type by using auto. (#6321) 2025-11-15 14:06:53 +01:00
tab_admin.h Mark more functions as [[nodiscard]] (#6320) 2025-11-16 01:39:24 +01:00
tab_deck_editor.cpp [Refactor] Clean up some PrintingSelector widgets (#6451) 2025-12-29 12:03:44 +01:00
tab_deck_editor.h [Refactor] Pass around LoadedDeck instead of DeckLoader (#6422) 2025-12-20 13:39:00 +01:00
tab_deck_storage.cpp [Refactor] Pass around LoadedDeck instead of DeckLoader (#6422) 2025-12-20 13:39:00 +01:00
tab_deck_storage.h [Refactor] Pass around LoadedDeck instead of DeckLoader (#6422) 2025-12-20 13:39:00 +01:00
tab_game.cpp [Refactor] Pass around LoadedDeck instead of DeckLoader (#6422) 2025-12-20 13:39:00 +01:00
tab_game.h [Refactor] Pass around LoadedDeck instead of DeckLoader (#6422) 2025-12-20 13:39:00 +01:00
tab_home.cpp [Cleanup] Unused #includes (#6367) 2025-11-29 18:53:11 +01:00
tab_home.h [Cleanup] Unused #includes (#6367) 2025-11-29 18:53:11 +01:00
tab_logs.cpp [Cleanup] Unused #includes (#6367) 2025-11-29 18:53:11 +01:00
tab_logs.h [Cleanup] Unused #includes (#6367) 2025-11-29 18:53:11 +01:00
tab_message.cpp Avoid repeating type by using auto. (#6321) 2025-11-15 14:06:53 +01:00
tab_message.h [Fix-Warnings] Mark const getters as [[nodiscard]] (#6365) 2025-11-28 21:38:54 +01:00
tab_replays.cpp [Cleanup] Unused #includes (#6367) 2025-11-29 18:53:11 +01:00
tab_replays.h Mark more functions as [[nodiscard]] (#6320) 2025-11-16 01:39:24 +01:00
tab_room.cpp Avoid repeating type by using auto. (#6321) 2025-11-15 14:06:53 +01:00
tab_room.h [Cleanup] Unused #includes (#6367) 2025-11-29 18:53:11 +01:00
tab_server.cpp [Cleanup] Unused #includes (#6367) 2025-11-29 18:53:11 +01:00
tab_server.h Mark more functions as [[nodiscard]] (#6320) 2025-11-16 01:39:24 +01:00
tab_supervisor.cpp [Refactor] Pass around LoadedDeck instead of DeckLoader (#6422) 2025-12-20 13:39:00 +01:00
tab_supervisor.h [Refactor] Pass around LoadedDeck instead of DeckLoader (#6422) 2025-12-20 13:39:00 +01:00
tab_visual_database_display.cpp [Move refactor] Move tabs to interface/widgets (#6235) 2025-10-09 14:51:47 +02:00
tab_visual_database_display.h [Cleanup] Unused #includes (#6367) 2025-11-29 18:53:11 +01:00