Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-11-04 | qt: add license header to source files | Wladimir J. van der Laan | |
Closes #839 | |||
2013-10-23 | qt: rework "receive coins" workflow | Wladimir J. van der Laan | |
2013-08-23 | Bitcoin-Qt: extend some checks for valid model pointers | Philip Kaufmann | |
2013-05-30 | CSecret/CKey -> CKey/CPubKey split/refactor | Pieter Wuille | |
2013-03-17 | Bitcoin-Qt: massive header and cpp cleanup | Philip Kaufmann | |
- try to enforce the same style to all Qt related files - remove unneeded includes from the files - add missing Q_OBJECT, QT_BEGIN_NAMESPACE / QT_END_NAMESPACE - prepares for a pull-req to include Qt5 compatibility | |||
2013-01-10 | Bitcoin-Qt: use reference in setAddress_SM() and setAddress_VM() | Philip Kaufmann | |
2012-08-01 | Bugfix: Fix a variety of misspellings | Luke Dashjr | |
2012-07-06 | GUI: merge sign/verify message into a single window with tabbed UI | Philip Kaufmann | |
- add UI-feedback via QValidatedLineEdit - copy button for generated signature was moved to the signature output field - add an addressbook button to verify message tab - input fields are now evenly ordered for sign and verify tabs - update FIRST_CLASS_MESSAGING support to ensure a good UX - add a button and context menu entry in addressbook for verify message (to be consistent with sign message) - focus is now only set/changed, when clearing input fields or adding an address via addressbook - re-work / update some strings - ensure model gets initialized in the SignVerifyMessageDialog constructor - add checks for a valid model to both addressbook buttons - remove unneeded includes for Qt GUI elements that are listed in ui_signverifymessagedialog.h anyway |