-
Notifications
You must be signed in to change notification settings - Fork 37.7k
[Qt] Restore < Qt5.6 compatibility for addAction #14979
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
For reference a failed build is here, with log:
|
Thanks, utACK 3e21b69. |
whoops |
utACK 3e21b69 |
laanwj
added a commit
that referenced
this pull request
Dec 17, 2018
3e21b69 [Qt] Restore < Qt5.6 compatibility for addAction (Jonas Schnelli) Pull request description: #14573 broke < Qt5.6 compatibility due to calling the lambda version of `addAction` that was added in Qt5.6. This PR re-enables < Qt5.6 compatibility. Tree-SHA512: b3cf055d88a76713d100be05b2298d4091967e1a43de176af2647f59e76b98b216493dd12a6d68a942ae7946f2026e33dd8e8d20fc44a9a9614a3690ad9a2417
luke-jr
pushed a commit
to bitcoinknots/bitcoin
that referenced
this pull request
Dec 26, 2018
Github-Pull: bitcoin#14979 Rebased-From: 3e21b69
maflcko
pushed a commit
that referenced
this pull request
Feb 1, 2019
119d360 travis: Document whether functional tests are run in the job name (Ben Woosley) 64f2854 Revert "travis: Compile trusty with depends for now" (Ben Woosley) 267eac0 Prefer boost::optional#get_value_or over #value_or (Ben Woosley) 1971f5b Piecewise construct to avoid invalid construction (Ben Woosley) Pull request description: In light of #14979, I realized that only qt 5.5+ was being tested under CI, while compatibility lists 5.2+. In #15276, Marco added Trusty to CI, building with depends. This changes that build to system libraries, in order to ensure ongoing compatibility with our claimed minimum required versions. Fixes #14983, previously open as #14998 Tree-SHA512: 6cff5e28c756ecb8bf797c8f6eb77c1944ba61a8dd6d7d4984e63eef384f6429dc79c505da3241c05b9c4db31c72b2a9846c7365aba9280f2e0620e5f3998d07
deadalnix
pushed a commit
to Bitcoin-ABC/bitcoin-abc
that referenced
this pull request
Oct 12, 2020
Summary: This is the oldest version on the most common linux distributions (from pkgs.org) for which the build is not already broken: - Our current minimum is from Ubuntu Xenial 16.04, which is broken due to libevent and Boost - Next is Debian Stretch which is also broken due to libevent The picked version is from Ubuntu Bionic 18.04. Other can still use the static depends for the build, just like before this patch, which has Qt 5.9.7. We don't test against the 5.5.1 version, and the risk is high that it gets broken on a regular basis (e.g. D7892, see bitcoin/bitcoin#14979). Test Plan: ninja all check Reviewers: #bitcoin_abc, deadalnix Reviewed By: #bitcoin_abc, deadalnix Differential Revision: https://reviews.bitcoinabc.org/D7893
jasonbcox
pushed a commit
to Bitcoin-ABC/bitcoin-abc
that referenced
this pull request
Oct 13, 2020
Summary: [[bitcoin/bitcoin#14573 | PR14573]] / D7892 broke Qt5.6 compatibility due to calling the lambda version of addAction that was added in Qt5.6. Backport of Core [[bitcoin/bitcoin#14979 | PR14979]] Test Plan: `ninja && ninja check` Run `src/qt/bitcoin-qt` and test all menu actions Reviewers: O1 Bitcoin ABC, #bitcoin_abc, Fabien Reviewed By: O1 Bitcoin ABC, #bitcoin_abc, Fabien Subscribers: Fabien, jasonbcox Differential Revision: https://reviews.bitcoinabc.org/D7894
ftrader
pushed a commit
to bitcoin-cash-node/bitcoin-cash-node
that referenced
this pull request
Apr 14, 2021
Summary: [[bitcoin/bitcoin#14573 | PR14573]] / D7892 broke Qt5.6 compatibility due to calling the lambda version of addAction that was added in Qt5.6. Backport of Core [[bitcoin/bitcoin#14979 | PR14979]] Test Plan: `ninja && ninja check` Run `src/qt/bitcoin-qt` and test all menu actions Reviewers: O1 Bitcoin ABC, #bitcoin_abc, Fabien Reviewed By: O1 Bitcoin ABC, #bitcoin_abc, Fabien Subscribers: Fabien, jasonbcox Differential Revision: https://reviews.bitcoinabc.org/D7894
christiancfifi
pushed a commit
to christiancfifi/dash
that referenced
this pull request
Aug 24, 2021
3e21b69 [Qt] Restore < Qt5.6 compatibility for addAction (Jonas Schnelli) Pull request description: bitcoin#14573 broke < Qt5.6 compatibility due to calling the lambda version of `addAction` that was added in Qt5.6. This PR re-enables < Qt5.6 compatibility. Tree-SHA512: b3cf055d88a76713d100be05b2298d4091967e1a43de176af2647f59e76b98b216493dd12a6d68a942ae7946f2026e33dd8e8d20fc44a9a9614a3690ad9a2417
christiancfifi
pushed a commit
to christiancfifi/dash
that referenced
this pull request
Aug 24, 2021
3e21b69 [Qt] Restore < Qt5.6 compatibility for addAction (Jonas Schnelli) Pull request description: bitcoin#14573 broke < Qt5.6 compatibility due to calling the lambda version of `addAction` that was added in Qt5.6. This PR re-enables < Qt5.6 compatibility. Tree-SHA512: b3cf055d88a76713d100be05b2298d4091967e1a43de176af2647f59e76b98b216493dd12a6d68a942ae7946f2026e33dd8e8d20fc44a9a9614a3690ad9a2417
christiancfifi
pushed a commit
to christiancfifi/dash
that referenced
this pull request
Aug 25, 2021
3e21b69 [Qt] Restore < Qt5.6 compatibility for addAction (Jonas Schnelli) Pull request description: bitcoin#14573 broke < Qt5.6 compatibility due to calling the lambda version of `addAction` that was added in Qt5.6. This PR re-enables < Qt5.6 compatibility. Tree-SHA512: b3cf055d88a76713d100be05b2298d4091967e1a43de176af2647f59e76b98b216493dd12a6d68a942ae7946f2026e33dd8e8d20fc44a9a9614a3690ad9a2417
christiancfifi
pushed a commit
to christiancfifi/dash
that referenced
this pull request
Aug 25, 2021
3e21b69 [Qt] Restore < Qt5.6 compatibility for addAction (Jonas Schnelli) Pull request description: bitcoin#14573 broke < Qt5.6 compatibility due to calling the lambda version of `addAction` that was added in Qt5.6. This PR re-enables < Qt5.6 compatibility. Tree-SHA512: b3cf055d88a76713d100be05b2298d4091967e1a43de176af2647f59e76b98b216493dd12a6d68a942ae7946f2026e33dd8e8d20fc44a9a9614a3690ad9a2417
christiancfifi
pushed a commit
to christiancfifi/dash
that referenced
this pull request
Aug 26, 2021
3e21b69 [Qt] Restore < Qt5.6 compatibility for addAction (Jonas Schnelli) Pull request description: bitcoin#14573 broke < Qt5.6 compatibility due to calling the lambda version of `addAction` that was added in Qt5.6. This PR re-enables < Qt5.6 compatibility. Tree-SHA512: b3cf055d88a76713d100be05b2298d4091967e1a43de176af2647f59e76b98b216493dd12a6d68a942ae7946f2026e33dd8e8d20fc44a9a9614a3690ad9a2417
christiancfifi
pushed a commit
to christiancfifi/dash
that referenced
this pull request
Aug 28, 2021
3e21b69 [Qt] Restore < Qt5.6 compatibility for addAction (Jonas Schnelli) Pull request description: bitcoin#14573 broke < Qt5.6 compatibility due to calling the lambda version of `addAction` that was added in Qt5.6. This PR re-enables < Qt5.6 compatibility. Tree-SHA512: b3cf055d88a76713d100be05b2298d4091967e1a43de176af2647f59e76b98b216493dd12a6d68a942ae7946f2026e33dd8e8d20fc44a9a9614a3690ad9a2417
christiancfifi
pushed a commit
to christiancfifi/dash
that referenced
this pull request
Aug 29, 2021
3e21b69 [Qt] Restore < Qt5.6 compatibility for addAction (Jonas Schnelli) Pull request description: bitcoin#14573 broke < Qt5.6 compatibility due to calling the lambda version of `addAction` that was added in Qt5.6. This PR re-enables < Qt5.6 compatibility. Tree-SHA512: b3cf055d88a76713d100be05b2298d4091967e1a43de176af2647f59e76b98b216493dd12a6d68a942ae7946f2026e33dd8e8d20fc44a9a9614a3690ad9a2417
christiancfifi
pushed a commit
to christiancfifi/dash
that referenced
this pull request
Aug 29, 2021
3e21b69 [Qt] Restore < Qt5.6 compatibility for addAction (Jonas Schnelli) Pull request description: bitcoin#14573 broke < Qt5.6 compatibility due to calling the lambda version of `addAction` that was added in Qt5.6. This PR re-enables < Qt5.6 compatibility. Tree-SHA512: b3cf055d88a76713d100be05b2298d4091967e1a43de176af2647f59e76b98b216493dd12a6d68a942ae7946f2026e33dd8e8d20fc44a9a9614a3690ad9a2417
christiancfifi
pushed a commit
to christiancfifi/dash
that referenced
this pull request
Aug 29, 2021
3e21b69 [Qt] Restore < Qt5.6 compatibility for addAction (Jonas Schnelli) Pull request description: bitcoin#14573 broke < Qt5.6 compatibility due to calling the lambda version of `addAction` that was added in Qt5.6. This PR re-enables < Qt5.6 compatibility. Tree-SHA512: b3cf055d88a76713d100be05b2298d4091967e1a43de176af2647f59e76b98b216493dd12a6d68a942ae7946f2026e33dd8e8d20fc44a9a9614a3690ad9a2417
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
#14573 broke < Qt5.6 compatibility due to calling the lambda version of
addAction
that was added in Qt5.6.This PR re-enables < Qt5.6 compatibility.