From 2e1e13b84368ba50f2eb38f5b0e18b813d5ea0de Mon Sep 17 00:00:00 2001 From: John Preston Date: Mon, 3 Feb 2020 13:26:37 +0400 Subject: [PATCH] Rename mediaview.style to media_view.style. --- Telegram/CMakeLists.txt | 2 +- Telegram/SourceFiles/app.cpp | 2 +- Telegram/SourceFiles/boxes/edit_color_box.cpp | 2 +- Telegram/SourceFiles/media/player/media_player_widget.cpp | 2 +- .../media/view/{mediaview.style => media_view.style} | 0 Telegram/SourceFiles/media/view/media_view_group_thumbs.cpp | 2 +- Telegram/SourceFiles/media/view/media_view_overlay_widget.cpp | 2 +- Telegram/SourceFiles/media/view/media_view_pip.cpp | 2 +- .../SourceFiles/media/view/media_view_playback_controls.cpp | 2 +- .../SourceFiles/media/view/media_view_playback_progress.cpp | 2 +- Telegram/SourceFiles/overview/overview.style | 2 +- Telegram/SourceFiles/platform/mac/window_title_mac.mm | 2 +- Telegram/SourceFiles/window/themes/window_theme_preview.cpp | 2 +- 13 files changed, 12 insertions(+), 12 deletions(-) rename Telegram/SourceFiles/media/view/{mediaview.style => media_view.style} (100%) diff --git a/Telegram/CMakeLists.txt b/Telegram/CMakeLists.txt index c0fd023ca..8adc9d7e1 100644 --- a/Telegram/CMakeLists.txt +++ b/Telegram/CMakeLists.txt @@ -43,7 +43,7 @@ set(style_files history/history.style info/info.style intro/intro.style - media/view/mediaview.style + media/view/media_view.style media/player/media_player.style overview/overview.style passport/passport.style diff --git a/Telegram/SourceFiles/app.cpp b/Telegram/SourceFiles/app.cpp index 198f4867f..dfc4bcedc 100644 --- a/Telegram/SourceFiles/app.cpp +++ b/Telegram/SourceFiles/app.cpp @@ -43,7 +43,7 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL #include "main/main_session.h" #include "styles/style_boxes.h" #include "styles/style_overview.h" -#include "styles/style_mediaview.h" +#include "styles/style_media_view.h" #include "styles/style_chat_helpers.h" #include "styles/style_history.h" #include "styles/style_layers.h" diff --git a/Telegram/SourceFiles/boxes/edit_color_box.cpp b/Telegram/SourceFiles/boxes/edit_color_box.cpp index b421aa800..86582b30d 100644 --- a/Telegram/SourceFiles/boxes/edit_color_box.cpp +++ b/Telegram/SourceFiles/boxes/edit_color_box.cpp @@ -14,7 +14,7 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL #include "base/platform/base_platform_info.h" #include "app.h" #include "styles/style_boxes.h" -#include "styles/style_mediaview.h" +#include "styles/style_media_view.h" class EditColorBox::Picker : public TWidget { public: diff --git a/Telegram/SourceFiles/media/player/media_player_widget.cpp b/Telegram/SourceFiles/media/player/media_player_widget.cpp index 9384eeb13..ce4d2a12c 100644 --- a/Telegram/SourceFiles/media/player/media_player_widget.cpp +++ b/Telegram/SourceFiles/media/player/media_player_widget.cpp @@ -23,7 +23,7 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL #include "media/player/media_player_instance.h" #include "media/player/media_player_volume_controller.h" #include "styles/style_media_player.h" -#include "styles/style_mediaview.h" +#include "styles/style_media_view.h" #include "history/history_item.h" #include "storage/localstorage.h" #include "layout.h" diff --git a/Telegram/SourceFiles/media/view/mediaview.style b/Telegram/SourceFiles/media/view/media_view.style similarity index 100% rename from Telegram/SourceFiles/media/view/mediaview.style rename to Telegram/SourceFiles/media/view/media_view.style diff --git a/Telegram/SourceFiles/media/view/media_view_group_thumbs.cpp b/Telegram/SourceFiles/media/view/media_view_group_thumbs.cpp index 8e53a6227..4f6a6ab5a 100644 --- a/Telegram/SourceFiles/media/view/media_view_group_thumbs.cpp +++ b/Telegram/SourceFiles/media/view/media_view_group_thumbs.cpp @@ -20,7 +20,7 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL #include "ui/image/image.h" #include "main/main_session.h" #include "app.h" -#include "styles/style_mediaview.h" +#include "styles/style_media_view.h" namespace Media { namespace View { diff --git a/Telegram/SourceFiles/media/view/media_view_overlay_widget.cpp b/Telegram/SourceFiles/media/view/media_view_overlay_widget.cpp index 1629b6a89..ca41889d0 100644 --- a/Telegram/SourceFiles/media/view/media_view_overlay_widget.cpp +++ b/Telegram/SourceFiles/media/view/media_view_overlay_widget.cpp @@ -53,7 +53,7 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL #include "calls/calls_instance.h" #include "facades.h" #include "app.h" -#include "styles/style_mediaview.h" +#include "styles/style_media_view.h" #include "styles/style_history.h" #include diff --git a/Telegram/SourceFiles/media/view/media_view_pip.cpp b/Telegram/SourceFiles/media/view/media_view_pip.cpp index 54163ab1d..8d59f2b82 100644 --- a/Telegram/SourceFiles/media/view/media_view_pip.cpp +++ b/Telegram/SourceFiles/media/view/media_view_pip.cpp @@ -19,7 +19,7 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL #include "ui/widgets/shadow.h" #include "window/window_controller.h" #include "styles/style_window.h" -#include "styles/style_mediaview.h" +#include "styles/style_media_view.h" #include "styles/style_calls.h" // st::callShadow #include diff --git a/Telegram/SourceFiles/media/view/media_view_playback_controls.cpp b/Telegram/SourceFiles/media/view/media_view_playback_controls.cpp index 1ab0c9d7d..059f7fb36 100644 --- a/Telegram/SourceFiles/media/view/media_view_playback_controls.cpp +++ b/Telegram/SourceFiles/media/view/media_view_playback_controls.cpp @@ -17,7 +17,7 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL #include "lang/lang_keys.h" #include "layout.h" #include "app.h" -#include "styles/style_mediaview.h" +#include "styles/style_media_view.h" namespace Media { namespace View { diff --git a/Telegram/SourceFiles/media/view/media_view_playback_progress.cpp b/Telegram/SourceFiles/media/view/media_view_playback_progress.cpp index d19f38f1d..9a8ecbc78 100644 --- a/Telegram/SourceFiles/media/view/media_view_playback_progress.cpp +++ b/Telegram/SourceFiles/media/view/media_view_playback_progress.cpp @@ -8,7 +8,7 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL #include "media/view/media_view_playback_progress.h" #include "media/audio/media_audio.h" -#include "styles/style_mediaview.h" +#include "styles/style_media_view.h" namespace Media { namespace View { diff --git a/Telegram/SourceFiles/overview/overview.style b/Telegram/SourceFiles/overview/overview.style index bfb160e49..c5e0915e0 100644 --- a/Telegram/SourceFiles/overview/overview.style +++ b/Telegram/SourceFiles/overview/overview.style @@ -8,7 +8,7 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL using "ui/basic.style"; using "history/history.style"; using "ui/widgets/widgets.style"; -using "media/view/mediaview.style"; +using "media/view/media_view.style"; using "boxes/boxes.style"; OverviewFileLayout { diff --git a/Telegram/SourceFiles/platform/mac/window_title_mac.mm b/Telegram/SourceFiles/platform/mac/window_title_mac.mm index f90a86e15..339af9ba9 100644 --- a/Telegram/SourceFiles/platform/mac/window_title_mac.mm +++ b/Telegram/SourceFiles/platform/mac/window_title_mac.mm @@ -11,7 +11,7 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL #include "ui/widgets/shadow.h" #include "ui/image/image_prepare.h" #include "styles/style_window.h" -#include "styles/style_mediaview.h" +#include "styles/style_media_view.h" #include "platform/platform_main_window.h" #include "facades.h" diff --git a/Telegram/SourceFiles/window/themes/window_theme_preview.cpp b/Telegram/SourceFiles/window/themes/window_theme_preview.cpp index 8df16f30b..f8a43ab6f 100644 --- a/Telegram/SourceFiles/window/themes/window_theme_preview.cpp +++ b/Telegram/SourceFiles/window/themes/window_theme_preview.cpp @@ -15,7 +15,7 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL #include "ui/emoji_config.h" #include "styles/style_widgets.h" #include "styles/style_window.h" -#include "styles/style_mediaview.h" +#include "styles/style_media_view.h" #include "styles/style_history.h" #include "styles/style_dialogs.h" #include "styles/style_info.h"