aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2011-07-15Merge 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-15Add call to request unconfirmed balanceWladimir J. van der Laan
2011-07-15Now that send coins / receive coins etc are tabs, remove them from menu, and ↵Wladimir J. van der Laan
reorganize menu bar
2011-07-14Fix error when export is cancelled without specifying a filename.Celil
2011-07-14solve warnings at startupWladimir J. van der Laan
2011-07-11also show balloon on sent transaction, to notify when coins sentWladimir J. van der Laan
2011-07-11Show unconfirmed balance on overview pageWladimir J. van der Laan
2011-07-11Make tooltip on refresh more clearWladimir J. van der Laan
2011-07-09wxp/mingw build fixesWladimir J. van der Laan
2011-07-09add better windows7/vista look by nico_wWladimir J. van der Laan
2011-07-09remove placeholder text from ui form, code generator screws up on older qtWladimir J. van der Laan
2011-07-09add export functionality for address book / receiving addressesWladimir J. van der Laan
2011-07-09remove magic number: change threshold for nLockTime to constantWladimir J. van der Laan
2011-07-09remove magic number: change threshold for nLockTime to constantWladimir J. van der Laan
2011-07-08Add context menu on transaction list: copy label, copy address, edit label, ↵Wladimir J. van der Laan
show details
2011-07-08Transaction list: less terse tooltipWladimir J. van der Laan
2011-07-08send coins dialog: make sure send button remain default button (triggered ↵Wladimir J. van der Laan
with enter)
2011-07-08forgot synced iconsWladimir J. van der Laan
2011-07-08Reorganize "send coins" tabWladimir J. van der Laan
2011-07-08Display a "freshness" indicator instead of nr of blocksWladimir J. van der Laan
2011-07-07"Status" doesn't fit into narrow first column in transaction history, make ↵Wladimir J. van der Laan
the header empty
2011-07-07Add German translation by nico_wWladimir J. van der Laan
2011-07-07add [testnet] to whatever the current window title isWladimir J. van der Laan
2011-07-07Selection/tab navigation fixesWladimir J. van der Laan
2011-07-07convert to full tab-based uiWladimir J. van der Laan
2011-07-07Qt handles the "..." for too long table rows. Remove this functionality from ↵Wladimir J. van der Laan
TransactionTableModel...
2011-07-07Sync to bitcoin git e94010b2395694d56dd6Wladimir J. van der Laan
2011-07-07temp patch for qtuiWladimir J. van der Laan
2011-07-07CKeyStore::AddKey must return a booleanWladimir J. van der Laan
2011-07-07Export functionality for transaction listWladimir J. van der Laan
2011-07-07Rename "History" tab to more logical "Transactions", move "Number of ↵Wladimir J. van der Laan
transactions" from status bar to overview page
2011-07-07minor language/text updatesWladimir J. van der Laan
2011-07-07Improve view of generated transactions (show clock icon when still maturing)Wladimir J. van der Laan
2011-07-06Address book: Disable "copy to clipboard" and "Delete" buttons when nothing ↵Wladimir J. van der Laan
selected
2011-07-06Remove code for no longer existing edit button in address book dialogWladimir J. van der Laan
2011-07-06Add "BTC" to all amount widgets, to make clear what the unit isWladimir J. van der Laan
2011-07-05tab reorg phase 1: split main gui into "overview" and "history"Wladimir J. van der Laan
2011-07-05Merge pull request #383 from sipa/syncdefaultv0.3.24rc3Jeff Garzik
Fix synchronization of default key
2011-07-05make balance selectable / copyableWladimir J. van der Laan
2011-07-05Revert "Make UPnP default on Bitcoin but not on Bitcoind."Matt Corallo
This reverts commit ee1f884229736da6f5443157ccba97f4e8f50f82. Stupid, stupid me...there is exactly 0 way to convince make to execute a conditional based on a target-specific variable.
2011-07-05Fix synchronization of default keyPieter Wuille
2011-07-04Merge pull request #379 from gavinandresen/nocommasv0.3.24rc2Gavin Andresen
Do not use comma as thousands separator
2011-07-05Added 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-04as there is no "default receiving address" in this GUI, don't autogenerate ↵Wladimir J. van der Laan
new addresses on receiving
2011-07-04Do not use comma as thousands separatorGavin Andresen
Using the comma as thousands separator causes problems for parts of the world where comma == decimal point. Germans sending 0,001 bitcoins are unpleasantly surprised when that results in 1 BTC getting sent.
2011-07-03Eliminate useless paddingWladimir J. van der Laan
2011-07-03windows build fixesWladimir J. van der Laan
2011-07-03Block-chain lock-in at 134444Gavin Andresen
2011-07-03move another setPlaceHolderText to 4.7+ only codeWladimir J. van der Laan
2011-07-02Bump version to 0.3.24.Jeff Garzik