Ilya Fedin
7b5781b845
Use default-constructed QLocale for date/time/whatever else formatting
...
Qt 6 chenged the QDateTime API to use QLocale::c() rather than QLocale::system(), using default-constructed QLocale will make this consistent and overradable application-wide
Other formating use-cases as QLocale::decimalPoint use default-constructed QLocale now, too
2022-10-17 08:33:22 +04:00
Ilya Fedin
2c1933bdb8
Use application-wide time format in remaining td_ui places
2022-10-17 08:33:22 +04:00
John Preston
749fb52113
Implement animated spoilers.
2022-09-18 16:52:30 +04:00
Ilya Fedin
984094a7ff
Partially revert "Use QWidget::screen/QWidget::mask instead of QWindow ones"
...
This partially reverts commit e5d8a1aa3c
to use QWindow::setScreen.
2022-06-21 00:03:21 +04:00
Ilya Fedin
e5d8a1aa3c
Use QWidget::screen/QWidget::mask instead of QWindow ones
2022-03-23 09:42:51 +04:00
Ilya Fedin
49e143f84e
Synchronize capture source chooser's screen detection code with media viewer
2022-03-21 10:15:40 +04:00
23rd
cd59ba6629
Added ability to start video recording in group calls.
2021-09-07 23:41:08 +03:00
John Preston
c100055fac
Allow sharing screen or window in one-on-one calls.
2021-07-30 00:40:25 +03:00
John Preston
4a86b172d4
Rename Ui::Window to Ui::RpWindow.
2021-07-28 16:24:11 +03:00
John Preston
99505b4ee2
Beta version 2.8.12: Fix build on Linux.
2021-07-23 20:42:24 +03:00
John Preston
4d99c1fd44
Allow sharing system audio with window share.
2021-07-15 16:42:38 +03:00
John Preston
db81638656
Allow sharing screen with sound on Windows.
2021-07-13 22:08:09 +03:00
John Preston
054223efe0
Request screen recording permissions on macOS.
2021-06-09 09:19:29 +04:00
John Preston
303ad02c61
Always call raise() before activateWindow().
2021-06-09 09:19:28 +04:00
John Preston
254b02ad6b
Fix Release build on Windows.
2021-06-07 16:21:55 +04:00
John Preston
5a6e8a0a8c
Improve style of desktop capture source choosing.
2021-06-01 13:58:15 +04:00
John Preston
6b10045b7b
Enable screen sharing on Linux.
2021-05-24 22:45:14 +04:00
John Preston
2e400d88d3
Fix creating group calls.
2021-05-24 22:45:14 +04:00
John Preston
a48649987e
Improve screencast source choosing design.
2021-05-24 22:45:14 +04:00
John Preston
c9d07cd0f8
Proof-of-concept desktop capture source picker.
2021-05-24 22:45:13 +04:00