..
dlg_connect.cpp
don't disable autoconnect on disconnect ( #5372 )
2024-12-29 03:07:00 +00:00
dlg_connect.h
Add option to remove saved sever ( #5368 )
2024-12-29 00:37:49 +00:00
dlg_convert_deck_to_cod_format.cpp
Add a dialog to prompt user to convert to .cod format if trying to apply tags to a .txt deck. ( #5514 )
2025-01-25 03:20:30 +00:00
dlg_convert_deck_to_cod_format.h
Add a dialog to prompt user to convert to .cod format if trying to apply tags to a .txt deck. ( #5514 )
2025-01-25 03:20:30 +00:00
dlg_create_game.cpp
disable starting life total edit in game information window ( #5440 )
2025-01-10 23:14:46 -05:00
dlg_create_game.h
Add the ability to define starting life total during game creation. ( #5174 )
2024-12-19 23:52:47 +00:00
dlg_create_token.cpp
Fix token name highlight on open ( #5286 )
2024-12-22 01:43:00 +00:00
dlg_create_token.h
add missing override and explicit specifiers in src/dialogs ( #5524 )
2025-01-25 14:04:26 +00:00
dlg_edit_avatar.cpp
Move logging from QDebug to QCDebug and introduce LoggingCategories. ( #5491 )
2025-01-19 13:14:23 +00:00
dlg_edit_avatar.h
add missing override and explicit specifiers in src/dialogs ( #5524 )
2025-01-25 14:04:26 +00:00
dlg_edit_password.cpp
Major Directory Refactoring ( #5118 )
2024-10-20 10:11:35 -04:00
dlg_edit_password.h
add missing override and explicit specifiers in src/dialogs ( #5524 )
2025-01-25 14:04:26 +00:00
dlg_edit_tokens.cpp
ADD landscapeOrientation field ( #5267 )
2024-12-19 03:52:34 +00:00
dlg_edit_tokens.h
Major Directory Refactoring ( #5118 )
2024-10-20 10:11:35 -04:00
dlg_edit_user.cpp
replace foreach macro with standard for each loop ( #5485 )
2025-01-17 05:18:15 +00:00
dlg_edit_user.h
add missing override and explicit specifiers in src/dialogs ( #5524 )
2025-01-25 14:04:26 +00:00
dlg_filter_games.cpp
Invert "Show" games, so all games are visible by default ( #5521 )
2025-01-25 07:03:36 +00:00
dlg_filter_games.h
Invert "Show" games, so all games are visible by default ( #5521 )
2025-01-25 07:03:36 +00:00
dlg_forgot_password_challenge.cpp
Major Directory Refactoring ( #5118 )
2024-10-20 10:11:35 -04:00
dlg_forgot_password_challenge.h
add missing override and explicit specifiers in src/dialogs ( #5524 )
2025-01-25 14:04:26 +00:00
dlg_forgot_password_request.cpp
Major Directory Refactoring ( #5118 )
2024-10-20 10:11:35 -04:00
dlg_forgot_password_request.h
add missing override and explicit specifiers in src/dialogs ( #5524 )
2025-01-25 14:04:26 +00:00
dlg_forgot_password_reset.cpp
Major Directory Refactoring ( #5118 )
2024-10-20 10:11:35 -04:00
dlg_forgot_password_reset.h
add missing override and explicit specifiers in src/dialogs ( #5524 )
2025-01-25 14:04:26 +00:00
dlg_load_deck.cpp
Remember last opened directory when loading decks ( #5418 )
2025-01-05 17:40:20 -05:00
dlg_load_deck.h
Remember last opened directory when loading decks ( #5418 )
2025-01-05 17:40:20 -05:00
dlg_load_deck_from_clipboard.cpp
Add action to Edit Deck via Clipboard ( #5681 )
2025-03-05 00:55:05 +00:00
dlg_load_deck_from_clipboard.h
Add action to Edit Deck via Clipboard ( #5681 )
2025-03-05 00:55:05 +00:00
dlg_load_remote_deck.cpp
fix load remote deck window being empty ( #5613 )
2025-02-15 21:05:33 +00:00
dlg_load_remote_deck.h
add missing override and explicit specifiers in src/dialogs ( #5524 )
2025-01-25 14:04:26 +00:00
dlg_manage_sets.cpp
Refactor Picture Loader ( #5457 )
2025-01-13 18:52:54 +00:00
dlg_manage_sets.h
add missing override and explicit specifiers in src/dialogs ( #5524 )
2025-01-25 14:04:26 +00:00
dlg_move_top_cards_until.cpp
Crashfix for opening Deck editor ( #5403 )
2025-01-01 19:25:04 -05:00
dlg_move_top_cards_until.h
add option to auto-play "put top card on stack until" hits ( #5258 )
2024-12-18 04:47:49 +00:00
dlg_register.cpp
replace foreach macro with standard for each loop ( #5485 )
2025-01-17 05:18:15 +00:00
dlg_register.h
add missing override and explicit specifiers in src/dialogs ( #5524 )
2025-01-25 14:04:26 +00:00
dlg_roll_dice.cpp
Major Directory Refactoring ( #5118 )
2024-10-20 10:11:35 -04:00
dlg_roll_dice.h
Major Directory Refactoring ( #5118 )
2024-10-20 10:11:35 -04:00
dlg_settings.cpp
Implement advertisement to FAQ page align right ( #5657 )
2025-02-27 23:34:06 -05:00
dlg_settings.h
Implement advertisement to FAQ page align right ( #5657 )
2025-02-27 23:34:06 -05:00
dlg_tip_of_the_day.cpp
Add new Tips of the Day ( #5603 )
2025-02-10 21:22:26 +00:00
dlg_tip_of_the_day.h
Move logging from QDebug to QCDebug and introduce LoggingCategories. ( #5491 )
2025-01-19 13:14:23 +00:00
dlg_update.cpp
Add hint on version downloading ( #5663 )
2025-02-27 23:34:32 -05:00
dlg_update.h
Add hint on version downloading ( #5663 )
2025-02-27 23:34:32 -05:00
dlg_view_log.cpp
replace foreach macro with standard for each loop ( #5485 )
2025-01-17 05:18:15 +00:00
dlg_view_log.h
Major Directory Refactoring ( #5118 )
2024-10-20 10:11:35 -04:00