mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-14 22:42:14 -07:00
Turn things in common into separate libs.
Took 2 hours 27 minutes
This commit is contained in:
parent
53d80efab8
commit
01378b8314
389 changed files with 336 additions and 233 deletions
|
|
@ -1,5 +1,6 @@
|
|||
#include "abstract_tab_deck_editor.h"
|
||||
|
||||
#include "../../../libs/utility/include/utility/trice_limits.h"
|
||||
#include "../client/tapped_out_interface.h"
|
||||
#include "../deck/deck_stats_interface.h"
|
||||
#include "../dialogs/dlg_load_deck.h"
|
||||
|
|
@ -16,7 +17,6 @@
|
|||
#include "pb/response.pb.h"
|
||||
#include "settings/cache_settings.h"
|
||||
#include "tab_supervisor.h"
|
||||
#include "trice_limits.h"
|
||||
|
||||
#include <QAction>
|
||||
#include <QApplication>
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
#ifndef TAB_H
|
||||
#define TAB_H
|
||||
|
||||
#include "card_ref.h"
|
||||
#include "../../../libs/utility/include/utility/card_ref.h"
|
||||
|
||||
#include <QMainWindow>
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
#include "tab_account.h"
|
||||
|
||||
#include "../../../libs/utility/include/utility/trice_limits.h"
|
||||
#include "../client/sound_engine.h"
|
||||
#include "../deck/custom_line_edit.h"
|
||||
#include "../server/abstract_client.h"
|
||||
|
|
@ -14,7 +15,6 @@
|
|||
#include "pb/response_list_users.pb.h"
|
||||
#include "pb/session_commands.pb.h"
|
||||
#include "tab_supervisor.h"
|
||||
#include "trice_limits.h"
|
||||
|
||||
#include <QPushButton>
|
||||
#include <QVBoxLayout>
|
||||
|
|
|
|||
|
|
@ -1,11 +1,11 @@
|
|||
#include "tab_admin.h"
|
||||
|
||||
#include "../../../libs/utility/include/utility/trice_limits.h"
|
||||
#include "../server/abstract_client.h"
|
||||
#include "../server/pending_command.h"
|
||||
#include "pb/admin_commands.pb.h"
|
||||
#include "pb/event_replay_added.pb.h"
|
||||
#include "pb/moderator_commands.pb.h"
|
||||
#include "trice_limits.h"
|
||||
|
||||
#include <QDialogButtonBox>
|
||||
#include <QGridLayout>
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
#include "tab_deck_editor.h"
|
||||
|
||||
#include "../../../libs/utility/include/utility/trice_limits.h"
|
||||
#include "../client/deck_editor_menu.h"
|
||||
#include "../client/tapped_out_interface.h"
|
||||
#include "../dialogs/dlg_load_deck.h"
|
||||
|
|
@ -15,7 +16,6 @@
|
|||
#include "card/card_database/model/card_database_model.h"
|
||||
#include "settings/cache_settings.h"
|
||||
#include "tab_supervisor.h"
|
||||
#include "trice_limits.h"
|
||||
|
||||
#include <QAction>
|
||||
#include <QApplication>
|
||||
|
|
|
|||
|
|
@ -1,10 +1,10 @@
|
|||
#include "tab_deck_storage.h"
|
||||
|
||||
#include "../../../libs/deck/deck_list.h"
|
||||
#include "../client/get_text_with_max.h"
|
||||
#include "../deck/deck_loader.h"
|
||||
#include "../server/pending_command.h"
|
||||
#include "../server/remote/remote_decklist_tree_widget.h"
|
||||
#include "deck_list.h"
|
||||
#include "pb/command_deck_del.pb.h"
|
||||
#include "pb/command_deck_del_dir.pb.h"
|
||||
#include "pb/command_deck_download.pb.h"
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
#include "tab_game.h"
|
||||
|
||||
#include "../../../libs/utility/include/utility/trice_limits.h"
|
||||
#include "../client/network/replay_timeline_widget.h"
|
||||
#include "../dialogs/dlg_create_game.h"
|
||||
#include "../game/board/arrow_item.h"
|
||||
|
|
@ -30,7 +31,6 @@
|
|||
#include "pb/serverinfo_user.pb.h"
|
||||
#include "settings/cache_settings.h"
|
||||
#include "tab_supervisor.h"
|
||||
#include "trice_limits.h"
|
||||
|
||||
#include <QAction>
|
||||
#include <QCompleter>
|
||||
|
|
|
|||
|
|
@ -1,12 +1,12 @@
|
|||
#include "tab_logs.h"
|
||||
|
||||
#include "../../../libs/utility/include/utility/trice_limits.h"
|
||||
#include "../deck/custom_line_edit.h"
|
||||
#include "../dialogs/dlg_manage_sets.h"
|
||||
#include "../server/abstract_client.h"
|
||||
#include "../server/pending_command.h"
|
||||
#include "pb/moderator_commands.pb.h"
|
||||
#include "pb/response_viewlog_history.pb.h"
|
||||
#include "trice_limits.h"
|
||||
|
||||
#include <QCheckBox>
|
||||
#include <QDialogButtonBox>
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
#include "tab_message.h"
|
||||
|
||||
#include "../../../libs/utility/include/utility/trice_limits.h"
|
||||
#include "../client/sound_engine.h"
|
||||
#include "../deck/custom_line_edit.h"
|
||||
#include "../main.h"
|
||||
|
|
@ -11,7 +12,6 @@
|
|||
#include "pb/serverinfo_user.pb.h"
|
||||
#include "pb/session_commands.pb.h"
|
||||
#include "settings/cache_settings.h"
|
||||
#include "trice_limits.h"
|
||||
|
||||
#include <QApplication>
|
||||
#include <QDebug>
|
||||
|
|
|
|||
|
|
@ -1,5 +1,7 @@
|
|||
#include "tab_room.h"
|
||||
|
||||
#include "../../../libs/server/get_pb_extension.h"
|
||||
#include "../../../libs/utility/include/utility/trice_limits.h"
|
||||
#include "../dialogs/dlg_settings.h"
|
||||
#include "../main.h"
|
||||
#include "../server/abstract_client.h"
|
||||
|
|
@ -8,7 +10,6 @@
|
|||
#include "../server/pending_command.h"
|
||||
#include "../server/user/user_list_manager.h"
|
||||
#include "../server/user/user_list_widget.h"
|
||||
#include "get_pb_extension.h"
|
||||
#include "pb/event_join_room.pb.h"
|
||||
#include "pb/event_leave_room.pb.h"
|
||||
#include "pb/event_list_games.pb.h"
|
||||
|
|
@ -19,7 +20,6 @@
|
|||
#include "settings/cache_settings.h"
|
||||
#include "tab_account.h"
|
||||
#include "tab_supervisor.h"
|
||||
#include "trice_limits.h"
|
||||
|
||||
#include <QApplication>
|
||||
#include <QCompleter>
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
#include "tab_deck_editor_visual.h"
|
||||
|
||||
#include "../../../../libs/utility/include/utility/trice_limits.h"
|
||||
#include "../../deck/deck_list_model.h"
|
||||
#include "../../deck/deck_stats_interface.h"
|
||||
#include "../../filters/filter_builder.h"
|
||||
|
|
@ -14,7 +15,6 @@
|
|||
#include "pb/command_deck_upload.pb.h"
|
||||
#include "settings/cache_settings.h"
|
||||
#include "tab_deck_editor_visual_tab_widget.h"
|
||||
#include "trice_limits.h"
|
||||
|
||||
#include <QAction>
|
||||
#include <QApplication>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue