Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-01-04 | Fix transaction type in UI: not all tx'es with "from"/"to" field are ↵ | Wladimir J. van der Laan | |
necessarily IP tx'es - Also, prepare for OP_EVAL by calling all transactions without bitcoin address "SendToOther"/"RecvFromOther", (IP tx'es are so rare they can be put together with funky EV_EVAL scripts) | |||
2011-11-08 | Add robustness against null models | Wladimir J. van der Laan | |
2011-11-08 | Fix segmentation fault when editing address not in address book (issue #615) | 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-08-28 | add russian translation and add unicode compatibility (merges pull request #20) | Misbakh-Soloviev Vadim A | |
2011-08-07 | don't include <QDebug> | 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-27 | normalize SIGNAL/SLOT signatures ↵ | Wladimir J. van der Laan | |
(http://marcmutz.wordpress.com/effective-qt/prefer-to-use-normalised-signalslot-signatures/) | |||
2011-07-25 | preparations for multiple unit (uBTC, mBTC, BTC) support, fix amount entry issue | Wladimir J. van der Laan | |
2011-07-22 | Implement range... transaction filter | Wladimir J. van der Laan | |
2011-07-14 | Fix error when export is cancelled without specifying a filename. | Celil | |
2011-07-09 | add export functionality for address book / receiving addresses | 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-07 | Selection/tab navigation fixes | Wladimir J. van der Laan | |
2011-07-07 | Export functionality for transaction list | Wladimir J. van der Laan | |
2011-07-07 | minor language/text updates | Wladimir J. van der Laan | |
2011-07-03 | Eliminate useless padding | Wladimir J. van der Laan | |
2011-07-02 | Placeholder text can only be used for Qt 4.7+ | Wladimir J. van der Laan | |
2011-07-01 | Add "last month" filter | Wladimir J. van der Laan | |
2011-07-01 | make amount column wider, so that more decimals fit in | Wladimir J. van der Laan | |
2011-06-30 | Fix detailed transaction information on doubleclick | Wladimir J. van der Laan | |
2011-06-29 | Implement filter row instead of tabs, allows for more expressive filters | Wladimir J. van der Laan | |