kepka/Telegram/SourceFiles/mtproto
John Preston 7f6cf32cdd ITextLink moved to ClickHandler, TextLinkPtr > ClickHandlerPtr.
Global methods textlnkOver/Down/DrawOver were replaced by
static members of ClickHandler, now global state consists
of the handler pointer + host pointer, who declares callbacks
for the active and pressed handler changed events.

This will allow to use ClickHandler from different hosts
simultaneously (like HistoryItem / BotDescription / BotKeyboard).

Not yet tested.
2016-03-29 20:17:00 +03:00
..
auth_key.cpp added connection implementations to git, protocol improved 2016-03-24 15:57:10 +03:00
auth_key.h Changed all .. to ... in phrases 2016-03-24 18:07:13 +03:00
connection.cpp Reply markup keyboard class almost ready, single class 2016-03-28 20:15:17 +03:00
connection.h fixed build for Xcode 2016-03-24 16:27:34 +03:00
connection_abstract.cpp fixed build for Xcode 2016-03-24 16:27:34 +03:00
connection_abstract.h fixed build for Xcode 2016-03-24 16:27:34 +03:00
connection_auto.cpp fixed QtCreator build 2016-03-24 21:12:30 +03:00
connection_auto.h added connection implementations to git, protocol improved 2016-03-24 15:57:10 +03:00
connection_http.cpp added connection implementations to git, protocol improved 2016-03-24 15:57:10 +03:00
connection_http.h added connection implementations to git, protocol improved 2016-03-24 15:57:10 +03:00
connection_tcp.cpp Merge branch 'dev' of https://bitbucket.org/johnprestonmail/telegram-desktop into dev 2016-03-24 20:31:55 +03:00
connection_tcp.h fixed build for Xcode 2016-03-24 16:27:34 +03:00
core_types.cpp Changed all .. to ... in phrases 2016-03-24 18:07:13 +03:00
core_types.h Components are now almost plain structs 2016-03-28 15:51:22 +03:00
dcenter.cpp OrderedSet class done using QMap as implementation, 2016-03-25 18:20:34 +03:00
dcenter.h added connection implementations to git, protocol improved 2016-03-24 15:57:10 +03:00
facade.cpp critical bug fixed in auth import, 0.9.35 dev version 2016-03-25 21:30:19 +03:00
facade.h fixed upload of files 2016-03-24 23:35:46 +03:00
file_download.cpp OrderedSet class done using QMap as implementation, 2016-03-25 18:20:34 +03:00
file_download.h Modules renamed in mtproto folder, Xcode build should not work yet 2016-03-23 21:43:12 +03:00
generate.py Components are now almost plain structs 2016-03-28 15:51:22 +03:00
rpc_sender.cpp Modules renamed in mtproto folder, Xcode build should not work yet 2016-03-23 21:43:12 +03:00
rpc_sender.h Modules renamed in mtproto folder, Xcode build should not work yet 2016-03-23 21:43:12 +03:00
rsa_public_key.cpp Moved mtproto/mtpPublicRSA.h to mtproto/rsa_public_key module, 2016-03-23 21:12:07 +03:00
rsa_public_key.h Moved mtproto/mtpPublicRSA.h to mtproto/rsa_public_key module, 2016-03-23 21:12:07 +03:00
scheme.tl ITextLink moved to ClickHandler, TextLinkPtr > ClickHandlerPtr. 2016-03-29 20:17:00 +03:00
scheme_auto.cpp ITextLink moved to ClickHandler, TextLinkPtr > ClickHandlerPtr. 2016-03-29 20:17:00 +03:00
scheme_auto.h ITextLink moved to ClickHandler, TextLinkPtr > ClickHandlerPtr. 2016-03-29 20:17:00 +03:00
session.cpp critical bug fixed in auth import, 0.9.35 dev version 2016-03-25 21:30:19 +03:00
session.h added connection implementations to git, protocol improved 2016-03-24 15:57:10 +03:00