sje397
22123c85f3
Added QRCode generation functions via libqrencode. Switch on with USE_QRENCODE=1.
...
Amended build docs for Linux and OSX, and OSX makefile.
Added package 'qrencode' to gitian.yml
13 years ago
Gavin Andresen
f8ded588a2
Implement BIP 14 : separate protocol version from client version
13 years ago
Gavin Andresen
8896c2d9d6
Bump version 0.5.99 (prep for pulling for version 0.6)
13 years ago
Gavin Andresen
605ca141c7
Don't forget to bump release numbers in READMEs next time
13 years ago
Gavin Andresen
795faa595c
Bump version numbers to 0.5.1
13 years ago
Gavin Andresen
92979f8288
Merge pull request #634 from laanwj/doxygen
...
Add doxygen documentation
13 years ago
Gavin Andresen
e6389c3229
Update release process instructions
13 years ago
Wladimir J. van der Laan
459d3fb77b
relicense my own images as MIT
13 years ago
Gavin Andresen
e6a729d2d8
Merge pull request #631 from luke-jr/free_icons
...
Free icons
13 years ago
Wladimir J. van der Laan
15ceadf7a5
Add doxygen documentation configuration file
13 years ago
Luke Dashjr
d2e21a9d74
update doc/assets-attribution.txt
13 years ago
Gavin Andresen
6be6be2ed9
Tool/process for including correct qt translations in mac .App
13 years ago
Gavin Andresen
5efee7da86
Release process doc fixes
13 years ago
Nils Schneider
560078a768
add doc/translation_process.md
13 years ago
Gavin Andresen
d6245ca5d9
Mention Qt4 runtime dependencies
13 years ago
Gavin Andresen
a5f07cbea0
Static link on Linux. And better document release process on OSX.
13 years ago
Gavin Andresen
f6aacbfe6d
Mac releases use macdeployqtplus
13 years ago
Gavin Andresen
434a483d50
Update documentation to reflect 0.5 reality. And removed leading $ from shell commands, so it is easier to copy and paste from release-process.txt.
13 years ago
Gavin Andresen
7ec064b88e
Update documentation to reflect reality (no win32 gitian builds, new Mac process)
13 years ago
Matt Corallo
f891cc9415
Update qt readme to indicate Qt is now the primary GUI.
13 years ago
Chris Moore
6c33ec4045
Warn about the qt-at-spi bug in Ubuntu 11.10.
13 years ago
Gavin Andresen
f9f289aba5
Merge pull request #584 from kwaaak/master
...
Make build work on Mac OS X 10.7 Lion
13 years ago
Wladimir J. van der Laan
b68a8a6b34
Merge pull request #583 from laanwj/qt3
...
More Qt GUI updates
- Make USE_SSL qmake build flag actually work
- Improve mac experience, general UI improvements
- Add keyboard shortcut to switch between tabs
13 years ago
kwaaak
efb3d3292f
Make build work on Mac OS X 10.7 Lion
...
(32bit dependencies through MacPorts)
13 years ago
Wladimir J. van der Laan
8828da5f56
Merge branch 'master' of https://github.com/bitcoin/bitcoin
13 years ago
Luke Dashjr
b4d0588d06
Add support to makefile.unix for the same parameters used by bitcoin-qt.pro, dynamic linking unless STATIC=1 is passed
13 years ago
globalcitizen
bdf2f7e711
Fix typo. Improve Gentoo instructions.
13 years ago
globalcitizen
4adf78bad3
Improved Gentoo instructions.
13 years ago
globalcitizen
c60aec9c20
Fix extraneous directory specifier, beautify bash syntax $VAR -> ${VAR}
13 years ago
globalcitizen
7b465b663a
Collate generic dependency information. Segregate distribution-specific (Ubuntu/Debian) information. Add Gentoo information.
13 years ago
Gavin Andresen
e9e7bb968b
Update mac Makefile and build instructions to use MacPorts
13 years ago
Matt Corallo
c923fe71b4
Update release-process to point to gitian.sigs repo.
13 years ago
Wladimir J. van der Laan
ba2db7262b
Edited doc/readme-qt.rst via GitHub
13 years ago
Matt Corallo
45723584c5
Update release-process.txt with gitian release instructions.
13 years ago
Gavin Andresen
adea540e38
Update build instructions for the new, no-wxwidgets world
13 years ago
Gavin Andresen
6b8a5ab622
Bump version to 0.4.1
13 years ago
Gavin Andresen
5df25e78db
Merge pull request #513 from cjdelisle/feature-hardening
...
Hardening
13 years ago
Gavin Andresen
f7f2a36925
Merge pull request #521 from laanwj/qt
...
Qt GUI
13 years ago
Gavin Andresen
c1ffdc5801
Update release process for repackaging gitian builds, and osx dmg
13 years ago
Wladimir J. van der Laan
0465c41c84
move current qt specific readme to doc/, restore original README.md
13 years ago
Wladimir J. van der Laan
5dd7318db7
Merge branch 'master' of https://github.com/bitcoin/bitcoin
13 years ago
cjdelisle
3f94dfa25f
Add some hardening to protect against unknown/future exploits.
13 years ago
cjdelisle
3448ce56f4
wxWidgets needs to be at least version 2.9.1 because wallet crypto uses ToStdString() which is not in 2.9.0
13 years ago
Wladimir J. van der Laan
0a70a3f4d8
Merge branch 'master' of https://github.com/bitcoin/bitcoin
13 years ago
Gavin Andresen
7464e647de
Bumped version numbers to 0.4.0rc1
13 years ago
Wladimir J. van der Laan
7a15d4ff67
Merge branch 'master' of https://github.com/bitcoin/bitcoin
...
Conflicts:
src/main.cpp
13 years ago
Gavin Andresen
541e585d8e
Fix typo ("you own security")
13 years ago
Gavin Andresen
471426fb3b
Fixed potential deadlocks in GUI code.
...
Also changed semantics of CWalletTx::GetTxTime(); now always returns the time the transaction was received by this node, not the average block time.
And added information about -DDEBUG_LOCKORDER to coding.txt.
13 years ago
Jeff Garzik
21189a42a7
Merge pull request #463 from TheBlueMatt/encreadme
...
Encryption readme update and minor rpc.cpp fixes
13 years ago
Wladimir J. van der Laan
b7bcaf940d
Wallet encryption part 2: ask passphrase when needed, add menu options
13 years ago