Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-05-12 | add the client startup time to the debug window / rename Version label to ↵ | Philip Kaufmann | |
Client, which is better suiting now / add IBeamCursor for selectable text on the information page / make ">" sign on RPC page untranslatable / re-order XML-file tags to match real GUI element order | |||
2012-05-05 | Add UI RPC console / debug window | Wladimir J. van der Laan | |
2012-04-17 | Remove headers.h | Pieter Wuille | |
2012-04-10 | Build identification strings | Pieter Wuille | |
All client version information is moved to version.cpp, which optionally (-DHAVE_BUILD_INFO) includes build.h. build.h is automatically generated on supporting platforms via contrib/genbuild.sh, using git describe. The git export-subst attribute is used to put the commit id statically in version.cpp inside generated archives, and this value is used if no build.h is present. The gitian descriptors are modified to use git archive instead of a copy, to create the src/ directory in the output. This way, src/src/version.cpp will contain the static commit id. To prevent gitian builds from getting the "-dirty" marker in their git-describe generated identifiers, no touching of files or running sed on the makefile is performed anymore. This does not seem to influence determinism. | |||
2012-04-04 | Update UI through async calls MainFrameRepaint and AddressBookRepaint ↵ | Wladimir J. van der Laan | |
instead of a timer. - Overall, this is better design - This fixes problems with the address book UI not updating when the address book is changed through RPC - Move Statusbar change detection responsibility to ClientModel | |||
2011-12-13 | Fix status bar not displaying Alerts. | Matt Corallo | |
2011-09-11 | clarify function signature (GetNumBlocksOfPeers) and use number of 'frozen' ↵ | Wladimir J. van der Laan | |
blocks as initial value for number of peer blocks | |||
2011-09-11 | The synchronization progress bar now compares the amount of total blocks to ↵ | Janne Pulkkinen | |
amount of blocks downloaded at application start-up. Could be probably implemented better. | |||
2011-09-02 | update to work with new lock system, add protocol.* to build system | Wladimir J. van der Laan | |
2011-07-29 | Full support for other units, add configuration option for default unit ↵ | Wladimir J. van der Laan | |
(used when displaying amounts) | |||
2011-07-17 | make initial block download reporting somewhat better by tracking version ↵ | Wladimir J. van der Laan | |
responses | |||
2011-07-08 | Display a "freshness" indicator instead of nr of blocks | Wladimir J. van der Laan | |
2011-07-01 | General cleanups | Wladimir J. van der Laan | |
2011-06-30 | Make it very clear when on testnet (green icon, add [testnet] to title) | Wladimir J. van der Laan | |
2011-06-30 | Split off WalletModel from ClientModel, to be able to support multi-wallets ↵ | Wladimir J. van der Laan | |
in future | |||
2011-06-26 | update core to d0d80170a2ca73004e08fb85007fe055cbf4e411 (CWallet class) | Wladimir J. van der Laan | |
2011-06-25 | allow adding address to address book in send dialog | Wladimir J. van der Laan | |
2011-06-21 | Allow changing default address (fixes issue #6) | Wladimir J. van der Laan | |
2011-06-18 | On initial block chain download, show a progress bar | Wladimir J. van der Laan | |
2011-06-18 | Prevent notification balloon-spam on initial block download, ↵ | Wladimir J. van der Laan | |
const-correctness in client model | |||
2011-06-18 | remove commented code, use // for one-line comments and comments inside ↵ | Wladimir J. van der Laan | |
functions | |||
2011-06-11 | move back to original directory structure | Wladimir J. van der Laan | |