John Preston
|
2e4426aac0
|
Old sprites removed completely. Only #rrggbb and #rrggbbaa in styles.
Also moved Checkbox and Radiobutton to Ui namespace.
Also child widgets in many boxes were wrapped in ChildWidget<>.
|
2016-10-28 12:20:24 +03:00 |
|
John Preston
|
f7374aa7b7
|
Almost all icons moved from sprite.
It is a broken build, some of sprite()s are in stickers.style file.
|
2016-10-28 00:19:38 +03:00 |
|
John Preston
|
29493a0693
|
All emoji icons moved from sprite.
|
2016-10-27 17:10:28 +03:00 |
|
John Preston
|
6e33f039b2
|
Dropdown replaced by Ui::DropdownMenu. ScrolledWidget removed.
Ui::DropdownMenu is like Ui::PopupMenu, both based on Ui::Menu.
|
2016-10-27 15:56:48 +03:00 |
|
John Preston
|
140e6d6268
|
Merge branch 'dev' of https://github.com/telegramdesktop/tdesktop into dev
|
2016-10-26 15:24:38 +03:00 |
|
John Preston
|
ec6e46dae7
|
Some more icons moved from sprite.
|
2016-10-26 15:24:21 +03:00 |
|
John Preston
|
abd755d7fc
|
Fixed build for Xcode and GCC.
|
2016-10-26 14:03:33 +03:00 |
|
John Preston
|
ff2d959abd
|
Some icons moved from sprite. Ui::WidgetFadeWrap() effect added.
|
2016-10-26 13:06:00 +03:00 |
|
John Preston
|
c8a379e85e
|
Fix crash: transfer QMenu ownership to PopupMenu. Not tested.
|
2016-10-24 18:38:57 +03:00 |
|
John Preston
|
a774e9b712
|
Closed beta 0.10.17.2: macOS animation improvements, multiselect design.
|
2016-10-24 00:25:29 +03:00 |
|
John Preston
|
c1d862d8de
|
Some icons moved from sprite to separate files.
|
2016-10-22 21:58:36 +03:00 |
|
John Preston
|
e1478359e6
|
Fixed build in Xcode.
|
2016-10-22 20:05:19 +03:00 |
|
John Preston
|
8bc4e3816b
|
ShareBox and CountrySelect use Ui::MultiSelect as a search field.
|
2016-10-22 18:59:36 +03:00 |
|
John Preston
|
48332c0c6b
|
Ui::MultiSelect control ready.
|
2016-10-22 18:59:36 +03:00 |
|
John Preston
|
3455344c62
|
Ui::MultiSelect control started: now it's just search field + cancel.
|
2016-10-22 18:59:34 +03:00 |
|
John Preston
|
e5a5273b3a
|
Scrollable boxes reorganized: _scroll always owns _inner.
Also some boxes moved to separate modules: MembersBox, StickersBox.
|
2016-10-22 18:59:33 +03:00 |
|
John Preston
|
2bd561821a
|
Using cute userpic checkbox Ui::RoundImageCheckbox in ContactsBox.
|
2016-10-22 18:59:32 +03:00 |
|
John Preston
|
763b347a8f
|
Moved a cute userpic checkbox from ShareBox to a separate class.
|
2016-10-22 18:59:32 +03:00 |
|
John Preston
|
c514c62d61
|
Attempt to fix a crash in getUserFull() without a loaded peer.
|
2016-10-22 18:58:14 +03:00 |
|
John Preston
|
130c41d711
|
Take control over macOS media keys only when using music player. #2549
|
2016-10-22 17:35:37 +03:00 |
|
John Preston
|
c773bffec6
|
Applying the ReplyMarkup returned in updateNewMessage. #2543
Also InputField now can be forced to hide placeholder.
|
2016-10-20 18:29:18 +03:00 |
|
John Preston
|
48a20f0e71
|
Version 0.10.15 alpha: crash fix in new player, close button added.
Also some grammar improvements and pinned message bar hiding fixed.
|
2016-10-18 18:19:13 +03:00 |
|
John Preston
|
2f4b2d0a33
|
Version 0.10.14 alpha: userpic images are now generated as icons.
Also fixed Windows build by adding breakpad include path back to gyp.
|
2016-10-18 14:48:03 +03:00 |
|
John Preston
|
ba4dcc42dc
|
Version 0.10.14 alpha: using $XDG_DATA_HOME in Linux.
If there is no app data in ~/.TelegramDesktop (like in
fresh installs) we use $XDG_DATA_HOME/TelegramDesktop.
|
2016-10-18 13:32:33 +03:00 |
|
John Preston
|
fa0e255183
|
Fixed tooltip display when hiding media player panel.
|
2016-10-14 21:44:15 +03:00 |
|
John Preston
|
5d6dafeeda
|
New media player build fixed for Xcode.
|
2016-10-14 21:27:42 +03:00 |
|
John Preston
|
31a847fb9d
|
Playlist appearance added to the new media player.
Also itemRemoved() now is fired as a global observable.
|
2016-10-14 20:10:15 +03:00 |
|
John Preston
|
4f0cff5467
|
Playlist added in the new media player panel.
|
2016-10-13 18:04:40 +03:00 |
|
John Preston
|
d543073632
|
Display download progress in the media player playback widget.
|
2016-10-13 12:12:12 +03:00 |
|
John Preston
|
956d048d56
|
Changing volume in media player by mouse wheel events.
|
2016-10-13 11:36:02 +03:00 |
|
John Preston
|
9eb8a93719
|
Media::Player::Widget added instead of PlayerWidget.
New media player bar widget added. Switching between floating
media player panel and media player widget. New volume controller.
|
2016-10-12 22:36:48 +03:00 |
|
John Preston
|
e616c39608
|
Merge branch 'dev' into player
Conflicts:
Telegram/SourceFiles/application.cpp
Telegram/SourceFiles/core/utils.h
Telegram/SourceFiles/localstorage.cpp
Telegram/SourceFiles/pspecific_mac_p.mm
|
2016-10-08 12:10:33 +03:00 |
|
John Preston
|
f1d52c12ae
|
Version 0.10.13.alpha: crash fix in custom notifications.
Not sending inline bot request drafts to server by timeout.
|
2016-10-07 19:45:45 +03:00 |
|
John Preston
|
16ce28f4d2
|
Notifications settings done: screen corner selection + max count.
|
2016-10-06 19:41:09 +03:00 |
|
John Preston
|
e7b6d7b498
|
Advanced notifications settings box layout done.
|
2016-10-05 21:37:48 +03:00 |
|
John Preston
|
41dc0f4e98
|
Hide all button added to default notifications.
|
2016-10-05 19:56:27 +03:00 |
|
John Preston
|
aa17702c01
|
0.10.10: Crashfix: Removed infinite recursion in Ui::FadeAnimation().
|
2016-10-03 13:09:49 +03:00 |
|
John Preston
|
4a5f467560
|
Version 0.10.9: fixed interface scaling and Windows build.
|
2016-10-01 16:15:27 +03:00 |
|
John Preston
|
ef2faf676e
|
Version 0.10.9: langs updated, moved shadow icons to separate files.
|
2016-10-01 15:35:52 +03:00 |
|
John Preston
|
acbaf83442
|
Disabling playback seeking in new media player when loading audio.
|
2016-09-30 21:10:54 +03:00 |
|
John Preston
|
1b54ccb59c
|
Merge branch 'game_media' into player
Conflicts:
Telegram/Resources/basic.style
Telegram/SourceFiles/media/player/media_player_list.cpp
Telegram/SourceFiles/title.cpp
|
2016-09-30 20:07:56 +03:00 |
|
John Preston
|
886327a1d0
|
Playing game state is set for 10 seconds instead of 30.
Also moved some icons from sprite to separate b&w files.
|
2016-09-30 19:40:00 +03:00 |
|
John Preston
|
828b42e4f1
|
Version 10008004: fixed Xcode build.
|
2016-09-29 22:48:34 +03:00 |
|
John Preston
|
a5eee9bd3e
|
Beta 10008004: games / webpages work fine if media autoload disabled.
Also moved alot of file icons from sprite to separate b&w files.
|
2016-09-29 22:42:14 +03:00 |
|
John Preston
|
fee1cec3d9
|
Merge branch 'game_media' into player
|
2016-09-29 20:01:56 +03:00 |
|
John Preston
|
1247bd19b6
|
No confirmations for verified game bots. Disabled Game media edition.
Also inline bot requests are sent after "@...bot" even without space.
|
2016-09-29 19:15:44 +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
|
f1f7333c7a
|
Removed some old styles. Divided basic_types module to several.
|
2016-09-29 14:37:16 +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 |
|