Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-10-25 | fix some double-spaces in strings | Philip Kaufmann | |
- remove some unneeded stuff in sendcoinsentry.ui - harmonize some "Error:"-messages | |||
2012-09-21 | enhance Qt5 compatibility | Philip Kaufmann | |
- replace Q_WS_MAC (not supported anymore in Qt5) with Q_OS_MAC (supported in Qt4/5) | |||
2012-08-07 | Fix Qt test cases by moving address checks to parseBitcoinURI | Matt Corallo | |
Makes sense in case bitcoin URIs eventually allow invalid addresses as a part of some larger future payment scheme. | |||
2012-07-26 | Typo | Michael Ford | |
2012-06-17 | add the slot updateDisplayUnit() to overviewpage, sendcoinsdialog, ↵ | Philip Kaufmann | |
sendcoinsentry and connect it to displayUnitChanged() - this ensures all fields in the GUI, who use a display unit are imediately updated, when the user changes this setting in the optionsdialog / ensure used fields init with the current set display unit | |||
2012-06-14 | URI-handling code update: added safety checks and tray-notifications | Philip Kaufmann | |
2012-05-25 | Added 'immature balance' for miners. Only displayed if the balance is ↵ | sje397 | |
greater than zero. This adds a field labelled 'Immature' in the overview section under the 'unconfirmed' field, which shows mined income that has not yet matured (which is currently not displayed anywhere, even though the transactions exist in the transaction list). To do that I added a 'GetImmatureBalance' method to the wallet, and connected that through to the GUI as per the 'GetBalance' and 'GetUnconfirmedBalance' methods. I did a small 'no-op' change to make the code in adjacent functions a little more readable (imo); it was a change I had made in my repo earlier...but I thought it wouldn't hurt so left it in. Immature balance comes from mined income that is at least two blocks deep in the chain (same logic as displayed transactions). My reasoning is: - as a miner, it's a critical stat I want to see - as a miner, and taking into account the label 'immature', the uncertainty is pretty clearly implied - those numbers are already displayed in the transaction list - this makes the overview numbers add up to what's in the transaction list - it's not displayed if the immature balance is 0, so won't bother non-miners I also 'cleaned' the overview UI a little, moving code to the XML and removing HTML. | |||
2012-05-13 | update some strings used as warning messages in sendcoinsdialog.cpp | Philip Kaufmann | |
2012-04-15 | fix warnings: enumeration values 'XX' not handled in switch [-Wswitch-enum] | Wladimir J. van der Laan | |
2012-04-06 | Bugfix: Replace "URL" with "URI" where we aren't actually working with URLs | Luke Dashjr | |
2012-02-17 | Restructure IPC URL handling (fixes #851) | Wladimir J. van der Laan | |
2012-01-05 | Add support for opening bitcoin: URIs directly. | Matt Corallo | |
2012-01-05 | Automatically refocus on new SendCoinsEntrys and scroll to them. | Matt Corallo | |
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-08 | Add robustness against null models | Wladimir J. van der Laan | |
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-07 | don't include <QDebug> | Wladimir J. van der Laan | |
2011-08-07 | Accept "bitcoin:" URL drops from browsers | Wladimir J. van der Laan | |
2011-07-31 | Properly html-escape labels | Wladimir J. van der Laan | |
2011-07-26 | show amounts in <b>bold</b> in confirmation dialog | Wladimir J. van der Laan | |
2011-07-25 | preparations for multiple unit (uBTC, mBTC, BTC) support, fix amount entry issue | Wladimir J. van der Laan | |
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-08 | Add context menu on transaction list: copy label, copy address, edit label, ↵ | Wladimir J. van der Laan | |
show details | |||
2011-07-08 | send coins dialog: make sure send button remain default button (triggered ↵ | Wladimir J. van der Laan | |
with enter) | |||
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 | Selection/tab navigation fixes | Wladimir J. van der Laan | |
2011-07-07 | convert to full tab-based ui | Wladimir J. van der Laan | |
2011-07-03 | move another setPlaceHolderText to 4.7+ only code | Wladimir J. van der Laan | |
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 | |||
2011-06-30 | show an error if amount is not valid (either the amount or decimals is empty) | Wladimir J. van der Laan | |
2011-06-29 | Implement filter row instead of tabs, allows for more expressive filters | Wladimir J. van der Laan | |
2011-06-25 | allow adding address to address book in send dialog | 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-18 | remove commented code, use // for one-line comments and comments inside ↵ | Wladimir J. van der Laan | |
functions | |||
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 | |