mirror of
https://github.com/RetroShare/RetroShare.git
synced 2026-09-12 19:50:17 +05:00
The self-view preview in Preferences/VOIP scaled camera frames into the display widget with Qt::IgnoreAspectRatio, forcing them into a 4:3 box. Non-4:3 cameras (e.g. 16:9) were therefore stretched vertically. Use Qt::KeepAspectRatio, matching the sibling showFrameOff() which already scales the placeholder icon correctly. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| gui | ||
| interface | ||
| lang | ||
| qss | ||
| services | ||
| CMakeLists.txt | ||
| README.txt | ||
| VOIP.pro | ||
| VOIPPlugin.cpp | ||
| VOIPPlugin.h | ||
TODO ==== -== In RS ==- * extend the notification system to plugins * allow RS to accept new settings windows from plugins * fix plugin version checking * fix plugin hash checking -== VOIP Plugin ==- * implement separate VOIP service, or add a new sub item to p3chatService. * import plugin images COMPILATION - add the following libraries: libqtmultimediakit1 qtmobility-dev libspeex-dev libspeexdsp-dev libcv-dev libopencv-core-dev libhighgui-dev