aboutsummaryrefslogtreecommitdiff
path: root/src/qt/forms
AgeCommit message (Expand)Author
2012-06-30fix a typo in OptionsDialogPhilip Kaufmann
2012-06-13set cursor for balance field to IBeamCursor (to show the user it IS selectabl...Philip Kaufmann
2012-06-13re-work optionsdialog to a tabbed UI based on an ui-filePhilip Kaufmann
2012-06-12make buttons in debug window non autoDefaultPhilip Kaufmann
2012-06-11change initial Balance on overviewpage from "123.456 BTC" to "0 BTC" to not c...Philip Kaufmann
2012-06-02Merge pull request #837 from sje397/ShowImmatureBalanceWladimir J. van der Laan
2012-06-02Merge pull request #1368 from Diapolo/verifymessagepageWladimir J. van der Laan
2012-06-01move class HelpMessageBox to guiutil.cpp/.h / add button to show Bitcoin comm...Philip Kaufmann
2012-06-01change verifymessagepage behaviour to match RPC-call "verifymessage" (input a...Philip Kaufmann
2012-05-25Added 'immature balance' for miners. Only displayed if the balance is greater...sje397
2012-05-20start rows in askpassphrasedialog.ui at 0 (not 1)Philip Kaufmann
2012-05-20Merge pull request #1323 from Diapolo/string_fixesWladimir J. van der Laan
2012-05-18Restore overviewpage (put transactions back within frame)Wladimir J. van der Laan
2012-05-17add 2 labels to the overviewpage that display Wallet and Transaction status (...Philip Kaufmann
2012-05-17allow translation of "options" used in the --help message / split translation...Philip Kaufmann
2012-05-15adapt user-experience from messagepage / move placeholderTexts from XML to so...Philip Kaufmann
2012-05-14Merge pull request #906 from sje397/ValidateMessageWladimir J. van der Laan
2012-05-13Merge pull request #1274 from Diapolo/QR_CodeWladimir J. van der Laan
2012-05-13Merge pull request #1275 from Diapolo/askpassphrasedialogWladimir J. van der Laan
2012-05-13Merge pull request #1268 from Diapolo/transactiondialogWladimir J. van der Laan
2012-05-13remove string "TextLabel" from warningLabel, as this is unneeded and as such ...Philip Kaufmann
2012-05-13set minimum size allowed by Qt Creator and rename "QR-Code Dialog" to "QR Cod...Philip Kaufmann
2012-05-12Convert RPC console to QTextEdit instead of QTableViewWladimir J. van der Laan
2012-05-12Merge pull request #1263 from Diapolo/RPCCon_ClientStartupTimeWladimir J. van der Laan
2012-05-12change size of transactiondialog, to allow display of transaction-id without ...Philip Kaufmann
2012-05-12add Alt-Shortcut for "Clear All" in sendcoinsdialog.uiPhilip Kaufmann
2012-05-12add the client startup time to the debug window / rename Version label to Cli...Philip Kaufmann
2012-05-12Add a menu option to verify a signed messagesje397
2012-05-11add code to open (display) debug.log on Windows with the associated applicati...Philip Kaufmann
2012-05-10Merge pull request #1204 from Diapolo/messagepage_focus_placeholderWladimir J. van der Laan
2012-05-10Merge pull request #1206 from Diapolo/passphrasedialogWladimir J. van der Laan
2012-05-10add placeholder text to address field (like in sendcoins) and set focus to ad...Philip Kaufmann
2012-05-09Merge pull request #1212 from Diapolo/overviewpageWladimir J. van der Laan
2012-05-09Add key shortcuts for RPC console tabsWladimir J. van der Laan
2012-05-09Automatically focus entry widget when console tab comes into focusWladimir J. van der Laan
2012-05-09harmonize the use of ellipsis ("...") to be used in menus, but not on buttons...Philip Kaufmann
2012-05-08Merge pull request #1215 from laanwj/2012_05_nogridtablesWladimir J. van der Laan
2012-05-08Merge pull request #1075 from laanwj/2012_04_consoleuiGregory Maxwell
2012-05-07Make user action more straightforward in address bookWladimir J. van der Laan
2012-05-07Move back setPlaceholderText to code, from xml, as this broke building with Q...Wladimir J. van der Laan
2012-05-06passphrasedialog: change dialog title to "Passphrase Dialog" / remove style-s...Philip Kaufmann
2012-05-06move many overviewpage settings from code to ui XML-file / removed ability to...Philip Kaufmann
2012-05-05Merge pull request #1201 from Diapolo/about-dialogWladimir J. van der Laan
2012-05-05changed cursor for selectable text on the about dialog to IBeamCursor and rem...Philip Kaufmann
2012-05-05Merge pull request #1202 from Diapolo/messagepageWladimir J. van der Laan
2012-05-05change text on message.ui from "Copy to Clipboard" to "Copy Signature" andPhilip Kaufmann
2012-05-05Merge pull request #1203 from Diapolo/qrcodedialogWladimir J. van der Laan
2012-05-05renamed qrcodedialog.ui window title to "QR-Code Dialog" and changed window s...Philip Kaufmann
2012-05-05simplified qrcode icon that scales gracefully to 16x16Wladimir J. van der Laan
2012-05-05Add UI RPC console / debug windowWladimir J. van der Laan