aboutsummaryrefslogtreecommitdiff
path: root/src/qt/transactionview.h
Commit message (Collapse)AuthorAgeFilesLines
* Increment MIT Licence copyright header year on files modified in 2016isle29832016-12-311-1/+1
| | | | | | Edited via: $ contrib/devtools/copyright_header.py update .
* [Qt] Support for abandoned/abandoning transactionsJonas Schnelli2016-04-041-0/+2
|
* QT: Add 'copy full transaction details' optionEric Shaw2016-03-071-0/+1
| | | | | | | | Adds feature from issue #7484 modifies the ctrl-c binding to copy full transaction details in transaction view. Added translation
* Bump copyright headers to 2015MarcoFalke2015-12-131-1/+1
|
* ui: Add "Copy raw transaction data" to transaction list context menuWladimir J. van der Laan2015-11-191-0/+1
| | | | | | | Add a way to quickly copy transaction hex. Primarily useful when manually submitting transactions, e.g. `-walletbroadcast=0` is set.
* qt: Introduce PlatformStyleWladimir J. van der Laan2015-07-311-1/+2
| | | | | | | | | | | | | | Introduce a PlatformStyle to handle platform-specific customization of the UI. This replaces 'scicon', as well as #ifdefs to determine whether to place icons on buttons. The selected PlatformStyle defaults to the platform that the application was compiled on, but can be overridden from the command line with `-uiplatform=<x>`. Also fixes the warning from #6328.
* qt: define QT_NO_KEYWORDSWladimir J. van der Laan2015-07-151-3/+3
| | | | | | | | QT_NO_KEYWORDS prevents Qt from defining the `foreach`, `signals`, `slots` and `emit` macros. Avoid overlap between Qt macros and boost - for example #undef hackiness in #6421.
* [Qt] change transaction table column widthJonas Schnelli2015-01-161-2/+2
| | | | make enought space for the new icons
* Added "Core" to copyright headerssandakersmann2014-12-191-1/+1
| | | | | Github-Pull: #5494 Rebased-From: 15de949bb9277e442302bdd8dee299a8d6deee60
* Remove references to X11 licenceMichael Ford2014-12-161-1/+1
|
* Fix all header definesPavel Janík2014-11-031-3/+3
|
* [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