aboutsummaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merge pull request #2554 from fanquake/qt-pro-brew-patchGavin Andresen2013-04-241-2/+14
|\ \ | | | | | | bitcoin-qt.pro Brew patch
| * | Update Qt Readme to include HomeBrew setup for OSXMichael Ford2013-04-231-2/+14
| | |
* | | Update Tor.txt for grammar fixesAPerson2412013-04-231-2/+2
|/ /
* | Update osx build instructions to ensure users link to the correct version of ↵Michael Ford2013-04-221-0/+12
| | | | | | | | OpenSSL
* | new splash screenJonas Schnelli2013-04-171-6/+2
|/ | | | | | | | | | | | | | | | | | | | 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
* Merge remote-tracking branch 'jonasschnelli/new_icons' (#2497)Wladimir J. van der Laan2013-04-111-7/+3
|\ | | | | | | | | Conflicts: doc/assets-attribution.txt
| * overhaul of the testnet icon (green color) and the toolbar iconsJonas Schnelli2013-04-091-6/+2
| | | | | | | | | | | | | | | | - redefined the green color - created new toolbar icons - updated the assets-attribution.txt Signed-off-by: Jonas Schnelli <[email protected]>
* | small assets-attribution.txt updatesPhilip Kaufmann2013-04-091-6/+6
|/
* new icons: overhaul oxygen icon (was to blurry)Jonas Schnelli2013-04-081-0/+0
| | | | Signed-off-by: Jonas Schnelli <[email protected]>
* new windows and linux iconsJonas Schnelli2013-04-062-4/+9
| | | | | | | | | | - 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 <[email protected]>
* Merge pull request #2465 from jonasschnelli/masterWladimir J. van der Laan2013-04-051-1/+1
|\ | | | | update assets-sttribution.txt (-psd file +svg file)
| * remove proprietary psd file mentioning from assets-sttribution.txtJonas Schnelli2013-04-051-1/+1
| | | | | | | | Signed-off-by: Jonas Schnelli <[email protected]>
* | small update to release-process.txtPhilip Kaufmann2013-04-051-8/+9
|/ | | | | | | - 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
* Merge pull request #2444 from jonasschnelli/masterWladimir J. van der Laan2013-04-051-0/+4
|\ | | | | new mac osx icon
| * new mac osx icon (including SVG Version)Jonas Schnelli2013-04-021-3/+3
| | | | | | | | | | | | | | | | | | - added new created and documented svg version of shaded icon - changed "B" background to white (no longer transparent) - removed PSD (Adobe Photoshop) document - license is now MIT Signed-off-by: Jonas Schnelli <[email protected]>
| * change new mac icon license to public domainJonas Schnelli2013-04-021-1/+1
| | | | | | | | Signed-off-by: Jonas Schnelli <[email protected]>
| * added new mac icon to assets-attribution.txtJonas Schnelli2013-04-021-0/+4
| | | | | | | | | | license: MIT Signed-off-by: Jonas Schnelli <[email protected]>
* | move multiwallet-qt.txt from root to doc folderPhilip Kaufmann2013-04-031-0/+53
|/
* (finally) Remove IRC Seed support now that lfnet is down.Matt Corallo2013-03-241-3/+0
|
* reformat OS X build instrcs, add 10.8 + HomebrewColin Dean2013-02-192-54/+173
| | | | | | | | | | * reformatted the entire document to look pretty in both standard text and Markdown * incorporated [my OS X 10.8 build instructions with Homebrew as the package manager](http://bitcoin.stackexchange.com/questions/3672/trouble-compiling-bitcoind-on-osx-with-homebrew/5253#5253) * incorporated @gavinandresen's MacPorts and release build instructions based on an earlier revision of this commit * added makefile patch necessary for Homebrew compilation to `contrib`
* remove outdated windows Qt build instructionsWladimir J. van der Laan2013-02-161-19/+0
|
* Some improvements to the release notesPieter Wuille2013-02-101-2/+8
|
* Merge commit 'd38c6488d067c2e88726e2ca99bc76fd67dab49b'v0.8.0rc1Gavin Andresen2013-02-064-58/+79
|\
| * Bump version numbers for 0.8 releaseGavin Andresen2013-01-304-58/+79
| | | | | | | | | | | | | | Version numbers changed from 0.7.99 to 0.8.0 Set CLIENT_VERSION_IS_RELEASE to remove pre-release warning Updated copyright in COPYING and doc/READMEs to 2013 Updated doc/release-notes.txt
* | Added information about used data filesPieter Wuille2013-01-301-0/+19
|/
* Code-signing certificates (no private keys) from Apple and ComodoGavin Andresen2013-01-181-8/+5
|
* Port macdeployqtplus to OSX 10.8Gavin Andresen2013-01-181-1/+2
| | | | | | | | Use 'osascript' to run AppleScript, instead of using (broken-in-10.8) python appscript package. And added support for code-signing the .app bundle, to make OSX's GateKeeper happy.
* Merge pull request #2064 from petertodd/ipv6-doc-polarityGavin Andresen2012-12-122-3/+3
|\ | | | | Replace text on how to enable IPv6 with disable
| * Replace text on how to enable IPv6 with disablePeter Todd2012-12-032-3/+3
| | | | | | | | | | | | | | IPv6 support is now enabled by default, thus documentation should tell you how to disable it. Similarly the build-osx use of the flag can be removed.
* | added build instructions for Ubuntu >= 12.04 redshark18022012-12-031-1/+13
|/
* Upgrade to Qt 4.8.3 (because 4.8.2 was removed from qt repos?)Matt Corallo2012-10-291-2/+2
|
* Show warning when using prerelease versionWladimir J. van der Laan2012-10-251-1/+1
| | | | | | | | | | | Implements #1948 - Add macro `CLIENT_VERSION_IS_RELEASE` to clientversion.h - When running a prerelease (the above macro is `false`): - In UI, show an orange warning bar at the top. This will be used for other warnings (and alerts) as well, instead of the status bar. - For `bitcoind`, show the warning in the "errors" field in `getinfo` response.
* Update version numbers to 0.7.99Pieter Wuille2012-10-212-2/+2
|
* Revert "Merge pull request #1931 from laanwj/2012_10_newicons"Wladimir J. van der Laan2012-10-141-10/+10
| | | | | | | | This reverts commit 199d88cf901866f3c2fa2b5bd83074d11ebad02c, reversing changes made to 65bc1573e73791c26472c3177732b7d167aa5bec. License is worse instead of better. Will only accept public domain and MIT-licensed icons from now on.
* Changed connect?_16.png to non-GPL one and changed the assets attribution.xanatos2012-10-141-5/+5
|
* Changed the spinner to a non-GPL one, added instructions on how to ↵xanatos2012-10-141-5/+5
| | | | regenerate it, changed the assets attribution, removed old spinner + old spinner's sources.
* Merge pull request #1901 from laanwj/2012_10_remove_strlcpyWladimir J. van der Laan2012-10-111-4/+0
|\ | | | | get rid of strlcpy.h
| * get rid of strlcpy.hWladimir J. van der Laan2012-10-071-4/+0
| | | | | | | | | | Don't use hand-rolled string manipulation routine with a fixed buffer in the bitcoin core, instead make use of c++ strings and boost.
* | 0.7.1 release notesv0.7.1rc1v0.7.1Gavin Andresen2012-10-091-0/+47
| |
* | Bump versions for 0.7.1 releaseGavin Andresen2012-10-092-2/+2
|/
* Translation update for 0.7.1Wladimir J. van der Laan2012-10-041-1/+3
| | | | Also clarify translation process that the package `gettext` is needed to run string extractor.
* Merge pull request #1864 from Diapolo/Qt_4.8.2Wladimir J. van der Laan2012-09-291-2/+2
|\ | | | | switch to Qt 4.8.2 for Windows builds
| * switch to Qt 4.8.2 for Windows buildsPhilip Kaufmann2012-09-251-2/+2
| |
* | Merge pull request #1851 from fanquake/OpenSSL-1.0.1cWladimir J. van der Laan2012-09-293-11/+11
|\ \ | |/ |/| Update to use OpenSSL 1.0.1c
| * Update Bitcoin to use OpenSSL 1.0.1cfanquake2012-09-223-11/+11
| | | | | | | | | | Bump deps tp 0.0.5 Small docs corrections
* | Update Bugreport Linksfanquake2012-09-221-5/+5
|/ | | | | | | | Update Qt Links Revert Qt source link Update Qt links
* Reset release notes for release-after-0.7.0Gavin Andresen2012-09-181-96/+5
|
* Merge pull request #1755 from osmosis79/patch-1Wladimir J. van der Laan2012-09-111-17/+22
|\ | | | | Update doc/build-unix.txt
| * Cleanup on doc/build-unix.txtosmosis2012-09-111-17/+22
| |
* | Merge pull request #1803 from luke-jr/md2k7_licenseWladimir J. van der Laan2012-09-091-0/+1
|\ \ | | | | | | Apply MIT license to md2k7 art