John Preston
|
325e28f3a8
|
Fixed bad time displaying when seeking in the new media player.
|
2016-09-29 18:25:17 +03:00 |
|
John Preston
|
5d37517eac
|
Fixed build.
|
2016-09-29 17:04:43 +03:00 |
|
John Preston
|
5b3ac58578
|
Merge branch 'game_media' into player
Conflicts:
Telegram/SourceFiles/core/basic_types.h
Telegram/SourceFiles/sysbuttons.h
Telegram/SourceFiles/title.cpp
|
2016-09-29 16:48:43 +03:00 |
|
John Preston
|
01a5aa30df
|
Beta 10008003: langs updated.
|
2016-09-29 15:59:30 +03:00 |
|
John Preston
|
6b8d3aa48c
|
Some layout fixes, std_::align() fixed to work in OS X 10.6-7 build.
|
2016-09-29 15:57:20 +03:00 |
|
John Preston
|
f1f7333c7a
|
Removed some old styles. Divided basic_types module to several.
|
2016-09-29 14:37:16 +03:00 |
|
John Preston
|
73a8d27bfd
|
You scored phrase for game service messages. Game layout bug fix.
|
2016-09-29 12:10:32 +03:00 |
|
John Preston
|
139882113d
|
Closed beta 10008002: games support and some testing.
|
2016-09-29 00:33:51 +03:00 |
|
John Preston
|
5b7d936140
|
Some langs updated. Build fixed for Xcode.
|
2016-09-29 00:33:05 +03:00 |
|
John Preston
|
903795d0e5
|
Merge branch 'game_media' into player
Conflicts:
Telegram/SourceFiles/application.cpp
Telegram/SourceFiles/inline_bots/inline_bot_layout_internal.cpp
Telegram/SourceFiles/mainwidget.cpp
Telegram/SourceFiles/mainwidget.h
Telegram/SourceFiles/structs.h
|
2016-09-29 00:31:43 +03:00 |
|
John Preston
|
0562024444
|
Merge branch 'master' into player
Conflicts:
Telegram/SourceFiles/core/observer.h
Telegram/SourceFiles/mainwindow.h
Telegram/SourceFiles/media/view/media_clip_playback.cpp
Telegram/SourceFiles/media/view/media_clip_playback.h
|
2016-09-29 00:16:02 +03:00 |
|
John Preston
|
78815800d0
|
Media::Clip::Reader owners use Media::Clip::ReaderPointer smartptr.
|
2016-09-28 23:28:53 +03:00 |
|
John Preston
|
344890c533
|
Game sharing and inline results supported. Qt patch updated.
Qt patch now disables QT_SCALE_FACTOR and other HighDpi
environment variables reading because tdesktop doesn't support them.
|
2016-09-28 19:23:25 +03:00 |
|
John Preston
|
5529e24000
|
Displaying of games finished.
|
2016-09-28 14:38:35 +03:00 |
|
John Preston
|
538ffb9727
|
Moved History[Media] classes to history_media_types module.
|
2016-09-28 13:15:03 +03:00 |
|
John Preston
|
d277b0d4bb
|
Some parts from history module moved to history_[item,media,message].
|
2016-09-27 17:20:49 +03:00 |
|
John Preston
|
90a4b66366
|
New media type Game added. Display of Game partially supported.
|
2016-09-27 16:37:18 +03:00 |
|
John Preston
|
da49d8440a
|
Beta 10008001: moved all Notify::Observer-s to base::Subscriber-s.
|
2016-09-26 21:33:34 +03:00 |
|
John Preston
|
18f3e45657
|
NB Broken! New lambda approaches Xcode compilation fixed.
|
2016-09-26 21:17:36 +03:00 |
|
John Preston
|
c91bdf3fef
|
NB Broken! Moving from registerPeerObserver() to base::Subscriber.
|
2016-09-26 17:50:24 +03:00 |
|
John Preston
|
8546814a25
|
imageLoaded() notifications done through base::Subscriber.
Also FileDialog query completion notifications use base::Subscriber.
Strict lambda alignment check. Disable large lambdas in lambda_wrap.
|
2016-09-26 16:57:08 +03:00 |
|
John Preston
|
453661d611
|
Removed Function<> and SharedCallback<>, using base::lambda_unique<>.
Also removed macro START_ANIMATION(anim,) using anim.start() instead.
|
2016-09-26 15:09:59 +03:00 |
|
John Preston
|
866bc4ff8a
|
Rotation from metadata supported in FFmpeg video stream reader.
Also small glitch fix in settings rebuild after self() has changed.
|
2016-09-26 10:58:04 +03:00 |
|
John Preston
|
ff3e6c429d
|
Emoji display in Sticker preview fixed for Retina displays.
|
2016-09-25 22:52:11 +03:00 |
|
John Preston
|
52731a737a
|
Fixed Settings avatar display after restart-to-settings.
|
2016-09-25 22:30:47 +03:00 |
|
John Preston
|
3d8dadc2e7
|
Fixed reading issue in channels after getChannelDifference().
In App::history() readInboxBefore property was reset each time.
|
2016-09-25 22:04:02 +03:00 |
|
John Preston
|
042c9fc23d
|
Using plain mutex for Clip readers access serialize, not read-write.
This is an attempt to fix some strange crash reports in write-access
to a mutable QAtomicInt through a const_iterator in ReaderPointers.
|
2016-09-25 21:05:47 +03:00 |
|
John Preston
|
38114d3297
|
Merge branch 'master' into player
|
2016-09-23 22:22:40 +03:00 |
|
John Preston
|
947963d5d1
|
Version 0.10.8: editing of service message added.
|
2016-09-23 21:26:53 +03:00 |
|
John Preston
|
efbf67a8ff
|
Merge branch 'master' of https://bitbucket.org/johnprestonmail/telegram-desktop
|
2016-09-23 19:42:55 +03:00 |
|
John Preston
|
3e4088b413
|
Merge branch 'master' of https://github.com/telegramdesktop/tdesktop
|
2016-09-23 19:42:03 +03:00 |
|
John Preston
|
0479b214da
|
Version 0.10.8: fixed Linux and old Xcode builds.
No conversion to bool in ?: operator with Flags::explicit operator bool().
Qt 5.3 QStringList::mid() returns QList<QString> with no join() method.
|
2016-09-23 19:40:25 +03:00 |
|
John Preston
|
3d9e0030c5
|
Version 0.10.8.
|
2016-09-23 19:20:04 +03:00 |
|
John Preston
|
780fe61ff2
|
Merge branch 'games' of https://bitbucket.org/johnprestonmail/telegram-desktop into games
|
2016-09-23 19:07:02 +03:00 |
|
John Preston
|
f970ac3163
|
New audio player done (without playlist).
|
2016-09-23 19:04:26 +03:00 |
|
John Preston
|
a8f3582cb1
|
Title controls reordering done right. Title song play button created.
|
2016-09-21 14:44:20 +03:00 |
|
John Preston
|
47eead17b1
|
Version 0.10.7 Mac App Store build ready.
|
2016-09-20 18:14:00 +03:00 |
|
John Preston
|
5c20ae0411
|
Merge branch 'games' into player
|
2016-09-20 18:12:55 +03:00 |
|
John Preston
|
c563280b76
|
Merge branch 'master' into games
|
2016-09-20 18:12:49 +03:00 |
|
John Preston
|
c4a4e99f6b
|
Version 0.10.7: fixed entities moving when replacing emoji.
|
2016-09-20 17:02:50 +03:00 |
|
John Preston
|
75c12dda31
|
Version 0.10.7: fix of settings saving, fix of OpenSSL in Linux build.
|
2016-09-20 16:29:34 +03:00 |
|
John Preston
|
2ea4c87d78
|
Merge branch 'master' of https://github.com/telegramdesktop/tdesktop
|
2016-09-20 16:24:51 +03:00 |
|
John Preston
|
1da2a7c10c
|
Fixed Linux build (double OpenSSL init with libgost). #2427
|
2016-09-20 16:21:57 +03:00 |
|
John Preston
|
f7999bc993
|
Languages updated. Build in Xcode fixed.
|
2016-09-20 16:03:42 +03:00 |
|
John Preston
|
227aa36627
|
Trending sticker sets install improved, masks sets install disallowed.
Also rpcDone() and rpcFail() now accept lambdas.
|
2016-09-19 13:18:21 +03:00 |
|
John Preston
|
ce1973fd30
|
New media player layout started.
|
2016-09-17 22:28:33 +03:00 |
|
John Preston
|
50fa8b63c9
|
Software animated play/pause title button ready, icons for it removed.
|
2016-09-16 15:49:36 +03:00 |
|
John Preston
|
37b5329af3
|
Merge branch 'games' into player
|
2016-09-16 13:44:00 +03:00 |
|
John Preston
|
6d2fc5c642
|
Game bot confirmations added.
|
2016-09-15 22:15:49 +03:00 |
|
John Preston
|
578cf4ed61
|
Merge branch 'master' into games
|
2016-09-15 21:56:57 +03:00 |
|