[Linphone-users] 4.3.2 installer exe is unsigned.

2022-03-10 Thread Esme Povirk (she/they)
The Linphone-4.3.2-win32.exe currently available for download doesn't
match the hash expected by winget (meaning it's been modified since it
was first uploaded), and it doesn't have a signature, while the 4.3.1
exe was signed by Belledonne Communications.

Is there a reason for this?

___
Linphone-users mailing list
Linphone-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/linphone-users


[Linphone-users] Please enable DPI awareness on Windows

2021-12-08 Thread Esme Povirk (she/they)
Hello,

I've noticed that the Windows version of Linphone uses the default
settings for DPI Awareness, which is to render at 96 DPI and have the
system scale it, making it blurry or pixelated on a higher DPI
display. This can be overridden in compatibility settings, and in fact
the UI renders just fine at higher DPI.

It seems Qt supports DPI scaling on Windows already:
https://doc.qt.io/qt-5/highdpi.html

So all that should need to be done to activate this feature is to
provide an application manifest for the exe, as described here:
https://docs.microsoft.com/en-us/windows/win32/hidpi/setting-the-default-dpi-awareness-for-a-process

I haven't tested the case of multiple monitors with different DPI, but
based on Qt's documentation that should also work fine, therefore "Per
Monitor" DPI scaling should be enabled.

___
Linphone-users mailing list
Linphone-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/linphone-users