Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-01-27 | Bitcoin-Qt signmessage GUI (pull request #582) | Luke Dashjr | |
2012-01-14 | *Clear all has a tooltip now *About dialog updated | Janne Pulkkinen | |
2012-01-06 | make transaction description read-only (UI fix) | Wladimir J. van der Laan | |
2012-01-03 | Fix typo (#734) | Wladimir J. van der Laan | |
2011-12-20 | Added QRCode generation functions via libqrencode. Switch on with ↵ | sje397 | |
USE_QRENCODE=1. Amended build docs for Linux and OSX, and OSX makefile. Added package 'qrencode' to gitian.yml | |||
2011-12-13 | Enable wordwrap for long message in passphrase dialog | Wladimir J. van der Laan | |
- Remove explicit resizing from constructor to prevent potential hang | |||
2011-10-18 | Added Caps Lock check and warning at askpassphrasedialog. | Nick Bosma | |
2011-10-09 | Improved Mac experience; QDoubleSpinBox for BitcoinAmountField | p2k | |
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. | |||
2011-09-27 | Send Coins page not cleared when changing tabs. Clear all button for ↵ | Janne Pulkkinen | |
clearing the entries | |||
2011-09-22 | show balance in sendcoins screen (issue #24) | Wladimir J. van der Laan | |
2011-08-31 | Wallet encryption part 2: ask passphrase when needed, add menu options | Wladimir J. van der Laan | |
2011-08-03 | show last few transactions on overview page | Wladimir J. van der Laan | |
2011-07-24 | improve tooltip texts | Wladimir J. van der Laan | |
2011-07-18 | one remove/delete icon is enough and the red minus better matches the add icon | Wladimir J. van der Laan | |
2011-07-18 | move buttons to bottom of send coins tab, outside of scroll area | Wladimir J. van der Laan | |
2011-07-17 | put sendcoins entries in scroll area, so that window does not become bigger ↵ | Wladimir J. van der Laan | |
than screen with many recipients | |||
2011-07-16 | add sendmany support | Wladimir J. van der Laan | |
2011-07-11 | Show unconfirmed balance on overview page | Wladimir J. van der Laan | |
2011-07-09 | remove placeholder text from ui form, code generator screws up on older qt | Wladimir J. van der Laan | |
2011-07-08 | forgot synced icons | Wladimir J. van der Laan | |
2011-07-08 | Reorganize "send coins" tab | Wladimir J. van der Laan | |
2011-07-07 | convert to full tab-based ui | Wladimir J. van der Laan | |
2011-07-07 | Rename "History" tab to more logical "Transactions", move "Number of ↵ | Wladimir J. van der Laan | |
transactions" from status bar to overview page | |||
2011-07-05 | tab reorg phase 1: split main gui into "overview" and "history" | Wladimir J. van der Laan | |
2011-07-03 | windows build fixes | Wladimir J. van der Laan | |
2011-07-03 | move another setPlaceHolderText to 4.7+ only code | Wladimir J. van der Laan | |
2011-07-02 | remove "edit" button, document double-click behaviour to edit | Wladimir J. van der Laan | |
2011-07-02 | ui improvements: allow inline editing of labels/addresses in address book ↵ | Wladimir J. van der Laan | |
table, better tab order in send dialog, set focus on sending address table when coming from send coins dialog | |||
2011-07-02 | make tooltip equal to placeholder | Wladimir J. van der Laan | |
2011-07-02 | Send: dialog redesign (automatically look up label for entered address) | Wladimir J. van der Laan | |
2011-07-01 | Remove "default address" from main GUI screen, it only confuses people | Wladimir J. van der Laan | |
2011-06-30 | add icons to address book dialog buttons | Wladimir J. van der Laan | |
2011-06-26 | Change transaction table: | Wladimir J. van der Laan | |
- Split "Description" column into "Type" and "Address", to make sorting easier (and facilitate filtering in the future) - Merged "credit" and "debit" columns into one "amount" column that can be black (positive) or red (negative) | |||
2011-06-26 | reduce spacing between "Add to address book as" and the text field | Wladimir J. van der Laan | |
2011-06-25 | compile fixes by Unthinkingbit | Wladimir J. van der Laan | |
2011-06-25 | Improve look/usablity of send coins dialog | Wladimir J. van der Laan | |
2011-06-25 | allow adding address to address book in send dialog | Wladimir J. van der Laan | |
2011-06-23 | experiment with internationalization (nl), unbreak build (externui.h->qtui.h) | Wladimir J. van der Laan | |
2011-06-21 | clarify text | Wladimir J. van der Laan | |
2011-06-21 | Allow changing default address (fixes issue #6) | Wladimir J. van der Laan | |
2011-06-21 | Add comment to tooltip that only sending addresses can be deleted | Wladimir J. van der Laan | |
2011-06-21 | Fix some padding and focus issues with the new BitcoinAmountWidget | Wladimir J. van der Laan | |
2011-06-20 | introduce bitcoin amount field with split amount/decimals, to protect ↵ | Wladimir J. van der Laan | |
against mistakes (https://forum.bitcoin.org/index.php?topic=19168.0) | |||
2011-06-13 | Address book: select action (edit/select) based on context | Wladimir J. van der Laan | |
2011-06-11 | move back to original directory structure | Wladimir J. van der Laan | |