aboutsummaryrefslogtreecommitdiff
path: root/src/qt/transactionview.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Bugfix: Fix a variety of misspellingsLuke Dashjr2012-08-011-1/+1
|
* Make sort and filters for transactions and labels case-insensitiveWladimir J. van der Laan2012-07-171-0/+2
|
* When a transaction is clicked on overview page, focus it on history pageWladimir J. van der Laan2012-05-121-0/+10
|
* add 2 comments to transactionview.cpp to ensure no one moves ↵Philip Kaufmann2012-05-101-0/+2
| | | | setPlaceholderText to the XML file (after this all parts in the code that use setPlaceholderText have this comment
* harmonize the use of ellipsis ("...") to be used in menus, but not on ↵Philip Kaufmann2012-05-091-1/+1
| | | | buttons / update some strings to be more informative
* fix default suffixes in save dialog in GNOME, make it more clear that PNG is ↵Wladimir J. van der Laan2012-02-151-4/+2
| | | | used (solves #833)
* Fix transaction type in UI: not all tx'es with "from"/"to" field are ↵Wladimir J. van der Laan2011-12-281-2/+2
| | | | | | | 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)
* Copy amount to clipboard (implements #657)Wladimir J. van der Laan2011-12-231-19/+12
| | | | - Also, unify similar code related to copying transaction fields to clipboard
* Comments updateWladimir J. van der Laan2011-12-231-1/+0
|
* Revert "Use standard C99 (and Qt) types for 64-bit integers"Wladimir J. van der Laan2011-12-211-1/+0
| | | | This reverts commit 21d9f36781604e4ca9fc35dc65265593423b73e9.
* Use standard C99 (and Qt) types for 64-bit integersLuke Dashjr2011-12-201-0/+1
|
* Add robustness against null modelsWladimir J. van der Laan2011-11-081-26/+47
|
* Fix segmentation fault when editing address not in address book (issue #615)Wladimir J. van der Laan2011-11-081-0/+4
|
* Improved Mac experience; QDoubleSpinBox for BitcoinAmountFieldp2k2011-10-091-7/+24
| | | | | | | | 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.
* add russian translation and add unicode compatibility (merges pull request #20)Misbakh-Soloviev Vadim A2011-08-281-15/+15
|
* don't include <QDebug>Wladimir J. van der Laan2011-08-071-2/+0
|
* Full support for other units, add configuration option for default unit ↵Wladimir J. van der Laan2011-07-291-1/+2
| | | | (used when displaying amounts)
* normalize SIGNAL/SLOT signatures ↵Wladimir J. van der Laan2011-07-271-5/+5
| | | | (http://marcmutz.wordpress.com/effective-qt/prefer-to-use-normalised-signalslot-signatures/)
* preparations for multiple unit (uBTC, mBTC, BTC) support, fix amount entry issueWladimir J. van der Laan2011-07-251-2/+2
|
* Implement range... transaction filterWladimir J. van der Laan2011-07-221-2/+49
|
* Fix error when export is cancelled without specifying a filename.Celil2011-07-141-0/+2
|
* add export functionality for address book / receiving addressesWladimir J. van der Laan2011-07-091-4/+0
|
* Add context menu on transaction list: copy label, copy address, edit label, ↵Wladimir J. van der Laan2011-07-081-2/+108
| | | | show details
* Selection/tab navigation fixesWladimir J. van der Laan2011-07-071-0/+1
|
* Export functionality for transaction listWladimir J. van der Laan2011-07-071-2/+38
|
* minor language/text updatesWladimir J. van der Laan2011-07-071-1/+1
|
* Eliminate useless paddingWladimir J. van der Laan2011-07-031-1/+5
|
* Placeholder text can only be used for Qt 4.7+Wladimir J. van der Laan2011-07-021-0/+4
|
* Add "last month" filterWladimir J. van der Laan2011-07-011-1/+7
|
* make amount column wider, so that more decimals fit inWladimir J. van der Laan2011-07-011-3/+3
|
* Fix detailed transaction information on doubleclickWladimir J. van der Laan2011-06-301-0/+2
|
* Implement filter row instead of tabs, allows for more expressive filtersWladimir J. van der Laan2011-06-291-0/+182