aboutsummaryrefslogtreecommitdiff
path: root/src/qt/forms
Commit message (Collapse)AuthorAgeFilesLines
...
| * passphrasedialog: change dialog title to "Passphrase Dialog" / remove ↵Philip Kaufmann2012-05-061-6/+7
| | | | | | | | style-sheet for bold font and use Qt Designer option / remove an unused label default-text and remove an obsolete clear()'
* | 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...
| * | move many overviewpage settings from code to ui XML-file / removed ability ↵Philip Kaufmann2012-05-061-2/+42
| |/ | | | | | | to translate "0 BTC" and "123.456 BTC" as this is only used as preview in the Qt Designer anyway / set mouse cursor to IBeam for selectable labels
* | Add key shortcuts for RPC console tabsWladimir J. van der Laan2012-05-091-2/+2
| | | | | | | | - Alt-I for Information, Alt-C for Console
* | Automatically focus entry widget when console tab comes into focusWladimir J. van der Laan2012-05-091-2/+2
| | | | | | | | Fixes #1241
* | harmonize the use of ellipsis ("...") to be used in menus, but not on ↵Philip Kaufmann2012-05-092-2/+2
| | | | | | | | buttons / update some strings to be more informative
* | Merge pull request #1215 from laanwj/2012_05_nogridtablesWladimir J. van der Laan2012-05-081-1/+7
|\ \ | | | | | | Make user actions more straightforward in address book
| * | Make user action more straightforward in address bookWladimir J. van der Laan2012-05-071-1/+7
| | | | | | | | | | | | | | | - Add all actions that can be triggered with buttons to the context menu - Hide delete action from context menu for receiving tab
* | | Merge pull request #1075 from laanwj/2012_04_consoleuiGregory Maxwell2012-05-081-0/+323
|\ \ \ | | | | | | | | Add UI RPC console / debug window
| * | | 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 ↵Wladimir J. van der Laan2012-05-072-9/+0
| |/ |/| | | | | Qt 4.6
* | 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...
| * | changed cursor for selectable text on the about dialog to IBeamCursor and ↵Philip Kaufmann2012-05-051-3/+9
| | | | | | | | | | | | removed an unused tag
* | | Merge pull request #1202 from Diapolo/messagepageWladimir J. van der Laan2012-05-051-2/+2
|\ \ \ | | | | | | | | change text on message.ui from "Copy to Clipboard" to "Copy Signature"...
| * | | change text on message.ui from "Copy to Clipboard" to "Copy Signature" andPhilip Kaufmann2012-05-051-2/+2
| |/ / | | | | | | | | | add an Alt-Shortcut to "Clear &All"
* | | Merge pull request #1203 from Diapolo/qrcodedialogWladimir J. van der Laan2012-05-051-3/+3
|\ \ \ | |/ / |/| | renamed qrcodedialog.ui window title to "QR-Code Dialog"...
| * | renamed qrcodedialog.ui window title to "QR-Code Dialog" and changed window ↵Philip Kaufmann2012-05-051-3/+3
| | | | | | | | | | | | size to the minimum values Qt Creator allows me to set
* | | simplified qrcode icon that scales gracefully to 16x16Wladimir J. van der Laan2012-05-051-1/+1
|/ /
* | Merge pull request #1166 from Diapolo/signmessage_clearWladimir J. van der Laan2012-05-051-3/+17
|\ \ | | | | | | add a clear all button to the sign message page (addresses #943)
| * | add a clear all button to the sign message pagePhilip Kaufmann2012-05-031-3/+17
| |/
* | Merge pull request #1194 from Diapolo/sendcoins_placeholdertextWladimir J. van der Laan2012-05-051-0/+6
|\ \ | | | | | | move label placeholdertext from sendcoinsentry.cpp to ui-file
| * | move label placeholdertext from sendcoinsentry.cpp to ui-filePhilip Kaufmann2012-05-041-0/+6
| |/
* | Merge pull request #1032 from Diapolo/fix#945Wladimir J. van der Laan2012-05-041-5/+7
|\ \ | |/ |/| Remove HTML font crap from "Wallet" message (fix for #945)
| * remove HTML code around "Wallet" (displayed on overview page) and use Qt ↵Philip Kaufmann2012-04-041-5/+7
| | | | | | | | tags for font settings
* | change button tooltip on sign message page for copy to clipboard as it was ↵Philip Kaufmann2012-04-221-1/+1
| | | | | | | | missleading
* | make text in about box selectable (fixes #1055)Wladimir J. van der Laan2012-04-121-0/+9
| |
* | enable wordWrap on lblQRCode / small code comment changePhilip Kaufmann2012-04-121-0/+3
| |
* | updated to reflect pull-request suggestions / renamed some GUI elementsPhilip Kaufmann2012-04-121-6/+6
| |
* | Change sign message bitcoin address tooltip to "The address to sign the ↵graingert2012-04-061-1/+1
|/ | | | message with" Closes #1050
* Sign message description changes discussed in #bitcoin-devLuke Dashjr2012-02-191-1/+1
|
* Typo fixPieter Wuille2012-02-201-1/+1
|
* Bitcoin-Qt signmessage GUI (pull request #582)Luke Dashjr2012-01-272-0/+184
|
* *Clear all has a tooltip now *About dialog updatedJanne Pulkkinen2012-01-142-1/+4
|
* make transaction description read-only (UI fix)Wladimir J. van der Laan2012-01-061-0/+3
|
* Fix typo (#734)Wladimir J. van der Laan2012-01-031-1/+1
|
* Added QRCode generation functions via libqrencode. Switch on with ↵sje3972011-12-202-0/+224
| | | | | | | USE_QRENCODE=1. Amended build docs for Linux and OSX, and OSX makefile. Added package 'qrencode' to gitian.yml
* Enable wordwrap for long message in passphrase dialogWladimir J. van der Laan2011-12-131-15/+5
| | | | - Remove explicit resizing from constructor to prevent potential hang
* Added Caps Lock check and warning at askpassphrasedialog.Nick Bosma2011-10-181-1/+16
|
* Improved Mac experience; QDoubleSpinBox for BitcoinAmountFieldp2k2011-10-092-16/+4
| | | | | | | | Now it can't be told if this is was a Windows App before. All Mac design principles are fulfilled and some cosmetics have been applied to suit the native look and feel. The biggest change there is the proper use of the Dock icon which takes the role of the Tray icon on Mac. The QDoubleSpinBox improves entering of Bitcoin amounts, no two separate fields are required anymore. All functionality and validation effects have been retained; pressing the comma key will be internally translated to a period to keep it consistent throughout the application and eases entering in countries which use the comma as decimal separator. Additionally, Notificator now supports Growl, Mac's native notification system. This is provided via Apple Script in order to avoid linking to Growl on compile time. Other changes involve encapsulation of Toolbar and Menubar creation, loading of Qt's own translation and some clean up.
* Send Coins page not cleared when changing tabs. Clear all button for ↵Janne Pulkkinen2011-09-271-2/+22
| | | | clearing the entries
* show balance in sendcoins screen (issue #24)Wladimir J. van der Laan2011-09-221-0/+24
|
* Wallet encryption part 2: ask passphrase when needed, add menu optionsWladimir J. van der Laan2011-08-311-0/+148
|
* show last few transactions on overview pageWladimir J. van der Laan2011-08-031-70/+134
|
* improve tooltip textsWladimir J. van der Laan2011-07-242-2/+8
|
* one remove/delete icon is enough and the red minus better matches the add iconWladimir J. van der Laan2011-07-181-1/+1
|
* move buttons to bottom of send coins tab, outside of scroll areaWladimir J. van der Laan2011-07-181-55/+55
|
* put sendcoins entries in scroll area, so that window does not become bigger ↵Wladimir J. van der Laan2011-07-172-71/+93
| | | | than screen with many recipients
* add sendmany supportWladimir J. van der Laan2011-07-162-153/+188
|
* Show unconfirmed balance on overview pageWladimir J. van der Laan2011-07-111-2/+16
|
* remove placeholder text from ui form, code generator screws up on older qtWladimir J. van der Laan2011-07-091-3/+0
|