John Preston
649f2908e8
Improve phrases in adding a bot as an admin.
2022-03-30 12:23:05 +04:00
John Preston
a35888a07b
Add to Group / Channel with suggested rights for bots.
2022-03-30 12:23:05 +04:00
John Preston
e8748986bf
Fix fallback to software decoding in FFmpeg.
2022-03-30 12:22:50 +04:00
John Preston
528a3cdca1
Fix media viewer window.
2022-03-30 12:22:50 +04:00
John Preston
4b328a236c
Fix NV12 video rendering in Picture-in-Picture panel.
2022-03-28 17:39:25 +04:00
John Preston
77dae3a7b6
Version 3.6.2: Fix build on Linux.
2022-03-28 01:27:26 +04:00
John Preston
ec0f1088ce
Version 3.6.2.
...
- Fix photo changing in settings, groups and channels.
- Fix non-square animated video-stickers.
2022-03-27 19:14:33 +04:00
23rd
51cb234b37
Moved menu item with check to td_ui.
2022-03-27 17:59:50 +03:00
23rd
2846aa2f77
Moved SendMenu to separated folder.
2022-03-27 17:59:30 +03:00
John Preston
1bd4595bba
Fix photo changing in settings / groups / channels.
2022-03-27 18:56:05 +04:00
23rd
49d090bb4c
Added Escape hotkey to hide search messages in dialogs.
2022-03-27 18:56:05 +04:00
23rd
307894415f
Added support of close prevention for search messages in dialogs.
2022-03-27 18:56:05 +04:00
Ilya Fedin
93e9eedfae
Update media viewer window flags
...
1. FramelessWindowHint seem to be a redudant leftover of BypassWindowManagerHint, media viewer uses fullscreen state now that implies lack of the frame
2. MaximizeUsingFullscreenGeometryHint is useless since media viewer doesn't use maximize
3. Transient parent/window modality dance is replaced with minimum/maximum size just like in other places where tiling shouldn't be done
4. setWindowState(WindowFullScreen) is replaced with showFullScreen that ensures the flag is set on each show
2022-03-24 16:05:32 +04:00
23rd
069413c19c
Added caching of result of search messages in dialogs.
2022-03-23 10:03:43 +04:00
23rd
03c5e67047
Fixed focus of field in search messages in HistoryWidget.
2022-03-23 10:03:43 +04:00
23rd
df38dde296
Added search messages to HistoryWidget.
2022-03-23 10:03:43 +04:00
23rd
a141a9404f
Added list of result of search messages in dialogs.
2022-03-23 10:03:43 +04:00
23rd
4e7ff63c53
Added support of search messages for migrated histories.
2022-03-23 10:03:43 +04:00
23rd
a1d21cf452
Added ability to search messages from specific peer in dialogs.
2022-03-23 10:03:43 +04:00
23rd
89ab23e70f
Removed Ui::show from ShowSearchFromBox.
2022-03-23 10:03:43 +04:00
23rd
38abfacd88
Added ability to open calendar from search messages in dialogs.
2022-03-23 10:03:43 +04:00
23rd
69e37ad978
Added initial implementation of search of messages in dialogs.
2022-03-23 10:03:43 +04:00
23rd
12fbb53ada
Added initial implementation of separated api class for message search.
2022-03-23 10:03:43 +04:00
John Preston
41eb223bbf
Render NV12 in OpenGL from hwaccel without swscale.
2022-03-23 10:03:43 +04:00
John Preston
0dca556843
Use FFmpeg hardware acceleration in media viewer / PiP.
2022-03-23 10:03:38 +04:00
John Preston
207cb35c55
Report how much memory was requested on OOM.
2022-03-23 10:00:02 +04:00
c0re100
0f05a1fd63
Fix incorrect admin log
...
Type: Restricted to Left
2022-03-23 09:44:35 +04:00
Ilya Fedin
36282c450e
Log media viewer geometry on show
2022-03-23 09:42:51 +04:00
Ilya Fedin
e5d8a1aa3c
Use QWidget::screen/QWidget::mask instead of QWindow ones
2022-03-23 09:42:51 +04:00
Aokromes
a3877570fe
fix case
...
closes https://github.com/telegramdesktop/tdesktop/issues/24232
2022-03-23 09:41:14 +04:00
Ilya Fedin
1e744efef8
Replace setMinimumWidth with updateMinimumSize in Window::MainWindow
...
There's no RpWindow::setMinimumWidth
2022-03-23 09:40:28 +04:00
John Preston
32eca14a81
Add icons to report reason selectors.
2022-03-22 09:18:17 +04:00
Ilya Fedin
49e143f84e
Synchronize capture source chooser's screen detection code with media viewer
2022-03-21 10:15:40 +04:00
Ilya Fedin
3967e5d4ff
Synchronize PiP's screen detection code with media viewer
2022-03-21 10:15:40 +04:00
John Preston
a943a993cb
Fix layout in the info edit page.
2022-03-21 09:37:30 +04:00
23rd
964b0f4f79
Moved MultiSelect to td_ui.
2022-03-20 10:24:10 +03:00
23rd
cd97495208
Moved out MultiSelect::Item from header.
2022-03-20 10:24:10 +03:00
23rd
354584e1b1
Moved out MultiSelect::Inner from header.
2022-03-20 10:24:10 +03:00
23rd
0a35931d0b
Returned ability to schedule livestreams to admins.
2022-03-19 09:14:16 +03:00
John Preston
dce976d1f9
Fix non-square webm stickers display.
...
Fixes https://bugs.telegram.org/c/15686
2022-03-18 20:09:07 +04:00
John Preston
eec2992be5
Version 3.6.1: Fix video-from-webpage-preview download.
2022-03-16 20:14:50 +04:00
John Preston
81f9d043d0
Version 3.6.1.
...
- Change volume for RTMP stream from the context menu.
- Set a profile photo from your camera.
- Improve RTMP stream full screen mode.
- Improve edit account section design.
- Fix switching personal account or channel in video chats.
- Fix pinning chats in folders with 100 chats.
- Fix YouTube timestamp links after 10 hours.
2022-03-16 19:26:18 +04:00
John Preston
e599c829e5
Don't limit possible YouTube video duration.
...
Fixes #24167 .
2022-03-16 19:16:17 +04:00
John Preston
db6a9b0354
Improve name elision in the main menu cover.
2022-03-16 11:23:37 +04:00
John Preston
4f44692ae8
Fix name elision in settings information edit.
2022-03-16 11:20:39 +04:00
John Preston
33d87a3ffe
Remove unneeded divider from Advanced settings.
2022-03-16 11:06:44 +04:00
John Preston
efdc39a273
Fix reply-to names in forwarded messages.
2022-03-16 11:02:45 +04:00
23rd
03d9876c8a
Replaced one side forced origin with vertical one in ShareBox.
2022-03-16 09:29:51 +03:00
John Preston
22dc842705
Gray unread reaction mention in muted chats.
2022-03-16 10:11:16 +04:00
John Preston
13106d781e
Fix icon for username edit in settings.
2022-03-16 09:48:21 +04:00