From 9f378209012319a075c1175b68d10a660e05cb1a Mon Sep 17 00:00:00 2001 From: John Preston Date: Tue, 7 Nov 2017 12:13:58 +0400 Subject: [PATCH] Add bot Help and Settings buttons in info. --- Telegram/Resources/langs/lang.strings | 4 +- .../profile/info_profile_inner_widget.cpp | 401 ++++++++++++------ .../info/profile/info_profile_inner_widget.h | 9 +- 3 files changed, 266 insertions(+), 148 deletions(-) diff --git a/Telegram/Resources/langs/lang.strings b/Telegram/Resources/langs/lang.strings index 60fa44589..270a865ec 100644 --- a/Telegram/Resources/langs/lang.strings +++ b/Telegram/Resources/langs/lang.strings @@ -536,8 +536,8 @@ Copyright (c) 2014-2017 John Preston, https://desktop.telegram.org "lng_profile_settings_section" = "Settings"; "lng_profile_actions_section" = "Actions"; -"lng_profile_bot_settings" = "Settings"; -"lng_profile_bot_help" = "Help"; +"lng_profile_bot_settings" = "Bot Settings"; +"lng_profile_bot_help" = "Bot Help"; "lng_profile_invite_link_section" = "Invite link"; "lng_profile_create_public_link" = "Create public link"; "lng_profile_edit_public_link" = "Edit public link"; diff --git a/Telegram/SourceFiles/info/profile/info_profile_inner_widget.cpp b/Telegram/SourceFiles/info/profile/info_profile_inner_widget.cpp index 3e637507a..e3309e5dd 100644 --- a/Telegram/SourceFiles/info/profile/info_profile_inner_widget.cpp +++ b/Telegram/SourceFiles/info/profile/info_profile_inner_widget.cpp @@ -37,6 +37,7 @@ Copyright (c) 2014-2017 John Preston, https://desktop.telegram.org #include "boxes/abstract_box.h" #include "boxes/add_contact_box.h" #include "boxes/confirm_box.h" +#include "boxes/report_box.h" #include "mainwidget.h" #include "auth_session.h" #include "apiwrap.h" @@ -57,6 +58,268 @@ Copyright (c) 2014-2017 John Preston, https://desktop.telegram.org namespace Info { namespace Profile { +namespace { + +template +void AddActionButton( + not_null parent, + Text &&text, + ToggleOn &&toggleOn, + Callback &&callback, + const style::InfoProfileButton &st + = st::infoSharedMediaButton) { + parent->add(object_ptr>( + parent, + object_ptr