Moved out some classes for widgets in statistical info to directory.

This commit is contained in:
23rd 2023-10-11 22:42:23 +03:00
parent c035a25aaa
commit f775670938
10 changed files with 15 additions and 15 deletions

View File

@ -7,7 +7,6 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
*/
#include "info/statistics/info_statistics_inner_widget.h"
#include "info/statistics/info_statistics_widget.h"
#include "api/api_statistics.h"
#include "apiwrap.h"
#include "data/data_peer.h"
@ -17,13 +16,14 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
#include "info/info_memento.h"
#include "info/statistics/info_statistics_list_controllers.h"
#include "info/statistics/info_statistics_recent_message.h"
#include "info/statistics/info_statistics_widget.h"
#include "lang/lang_keys.h"
#include "lottie/lottie_icon.h"
#include "main/main_session.h"
#include "settings/settings_common.h"
#include "statistics/chart_header_widget.h"
#include "statistics/chart_widget.h"
#include "statistics/statistics_common.h"
#include "statistics/widgets/chart_header_widget.h"
#include "ui/layers/generic_box.h"
#include "ui/rect.h"
#include "ui/toast/toast.h"

View File

@ -9,13 +9,13 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
#include "base/qt/qt_key_modifiers.h"
#include "lang/lang_keys.h"
#include "statistics/chart_header_widget.h"
#include "statistics/chart_lines_filter_controller.h"
#include "statistics/chart_lines_filter_widget.h"
#include "statistics/point_details_widget.h"
#include "statistics/view/abstract_chart_view.h"
#include "statistics/view/chart_view_factory.h"
#include "statistics/view/stack_chart_common.h"
#include "statistics/widgets/chart_header_widget.h"
#include "statistics/widgets/chart_lines_filter_widget.h"
#include "statistics/widgets/point_details_widget.h"
#include "ui/abstract_button.h"
#include "ui/effects/animation_value_f.h"
#include "ui/effects/ripple_animation.h"

View File

@ -9,8 +9,8 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
#include "data/data_statistics_chart.h"
#include "statistics/chart_lines_filter_controller.h"
#include "statistics/point_details_widget.h"
#include "statistics/view/stack_chart_common.h"
#include "statistics/widgets/point_details_widget.h"
#include "ui/effects/animation_value_f.h"
#include "ui/painter.h"
#include "ui/rect.h"

View File

@ -5,7 +5,7 @@ the official desktop application for the Telegram messaging service.
For license and copyright information please follow this link:
https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
*/
#include "statistics/chart_header_widget.h"
#include "statistics/widgets/chart_header_widget.h"
#include "ui/painter.h"
#include "styles/style_statistics.h"

View File

@ -5,7 +5,7 @@ the official desktop application for the Telegram messaging service.
For license and copyright information please follow this link:
https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
*/
#include "statistics/chart_lines_filter_widget.h"
#include "statistics/widgets/chart_lines_filter_widget.h"
#include "ui/abstract_button.h"
#include "ui/effects/animations.h"

View File

@ -5,7 +5,7 @@ the official desktop application for the Telegram messaging service.
For license and copyright information please follow this link:
https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
*/
#include "statistics/point_details_widget.h"
#include "statistics/widgets/point_details_widget.h"
#include "ui/cached_round_corners.h"
#include "statistics/statistics_common.h"

View File

@ -161,18 +161,12 @@ PRIVATE
platform/mac/file_bookmark_mac.mm
platform/platform_file_bookmark.h
statistics/chart_header_widget.cpp
statistics/chart_header_widget.h
statistics/chart_lines_filter_controller.cpp
statistics/chart_lines_filter_controller.h
statistics/chart_lines_filter_widget.cpp
statistics/chart_lines_filter_widget.h
statistics/chart_rulers_data.cpp
statistics/chart_rulers_data.h
statistics/chart_widget.cpp
statistics/chart_widget.h
statistics/point_details_widget.cpp
statistics/point_details_widget.h
statistics/segment_tree.cpp
statistics/segment_tree.h
statistics/statistics_common.h
@ -193,6 +187,12 @@ PRIVATE
statistics/view/stack_linear_chart_common.h
statistics/view/stack_linear_chart_view.cpp
statistics/view/stack_linear_chart_view.h
statistics/widgets/chart_header_widget.cpp
statistics/widgets/chart_header_widget.h
statistics/widgets/chart_lines_filter_widget.cpp
statistics/widgets/chart_lines_filter_widget.h
statistics/widgets/point_details_widget.cpp
statistics/widgets/point_details_widget.h
ui/boxes/auto_delete_settings.cpp
ui/boxes/auto_delete_settings.h