-
Notifications
You must be signed in to change notification settings - Fork 725
[Cleanup] guiutils cleanup + fix memory mismanagement #2380
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
Conversation
|
Shouldn't we also hide Other than this, concept ACK. Needs rebase for conflict in the release notes file. |
|
yeah, plus now that #2272 was merged, i can removed every macOS <= 10.11 check. |
1e214b0 to
20fb083
Compare
|
Done, updated. Added more cleanup. Purely negative PR. |
random-zebra
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
utACK 20fb08307fd14dbb171cd1ecfde5e30dbab89eb9
…WidgetItem from guiutil.h/cpp
-BEGIN VERIFY SCRIPT- sed -i 's/__APPLE__/MAC_OSX/g' src/compat/byteswap.h src/util/system.cpp -END VERIFY SCRIPT-
The macOS startup item code was disabled for builds targeting macOS > 10.11 in bitcoin#2272. Now that we require macOS 10.12 as a minimum, we can remove the startup item code entirely, as the API we were using was removed in macOS 10.12.
20fb083 to
2896a48
Compare
|
Had to rebase it again due conflicts with the release-notes. Let's merge this one. |
random-zebra
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
re-utACK 2896a48
Fuzzbawls
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
utACK 2896a48
Straightforward update for the
guiutilfiles.First commit removes unused
TableViewLastColumnResizingFixerandDHMSTableWidgetItemfromguiutil.h/cpp.Second and third commit comes from bitcoin#15208.
Fourth commit comes from bitcoin#14801.