Ilya Fedin
0edf14f3a9
Update Qt to 6.7.0-rc2 on Linux
2024-03-25 17:47:25 +04:00
John Preston
89c6bb163e
Beta version 4.15.6: Fix build with GCC.
2024-03-25 11:19:31 +04:00
John Preston
8708598daa
Beta version 4.15.6.
...
- Save the Instant View window geometry.
- Fix jump to anchors with accents in the Instant View.
- Fix possible crash in the ElasticScroll destructor.
2024-03-25 10:26:23 +04:00
John Preston
c71c24a6bc
Re-revert "Disable system proxy support on Linux".
...
This reverts commit 55b2b04e2e
.
2024-03-25 10:25:34 +04:00
John Preston
386fb07017
Update lib_base submodule.
2024-03-25 10:16:12 +04:00
23rd
aad2961646
Added all unused shortcuts to json of default shortcuts.
2024-03-25 10:15:42 +04:00
23rd
00a89883fd
Added ability to set shortcut to archive chat from dialogs list.
2024-03-25 10:15:42 +04:00
23rd
5509c1810b
Added ability to set shortcut to open section with scheduled messages.
2024-03-25 10:15:42 +04:00
23rd
24498bc95f
Changed behavior to hide field buttons in HistoryWidget with typed text.
2024-03-25 10:15:42 +04:00
Sergey A. Osokin
58caec8d05
Fix build on FreeBSD
2024-03-25 10:14:17 +04:00
John Preston
ebe331a7e4
Fix build on Windows.
2024-03-24 10:24:26 +04:00
John Preston
d481008fdb
Fix possible crash in ElasticScroll destructor.
2024-03-24 10:24:22 +04:00
John Preston
b97d243978
Fix jump to hash with accents in IV.
2024-03-24 10:05:55 +04:00
John Preston
fd833dff35
Save IV window geometry.
2024-03-24 10:05:52 +04:00
John Preston
d9ed3a7d3f
Remove for-development-only save document action.
...
Regression was introduced in 205479fccc.
2024-03-24 10:05:37 +04:00
John Preston
b8ce79467f
Fix crash on "History cleared" delete in Saved Messages.
2024-03-24 10:05:04 +04:00
John Preston
9d0457d208
Add "Terms of Use" menu item to all miniapps.
2024-03-24 10:04:54 +04:00
23rd
fa02e521f9
Added ability to view all of user's own channels.
2024-03-24 07:10:07 +03:00
23rd
d03d50ef0d
Removed cIntRetinaFactor and cRetinaFactor.
2024-03-24 07:10:07 +03:00
23rd
58fcedab64
Moved out Window::SlideAnimation to td_ui.
2024-03-24 07:01:08 +03:00
23rd
5e11c43f84
Moved out Stickers::EmojiImageLoader to td_ui.
2024-03-24 07:01:08 +03:00
Ilya Fedin
4b4de9d5aa
Don't mark as read when unexposed
...
There's a yet another another visility state called "exposed" and the window could be unexposed while being not hidden and not minimized.
When the window is unexposed, Qt doesn't draw and the user can't see changes for sure.
2024-03-23 10:36:43 +04:00
23rd
f135676d36
Added support for sending state of low level of battery.
2024-03-22 00:12:57 +03:00
23rd
cb9adad660
Added label to call panel when recipient has low level of battery.
2024-03-21 23:48:51 +03:00
23rd
88dab47d2c
Changed behavior to open section with scheduled messages at top.
2024-03-21 20:20:06 +03:00
Daniel Novomeský
d6e4613144
Upgrade dav1d, libavif, libde265, libheif on Linux
2024-03-20 20:00:33 +04:00
23rd
893c09c848
Fixed showing of rate call box in appropriate window.
2024-03-20 11:20:22 +04:00
Ilya Fedin
a0e0fd5b98
Don't build libheif tests
...
That would save some build time
2024-03-19 20:14:28 +04:00
John Preston
98abb3aa00
Fix possible crash in join channel toast.
2024-03-19 11:04:40 +04:00
John Preston
8982a49192
Fix repetitive phone formatting.
2024-03-19 11:04:21 +04:00
John Preston
529eb4e954
Fix window shadow on Linux.
2024-03-19 11:03:39 +04:00
Ilya Fedin
846a6d8717
Update scudo to 18.1.1
2024-03-18 19:53:36 +04:00
Ilya Fedin
07ab875655
Update lib_base
2024-03-18 09:59:47 +04:00
Ilya Fedin
602b0b5d9b
Use the File::OpenUrl routine in IV
2024-03-18 09:59:47 +04:00
John Preston
0e428aebdb
Update patches in Linux build.
2024-03-17 20:34:02 +04:00
Daniel Novomeský
4abc68ab1c
Upgrade dav1d, libavif, libde265, libheif
2024-03-17 19:35:00 +04:00
23rd
2638ee2926
Improved message edition with pre-selected text.
2024-03-17 11:16:07 +03:00
Ilya Fedin
ddaf78828a
Fix media viewer geometry restoration
2024-03-17 09:28:46 +04:00
Ilya Fedin
6d5347472d
Fix media viewer geometry logging
...
It has regressed after c64e953174b9e40dc27754dbdcd4a9b9d1bb729b
2024-03-17 09:28:46 +04:00
John Preston
82fda96ed8
Beta version 4.15.5.
...
- Fix a crash in Instant View article parsing.
- Support AirPods Mute/Unmute toggle in calls on macOS.
- Disable system proxy on Linux to check if it fixes crashes.
2024-03-16 09:59:23 +04:00
John Preston
55b2b04e2e
Reapply "Disable system proxy support on Linux"
...
This reverts commit 202a4064a43578980a21d57288569210a506cac5.
2024-03-16 09:54:07 +04:00
23rd
393f330d15
Added ability to go to message from Calls box.
2024-03-16 04:40:56 +03:00
23rd
f4ecfeaddd
Added ability to perform bulk selection from menu in HistoryWidget.
2024-03-16 04:40:56 +03:00
Ilya Fedin
ad101dc8a0
A way to initialize GLib::VariantIter without gi::wrap is found
2024-03-15 23:10:43 +04:00
John Preston
24e9a3ea59
Bot close confirm closes only by Close button.
2024-03-15 20:28:11 +04:00
John Preston
f1d8135e30
Fix crash in IV parsing.
2024-03-15 20:26:50 +04:00
23rd
a1a415de82
Fixed crash in non-stack bar chart view when hide selected point.
2024-03-15 17:08:17 +03:00
John Preston
77dc234b2d
Support AirPods Mute/Unmute toggle.
2024-03-15 14:43:41 +04:00
23rd
c3ca8c6258
Fixed emoji drawing in statuses of group call participants.
2024-03-15 14:43:29 +04:00
23rd
9e18236b55
Added ability to open account in new window with middle click.
2024-03-15 14:43:29 +04:00