Cockatrice/cockatrice/src/client/tabs
BruebachL aa24502129
Move logging from QDebug to QCDebug and introduce LoggingCategories. (#5491)
* Move logging from QDebug to QCDebug and introduce LoggingCategories.

* Lint.

* Unlint like one change.

* Remove .debug category since this is autofilled by Qt and used to differentiate between QCDebug and QCWarning and QCError.

* Uncomment defaults, include main category.

* Make PictureLoader logging a bit more useful.

* Lint...?

* Address comments.

* Clean up some unnecessary classes in logging statements.

* Add a new message format to the logging handler.

* Lint.

* Lint.

* Support Windows in Regex

---------

Co-authored-by: Lukas Brübach <Bruebach.Lukas@bdosecurity.de>
Co-authored-by: ZeldaZach <zahalpern+github@gmail.com>
2025-01-19 13:14:23 +00:00
..
visual_deck_storage General Cleanup of Unused Assets (#5484) 2025-01-17 05:08:53 +00:00
tab.cpp Make all tabs closable; add tabs menu (#5451) 2025-01-12 16:15:19 -05:00
tab.h Make all tabs closable; add tabs menu (#5451) 2025-01-12 16:15:19 -05:00
tab_account.cpp General Cleanup of Unused Assets (#5484) 2025-01-17 05:08:53 +00:00
tab_account.h General Cleanup of Unused Assets (#5484) 2025-01-17 05:08:53 +00:00
tab_admin.cpp Allow Moderators to Grant Replay & Activate in TabAdmin (#5492) 2025-01-18 02:23:24 +00:00
tab_admin.h Allow Moderators to Grant Replay & Activate in TabAdmin (#5492) 2025-01-18 02:23:24 +00:00
tab_deck_editor.cpp Move logging from QDebug to QCDebug and introduce LoggingCategories. (#5491) 2025-01-19 13:14:23 +00:00
tab_deck_editor.h Add options to include/exclude set name and collector number during clipboard import/export. (#5482) 2025-01-17 02:38:01 +00:00
tab_deck_storage.cpp Visual deck storage v2 (#5427) 2025-01-12 17:46:22 -05:00
tab_deck_storage.h add override specifier to tab subclasses (#5445) 2025-01-11 21:28:02 -05:00
tab_game.cpp Move logging from QDebug to QCDebug and introduce LoggingCategories. (#5491) 2025-01-19 13:14:23 +00:00
tab_game.h Move logging from QDebug to QCDebug and introduce LoggingCategories. (#5491) 2025-01-19 13:14:23 +00:00
tab_logs.cpp Always set TabSupervisor as parent in Tab subclasses (#5449) 2025-01-12 02:34:11 -05:00
tab_logs.h Always set TabSupervisor as parent in Tab subclasses (#5449) 2025-01-12 02:34:11 -05:00
tab_message.cpp Move logging from QDebug to QCDebug and introduce LoggingCategories. (#5491) 2025-01-19 13:14:23 +00:00
tab_message.h Move logging from QDebug to QCDebug and introduce LoggingCategories. (#5491) 2025-01-19 13:14:23 +00:00
tab_replays.cpp fix replay download not working if replay folder is empty (#5355) 2024-12-28 06:15:25 +00:00
tab_replays.h add override specifier to tab subclasses (#5445) 2025-01-11 21:28:02 -05:00
tab_room.cpp get UserListProxy from TabSupervisor instead of passing it in the constructor (#5490) 2025-01-17 15:27:52 +00:00
tab_room.h get UserListProxy from TabSupervisor instead of passing it in the constructor (#5490) 2025-01-17 15:27:52 +00:00
tab_server.cpp Rename UserList class to UserListWidget (#5473) 2025-01-15 03:07:36 +00:00
tab_server.h Rename UserList class to UserListWidget (#5473) 2025-01-15 03:07:36 +00:00
tab_supervisor.cpp Move logging from QDebug to QCDebug and introduce LoggingCategories. (#5491) 2025-01-19 13:14:23 +00:00
tab_supervisor.h Move logging from QDebug to QCDebug and introduce LoggingCategories. (#5491) 2025-01-19 13:14:23 +00:00