aboutsummaryrefslogtreecommitdiff
path: root/src/qt/transactionview.cpp
AgeCommit message (Collapse)Author
2011-11-08Add robustness against null modelsWladimir J. van der Laan
2011-11-08Fix segmentation fault when editing address not in address book (issue #615)Wladimir J. van der Laan
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-08-28add russian translation and add unicode compatibility (merges pull request #20)Misbakh-Soloviev Vadim A
2011-08-07don't include <QDebug>Wladimir J. van der Laan
2011-07-29Full support for other units, add configuration option for default unit ↵Wladimir J. van der Laan
(used when displaying amounts)
2011-07-27normalize SIGNAL/SLOT signatures ↵Wladimir J. van der Laan
(http://marcmutz.wordpress.com/effective-qt/prefer-to-use-normalised-signalslot-signatures/)
2011-07-25preparations for multiple unit (uBTC, mBTC, BTC) support, fix amount entry issueWladimir J. van der Laan
2011-07-22Implement range... transaction filterWladimir J. van der Laan
2011-07-14Fix error when export is cancelled without specifying a filename.Celil
2011-07-09add export functionality for address book / receiving addressesWladimir J. van der Laan
2011-07-08Add context menu on transaction list: copy label, copy address, edit label, ↵Wladimir J. van der Laan
show details
2011-07-07Selection/tab navigation fixesWladimir J. van der Laan
2011-07-07Export functionality for transaction listWladimir J. van der Laan
2011-07-07minor language/text updatesWladimir J. van der Laan
2011-07-03Eliminate useless paddingWladimir J. van der Laan
2011-07-02Placeholder text can only be used for Qt 4.7+Wladimir J. van der Laan
2011-07-01Add "last month" filterWladimir J. van der Laan
2011-07-01make amount column wider, so that more decimals fit inWladimir J. van der Laan
2011-06-30Fix detailed transaction information on doubleclickWladimir J. van der Laan
2011-06-29Implement filter row instead of tabs, allows for more expressive filtersWladimir J. van der Laan