aboutsummaryrefslogtreecommitdiff
path: root/src/qt/transactionview.cpp
Commit message (Expand)AuthorAgeFilesLines
* scripted-diff: Move ui_interface to the node libMarcoFalke2020-06-271-1/+1
* Merge #17956: gui: Disable unavailable context menu items in transactions tabJonas Schnelli2020-05-291-4/+5
|\
| * Disable unavailable context menu items in transactions tabKristaps Kaupe2020-04-161-4/+5
* | qt: Remove QFont warnings with QPA=minimalHennadii Stepanov2020-05-131-3/+3
|/
* scripted-diff: Bump copyright of files changed in 2019MarcoFalke2019-12-301-1/+1
* qt: Remove QSignalMapper from TransactionViewHennadii Stepanov2019-08-251-9/+3
* Make reasoning about dependencies easier by not including unused dependenciespracticalswift2019-06-021-1/+0
* Fix issue #9683 "gui, wallet: random abort (segmentation fault) running maste...Chris Moore2019-02-041-1/+1
* Don't use zero as null pointer constant (-Wzero-as-null-pointer-constant)practicalswift2019-01-131-2/+2
* Set C locale for amountWidgetHennadii Stepanov2018-09-261-1/+5
* qt: Use new Qt5 connect syntaxJoão Barbosa2018-08-211-28/+29
* Merge #12818: [qt] TransactionView: highlight replacement tx after fee bumpMarcoFalke2018-08-201-1/+12
|\
| * [qt] TransactionView: highlight replacement tx after fee bumpSjors Provoost2018-08-011-1/+12
* | Update copyright headers to 2018DrahtBot2018-07-271-1/+1
|/
* gui: Remove QT_VERSION fallbacks for Qt < 5Wladimir J. van der Laan2018-06-181-4/+0
* Remove most direct bitcoin calls from qt/walletmodel.cppRussell Yanofsky2018-04-041-5/+5
* qt: Remove TransactionTableModel::TxIDRoleJoão Barbosa2018-03-071-2/+2
* [qt] navigate to transaction history page after sendSjors Provoost2018-03-011-2/+27
* Merge #10498: Use static_cast instead of C-style casts for non-fundamental typesMarcoFalke2018-02-071-1/+1
|\
| * Use static_cast instead of C-style casts for non-fundamental typespracticalswift2017-09-221-1/+1
* | Merge #12074: [qt] Optimizes boolean expression model && model->haveWatchOnly()Jonas Schnelli2018-01-031-1/+1
|\ \
| * | [qt] Simplifies boolean expression model && model->haveWatchOnly()2512018-01-021-1/+1
* | | Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa2018-01-031-1/+1
|/ /
* | Merge #10574: Remove includes in .cpp files for things the corresponding .h f...Wladimir J. van der Laan2017-12-121-1/+0
|\ \
| * | Remove includes in .cpp files for things the corresponding .h file already in...practicalswift2017-11-161-1/+0
* | | Merge #11395: Qt: Enable searching by transaction idJonas Schnelli2017-11-291-7/+7
|\ \ \ | |/ / |/| |
| * | Qt: Enable searching by transaction idLuke Dashjr2017-11-101-1/+1
| * | Qt: Rename confusingly-named "address prefix" to "search string"Luke Dashjr2017-11-101-7/+7
* | | scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider2017-11-161-17/+17
|/ /
* / [Qt] Add delay before filtering transactionsLucas Betschart2017-09-181-7/+20
|/
* scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...practicalswift2017-08-071-1/+1
* [qt] Avoid potential null pointer dereference in TransactionView::exportClick...practicalswift2017-06-271-0/+4
* [Qt] hide bump context menu action if tx already has been bumpedJonas Schnelli2017-05-241-1/+1
* Add Qt tests for wallet spends & bumpfeeRussell Yanofsky2017-05-231-2/+5
* Only update the transactionrecord if the fee bump has been commitedJonas Schnelli2017-05-111-4/+4
* Make sure we always update the table row after a bumpfee callJonas Schnelli2017-05-111-0/+3
* [Qt] simple fee bumper with user verificationJonas Schnelli2017-05-111-1/+21
* Increment MIT Licence copyright header year on files modified in 2016isle29832016-12-311-1/+1
* qt: Plug many memory leaksWladimir J. van der Laan2016-11-231-3/+3
* Do not shadow in src/qtPavel Janík2016-09-231-8/+8
* check that transactionView->selectionModel()->selectedRows(0) existsfsb40002016-06-241-0/+2
* Qt: Sort transactions by dateTyler Hardin2016-05-091-1/+1
* qt: Make it possible to show details for multiple transactionsWladimir J. van der Laan2016-04-251-2/+3
* [Qt] Support for abandoned/abandoning transactionsJonas Schnelli2016-04-041-2/+31
* QT: Add 'copy full transaction details' optionEric Shaw2016-03-071-6/+10
* [Wallet] Transaction View: LastMonth calculation fixedcrowning-2016-01-131-1/+1
* 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/+8
* qt: Introduce PlatformStyleWladimir J. van der Laan2015-07-311-31/+32
* qt: define QT_NO_KEYWORDSWladimir J. van der Laan2015-07-151-2/+2