2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 14:45:14 +00:00

Reorganize custom boxes

This commit is contained in:
RadRussianRus
2021-08-25 01:09:37 +03:00
parent 36d8b28da1
commit d2ef174d13
15 changed files with 19 additions and 19 deletions

View File

@@ -736,14 +736,14 @@ PRIVATE
intro/intro_step.h
intro/intro_widget.cpp
intro/intro_widget.h
kotato/customboxes/confirm_box.cpp
kotato/customboxes/confirm_box.h
kotato/customboxes/fonts_box.cpp
kotato/customboxes/fonts_box.h
kotato/customboxes/radio_box.cpp
kotato/customboxes/radio_box.h
kotato/customboxes/unpin_box.cpp
kotato/customboxes/unpin_box.h
kotato/boxes/kotato_confirm_box.cpp
kotato/boxes/kotato_confirm_box.h
kotato/boxes/kotato_fonts_box.cpp
kotato/boxes/kotato_fonts_box.h
kotato/boxes/kotato_radio_box.cpp
kotato/boxes/kotato_radio_box.h
kotato/boxes/kotato_unpin_box.cpp
kotato/boxes/kotato_unpin_box.h
kotato/json_settings.cpp
kotato/json_settings.h
kotato/settings_menu.cpp

View File

@@ -14,7 +14,7 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
#include "boxes/share_box.h"
#include "boxes/passcode_box.h"
#include "lang/lang_keys.h"
#include "kotato/customboxes/confirm_box.h"
#include "kotato/boxes/kotato_confirm_box.h"
#include "core/click_handler_types.h"
#include "data/data_changes.h"
#include "data/data_peer.h"

View File

@@ -13,7 +13,7 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
#include "mainwidget.h"
#include "main/main_session.h"
#include "boxes/confirm_box.h"
#include "kotato/customboxes/confirm_box.h"
#include "kotato/boxes/kotato_confirm_box.h"
#include "base/qthelp_regex.h"
#include "storage/storage_account.h"
#include "history/view/history_view_element.h"

View File

@@ -18,7 +18,7 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
#include "boxes/share_box.h"
#include "boxes/edit_caption_box.h"
#include "boxes/peers/edit_peer_permissions_box.h" // ShowAboutGigagroup.
#include "kotato/customboxes/confirm_box.h"
#include "kotato/boxes/kotato_confirm_box.h"
#include "core/file_utilities.h"
#include "ui/toast/toast.h"
#include "ui/toasts/common_toasts.h"

View File

@@ -21,7 +21,7 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
#include "ui/effects/ripple_animation.h"
#include "ui/effects/fireworks_animation.h"
#include "ui/toast/toast.h"
#include "kotato/customboxes/confirm_box.h"
#include "kotato/boxes/kotato_confirm_box.h"
#include "data/data_media_types.h"
#include "data/data_poll.h"
#include "data/data_user.h"

View File

@@ -5,7 +5,7 @@ the unofficial app based on Telegram Desktop.
For license and copyright information please follow this link:
https://github.com/kotatogram/kotatogram-desktop/blob/dev/LEGAL
*/
#include "kotato/customboxes/confirm_box.h"
#include "kotato/boxes/kotato_confirm_box.h"
#include "lang/lang_keys.h"
#include "ui/widgets/labels.h"

View File

@@ -5,7 +5,7 @@ the unofficial app based on Telegram Desktop.
For license and copyright information please follow this link:
https://github.com/kotatogram/kotatogram-desktop/blob/dev/LEGAL
*/
#include "kotato/customboxes/fonts_box.h"
#include "kotato/boxes/kotato_fonts_box.h"
#include "kotato/kotato_lang.h"
#include "base/platform/base_platform_info.h"

View File

@@ -5,7 +5,7 @@ the unofficial app based on Telegram Desktop.
For license and copyright information please follow this link:
https://github.com/kotatogram/kotatogram-desktop/blob/dev/LEGAL
*/
#include "kotato/customboxes/radio_box.h"
#include "kotato/boxes/kotato_radio_box.h"
#include "lang/lang_keys.h"
#include "ui/wrap/vertical_layout.h"

View File

@@ -5,7 +5,7 @@ the unofficial app based on Telegram Desktop.
For license and copyright information please follow this link:
https://github.com/kotatogram/kotatogram-desktop/blob/dev/LEGAL
*/
#include "kotato/customboxes/unpin_box.h"
#include "kotato/boxes/kotato_unpin_box.h"
#include "kotato/kotato_lang.h"
#include "lang/lang_keys.h"

View File

@@ -19,8 +19,8 @@ https://github.com/kotatogram/kotatogram-desktop/blob/dev/LEGAL
#include "ui/widgets/continuous_sliders.h"
#include "ui/text/text_utilities.h" // Ui::Text::ToUpper
#include "boxes/connection_box.h"
#include "kotato/customboxes/fonts_box.h"
#include "kotato/customboxes/radio_box.h"
#include "kotato/boxes/kotato_fonts_box.h"
#include "kotato/boxes/kotato_radio_box.h"
#include "boxes/about_box.h"
#include "boxes/confirm_box.h"
#include "platform/platform_specific.h"

View File

@@ -17,7 +17,7 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
#include "boxes/peers/add_participants_box.h"
#include "boxes/peers/edit_contact_box.h"
#include "boxes/share_box.h"
#include "kotato/customboxes/unpin_box.h"
#include "kotato/boxes/kotato_unpin_box.h"
#include "ui/boxes/report_box.h"
#include "ui/toast/toast.h"
#include "ui/text/text_utilities.h"