Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-10-25 | Update qt readme to indicate Qt is now the primary GUI. | Matt Corallo | |
2011-10-24 | Warn about the qt-at-spi bug in Ubuntu 11.10. | Chris Moore | |
2011-10-24 | Merge pull request #584 from kwaaak/master | Gavin Andresen | |
Make build work on Mac OS X 10.7 Lion | |||
2011-10-15 | Merge pull request #583 from laanwj/qt3 | Wladimir J. van der Laan | |
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 | |||
2011-10-14 | Make build work on Mac OS X 10.7 Lion | kwaaak | |
(32bit dependencies through MacPorts) | |||
2011-10-09 | Merge branch 'master' of https://github.com/bitcoin/bitcoin | Wladimir J. van der Laan | |
2011-10-09 | Add support to makefile.unix for the same parameters used by bitcoin-qt.pro, ↵ | Luke Dashjr | |
dynamic linking unless STATIC=1 is passed | |||
2011-10-09 | Fix typo. Improve Gentoo instructions. | globalcitizen | |
2011-10-09 | Improved Gentoo instructions. | globalcitizen | |
2011-10-09 | Fix extraneous directory specifier, beautify bash syntax $VAR -> ${VAR} | globalcitizen | |
2011-10-09 | Collate generic dependency information. Segregate distribution-specific ↵ | globalcitizen | |
(Ubuntu/Debian) information. Add Gentoo information. | |||
2011-10-05 | Update mac Makefile and build instructions to use MacPorts | Gavin Andresen | |
2011-10-03 | Update release-process to point to gitian.sigs repo. | Matt Corallo | |
2011-10-02 | Edited doc/readme-qt.rst via GitHub | Wladimir J. van der Laan | |
2011-09-28 | Update release-process.txt with gitian release instructions. | Matt Corallo | |
2011-09-26 | Update build instructions for the new, no-wxwidgets world | Gavin Andresen | |
2011-09-26 | Bump version to 0.4.1 | Gavin Andresen | |
2011-09-26 | Merge pull request #513 from cjdelisle/feature-hardening | Gavin Andresen | |
Hardening | |||
2011-09-26 | Merge pull request #521 from laanwj/qt | Gavin Andresen | |
Qt GUI | |||
2011-09-23 | Update release process for repackaging gitian builds, and osx dmg | Gavin Andresen | |
2011-09-18 | move current qt specific readme to doc/, restore original README.md | Wladimir J. van der Laan | |
2011-09-16 | Merge branch 'master' of https://github.com/bitcoin/bitcoin | Wladimir J. van der Laan | |
2011-09-12 | Add some hardening to protect against unknown/future exploits. | cjdelisle | |
2011-09-08 | wxWidgets needs to be at least version 2.9.1 because wallet crypto uses ↵ | cjdelisle | |
ToStdString() which is not in 2.9.0 | |||
2011-09-03 | Merge branch 'master' of https://github.com/bitcoin/bitcoin | Wladimir J. van der Laan | |
2011-09-02 | Bumped version numbers to 0.4.0rc1v0.4.00rc1 | Gavin Andresen | |
2011-09-02 | Merge branch 'master' of https://github.com/bitcoin/bitcoin | Wladimir J. van der Laan | |
Conflicts: src/main.cpp | |||
2011-08-31 | Fix typo ("you own security") | Gavin Andresen | |
2011-08-31 | Fixed potential deadlocks in GUI code. | Gavin Andresen | |
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. | |||
2011-08-31 | Merge pull request #463 from TheBlueMatt/encreadme | Jeff Garzik | |
Encryption readme update and minor rpc.cpp fixes | |||
2011-08-31 | Wallet encryption part 2: ask passphrase when needed, add menu options | Wladimir J. van der Laan | |
2011-08-23 | Wallet encryption part 1: show wallet encryption status | Wladimir J. van der Laan | |
2011-08-23 | Upgrade dependancies and tweak build process. | Matt Corallo | |
* Upgrade to use miniupnpc 1.6 * Upgrade to wxWidgets 2.9.2 * Upgrade to Bost 1.47 for Win32 Builds | |||
2011-08-11 | Add specific wallet encryption details to doc/README | Matt Corallo | |
2011-08-11 | Missed a 'password' should be 'passphrase'. | Matt Corallo | |
2011-08-02 | add attribution for wallet image | Wladimir J. van der Laan | |
2011-07-31 | address icons | Wladimir J. van der Laan | |
2011-07-18 | one remove/delete icon is enough and the red minus better matches the add icon | Wladimir J. van der Laan | |
2011-07-17 | show rotating spinner when block download out of date, tick otherwise | Wladimir J. van der Laan | |
2011-07-16 | add sendmany support | Wladimir J. van der Laan | |
2011-07-15 | Merge branch 'master' of https://github.com/bitcoin/bitcoin | Wladimir J. van der Laan | |
2011-07-15 | Merge remote-tracking branch 'satoshi/qtui' | Wladimir J. van der Laan | |
Conflicts (resolved by copying files from remote branch): .gitignore src/cryptopp/cpu.cpp src/cryptopp/cpu.h src/cryptopp/cryptlib.h src/cryptopp/iterhash.h src/cryptopp/misc.h src/cryptopp/secblock.h src/cryptopp/sha.cpp src/cryptopp/sha.h src/cryptopp/smartptr.h src/json/json_spirit_reader.cpp src/json/json_spirit_value.cpp src/json/json_spirit_writer.cpp | |||
2011-07-13 | doc/README: word wrap into something readable | Jeff Garzik | |
2011-07-13 | Bump version to 0.3.25 | Jeff Garzik | |
Yes, we might release as v0.4, but let's just do a simple increment for now. | |||
2011-07-13 | Add Wallet Encryption section to README | Matt Corallo | |
2011-07-08 | Display a "freshness" indicator instead of nr of blocks | Wladimir J. van der Laan | |
2011-07-07 | Export functionality for transaction list | Wladimir J. van der Laan | |
2011-07-05 | tab reorg phase 1: split main gui into "overview" and "history" | Wladimir J. van der Laan | |
2011-07-05 | Added a couple minor things to match newer build process. | Matt Corallo | |
This adds the relevent patches which are applied to wx, and updates for cross compiling. | |||
2011-07-02 | Bump version to 0.3.24. | Jeff Garzik | |