index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
qt
/
transactionview.cpp
Age
Commit message (
Expand
)
Author
2019-02-04
Fix issue #9683 "gui, wallet: random abort (segmentation fault) running maste...
Chris Moore
2019-01-13
Don't use zero as null pointer constant (-Wzero-as-null-pointer-constant)
practicalswift
2018-09-26
Set C locale for amountWidget
Hennadii Stepanov
2018-08-21
qt: Use new Qt5 connect syntax
João Barbosa
2018-08-20
Merge #12818: [qt] TransactionView: highlight replacement tx after fee bump
MarcoFalke
2018-08-01
[qt] TransactionView: highlight replacement tx after fee bump
Sjors Provoost
2018-07-27
Update copyright headers to 2018
DrahtBot
2018-06-18
gui: Remove QT_VERSION fallbacks for Qt < 5
Wladimir J. van der Laan
2018-04-04
Remove most direct bitcoin calls from qt/walletmodel.cpp
Russell Yanofsky
2018-03-07
qt: Remove TransactionTableModel::TxIDRole
João Barbosa
2018-03-01
[qt] navigate to transaction history page after send
Sjors Provoost
2018-02-07
Merge #10498: Use static_cast instead of C-style casts for non-fundamental types
MarcoFalke
2018-01-03
Merge #12074: [qt] Optimizes boolean expression model && model->haveWatchOnly()
Jonas Schnelli
2018-01-03
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2018-01-02
[qt] Simplifies boolean expression model && model->haveWatchOnly()
251
2017-12-12
Merge #10574: Remove includes in .cpp files for things the corresponding .h f...
Wladimir J. van der Laan
2017-11-29
Merge #11395: Qt: Enable searching by transaction id
Jonas Schnelli
2017-11-16
Remove includes in .cpp files for things the corresponding .h file already in...
practicalswift
2017-11-16
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-11-10
Qt: Enable searching by transaction id
Luke Dashjr
2017-11-10
Qt: Rename confusingly-named "address prefix" to "search string"
Luke Dashjr
2017-09-22
Use static_cast instead of C-style casts for non-fundamental types
practicalswift
2017-09-18
[Qt] Add delay before filtering transactions
Lucas Betschart
2017-08-07
scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...
practicalswift
2017-06-27
[qt] Avoid potential null pointer dereference in TransactionView::exportClick...
practicalswift
2017-05-24
[Qt] hide bump context menu action if tx already has been bumped
Jonas Schnelli
2017-05-23
Add Qt tests for wallet spends & bumpfee
Russell Yanofsky
2017-05-11
Only update the transactionrecord if the fee bump has been commited
Jonas Schnelli
2017-05-11
Make sure we always update the table row after a bumpfee call
Jonas Schnelli
2017-05-11
[Qt] simple fee bumper with user verification
Jonas Schnelli
2016-12-31
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-11-23
qt: Plug many memory leaks
Wladimir J. van der Laan
2016-09-23
Do not shadow in src/qt
Pavel Janík
2016-06-24
check that transactionView->selectionModel()->selectedRows(0) exists
fsb4000
2016-05-09
Qt: Sort transactions by date
Tyler Hardin
2016-04-25
qt: Make it possible to show details for multiple transactions
Wladimir J. van der Laan
2016-04-04
[Qt] Support for abandoned/abandoning transactions
Jonas Schnelli
2016-03-07
QT: Add 'copy full transaction details' option
Eric Shaw
2016-01-13
[Wallet] Transaction View: LastMonth calculation fixed
crowning-
2015-12-13
Bump copyright headers to 2015
MarcoFalke
2015-11-19
ui: Add "Copy raw transaction data" to transaction list context menu
Wladimir J. van der Laan
2015-07-31
qt: Introduce PlatformStyle
Wladimir J. van der Laan
2015-07-15
qt: define QT_NO_KEYWORDS
Wladimir J. van der Laan
2014-12-27
Adopt style colour for button icons
Luke Dashjr
2014-12-19
Added "Core" to copyright headers
sandakersmann
2014-12-16
Remove references to X11 licence
Michael Ford
2014-09-26
Use a typedef for monetary values
Mark Friedenbach
2014-08-28
[Qt] minor watch-only changes
Philip Kaufmann
2014-08-11
[Qt] Add column Watch-only to transactions list
Cozz Lovan
2014-07-07
Merge remote-tracking branch 'upstream/master'
Roy Badami
[next]