Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-04-17 | Remove headers.h | Pieter Wuille | |
2012-04-15 | fix warnings: 'XX' defined as a struct here but previously declared as a ↵ | Wladimir J. van der Laan | |
class [-Wmismatched-tags] | |||
2012-04-09 | Use scoped locks instead of CRITICAL_BLOCK | Pieter Wuille | |
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-09-02 | update to work with new lock system, add protocol.* to build system | Wladimir J. van der Laan | |
2011-08-31 | Wallet encryption part 2: ask passphrase when needed, add menu options | Wladimir J. van der Laan | |
2011-08-08 | QtUI code cleanup / comment improvements | Wladimir J. van der Laan | |
2011-07-30 | Remove unused variable | Wladimir J. van der Laan | |
2011-07-26 | Merge remote branch 'upstream/master' | Wladimir J. van der Laan | |
Conflicts: src/bitcoinrpc.cpp | |||
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-08 | Add context menu on transaction list: copy label, copy address, edit label, ↵ | Wladimir J. van der Laan | |
show details | |||
2011-07-07 | Sync to bitcoin git e94010b2395694d56dd6 | Wladimir J. van der Laan | |
2011-07-02 | ui improvements: allow inline editing of labels/addresses in address book ↵ | Wladimir J. van der Laan | |
table, better tab order in send dialog, set focus on sending address table when coming from send coins dialog | |||
2011-07-02 | Check addresses in address book for validity | Wladimir J. van der Laan | |
2011-07-02 | Send: dialog redesign (automatically look up label for entered address) | Wladimir J. van der Laan | |
2011-06-30 | Address book: show unlabeled addresses as (no label) | Wladimir J. van der Laan | |
2011-06-30 | Add "receiving addresses" to toolbar | Wladimir J. van der Laan | |
2011-06-26 | update core to d0d80170a2ca73004e08fb85007fe055cbf4e411 (CWallet class) | Wladimir J. van der Laan | |
2011-06-21 | Allow changing default address (fixes issue #6) | Wladimir J. van der Laan | |
2011-06-21 | highlight default address | Wladimir J. van der Laan | |
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 | |