aboutsummaryrefslogtreecommitdiff
path: root/src/qt/forms
Commit message (Collapse)AuthorAgeFilesLines
...
* | | 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
|
* forgot synced iconsWladimir J. van der Laan2011-07-081-21/+4
|
* Reorganize "send coins" tabWladimir J. van der Laan2011-07-081-86/+105
|
* convert to full tab-based uiWladimir J. van der Laan2011-07-071-82/+33
|
* Rename "History" tab to more logical "Transactions", move "Number of ↵Wladimir J. van der Laan2011-07-071-1/+21
| | | | transactions" from status bar to overview page
* tab reorg phase 1: split main gui into "overview" and "history"Wladimir J. van der Laan2011-07-051-0/+63
|
* windows build fixesWladimir J. van der Laan2011-07-031-13/+13
|
* move another setPlaceHolderText to 4.7+ only codeWladimir J. van der Laan2011-07-031-3/+0
|
* remove "edit" button, document double-click behaviour to editWladimir J. van der Laan2011-07-021-14/+6
|
* ui improvements: allow inline editing of labels/addresses in address book ↵Wladimir J. van der Laan2011-07-021-2/+2
| | | | table, better tab order in send dialog, set focus on sending address table when coming from send coins dialog
* make tooltip equal to placeholderWladimir J. van der Laan2011-07-021-1/+1
|
* Send: dialog redesign (automatically look up label for entered address)Wladimir J. van der Laan2011-07-023-30/+28
|
* Remove "default address" from main GUI screen, it only confuses peopleWladimir J. van der Laan2011-07-011-3/+3
|
* add icons to address book dialog buttonsWladimir J. van der Laan2011-06-301-2/+20
|