Age | Commit message (Collapse) | Author |
|
Prettify some /Contrib READMEs
|
|
SYN
Remove Dead Readme-Qt Links.
|
|
Selecting the button for a pages was going through bitcoingui->walletframe->walletview->bitcoingui.
Because of this, the actions for the pages had to be exposed on the BitcoinGUI object.
|
|
Rename -tor to -onion to better reflect what it does.
|
|
Broken Link in /Doc README
|
|
#3092 removed readme-qt.md, but it was still listed in the index for the /doc README.
|
|
Documentation Cleanup and Contrib Index
|
|
Add as a separate commit so that it can be easily reverted once
Qt5 is supported again.
|
|
Now that autotools is used as a build system there is nothing
special about building the GUI anymore. Merge the salvageable
parts into build-unix.md
|
|
Seems like there are a lot of advertised testnet HS nodes that
don't actually work. Lack of the testnet port on the example
HS config might be one reason.
|
|
Added some help text, and bumped version numbers.
Added a Readable Index for /Contrib
Fixing /Contrib Index URLs
Revert Version Numbers.
|
|
|
|
release-process.md has the deps being built after qt. However, the descriptors for qt call for the deps file.
|
|
This commit adds a step, which is to git checkout the version to be
built. This ensures that the gitian-descriptors for said version will be
the correct ones. In addition, it updates the links for several
dependencies, where the previously existing links were dead.
|
|
Workaround 1.54.0 build bug, upstream #9156
Workaround 1.51.0+ human bug, upstream #7262
This commit also demonstrates a method to verify the integrity of inputs.
|
|
|
|
|
|
Add protobuf 2.5.0 download to gitian release process
|
|
I've seen users confused multiple times thinking they
should be using -tor to set their tor proxy and then
finding in horror that they were still connecting to
the IPv4 internet.
Even Jeff guesses wrong about what the knob does, so
I think we should rename it. This leaves the old
knob working, we can pull it out completely in a
later release.
|
|
|
|
Also needed to add `unzip` package for the added unzip command for
OpenSSL in the Qt build.
|
|
|
|
Add support for a Payment Protocol to Bitcoin-Qt.
Payment messages are protocol-buffer encoded and communicated over
http(s), so this adds a dependency on the Google protocol buffer
library, and requires Qt with OpenSSL support.
|
|
Left behind after the change to Markdown.
|
|
|
|
release-process.md
|
|
Now everything is in markdown...
|
|
This commit squashes all the changes in the Qt5 branch
relative to master.
Backward compatibility with Qt4 is retained.
Original authors:
- Philip Kaufmann <phil.kaufmann@t-online.de>
- Jonas Schnelli <jonas.schnelli@include7.ch>
|
|
Make release-process.md more generic
|
|
Tweaked a little bit to provide examples.
Squashed commits into 1, while hoping not to break anything
|
|
|
|
Add link to Github for Mac
Update link to HomeBrew
|
|
|
|
|
|
|
|
fixes #2506: mac binary with proper version and copyright meta-informati...
|
|
bitcoin-qt.pro Brew patch
|
|
|
|
|
|
OpenSSL
|
|
why:
- the current splash-screen has no referring to official images on - https://en.bitcoin.it/wiki/Promotional_graphics
- the current splash screen only exists in a low res jpg
- current splash screen looks dark and "hackish"
- new splash screen should generate positive, "trust-emotions".
- new splash screen gives the user infos about the running client.
- new splash screen can handle long messages (in a lot of - languages the text is cropped in current release)
- new size (x2) 400x312
- contains textual information about the client
- textinfos are dynamicly written to the pixmap
when -testnet is switch on, the splashscreen will show the bitcoin logo in testnet-color (as well as a text [testnet])
example: https://dl.dropbox.com/u/7383846/new_bitcoin_splash.png
|
|
(Info.plist)
Due a bug in QT (https://bugreports.qt-project.org/browse/QTBUG-21267), the mac binary of the last release contains bulk meta informations.
The url-handler (bitcoin://) is also not working in current release
Should be fixed with this commit.
Signed-off-by: Jonas Schnelli <jonas.schnelli@include7.ch>
|
|
Conflicts:
doc/assets-attribution.txt
|
|
- redefined the green color
- created new toolbar icons
- updated the assets-attribution.txt
Signed-off-by: Jonas Schnelli <jonas.schnelli@include7.ch>
|
|
|
|
Signed-off-by: Jonas Schnelli <jonas.schnelli@include7.ch>
|
|
- new windows .ico contains multiple resolutions up to 256px
- new testnet (green) icon
- new png icon for llinux, etc.
- new doxygen icon
- changed the assets-attribution.txt
Signed-off-by: Jonas Schnelli <jonas.schnelli@include7.ch>
|
|
update assets-sttribution.txt (-psd file +svg file)
|
|
- expand the description for updating the translations
- sort the paths/files, which need to have the version number updated, in
alphabetical order
- use a more current version number in git tag and git shortlog
|
|
Signed-off-by: Jonas Schnelli <jonas.schnelli@include7.ch>
|