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
/
transactionfilterproxy.cpp
Age
Commit message (
Expand
)
Author
2023-01-26
Correctly limit overview transaction list
John Moffett
2022-12-16
clang-tidy, qt: Fix `modernize-use-default-member-init` in headers
Hennadii Stepanov
2021-12-30
scripted-diff: Bump copyright headers
Hennadii Stepanov
2021-08-24
refactor: replace QDateTime::fromTime_t with QDateTime::fromSecsSinceEpoch
fanquake
2021-06-11
qt: Refactor open date range to use std::optional
João Barbosa
2018-07-27
Update copyright headers to 2018
DrahtBot
2018-03-11
qt: Avoid querying unnecessary model data when filtering transactions
João Barbosa
2018-03-07
qt: Remove TransactionTableModel::TxIDRole
João Barbosa
2018-01-03
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
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: Avoid invalidating the search filter, when it doesn't really change
Luke Dashjr
2017-11-10
Qt: Rename confusingly-named "address prefix" to "search string"
Luke Dashjr
2016-12-31
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-09-23
Do not shadow in src/qt
Pavel Janík
2016-01-05
Bump copyright headers to 2014
MarcoFalke
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-11
[Qt] Add column Watch-only to transactions list
Cozz Lovan
2014-07-21
Revert "UI to alert of respend attempt affecting wallet."
Wladimir J. van der Laan
2014-06-27
UI to alert of respend attempt affecting wallet.
Tom Harding
2014-02-14
qt: GUI for conflicted transactions
Wladimir J. van der Laan
2013-11-10
Cleanup code using forward declarations.
Brandon Dahler
2013-11-04
qt: add license header to source files
Wladimir J. van der Laan
2013-03-17
Bitcoin-Qt: massive header and cpp cleanup
Philip Kaufmann
2011-12-21
Revert "Use standard C99 (and Qt) types for 64-bit integers"
Wladimir J. van der Laan
2011-12-20
Use standard C99 (and Qt) types for 64-bit integers
Luke Dashjr
2011-11-24
allow for filtering addresses and labels by searching for the typed string an...
Wladimir J. van der Laan
2011-08-07
don't include <QDebug>
Wladimir J. van der Laan
2011-08-05
improve tooltip over transactions
Wladimir J. van der Laan
2011-08-03
show last few transactions on overview page
Wladimir J. van der Laan
2011-06-29
Implement filter row instead of tabs, allows for more expressive filters
Wladimir J. van der Laan