aboutsummaryrefslogtreecommitdiff
path: root/src/qt/forms
AgeCommit message (Collapse)Author
2011-10-09Improved Mac experience; QDoubleSpinBox for BitcoinAmountFieldp2k
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-27Send Coins page not cleared when changing tabs. Clear all button for ↵Janne Pulkkinen
clearing the entries
2011-09-22show balance in sendcoins screen (issue #24)Wladimir J. van der Laan
2011-08-31Wallet encryption part 2: ask passphrase when needed, add menu optionsWladimir J. van der Laan
2011-08-03show last few transactions on overview pageWladimir J. van der Laan
2011-07-24improve tooltip textsWladimir J. van der Laan
2011-07-18one remove/delete icon is enough and the red minus better matches the add iconWladimir J. van der Laan
2011-07-18move buttons to bottom of send coins tab, outside of scroll areaWladimir J. van der Laan
2011-07-17put sendcoins entries in scroll area, so that window does not become bigger ↵Wladimir J. van der Laan
than screen with many recipients
2011-07-16add sendmany supportWladimir J. van der Laan
2011-07-11Show unconfirmed balance on overview pageWladimir J. van der Laan
2011-07-09remove placeholder text from ui form, code generator screws up on older qtWladimir J. van der Laan
2011-07-08forgot synced iconsWladimir J. van der Laan
2011-07-08Reorganize "send coins" tabWladimir J. van der Laan
2011-07-07convert to full tab-based uiWladimir J. van der Laan
2011-07-07Rename "History" tab to more logical "Transactions", move "Number of ↵Wladimir J. van der Laan
transactions" from status bar to overview page
2011-07-05tab reorg phase 1: split main gui into "overview" and "history"Wladimir J. van der Laan
2011-07-03windows build fixesWladimir J. van der Laan
2011-07-03move another setPlaceHolderText to 4.7+ only codeWladimir J. van der Laan
2011-07-02remove "edit" button, document double-click behaviour to editWladimir J. van der Laan
2011-07-02ui 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-02make tooltip equal to placeholderWladimir J. van der Laan
2011-07-02Send: dialog redesign (automatically look up label for entered address)Wladimir J. van der Laan
2011-07-01Remove "default address" from main GUI screen, it only confuses peopleWladimir J. van der Laan
2011-06-30add icons to address book dialog buttonsWladimir J. van der Laan
2011-06-26Change 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-26reduce spacing between "Add to address book as" and the text fieldWladimir J. van der Laan
2011-06-25compile fixes by UnthinkingbitWladimir J. van der Laan
2011-06-25Improve look/usablity of send coins dialogWladimir J. van der Laan
2011-06-25allow adding address to address book in send dialogWladimir J. van der Laan
2011-06-23experiment with internationalization (nl), unbreak build (externui.h->qtui.h)Wladimir J. van der Laan
2011-06-21clarify textWladimir J. van der Laan
2011-06-21Allow changing default address (fixes issue #6)Wladimir J. van der Laan
2011-06-21Add comment to tooltip that only sending addresses can be deletedWladimir J. van der Laan
2011-06-21Fix some padding and focus issues with the new BitcoinAmountWidgetWladimir J. van der Laan
2011-06-20introduce 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-13Address book: select action (edit/select) based on contextWladimir J. van der Laan
2011-06-11move back to original directory structureWladimir J. van der Laan