RickyRister
bcaa6c6b8a
Refactor files in common to new Qt Slot/Signal syntax ( #5872 )
2025-04-21 16:30:40 -04:00
RickyRister
ffe02e59c7
Refactor: clean up OracleImporter ( #5871 )
...
* remove unused dataDir variable
* inline setsMap
* join declaration and assignment
* make the protected methods static
* make getSetPriority static
* inline mainCardTypes list and make the method static
* pass by const ref when able
* rename param to match
2025-04-21 16:29:42 -04:00
RickyRister
f7152befec
Refactor: clean up MessageLogWidget ( #5870 )
...
* use constants instead of static methods
* make static methods static
* remove unused variables
2025-04-21 16:28:45 -04:00
RickyRister
ca73033aea
Refactor files in oracle to new Qt Slot/Signal syntax ( #5869 )
...
* Refactor files in oracle to new Qt Slot/Signal syntax
* fix build failure
2025-04-20 23:53:37 -04:00
RickyRister
a1499854f9
Make OracleImporter not extend CardDatabase ( #5868 )
...
* Move TOKENS_SETNAME to CardSet
* make OracleImporter no longer extend CardDatabase
2025-04-21 01:48:13 +00:00
BruebachL
873e0d346e
Make a setting for filtering to the most recent sets. ( #5865 )
...
Co-authored-by: Lukas Brübach <Bruebach.Lukas@bdosecurity.de >
2025-04-20-Development-2.11.0-beta.3
2025-04-20 14:39:20 +00:00
RickyRister
44ac782978
Move card_item and related to src/game/board ( #5867 )
...
* move files
* update includes
* update cmake
2025-04-20 14:37:52 +00:00
ebbit1q
6b39f6f6fa
fix indenting in test cards.xml ( #5866 )
2025-04-20 14:36:38 +00:00
BruebachL
dcbb8bab75
[VDD] Defer filter tree assignment ( #5864 )
...
* RetranslateUi instead of updating filter mode.
* Defer setting the filter tree on the database display model until AFTER all the filter widgets are initialized.
* Update visual_database_display_set_filter_widget.cpp
---------
Co-authored-by: Lukas Brübach <Bruebach.Lukas@bdosecurity.de >
Co-authored-by: Zach H <zahalpern+github@gmail.com >
2025-04-20 04:17:25 +00:00
BruebachL
acd9a163f0
[VDD] Saner and more performant color filtering, allow deleting specific filter from filterTree ( #5863 )
...
* Saner and more performant color filtering.
* Update visual_database_display_color_filter_widget.cpp
---------
Co-authored-by: Lukas Brübach <Bruebach.Lukas@bdosecurity.de >
Co-authored-by: Zach H <zahalpern+github@gmail.com >
2025-04-20 04:15:28 +00:00
BruebachL
795149e776
Don't force size unnecessarily, correctly parent scrollArea. ( #5862 )
...
Co-authored-by: Lukas Brübach <Bruebach.Lukas@bdosecurity.de >
2025-04-20 04:12:46 +00:00
BruebachL
55bff6b52f
Make sample hand flow widget a scrollbar one until we figure out why non-scrollbar ones don't resize correctly. ( #5861 )
...
Co-authored-by: Lukas Brübach <Bruebach.Lukas@bdosecurity.de >
2025-04-20 04:12:30 +00:00
BruebachL
82be0a8898
Propagate display updates to found widgets. ( #5860 )
...
Co-authored-by: Lukas Brübach <Bruebach.Lukas@bdosecurity.de >
2025-04-20 04:12:16 +00:00
BruebachL
f98aad57d3
Add filter connection after toggling buttons and emit on end. ( #5858 )
...
Co-authored-by: Lukas Brübach <Bruebach.Lukas@bdosecurity.de >
2025-04-20 04:11:52 +00:00
BruebachL
81a911dc11
Add the option to hide banner card and tags in deck editor. ( #5857 )
...
Co-authored-by: Lukas Brübach <Bruebach.Lukas@bdosecurity.de >
2025-04-20 04:11:32 +00:00
RickyRister
39f87a5e78
VDS: Optimize refreshTags in VisualDeckStorageTagFilterWidget ( #5856 )
...
* make methods const
* remove redundant calls to gatherAllTags
* make methods private
* use QSet instead of QStringList
2025-04-20 04:10:32 +00:00
BruebachL
aff4ffdf83
[GDE] Disable add tag button until text is entered. ( #5855 )
...
* Disable add tag button until text is entered.
* Reduce capture scope.
---------
Co-authored-by: Lukas Brübach <Bruebach.Lukas@bdosecurity.de >
2025-04-20 04:09:25 +00:00
lilyhuang-github
574ea01e08
update handling of keywords: AND, OR, NOT in card search ( #5788 )
...
* update hnadling of keywords: AND, OR, NOT in card search
* added and
* update test
* update test
* update OR to not be [oO][rR] and just look for OR
* keyword testing
* adjusted new test
* implement test case for cards with keyword in name
* implement test case to cards with keyword in name
* format
* update test case
* change test cas
* update truth test case
* changed test card search from real cards to fake and added cards
* Update tests/carddatabase/data/cards.xml
Co-authored-by: RickyRister <42636155+RickyRister@users.noreply.github.com >
* Update tests/carddatabase/filter_string_test.cpp
Co-authored-by: RickyRister <42636155+RickyRister@users.noreply.github.com >
* Update tests/carddatabase/filter_string_test.cpp
Co-authored-by: RickyRister <42636155+RickyRister@users.noreply.github.com >
* update formatting
* update cardatabase_test to include +2 cards
* update test case +1 set + 1 type
---------
Co-authored-by: RickyRister <42636155+RickyRister@users.noreply.github.com >
2025-04-20 04:08:00 +00:00
RickyRister
26dcb015ce
Refactor function structs into lambdas ( #5675 )
...
* change signature to use lambda
* reuse comparator
* inline structs in forEachCard
* inline structs
* Refactor exportDeckToDecklist
* fix unit test
2025-04-20 04:07:22 +00:00
BruebachL
1d259a86c1
Don't add duplicate CardInfos to set. ( #5852 )
...
Co-authored-by: Lukas Brübach <Bruebach.Lukas@bdosecurity.de >
2025-04-18-Development-2.11.0-beta.2
2025-04-18 19:27:50 -04:00
BruebachL
0c02d15e0d
Allow empty collectorNumber. ( #5853 )
...
Co-authored-by: Lukas Brübach <Bruebach.Lukas@bdosecurity.de >
2025-04-18 19:26:17 -04:00
BruebachL
1e01c684c4
Display cards as set variants if only a single set is selected. ( #5854 )
...
Co-authored-by: Lukas Brübach <Bruebach.Lukas@bdosecurity.de >
2025-04-18 19:25:39 -04:00
BruebachL
3b1d6e394d
[EDHRec] Display name above card, add bars for inclusion and synergy instead of coloring the whole label, card size slider ( #5851 )
...
* Display name above card, add bars for inclusion and synergy instead of coloring the whole label.
* Re-add commander label.
* Add a card size slider.
* Lint.
---------
Co-authored-by: Lukas Brübach <Bruebach.Lukas@bdosecurity.de >
2025-04-18 22:28:44 +00:00
BruebachL
2fe639676b
VDS performance fixes ( #5848 )
...
* Block updates, don't validate cardInfo and use ItemModel instead of looped addItem.
* Change to QVariant map directly.
---------
Co-authored-by: Lukas Brübach <Bruebach.Lukas@bdosecurity.de >
2025-04-18 22:15:33 +00:00
tooomm
a35707ae18
Overhaul README ( #5806 )
...
* Update README.md
* Update README.md
2025-04-18 09:27:32 -04:00
tooomm
b1cf8ff0bb
Update issue templates ( #5824 )
2025-04-18 09:26:23 -04:00
BruebachL
adaa31b34d
Only emit cardClicked if it wasn't a right click. ( #5838 )
...
* Only emit cardClicked if it wasn't a right click.
* Oh.
---------
Co-authored-by: Lukas Brübach <Bruebach.Lukas@bdosecurity.de >
2025-04-18 03:32:16 +00:00
BruebachL
00095cb71c
Delete later where possible. ( #5842 )
...
Co-authored-by: Lukas Brübach <Bruebach.Lukas@bdosecurity.de >
2025-04-18 03:32:01 +00:00
BruebachL
8af1f2b6d9
Implement a little "raise on enter" animation for deck preview widgets. ( #5844 )
...
* Implement a little "raise on enter" animation for deck preview widgets.
* Why does the linter need to be run twice?
* Fix build.
---------
Co-authored-by: Lukas Brübach <Bruebach.Lukas@bdosecurity.de >
2025-04-18 03:31:47 +00:00
RickyRister
2dc1b875d2
Refactor files in src/dialogs to new Qt Slot/Signal syntax ( #5846 )
...
* Refactor to use new signal/slot syntax in src/dialogs
* add todo comment
* fix build failure
* fix build failure
2025-04-18 03:30:26 +00:00
BruebachL
653362567b
Refactor Tab EDHRec into folders, add navigation for budget and GC, add card prices ( #5845 )
...
* Refactor things into more sensible folders.
* Add navigation widget for budget and game changers.
* Lint.
* Add a card price display widget.
* Qt version check.
* Lint some thangs.
---------
Co-authored-by: Lukas Brübach <Bruebach.Lukas@bdosecurity.de >
2025-04-18 03:28:04 +00:00
BruebachL
ca538399f6
Improved EDHrec tab ( #5840 )
2025-04-17 10:10:38 -04:00
RickyRister
36f9f65798
Fix intermittent segfault in VDS sort ( #5843 )
2025-04-17 10:10:08 -04:00
RickyRister
2189fc0a96
Include card_info.h over card_database.h if able ( #5841 )
...
* Move a typedef to card_info.h
* Include card_info.h over card_database.h if able
2025-04-17 00:38:57 -04:00
BruebachL
854208ea0a
Implement deck analytics widgets. ( #5837 )
...
Co-authored-by: Lukas Brübach <Bruebach.Lukas@bdosecurity.de >
2025-04-16 14:23:13 +00:00
BruebachL
67db245aea
Add a button to quickly clear all filters, correctly emit signals in filter tree when clearing. ( #5835 )
...
Co-authored-by: Lukas Brübach <Bruebach.Lukas@bdosecurity.de >
2025-04-16 12:32:57 +00:00
BruebachL
42c56898d5
Visual Deck Editor Base ( #5834 )
...
* Visual Deck Editor.
* Lint.
* Address comments.
---------
Co-authored-by: Lukas Brübach <Bruebach.Lukas@bdosecurity.de >
2025-04-16 12:02:53 +00:00
BruebachL
a55a287a9d
Pull the subfilters out. ( #5836 )
...
Co-authored-by: Lukas Brübach <Bruebach.Lukas@bdosecurity.de >
2025-04-15 22:16:19 +00:00
RickyRister
b4024ee552
Refactor DeckViewContainer ( #5830 )
2025-04-15 22:10:24 +00:00
RickyRister
181bef0057
Use the common search syntax window method in visual database display ( #5829 )
2025-04-15 22:09:36 +00:00
github-actions[bot]
e9d05e6271
Update translation files ( #5828 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-04-15 22:08:52 +00:00
RickyRister
15415afa9a
Refactor files in src/server to new Qt Slot/Signal syntax ( #5831 )
...
* Refactor files in src/server to new Qt Slot/Signal syntax
* fix deprecation warning
2025-04-15 22:08:02 +00:00
RickyRister
728c87589f
Refactor files in src/client/ui to new Qt Slot/Signal syntax ( #5832 )
2025-04-15 22:06:56 +00:00
RickyRister
686717e544
Refactor files in src/client/tabs to new Qt Slot/Signal syntax ( #5833 )
...
* Refactor files in src/client/tabs to new Qt Slot/Signal syntax
* Refactor DeckEditorMenu to use new signal/slot syntax
Add DeckEditorMenu as friend class to AbstractTabDeckEditor since the slots are protected
* fix build failure
2025-04-15 22:05:52 +00:00
BruebachL
c4d0921a15
Visual Database Display Tab. ( #5822 )
...
* Visual Database Display Tab.
* Address comments.
* Readd dropped method.
* Update filterTree properly in case the filter is empty after modification.
---------
Co-authored-by: Lukas Brübach <Bruebach.Lukas@bdosecurity.de >
2025-04-15 01:25:49 +00:00
RickyRister
ae90b6c93f
Add logging to LocalClient ( #5827 )
2025-04-15 01:25:17 +00:00
transifex-integration[bot]
ac1ae4fed5
Translate oracle/oracle_en@source.ts in it ( #5826 )
...
100% translated source file: 'oracle/oracle_en@source.ts '
on 'it'.
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
2025-04-14 05:32:55 +00:00
transifex-integration[bot]
a1f2617931
Translate oracle/oracle_en@source.ts in de ( #5825 )
...
100% translated source file: 'oracle/oracle_en@source.ts '
on 'de'.
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
2025-04-13 04:16:33 +02:00
ebbit1q
300a37a199
change settings entry of the cod conversion prompt to a combobox ( #5801 )
...
* change settings entry of the cod conversion prompt to a combobox
replace the two checkboxes of which one state is ignored if one is
checked with a three state combobox for better user experience
* Update dlg_settings.cpp
---------
Co-authored-by: Zach H <zahalpern+github@gmail.com >
2025-04-11-Development-2.11.0-beta
2025-04-11 23:12:34 -04:00
ebbit1q
351c77182c
put multiple printings of the same dual face/split cards in the xml ( #5823 )
2025-04-11 23:02:48 -04:00