aboutsummaryrefslogtreecommitdiff
path: root/src/qt/forms
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge pull request #1469 from Diapolo/signverifymessagedialogWladimir J. van der Laan2012-07-074-325/+404
|\|
| * GUI: merge sign/verify message into a single window with tabbed UIPhilip Kaufmann2012-07-064-325/+404
* | Merge pull request #1518 from Diapolo/qrcodedialogWladimir J. van der Laan2012-07-071-123/+119
|\ \
| * | update QRCodeDialogPhilip Kaufmann2012-07-061-123/+119
| |/
* / enhance translation possibilities in TransactionDesc / misc other changesPhilip Kaufmann2012-07-031-1/+1
|/
* fix a typo in OptionsDialogPhilip Kaufmann2012-06-301-1/+1
* set cursor for balance field to IBeamCursor (to show the user it IS selectabl...Philip Kaufmann2012-06-131-0/+9
* re-work optionsdialog to a tabbed UI based on an ui-filePhilip Kaufmann2012-06-131-0/+466
* make buttons in debug window non autoDefaultPhilip Kaufmann2012-06-121-0/+6
* change initial Balance on overviewpage from "123.456 BTC" to "0 BTC" to not c...Philip Kaufmann2012-06-111-1/+1
* Merge pull request #837 from sje397/ShowImmatureBalanceWladimir J. van der Laan2012-06-021-3/+29
|\
| * Added 'immature balance' for miners. Only displayed if the balance is greater...sje3972012-05-251-3/+29
* | Merge pull request #1368 from Diapolo/verifymessagepageWladimir J. van der Laan2012-06-021-31/+46
|\ \
| * | change verifymessagepage behaviour to match RPC-call "verifymessage" (input a...Philip Kaufmann2012-06-011-31/+46
| |/
* / move class HelpMessageBox to guiutil.cpp/.h / add button to show Bitcoin comm...Philip Kaufmann2012-06-011-2/+25
|/
* start rows in askpassphrasedialog.ui at 0 (not 1)Philip Kaufmann2012-05-201-7/+7
* Merge pull request #1323 from Diapolo/string_fixesWladimir J. van der Laan2012-05-201-1/+1
|\
| * allow translation of "options" used in the --help message / split translation...Philip Kaufmann2012-05-171-1/+1
* | Restore overviewpage (put transactions back within frame)Wladimir J. van der Laan2012-05-181-147/+185
* | add 2 labels to the overviewpage that display Wallet and Transaction status (...Philip Kaufmann2012-05-171-46/+78
|/
* adapt user-experience from messagepage / move placeholderTexts from XML to so...Philip Kaufmann2012-05-151-54/+30
* Merge pull request #906 from sje397/ValidateMessageWladimir J. van der Laan2012-05-141-0/+149
|\
| * Add a menu option to verify a signed messagesje3972012-05-121-0/+149
* | Merge pull request #1274 from Diapolo/QR_CodeWladimir J. van der Laan2012-05-131-2/+2
|\ \
| * | set minimum size allowed by Qt Creator and rename "QR-Code Dialog" to "QR Cod...Philip Kaufmann2012-05-131-2/+2
* | | Merge pull request #1275 from Diapolo/askpassphrasedialogWladimir J. van der Laan2012-05-131-3/+0
|\ \ \
| * | | remove string "TextLabel" from warningLabel, as this is unneeded and as such ...Philip Kaufmann2012-05-131-3/+0
| |/ /
* | | Merge pull request #1268 from Diapolo/transactiondialogWladimir J. van der Laan2012-05-131-2/+2
|\ \ \
| * | | change size of transactiondialog, to allow display of transaction-id without ...Philip Kaufmann2012-05-121-2/+2
| | |/ | |/|
* | | Convert RPC console to QTextEdit instead of QTableViewWladimir J. van der Laan2012-05-121-15/+7
| |/ |/|
* | Merge pull request #1263 from Diapolo/RPCCon_ClientStartupTimeWladimir J. van der Laan2012-05-121-38/+88
|\ \
| * | add the client startup time to the debug window / rename Version label to Cli...Philip Kaufmann2012-05-121-38/+88
| |/
* / add Alt-Shortcut for "Clear All" in sendcoinsdialog.uiPhilip Kaufmann2012-05-121-1/+1
|/
* add code to open (display) debug.log on Windows with the associated applicati...Philip Kaufmann2012-05-111-0/+36
* Merge pull request #1204 from Diapolo/messagepage_focus_placeholderWladimir J. van der Laan2012-05-101-1/+1
|\
| * add placeholder text to address field (like in sendcoins) and set focus to ad...Philip Kaufmann2012-05-101-1/+1
* | Merge pull request #1206 from Diapolo/passphrasedialogWladimir J. van der Laan2012-05-101-6/+7
|\ \ | |/ |/|
| * passphrasedialog: change dialog title to "Passphrase Dialog" / remove style-s...Philip Kaufmann2012-05-061-6/+7
* | Merge pull request #1212 from Diapolo/overviewpageWladimir J. van der Laan2012-05-091-2/+42
|\ \
| * | move many overviewpage settings from code to ui XML-file / removed ability to...Philip Kaufmann2012-05-061-2/+42
| |/
* | Add key shortcuts for RPC console tabsWladimir J. van der Laan2012-05-091-2/+2
* | Automatically focus entry widget when console tab comes into focusWladimir J. van der Laan2012-05-091-2/+2
* | harmonize the use of ellipsis ("...") to be used in menus, but not on buttons...Philip Kaufmann2012-05-092-2/+2
* | Merge pull request #1215 from laanwj/2012_05_nogridtablesWladimir J. van der Laan2012-05-081-1/+7
|\ \
| * | Make user action more straightforward in address bookWladimir J. van der Laan2012-05-071-1/+7
* | | Merge pull request #1075 from laanwj/2012_04_consoleuiGregory Maxwell2012-05-081-0/+323
|\ \ \
| * | | Add UI RPC console / debug windowWladimir J. van der Laan2012-05-051-0/+323
| |/ /
* | / Move back setPlaceholderText to code, from xml, as this broke building with Q...Wladimir J. van der Laan2012-05-072-9/+0
| |/ |/|
* | Merge pull request #1201 from Diapolo/about-dialogWladimir J. van der Laan2012-05-051-3/+9
|\ \
| * | changed cursor for selectable text on the about dialog to IBeamCursor and rem...Philip Kaufmann2012-05-051-3/+9