Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-04-04 | qtui.h/noui.h interface cleanup | Wladimir J. van der Laan | |
- rename wxMessageBox, remove redundant arguments to noui/qtui calls - also, add flag to force blocking, modal dialog box for disk space warning etc - clarify function naming - no more special MessageBox needed from AppInit2, as window object is created before calling AppInit2 | |||
2012-04-04 | remove dependency on serialize.h and util.h for SecureString | Wladimir J. van der Laan | |
2012-04-04 | Update UI through async calls MainFrameRepaint and AddressBookRepaint ↵ | Wladimir J. van der Laan | |
instead of a timer. - Overall, this is better design - This fixes problems with the address book UI not updating when the address book is changed through RPC - Move Statusbar change detection responsibility to ClientModel | |||
2012-04-03 | VC2010 compile fixes | Wladimir J. van der Laan | |
2012-02-15 | Added 'Backup Wallet' menu option | sje397 | |
- icon from the LGPL Nuvola set (like the tick) - http://www.icon-king.com/projects/nuvola/ - include 'boost/version.hpp' in db.cpp so that the overwrite version of copy can be used - catch exceptions in BackupWallet (e.g. filesystem_error thrown when trying to overwrite without the overwrite flag set) - include db.h in walletmodel.cpp for BackupWallet function - updated doc/assets-attribution.txt and contrib/debian/copyright with copyright info for new icon | |||
2011-12-21 | Revert "Use standard C99 (and Qt) types for 64-bit integers" | Wladimir J. van der Laan | |
This reverts commit 21d9f36781604e4ca9fc35dc65265593423b73e9. | |||
2011-12-20 | Use standard C99 (and Qt) types for 64-bit integers | Luke Dashjr | |
2011-11-26 | Implement an mlock()'d string class for storing passphrases | Dylan Noblesmith | |
SecureString is identical to std::string except with secure_allocator substituting for std::allocator. This makes casting between them impossible, so converting between the two at API boundaries requires calling ::c_str() for now. | |||
2011-11-13 | Improve documentation for UI classes | Wladimir J. van der Laan | |
2011-08-31 | comments and readme update | 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-23 | Wallet encryption part 1: show wallet encryption status | Wladimir J. van der Laan | |
2011-08-08 | QtUI code cleanup / comment improvements | Wladimir J. van der Laan | |
2011-07-29 | Full support for other units, add configuration option for default unit ↵ | Wladimir J. van der Laan | |
(used when displaying amounts) | |||
2011-07-17 | make initial block download reporting somewhat better by tracking version ↵ | Wladimir J. van der Laan | |
responses | |||
2011-07-16 | add sendmany support | Wladimir J. van der Laan | |
2011-07-14 | solve warnings at startup | Wladimir J. van der Laan | |
2011-07-11 | Show unconfirmed balance on overview page | Wladimir J. van der Laan | |
2011-07-08 | Add context menu on transaction list: copy label, copy address, edit label, ↵ | Wladimir J. van der Laan | |
show details | |||
2011-07-02 | Send: dialog redesign (automatically look up label for entered address) | Wladimir J. van der Laan | |
2011-06-30 | Split off WalletModel from ClientModel, to be able to support multi-wallets ↵ | Wladimir J. van der Laan | |
in future |