aboutsummaryrefslogtreecommitdiff
path: root/src/qt/addresstablemodel.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* Remove headers.hPieter Wuille2012-04-171-1/+1
|
* fix warnings: 'XX' defined as a struct here but previously declared as a ↵Wladimir J. van der Laan2012-04-151-1/+2
| | | | class [-Wmismatched-tags]
* Use scoped locks instead of CRITICAL_BLOCKPieter Wuille2012-04-091-6/+8
|
* Update UI through async calls MainFrameRepaint and AddressBookRepaint ↵Wladimir J. van der Laan2012-04-041-9/+2
| | | | | | | | 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
* update to work with new lock system, add protocol.* to build systemWladimir J. van der Laan2011-09-021-9/+13
|
* Wallet encryption part 2: ask passphrase when needed, add menu optionsWladimir J. van der Laan2011-08-311-0/+8
|
* QtUI code cleanup / comment improvementsWladimir J. van der Laan2011-08-081-5/+4
|
* Remove unused variableWladimir J. van der Laan2011-07-301-1/+0
|
* Merge remote branch 'upstream/master'Wladimir J. van der Laan2011-07-261-10/+10
| | | | | Conflicts: src/bitcoinrpc.cpp
* add sendmany supportWladimir J. van der Laan2011-07-161-10/+18
|
* Merge branch 'master' of https://github.com/bitcoin/bitcoinWladimir J. van der Laan2011-07-151-3/+4
|
* Add context menu on transaction list: copy label, copy address, edit label, ↵Wladimir J. van der Laan2011-07-081-0/+30
| | | | show details
* Sync to bitcoin git e94010b2395694d56dd6Wladimir J. van der Laan2011-07-071-5/+11
|
* ui improvements: allow inline editing of labels/addresses in address book ↵Wladimir J. van der Laan2011-07-021-1/+21
| | | | table, better tab order in send dialog, set focus on sending address table when coming from send coins dialog
* Check addresses in address book for validityWladimir J. van der Laan2011-07-021-0/+7
|
* Send: dialog redesign (automatically look up label for entered address)Wladimir J. van der Laan2011-07-021-48/+2
|
* Address book: show unlabeled addresses as (no label)Wladimir J. van der Laan2011-06-301-1/+8
|
* Add "receiving addresses" to toolbarWladimir J. van der Laan2011-06-301-2/+2
|
* update core to d0d80170a2ca73004e08fb85007fe055cbf4e411 (CWallet class)Wladimir J. van der Laan2011-06-261-45/+31
|
* Allow changing default address (fixes issue #6)Wladimir J. van der Laan2011-06-211-2/+44
|
* highlight default addressWladimir J. van der Laan2011-06-211-1/+33
|
* remove commented code, use // for one-line comments and comments inside ↵Wladimir J. van der Laan2011-06-181-11/+10
| | | | functions
* move back to original directory structureWladimir J. van der Laan2011-06-111-0/+245