-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Code clean ups #19803
Code clean ups #19803
Conversation
Chocobo1
commented
Oct 27, 2023
- Migrate away from deprecated functions
- Drop unsupported keys
- Bump Windows macro versions
- GHA CI: don't override cmake default CXXFLAGS
Can you also change Is "Mac OS X" correct qBittorrent/src/gui/programupdater.cpp Lines 110 to 116 in 35e4b35
Change qBittorrent/src/gui/mainwindow.cpp Lines 1916 to 1924 in 35e4b35
|
Is the |
I'm not sure but in the past those macro usage were intermixed & messy. You cannot leave one out otherwise weird things happens. |
Done.
Not really but it is in sync with the RSS xml on fosshub. Those two must be changed together and only @sledgehammer999 can do that. |
32-bit support is gone with Qt5, isn't it? |
Doesn't seems so. It seems Qt6 has less 32-bit support. But I would defer adding more commits to this PR. I'll drop |
So why do you refer to Qt5 supported platforms. Qt6 has no support for any 32-bit desktop platform: |
Windows 11 is 64 bit only & Windows 10 went 64bit only from Version 2004/20H1 (granted for OEM ie new pc's) released May 27, 2020. The official installers are x64. |
You were talking about Qt5, weren't you?
OK but as I've said I'll deal with it in another PR. |
Yes, but the context was different: since we no longer support Qt5, but only Qt6, which does not support 32-bit, then we, respectively, also do not support 32-bit. |
https://www.thurrott.com/windows/279306/microsoft-is-disabling-internet-explorer-on-windows-10-today So perhaps we could drop the https://learn.microsoft.com/en-us/deployedge/edge-ie-disable-ie11#prerequisites
blog post is outdated, See below:
|
I'm concerned about this part: (https://devblogs.microsoft.com/oldnewthing/20070411-00/?p=27283)
It means that
OK. We'll keep them. |
[REACTOS] Remove forced _WIN32_IE defines - Mar 30, 2020
Import: https://source.winehq.org/git/wine.git/commit/7770e26f2d773dcade6f073585b6fac2661e1eb3 |