summary refs log tree commit diff
path: root/src/ui/MxcMediaProxy.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Make a few headers forward declarationsNicolas Werner2024-03-161-0/+1
|
* Include moc files for a tiny speedup on incremental buildsNicolas Werner2024-03-161-0/+2
|
* Make volume control logarithmic againNicolas Werner2024-01-111-1/+2
|
* Make clazy happyNicolas Werner2024-01-081-16/+18
|
* Fix lag when media messages are shown and fix media controlsNicolas Werner2024-01-081-3/+15
|
* Fix build against fmt10Nicolas Werner2023-06-281-3/+6
| | | | fixes #1499
* lintNicolas Werner2023-06-081-14/+8
|
* Fix palette access and QMediaPlayer errorsNicolas Werner2023-06-081-7/+8
|
* Make Nheko compile on Qt6Nicolas Werner2023-06-081-56/+9
|
* Get rid of year in license headersNicolas Werner2023-02-211-3/+1
| | | | | | See also: https://daniel.haxx.se/blog/2023/01/08/copyright-without-years/ https://hynek.me/til/copyright-years/
* Pause video when switching roomsLoren Burkholder2023-02-141-0/+7
| | | | Fixes #809
* A whole new year full of excitement and possibilities!Nicolas Werner2023-01-021-0/+1
|
* Enable -WconversionNicolas Werner2022-10-261-1/+1
|
* cppcheck stuff (#1200)Loren Burkholder2022-10-031-1/+1
| | | | | | | | | | | | | | | * cppcheck stuff * Update src/ui/RoomSettings.cpp Co-authored-by: DeepBlueV7.X <nicolas.werner@hotmail.de> * Update src/ui/RoomSettings.cpp Co-authored-by: DeepBlueV7.X <nicolas.werner@hotmail.de> * Fix linting Co-authored-by: DeepBlueV7.X <nicolas.werner@hotmail.de>
* Update year in copyright notice to shut up lint jobNicolas Werner2022-01-011-0/+1
|
* Reduce allocations using QStringLiteralNicolas Werner2021-12-291-4/+4
|
* Fix more warnings and remove dead codeNicolas Werner2021-12-281-10/+11
|
* Support exif rotation on received videosNicolas Werner2021-11-151-0/+32
| | | | fixes #674
* Fix syntax issueJoseph Donofry2021-11-031-1/+1
|
* PlayableMediaMessage fixes on macOSJoseph Donofry2021-11-031-2/+31
|
* Change indentation to 4 spacesNicolas Werner2021-09-181-106/+103
|
* Support animated imagesNicolas Werner2021-08-291-2/+2
| | | | fixes #461
* Use in memory media player instead of storing unencrypted files on diskNicolas Werner2021-08-291-0/+142