2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 06:26:18 +00:00

New profiles Xcode build ready, couple of retina-support bugs fixed.

This commit is contained in:
John Preston
2016-06-06 14:35:49 +03:00
parent 4ef5596fbc
commit 1c0548d1e8
14 changed files with 685 additions and 368 deletions

View File

@@ -223,7 +223,7 @@ public:
PeerData *overviewPeer();
bool mediaTypeSwitch();
void showWideSection(Window::SectionMemento &memento);
void showWideSection(const Window::SectionMemento &memento);
void showMediaOverview(PeerData *peer, MediaOverviewType type, bool back = false, int32 lastScrollTop = -1);
void showBackFromStack();
void orderWidgets();
@@ -502,7 +502,7 @@ private:
void overviewLoaded(History *history, const MTPmessages_Messages &result, mtpRequestId req);
Window::SectionSlideParams prepareShowAnimation(bool willHaveTopBarShadow);
void showWideSectionAnimated(Window::SectionMemento *memento, bool back);
void showWideSectionAnimated(const Window::SectionMemento *memento, bool back);
// All this methods use the prepareShowAnimation().
Window::SectionSlideParams prepareWideSectionAnimation(Window::SectionWidget *section);