kepka/Telegram/SourceFiles
Pavel Perekhozhikh b4e40ace57 [Refactoring] set current standart to c++17 and change any logic to std::clamp (if it's possible) 2018-01-28 01:52:40 +03:00
..
base [Refactoring] change qt math function to cmath analog 2018-01-19 01:36:24 +03:00
boxes [Refactoring] set current standart to c++17 and change any logic to std::clamp (if it's possible) 2018-01-28 01:52:40 +03:00
calls [Refactoring] change qt math function to cmath analog 2018-01-19 01:36:24 +03:00
chat_helpers [Refactoring] change qt math function to cmath analog 2018-01-19 01:36:24 +03:00
codegen [Refactoring] set current standart to c++17 and change any logic to std::clamp (if it's possible) 2018-01-28 01:52:40 +03:00
core [Refactoring] set current standart to c++17 and change any logic to std::clamp (if it's possible) 2018-01-28 01:52:40 +03:00
data Replace t_assert() with Assert(). 2017-08-30 19:15:42 +03:00
dialogs [Refactoring] change qt math function to cmath analog 2018-01-19 01:36:24 +03:00
history [Refactoring] set current standart to c++17 and change any logic to std::clamp (if it's possible) 2018-01-28 01:52:40 +03:00
inline_bots [Refactoring] change qt math function to cmath analog 2018-01-19 01:36:24 +03:00
intro [Refactoring] change qt math function to cmath analog 2018-01-19 01:36:24 +03:00
lang [Refactoring] change qt math function to cmath analog 2018-01-19 01:36:24 +03:00
media [Refactoring] set current standart to c++17 and change any logic to std::clamp (if it's possible) 2018-01-28 01:52:40 +03:00
mtproto [Refactoring] change qt math function to cmath analog 2018-01-19 01:36:24 +03:00
overview [Refactoring] change qt math function to cmath analog 2018-01-19 01:36:24 +03:00
platform [Refactoring] change qt math function to cmath analog 2018-01-19 01:36:24 +03:00
profile [Refactoring] change qt math function to cmath analog 2018-01-19 01:36:24 +03:00
settings [Refactoring] change qt math function to cmath analog 2018-01-19 01:36:24 +03:00
storage [Refactoring] change qt math function to cmath analog 2018-01-19 01:36:24 +03:00
ui [Refactoring] change qt math function to cmath analog 2018-01-19 01:36:24 +03:00
window [Refactoring] change qt math function to cmath analog 2018-01-19 01:36:24 +03:00
apiwrap.cpp [Refactoring] set current standart to c++17 and change any logic to std::clamp (if it's possible) 2018-01-28 01:52:40 +03:00
apiwrap.h Replace non-standard types with Qt equivalents 2017-12-20 14:38:02 +02:00
app.cpp Remove autoupdater 2017-12-20 14:38:02 +02:00
app.h Replace non-standard types with Qt equivalents 2017-12-20 14:38:02 +02:00
application.cpp Add todo notes 2017-12-20 14:38:02 +02:00
application.h Remove autoupdater 2017-12-20 14:38:02 +02:00
auth_session.cpp [Refactoring] change qt math function to cmath analog 2018-01-19 01:36:24 +03:00
auth_session.h Replace gsl::not_null<T*> with just not_null<T*>. 2017-08-30 19:15:41 +03:00
config.h Replace non-standard types with Qt equivalents 2017-12-20 14:38:02 +02:00
countries.h Version 1.0 stable: bump copyright date to 2017. 2017-01-11 23:02:13 +04:00
facades.cpp [Refactoring] change qt math function to cmath analog 2018-01-19 01:36:24 +03:00
facades.h Add explicit typecasting for some constants 2017-12-20 14:38:02 +02:00
layerwidget.cpp [Refactoring] change qt math function to cmath analog 2018-01-19 01:36:24 +03:00
layerwidget.h Replace gsl::not_null<T*> with just not_null<T*>. 2017-08-30 19:15:41 +03:00
layout.cpp Replace non-standard types with Qt equivalents 2017-12-20 14:38:02 +02:00
layout.h Replace non-standard types with Qt equivalents 2017-12-20 14:38:02 +02:00
logs.cpp Replace non-standard types with Qt equivalents 2017-12-20 14:38:02 +02:00
logs.h Replace non-standard types with Qt equivalents 2017-12-20 14:38:02 +02:00
main.cpp Fixed issue with running both clients (kepka and tdesktop) simultaneously. 2018-01-17 21:20:17 +03:00
mainwidget.cpp [Refactoring] change qt math function to cmath analog 2018-01-19 01:36:24 +03:00
mainwidget.h Replace non-standard types with Qt equivalents 2017-12-20 14:38:02 +02:00
mainwindow.cpp Remove autoupdater 2017-12-20 14:38:02 +02:00
mainwindow.h Remove autoupdater 2017-12-20 14:38:02 +02:00
mediaview.cpp [Refactoring] change qt math function to cmath analog 2018-01-19 01:36:24 +03:00
mediaview.h Replace non-standard types with Qt equivalents 2017-12-20 14:38:02 +02:00
messenger.cpp Replace non-standard types with Qt equivalents 2017-12-20 14:38:02 +02:00
messenger.h Replace t_assert() with Assert(). 2017-08-30 19:15:42 +03:00
observer_peer.cpp Remove main()->peerUpdated and some other signals. 2017-08-30 19:15:36 +03:00
observer_peer.h Replace non-standard types with Qt equivalents 2017-12-20 14:38:02 +02:00
overviewwidget.cpp [Refactoring] change qt math function to cmath analog 2018-01-19 01:36:24 +03:00
overviewwidget.h Add todo notes 2017-12-20 14:38:02 +02:00
passcodewidget.cpp Switch to the server side changelogs. 2017-06-29 11:40:00 +03:00
passcodewidget.h Version 1.0 stable: bump copyright date to 2017. 2017-01-11 23:02:13 +04:00
qt_functions.cpp Subject: [PATCH] Fixed build under Fedora using rpmbuild and mock. 2017-12-20 14:38:02 +02:00
qt_static_plugins.cpp Disable static Qt plugins 2017-12-20 14:38:02 +02:00
settings.cpp Replace non-standard types with Qt equivalents 2017-12-20 14:38:02 +02:00
settings.h Replace non-standard types with Qt equivalents 2017-12-20 14:38:02 +02:00
shortcuts.cpp Replace t_assert() with Assert(). 2017-08-30 19:15:42 +03:00
shortcuts.h Using media player for voice / video messages. 2017-05-24 16:25:12 +03:00
stdafx.cpp Removed #include "stdafx.h" from all files. 2017-03-04 12:27:52 +03:00
stdafx.h Fix compilation on Windows 2017-12-20 14:38:02 +02:00
structs.cpp [Refactoring] change qt math function to cmath analog 2018-01-19 01:36:24 +03:00
structs.h Replace non-standard types with Qt equivalents 2017-12-20 14:38:02 +02:00