Modernize this project#49
Conversation
*Upgrade to .net framework 4.7.2 and .net standard 2.0 *Add gitignore
Updated project details and features for gMKVExtractGUI.
|
I have tested it on virtual machines. Work well with all windows versions. But still looks broken on linux machines with high dpi using mono latest version, which means it won't fix #41 . It's because mono does not support the dpi awareness function add in .net 4.7.2. There may be three solution:
|
|
Hi, this is too rough of a patch, and it removes some responsive layout methods that were introduced to support localization with dynamic texts. I will chekc it out at some point, although I am still not sure if I will actually proceed with the update to .NET Framework 4.7 or move directly to Avalonia. |
also fix a bug in translation editor
|
Use TableLayoutPanel and FlowLayoutPanel to re-add responsive layout methods that support localization with dynamic texts. Also fix #45 . |
Need and welcome test on old Windows and Linux platform