summaryrefslogtreecommitdiffstats
path: root/Telegram/SourceFiles/core/update_checker.cpp
AgeCommit message (Expand)Author
2023-01-19Initial support of separate windows for accounts.John Preston
2023-01-09Remove socket errors from Qt adaptersIlya Fedin
2022-11-30Replaced some qsl with u""_q literal.23rd
2022-11-30Remove namespace App.John Preston
2022-09-28Bundle kcoreaddonsIlya Fedin
2022-09-19Use KSandbox to check flatpak/snap environmentIlya Fedin
2022-05-23Added ability to provide back button to pinned to top content.23rd
2022-04-01Allow adding Settings::Section-s without changing Type.John Preston
2022-01-27Remove app module. Support delayed quit by Cmd+Q on macOS.John Preston
2022-01-26Split qt_adapters to separated files.23rd
2021-10-29On macOS build autoupdates single-arch + universal setup.John Preston
2021-10-21Add Qt 6 supportIlya Fedin
2021-09-27Use base::SafeRound instead of std::round.John Preston
2021-09-07Update API scheme to layer 133.John Preston
2021-09-07Move LZMA usage under TDESKTOP_DISABLE_AUTOUPDATEIlya Fedin
2021-08-11Get rid of osx and linux32 special targetsIlya Fedin
2021-05-17Fix BIO_new_mem_buf leaksIlya Fedin
2021-05-03Fix crash dump generation on Linux.John Preston
2021-05-03Add support for write-protected update on LinuxIlya Fedin
2021-03-15Trying to get rid of unused variables...Ilya Fedin
2021-03-13Apply autofixes from clazyIlya Fedin
2021-03-12Rename RPCError to MTP::Error.John Preston
2021-01-28Version 2.5.7: Support win64 autoupdate.v2.5.7John Preston
2020-12-14Use shared_ptr<Memento> for sections.John Preston
2020-12-14Wrapped raw SectionMemento with unique_ptr.23rd
2020-11-06Build Linux version with Qt 5.15.1 in CentOS 7 docker.John Preston
2020-11-01Add flatpak and snap update URLsIlya Fedin
2020-10-30Use some methods from lib_baseIlya Fedin
2020-09-30Moved other authorizations api request to separated file.23rd
2020-06-23Add unread unmuted counter to main menu cover.John Preston
2020-06-23Move a lot of settings to Core::Settings.John Preston
2020-06-23Fix launching with autoupdates disabled.John Preston
2020-06-23Fixed build for macOS.23rd
2020-06-23Remove some activeAccount() calls.John Preston
2020-06-23Remove Session::Exists() global access point.John Preston
2020-06-23Remove Auth() global access point.John Preston
2020-06-23Remove some more Auth() calls.John Preston
2020-06-17Use Q_OS_UNIX instead of Q_OS_LINUX since linux-specific code can be used als...Ilya Fedin
2020-05-12Add DESKTOP_APP_USE_PACKAGED support for WindowsIlya Fedin
2019-11-05Remove 'mac32' and add 'osx' special targets.John Preston
2019-10-19Use layers and boxes from lib_ui.John Preston
2019-10-19Use lib_ui from submodule.John Preston
2019-10-01Remove app.h / facades.h from precompiled header.John Preston
2019-09-10Divide autoupdate paths for OS versions.John Preston
2019-09-06Remove many includes from stdafx.pch.John Preston
2019-08-27Save embedded themes accent colors.John Preston
2019-07-24Move MTP::Instance to Main::Account.John Preston
2019-07-15Fix possible race conditions in msgid().John Preston
2019-07-05Use getters in MTP classes.John Preston
2019-06-06Rename Window::Controller to Window::SessionController.John Preston