aboutsummaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2013-10-22Merge pull request #3123 from super3/masterWladimir J. van der Laan
Prettify some /Contrib READMEs
2013-10-21Prettify some /Contrib READMEssuper3
SYN Remove Dead Readme-Qt Links.
2013-10-19qt: remove awkward way of setting GUI pagesWladimir J. van der Laan
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.
2013-10-16Merge pull request #2981 from gmaxwell/tor2onionGavin Andresen
Rename -tor to -onion to better reflect what it does.
2013-10-15Merge pull request #3097 from super3/masterGavin Andresen
Broken Link in /Doc README
2013-10-15Broken Link in /Doc READMEShawn Wilkinson
#3092 removed readme-qt.md, but it was still listed in the index for the /doc README.
2013-10-15Merge pull request #3085 from super3/masterGavin Andresen
Documentation Cleanup and Contrib Index
2013-10-15doc: build with qt5 is currently not possibleWladimir J. van der Laan
Add as a separate commit so that it can be easily reverted once Qt5 is supported again.
2013-10-15doc: remove readme-qt.mdWladimir J. van der Laan
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
2013-10-14[doc] Add testnet hidden service port to the example tor config.Gregory Maxwell
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.
2013-10-12Documentation Cleanup in /Docsuper3
Added some help text, and bumped version numbers. Added a Readable Index for /Contrib Fixing /Contrib Index URLs Revert Version Numbers.
2013-10-04HTTPS-ify the downloads for the depsMicha
2013-10-04Switch the order of win32 deps and win32 qt in release-process.mdMicha
release-process.md has the deps being built after qt. However, the descriptors for qt call for the deps file.
2013-10-04Fix and improve release-process.mdMicha
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.
2013-09-26Upgrade gitian win32 to boost-1.54.0Warren Togami
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.
2013-09-14autotools: update translation docsCory Fields
2013-09-10build-unix.md: Remove now-redundant and unnecessary Gentoo instructionsLuke Dashjr
2013-09-08Merge pull request #2977 from laanwj/2013_09_release_process_protobufGavin Andresen
Add protobuf 2.5.0 download to gitian release process
2013-09-08Rename -tor to -onion to better reflect what it does.Gregory Maxwell
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.
2013-09-05autotools: switch to autotools buildsystemCory Fields
2013-09-05Qt 4.8.3 r2 in gitian and release processWladimir J. van der Laan
Also needed to add `unzip` package for the added unzip command for OpenSSL in the Qt build.
2013-09-05Add protobuf 2.5.0 download to gitian release processWladimir J. van der Laan
2013-08-22Payment Protocol: X509-validated payment requestsGavin Andresen
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.
2013-08-14Removed duplicate files.super3
Left behind after the change to Markdown.
2013-07-10Remove readme-qt.rst and update documentation for readme-qt.mdfanquake
2013-07-07Made the build/release process completable verbatim as listed inMicha
release-process.md
2013-06-16Markdown Cleanup - Part 2super3
Now everything is in markdown...
2013-06-01Qt5 compatibilityWladimir J. van der Laan
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>
2013-05-30Merge pull request #2697 from Michagogo/masterWladimir J. van der Laan
Make release-process.md more generic
2013-05-30Made more generic by removing specific version referencesMichagogo
Tweaked a little bit to provide examples. Squashed commits into 1, while hoping not to break anything
2013-05-30Prepare for 0.9 merge windowPieter Wuille
2013-05-22Update links in build-osx.mdMichael Ford
Add link to Github for Mac Update link to HomeBrew
2013-05-20Docs Markdown Cleanupsuper3
2013-05-10Update version numbers for 0.8.2rc1 releasev0.8.2rc1Gavin Andresen
2013-05-10Release notes for 0.8.2rc1Gavin Andresen
2013-05-07Merge pull request #2532 from jonasschnelli/mac_plist_fixGavin Andresen
fixes #2506: mac binary with proper version and copyright meta-informati...
2013-04-24Merge pull request #2554 from fanquake/qt-pro-brew-patchGavin Andresen
bitcoin-qt.pro Brew patch
2013-04-23Update Tor.txt for grammar fixesAPerson241
2013-04-23Update Qt Readme to include HomeBrew setup for OSXMichael Ford
2013-04-22Update osx build instructions to ensure users link to the correct version of ↵Michael Ford
OpenSSL
2013-04-17new splash screenJonas Schnelli
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
2013-04-15fixes #2506: mac binary with proper version and copyright meta-informations ↵Jonas Schnelli
(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>
2013-04-11Merge remote-tracking branch 'jonasschnelli/new_icons' (#2497)Wladimir J. van der Laan
Conflicts: doc/assets-attribution.txt
2013-04-09overhaul of the testnet icon (green color) and the toolbar iconsJonas Schnelli
- redefined the green color - created new toolbar icons - updated the assets-attribution.txt Signed-off-by: Jonas Schnelli <jonas.schnelli@include7.ch>
2013-04-09small assets-attribution.txt updatesPhilip Kaufmann
2013-04-08new icons: overhaul oxygen icon (was to blurry)Jonas Schnelli
Signed-off-by: Jonas Schnelli <jonas.schnelli@include7.ch>
2013-04-06new windows and linux iconsJonas Schnelli
- 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>
2013-04-05Merge pull request #2465 from jonasschnelli/masterWladimir J. van der Laan
update assets-sttribution.txt (-psd file +svg file)
2013-04-05small update to release-process.txtPhilip Kaufmann
- 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
2013-04-05remove proprietary psd file mentioning from assets-sttribution.txtJonas Schnelli
Signed-off-by: Jonas Schnelli <jonas.schnelli@include7.ch>