Cockatrice/cockatrice/src/deck
BruebachL 93d28717e0
Abstract deck editor (#5646)
* Generify TabDeckEditor.

* Connect dockTopLevelChanged signals.

* Connect eventFilters.

* Remove comments.

* Fix ze build (accidentally deleted a line)

* Fix some pointer chaining.

* Be a lot saner about some signals/slots, as in, individual Deck Editor widgets now internally determine their CardInfo and then simply communicate this to the DeckEditor

* Lint.

* DeckDock can handle its own menu.

* DeckDock can handle its own decrement.

* DeckDock now notifies the deck editor on deck change, instead of individually modifying menu items and modification status.

* Rename.

* Include pixelmap generator for icon.

* Directly use an AbstractTabDeckEditor as parent.

* Move clearing database filter into signal/slot relation.

---------

Co-authored-by: Lukas Brübach <Bruebach.Lukas@bdosecurity.de>
2025-02-27 10:57:58 -05:00
..
custom_line_edit.cpp move SearchLineEdit into custom_line_edit file (#5281) 2024-12-21 05:12:14 +00:00
custom_line_edit.h add missing override and explicit specifiers in src/deck and src/utility (#5525) 2025-01-25 14:05:00 +00:00
deck_list_model.cpp Refactor files in src/utility and src/deck to new Qt Slot/Signal syntax (#5432) 2025-01-09 06:33:20 -05:00
deck_list_model.h New printing selector (#5182) 2024-12-19 02:40:34 +00:00
deck_loader.cpp Tags in deck editor (#5608) 2025-02-12 03:18:00 +00:00
deck_loader.h Abstract deck editor (#5646) 2025-02-27 10:57:58 -05:00
deck_stats_interface.cpp Refactor files in src/utility and src/deck to new Qt Slot/Signal syntax (#5432) 2025-01-09 06:33:20 -05:00
deck_stats_interface.h add missing override and explicit specifiers in src/deck and src/utility (#5525) 2025-01-25 14:05:00 +00:00