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
2021-05-16
qt: Replace disambiguation strings with translator comments
Hennadii Stepanov
2021-05-10
Merge bitcoin-core/gui#257: refactor: Use template function qOverload in sign...
Hennadii Stepanov
2021-05-02
scripted-diff: Replace three dots with ellipsis in the UI strings
Hennadii Stepanov
2021-04-30
qt: Use template function qOverload in signal-slot connections
Hennadii Stepanov
2021-04-14
qt, refactor: Use better QMenu::addAction overloaded function
Hennadii Stepanov
2021-04-05
qt: Handle exceptions in TransactionView::bumpFee slot
Hennadii Stepanov
2021-03-16
Merge #220: Do not translate file extensions
Wladimir J. van der Laan
2021-03-06
qt: Do not translate file extensions
Hennadii Stepanov
2021-02-27
qt: Fix regression with initial sorting after pr205
Hennadii Stepanov
2021-02-24
qt: Rename "Edit label" to "Edit address label"
Wladimir J. van der Laan
2021-02-24
Revert "qt: Remove Transactionview Edit Label Action"
Wladimir J. van der Laan
2021-02-22
Merge bitcoin-core/gui#211: qt: Remove Transactionview Edit Label Action
MarcoFalke
2021-02-17
qt: Remove Transactionview Edit Label Action
Jarol Rodriguez
2021-01-31
qt: Save/restore TransactionView table column sizes
Hennadii Stepanov
2021-01-31
qt: Move transactionView properties settings to constructor
Hennadii Stepanov
2021-01-31
qt, refactor: Drop intermediate assignment
Hennadii Stepanov
2021-01-31
qt: Drop buggy TableViewLastColumnResizingFixer class
Hennadii Stepanov
2020-12-31
scripted-diff: Bump copyright headers
MarcoFalke
2020-08-26
qt, refactor: Fix 'split is deprecated' warnings
Hennadii Stepanov
2020-08-26
qt, refactor: Fix 'QDateTime is deprecated' warnings
Hennadii Stepanov
2020-06-27
scripted-diff: Move ui_interface to the node lib
MarcoFalke
2020-05-29
Merge #17956: gui: Disable unavailable context menu items in transactions tab
Jonas Schnelli
2020-05-13
qt: Remove QFont warnings with QPA=minimal
Hennadii Stepanov
2020-04-16
Disable unavailable context menu items in transactions tab
Kristaps Kaupe
2019-12-30
scripted-diff: Bump copyright of files changed in 2019
MarcoFalke
2019-08-25
qt: Remove QSignalMapper from TransactionView
Hennadii Stepanov
2019-06-02
Make reasoning about dependencies easier by not including unused dependencies
practicalswift
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
[next]