aboutsummaryrefslogtreecommitdiff
path: root/src/qt/walletstack.cpp
Commit message (Collapse)AuthorAgeFilesLines
* qt: remove extraneous padding introduced in multiwallet support patchWladimir J. van der Laan2013-04-261-0/+1
| | | | solve issue #2529
* fix "send coins" via context menu in address bookPhilip Kaufmann2013-04-011-2/+2
| | | | | | | - the send coins context menu entry was not working anymore, because a non current version of #2220 was merged onto current master - also removes some unneeded spaces and adds a comment to WalletModel::getNumTransactions()
* Minimal architectural changes necessary to support multiple wallets in ↵Eric Lombrozo2013-03-221-0/+155
bitcoin-qt - This commit is a minimal restructuring necessary to support multiple wallets in the UI. Please see multiwallet-qt.txt for details.