-
Notifications
You must be signed in to change notification settings - Fork 38.7k
gui: Add Windows taskbar progress #17213
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
24fac38 to
4936a6b
Compare
|
The following sections might be updated with supplementary metadata relevant to reviewers and maintainers. ConflictsReviewers, this pull request conflicts with the following ones:
If you consider this pull request important, please also help to review the conflicting pull requests. Ideally, start with the one that should be merged first. |
|
Concept ACK |
src/qt/bitcoingui.cpp
Outdated
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.
I don't think this is the place to do setWindow, every time setNumBlocks is called, move it to the initialization maybe?
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.
Dunno, this apparently works as-is at least.
(I don't run Windows, so any major changes might be better off with someone else taking over the PR.)
|
it fails the Travis compile: Looks like you're going to have to enable the regular expressions module for this… |
|
Or disable qwinjumplist, which this doesn't even use. |
|
I don't understand why gitian succeeds, but not Travis... |
|
Gitian fails for the same reason |
|
Ah, saw win32 builds above, but missed that it was just master... |
4936a6b to
cac7c37
Compare
|
For now, sed'd out the qwinjumplist stuff since it's completely unused. |
cac7c37 to
a932d13
Compare
|
@DrahtBot What's the point of the side-by-side when they're not the same on each side? And why did the last build not even attempt? |
Gitian builds
|
|
@luke-jr How about that table? It might be more readable |
|
Looks much nicer. Might make the .diffs two-column (if markdown supports it) |
|
Concept ACK |
| AC_CHECK_LIB([shlwapi], [main],, AC_MSG_ERROR(libshlwapi missing)) | ||
| AC_CHECK_LIB([iphlpapi], [main],, AC_MSG_ERROR(libiphlpapi missing)) | ||
| AC_CHECK_LIB([crypt32], [main],, AC_MSG_ERROR(libcrypt32 missing)) | ||
| AC_CHECK_LIB([dwmapi], [main],, AC_MSG_ERROR(libdwmapi missing)) |
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.
Do you know what is the first release of windows to have dwmapi? Is this a recent addition? (if it's windows 7 or older it's fine)
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.
| Needs rebase |
|
Concept ~0. I've closed my original issue (#14134), and don't really think that this change and the additional dependencies is really worthwhile. |
|
Closing due to lack of interest |
Rebase of #14137
Closes: #14134