aboutsummaryrefslogtreecommitdiff
path: root/src/qt/transactionview.h
Commit message (Collapse)AuthorAgeFilesLines
* [Qt] Add column Watch-only to transactions listCozz Lovan2014-08-111-0/+4
|
* Implement SI-style (thin space) thoudands separatorRoy Badami2014-05-171-0/+3
|
* [Qt] Optionally add third party links to transaction context menuCozz Lovan2014-04-251-0/+3
|
* [Qt] fix style, formating, comment and indentation problemsPhilip Kaufmann2014-03-271-6/+7
| | | | - introduced by #3920
* [QT] Fixes feel when resizing the last column on tables (issue #2862)gubatron2014-03-211-0/+13
| | | | | | | | | Re-submitting this pull request with a single commit. This patch introduces a GUIUtil class that is used when setting up the 2 tables we have so far on the Qt-GUI. In the past you could only resize the last column, which has BTC amounts from the right border of the column header, something that was rather unnatural. If a new table were ever to be added to the interface, fixing the last columns resizing behavior is rather simple. Just look at how we initialize here a TableViewLastColumnResizingFixer object when setting up the table header's behavior, and then how we override the resize event of the component (can be the table, or the dialog) and we invoke columnResizingFixer->stretchColumnWidth(columnIndex);
* Cleanup code using forward declarations.Brandon Dahler2013-11-101-5/+5
| | | | | | | | | Use misc methods of avoiding unnecesary header includes. Replace int typedefs with int##_t from stdint.h. Replace PRI64[xdu] with PRI[xdu]64 from inttypes.h. Normalize QT_VERSION ifs where possible. Resolve some indirect dependencies as direct ones. Remove extern declarations from .cpp files.
* qt: add license header to source filesWladimir J. van der Laan2013-11-041-0/+4
| | | | Closes #839
* transactionview: add message() signalPhilip Kaufmann2013-10-301-0/+3
| | | | | - allow to use message() in transactionview by connecting to the message() signal in WalletView
* Adding 'copy txid' to qt tx overview context menuRichard Schwab2013-03-211-0/+1
|
* Bitcoin-Qt: massive header and cpp cleanupPhilip Kaufmann2013-03-171-0/+1
| | | | | | | - try to enforce the same style to all Qt related files - remove unneeded includes from the files - add missing Q_OBJECT, QT_BEGIN_NAMESPACE / QT_END_NAMESPACE - prepares for a pull-req to include Qt5 compatibility
* When a transaction is clicked on overview page, focus it on history pageWladimir J. van der Laan2012-05-121-0/+1
|
* Copy amount to clipboard (implements #657)Wladimir J. van der Laan2011-12-231-4/+5
| | | | - Also, unify similar code related to copying transaction fields to clipboard
* Improve documentation for UI classesWladimir J. van der Laan2011-11-131-0/+3
|
* QtUI code cleanup / comment improvementsWladimir J. van der Laan2011-08-081-0/+1
|
* Implement range... transaction filterWladimir J. van der Laan2011-07-221-0/+9
|
* Add context menu on transaction list: copy label, copy address, edit label, ↵Wladimir J. van der Laan2011-07-081-3/+13
| | | | show details
* Export functionality for transaction listWladimir J. van der Laan2011-07-071-0/+1
|
* Add "last month" filterWladimir J. van der Laan2011-07-011-0/+1
|
* 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/+53