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
John Preston
29c6b8e2d2
Dependent items clearing done better
...
Fixed crash on launch if audio playback could not be started
2016-03-25 23:46:35 +03:00
John Preston
7c99f947eb
added connection implementations to git, protocol improved
2016-03-24 15:57:10 +03:00
John Preston
0b2bcbc3e9
some warnings fixed, TDESKTOP_DISABLE_NETWORK_PROXY macro added
2016-03-20 11:16:35 +03:00
John Preston
2ef8c44445
all MTP flags made strictly typed by scoped enums, in-message date display added for non-service messages
2016-03-19 19:55:15 +03:00
John Preston
01c26cedb1
three crashes fixed
2016-02-15 10:09:14 +03:00
John Preston
0154be5138
fixed errors for 0.9.22 dev version
2016-02-14 22:46:01 +03:00
John Preston
189d0e8de3
voice messages moved to documents with waveforms
2016-02-12 19:35:06 +03:00
John Preston
0b8523d58e
added year 2016 to copyright
2016-02-08 13:56:18 +03:00
John Preston
58777dbc21
moved almost all Application to AppClass (autoupdate and singleinstance left), logs rewritten
2016-01-11 23:43:29 +08:00
John Preston
afb40b8289
ffmpeg threadsafety critical bug fixed, display gif time and status / views added, 0.9.18
2016-01-05 14:59:57 +08:00
John Preston
972e78ae7a
improved bad gif handling in autoplay, replaced av_free_packet with av_packet_unref
2015-12-25 16:10:13 +03:00
John Preston
4ed2d75c74
upload radial progress and upload cancel done, photo / file / audio autodownload settings respected
2015-12-24 22:26:28 +03:00
John Preston
840ffa6482
ffmpeg rendering inline animations
2015-12-17 20:31:28 +03:00
John Preston
4487ad9e15
saving QByteArray bookmark along with file paths and download path for OS X sandbox, will be actually implemented only in macstore branch
2015-11-26 20:34:52 +03:00
John Preston
87b57a26ad
stop and clear audio on logout, clearing bot keyboards in supergroups
2015-11-24 19:19:18 +03:00
John Preston
015e9356ab
license header updated
2015-10-03 16:16:42 +03:00
John Preston
9154edc217
channels members and admins management done
2015-09-23 20:43:08 +03:00
John Preston
04e1da81f3
added channels scheme, made Channel peers and composite ChannelId,MsgId message ids
2015-09-03 13:48:40 +03:00
John Preston
1897dad06b
Merge branch 'master' of https://github.com/telegramdesktop/tdesktop
2015-08-14 18:48:18 +03:00
John Preston
a95822b2ec
version 0.8.50.dev - fixes in Windows toast notifications support, fixes in linux input methods
2015-08-14 18:47:56 +03:00
John Preston
fa501b18e4
crashfix in sending audio files
2015-08-14 18:24:40 +03:00
John Preston
c786a2bf9c
new history loading (one-request loading always), fixed audio unlistened status on media send, fixed flac playing, fixed os x crashes, version 0.8.40.dev
2015-07-17 22:17:37 +03:00
John Preston
5b9cdbd98a
dev version 0.8.39 - Qt 5.5.0, repeat button in audio play
2015-07-14 22:07:21 +03:00
John Preston
4f7f569ddd
fixed double play of audio after download complete
2015-07-13 20:56:44 +03:00
John Preston
1268774517
audio player done
2015-07-03 11:47:16 +03:00
John Preston
f7d55005c4
audio documents playback added, audio documents suppress on voice message, and both suppress on notify added
2015-07-01 00:07:05 +03:00
John Preston
8e82b8894d
forward-by-drag-n-drop done for images, documents, stickers and messages-by-date
2015-06-27 16:02:00 +03:00
John Preston
c40758f30d
openal updated in Windows
2015-06-03 15:18:46 +03:00
John Preston
16aafe28d5
added minimum system version to Info.plist, added suspended flag to OpenAL handle
2015-06-03 14:57:14 +03:00
John Preston
175023b2dc
Merge branch 'dev' of https://github.com/telegramdesktop/tdesktop into dev
2015-06-01 14:15:30 +03:00
John Preston
0a7c42c59a
linux audio capture improved
2015-06-01 14:15:07 +03:00
John Preston
42122fdea0
added some stickers logging , 0.8.18 dev version ready
2015-06-01 13:58:46 +03:00
John Preston
1b06fe1220
ffmpeg audio play / capture done in os x
2015-05-30 19:30:47 +03:00
John Preston
1b11a7feae
voice message recording / sending done
2015-05-29 21:52:43 +03:00
John Preston
6b60b51775
Merge branch 'dev' of https://github.com/telegramdesktop/tdesktop into dev
2015-05-26 11:19:52 +03:00
John Preston
981162e6b9
ffmpeg support for audio added
2015-05-26 11:19:47 +03:00
John Preston
c5dd99b1f1
added libmpg123 and libfaad to linux version
2015-05-24 21:58:42 +03:00
John Preston
53c536d76d
libmpg123, libfaad and libmp4ff added to os x build
2015-05-24 21:39:07 +03:00
John Preston
6befea6a13
implemented .mp3 playing through libmpg123 and .m4a playing through libfaad2 in voice messages
2015-05-24 20:58:39 +03:00
John Preston
fb32c5bcd1
version 0.8.8.dev - audio listened status, photo caption display, map places name-address display, gray muted badges, invite links support, some fixes
2015-04-30 16:53:36 +03:00
John Preston
de784d2bbc
mp3 audio downloaded, play corrupt voice messages, -startintray cmdline param, always to recent emojis, local images cache respects filesize and last modified, removed stickers from documents overview, notify remove in Windows fullscreen and lockscreen
2015-01-27 19:58:58 +03:00
John Preston
94b0a83f0b
openal fix for windows to hybernate
2015-01-10 16:08:30 +03:00
John Preston
7a600e03d0
update menu changed to restart if only restarting, header comment changed
2014-12-01 13:47:38 +03:00
John Preston
33aa925aa0
changed to official
2014-11-25 23:15:18 +03:00
John Preston
379c5f75e7
os x setup done, fixing localtime on each os x wakeup or application active status change
2014-11-12 23:30:26 +03:00
John Preston
1acbed1f7f
up to 1mb voice messages autoload, fixed voice messages in app playing, version 0.5.19
2014-09-05 14:40:22 +04:00
John Preston
25c19812e1
prepared openal sound and voice messages in linux
2014-09-04 23:24:03 +04:00
John Preston
57cbc06fd8
openal audio and voice messages prepared for os x
2014-09-04 16:23:28 +04:00
John Preston
9bbc99a6b4
openal audio and voice messages
2014-09-04 11:33:44 +04:00