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:
@@ -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
|
||||
|
@@ -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"
|
||||
|
@@ -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"
|
||||
|
@@ -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"
|
||||
|
@@ -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"
|
||||
|
@@ -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"
|
@@ -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"
|
@@ -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"
|
@@ -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"
|
@@ -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"
|
||||
|
@@ -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"
|
||||
|
Reference in New Issue
Block a user