270 Commits (d5f46832de900cee0801ca40bba743c9564cccb8)

Author SHA1 Message Date
Wladimir J. van der Laan 74fb765e29 qt: rework "receive coins" workflow 11 years ago
Philip Kaufmann 75fa27eaca make BitcoinAmountField::setReadOnly() usable 11 years ago
Scott Ellis ce14345a89 Add network traffic graph 11 years ago
Philip Kaufmann 23b48d13f1 Bitcoin-Qt: translation fixes in sendcoins 11 years ago
Cozz Lovan 5dc9164edc GUI: fix sendcoinsdialog/sendcoinsentry 11 years ago
Philip Kaufmann d78900cc1b fix some cosmetic glitches in the codebase 11 years ago
Gavin Andresen a41d5fe019 Payment Protocol: X509-validated payment requests 11 years ago
Wladimir J. van der Laan be77b637fc qt: allow user to choose data directory 11 years ago
Wladimir J. van der Laan cb85aeb06c qt: Add total balance in overview page 11 years ago
Wladimir J. van der Laan dffb535ead qt: remove fee recommendation in settings 12 years ago
Wladimir J. van der Laan 45155d3010 qt: move export button to tabs 12 years ago
Philip Kaufmann b9564d7e54 Bitcoin-Qt: updates to addressbookpage 12 years ago
Wladimir J. van der Laan 36599db428 qt: remove transaction count from overview page 12 years ago
Larry Gilbert 15e9739f3b Don't specify a point size for "Wallet" 12 years ago
Philip Kaufmann 8823b4ac3b Bitcoin-Qt: better copyright year handling in AboutDialog 12 years ago
Philip Kaufmann 765e22b82c Bitcoin-Qt: fix small stylesheet glitch in overviewpage.ui 12 years ago
Philip Kaufmann aec056edb5 Bitcoin-Qt: add a Signature label on sign message page 12 years ago
Philip Kaufmann 5fb445b49e Bitcoin-Qt: add a Reset button to the options dialog 12 years ago
burger2 ecd67a1420 Fix duplicate shortcut usage in sign/verify message dialog. 12 years ago
Pieter Wuille 92467073ad Remove -detachdb and stop's detach argument. 12 years ago
Philip Kaufmann 6b3783a9c9 fix some double-spaces in strings 12 years ago
Wladimir J. van der Laan 62e21fb5d0 Show warning when using prerelease version 12 years ago
Philip Kaufmann bb86cffa56 additional fix for #1843 12 years ago
Wladimir J. van der Laan 38682648c2 Remove unnecessary text from tooltip in AddressBookPage 12 years ago
Philip Kaufmann da9413d913 fix #1843 by changing 2 GUI shortcuts 12 years ago
Philip Kaufmann 9fd537965d Qt: add copyrightLabel to aboutdialog.ui 12 years ago
Philip Kaufmann 4aaa4313e7 small UX update for optionsdialog 12 years ago
Philip Kaufmann 64c0020ff8 fix typo "logfile" -> "log file" 12 years ago
Luke Dashjr 90d95b6323 Replace all occurances of license.txt with COPYING, including naming the file COPYING.txt on Windows 12 years ago
Philip Kaufmann 1d915d0237 re-size addressbookpage.ui to fix #1062 12 years ago
Philip Kaufmann b9a33a61a0 change Window title to "Bitcoin - Wallet" / misc related renames 12 years ago
Philip Kaufmann a04030d30f fix a wrong string in signverifymessagedialog.ui 12 years ago
Philip Kaufmann c7441658da show used OpenSSL library version in debug window 12 years ago
Philip Kaufmann 5c83f797c5 update QRCodeDialog 12 years ago
Philip Kaufmann 47894585ae GUI: merge sign/verify message into a single window with tabbed UI 12 years ago
Philip Kaufmann b7506b302d enhance translation possibilities in TransactionDesc / misc other changes 12 years ago
Philip Kaufmann 0f5d4c6e88 fix a typo in OptionsDialog 12 years ago
Philip Kaufmann b5782531ad set cursor for balance field to IBeamCursor (to show the user it IS selectable) and set autoDefault to false for the buttons that do not need this 12 years ago
Philip Kaufmann c4443c2be1 re-work optionsdialog to a tabbed UI based on an ui-file 12 years ago
Philip Kaufmann d4b2f3c45b make buttons in debug window non autoDefault 12 years ago
Philip Kaufmann 59e0f445ce change initial Balance on overviewpage from "123.456 BTC" to "0 BTC" to not confuse users, which could see it before we init with the real wallet balance 12 years ago
Philip Kaufmann 5d6b30271f move class HelpMessageBox to guiutil.cpp/.h / add button to show Bitcoin command-line options (in RPC Console -> Information) / resize Debug window a little to allow for a non-breaking display of the welcome message with non-english translation 13 years ago
Philip Kaufmann 8103b0bb62 change verifymessagepage behaviour to match RPC-call "verifymessage" (input address, signature and message) / display messages in status label (remove message boxes) / resize window to make signature fully readable / change signature font to BC-address font (like in messagepage) / remove checkAddress() and place code directly in on_verifyMessage_clicked() / add visual feedback to LineEdits / remove AddressTableModel references, as they are now unused / add addr.GetKeyID(keyID) check 13 years ago
sje397 8fdb7e108f Added 'immature balance' for miners. Only displayed if the balance is greater than zero. 13 years ago
Philip Kaufmann 4dfbc78a88 start rows in askpassphrasedialog.ui at 0 (not 1) 13 years ago
Wladimir J. van der Laan 320fe1015a Restore overviewpage (put transactions back within frame) 13 years ago
Philip Kaufmann c26f3a9bd1 add 2 labels to the overviewpage that display Wallet and Transaction status (obsolete or current) / cleanup overviewpage XML ui-file 13 years ago
Philip Kaufmann 8b4d653663 allow translation of "options" used in the --help message / split translation of RPC console welcome message and remove the need to take care of "<br>" / remove some spaces in strings and misc other stuff related to translations 13 years ago
Philip Kaufmann 34aa3112c8 adapt user-experience from messagepage / move placeholderTexts from XML to source to avoid a problem with Qt < 4.7 / add eventFilter for address field to select text when clicking in / add Clear All button / rework strings 13 years ago
Philip Kaufmann 5e19030aa1 remove string "TextLabel" from warningLabel, as this is unneeded and as such is a silly translation less to do :) 13 years ago