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
/
transactionrecord.h
Age
Commit message (
Expand
)
Author
2019-01-03
Don't label transactions "Open" while catching up
Hennadii Stepanov
2018-10-28
Remove unused `adjustedTime` parameter
Hennadii Stepanov
2018-07-27
Update copyright headers to 2018
DrahtBot
2018-07-09
Remove useless mapRequest tracking that just effects Qt display.
Matt Corallo
2018-04-07
scripted-diff: Avoid `interface` keyword to fix windows gitian build
Russell Yanofsky
2018-04-04
Remove direct bitcoin calls from qt transaction table files
Russell Yanofsky
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-11-16
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-07-25
Add const to methods that do not modify the object for which it is called
practicalswift
2017-05-24
[Qt] make sure transaction table entry gets updated after bump
Jonas Schnelli
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-04-04
Merge #7707: [RPC][QT] UI support for abandoned transactions
Jonas Schnelli
2016-04-04
[Qt] Support for abandoned/abandoning transactions
Jonas Schnelli
2016-03-29
[Qt] remove trailing output-index from transaction-id
Jonas Schnelli
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-11-03
Fix all header defines
Pavel Janík
2014-09-26
Use a typedef for monetary values
Mark Friedenbach
2014-07-21
Revert "UI to alert of respend attempt affecting wallet."
Wladimir J. van der Laan
2014-07-21
Revert "Formatting, spelling, comment fixes."
Wladimir J. van der Laan
2014-07-02
Watchonly transactions are marked in transaction history
JaSK
2014-06-27
Formatting, spelling, comment fixes.
Tom Harding
2014-06-27
UI to alert of respend attempt affecting wallet.
Tom Harding
2014-02-28
qt: Modernize 'confirmed' terminology in shown tx status
Wladimir J. van der Laan
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-09-06
qt: add vout index to transaction id in transactions details dialog
Wladimir J. van der Laan
2013-03-17
Bitcoin-Qt: massive header and cpp cleanup
Philip Kaufmann
2013-01-09
Display tx nLockTime correctly when set to block #
Peter Todd
2011-12-28
Fix transaction type in UI: not all tx'es with "from"/"to" field are necessar...
Wladimir J. van der Laan
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-13
Improve documentation for UI classes
Wladimir J. van der Laan
2011-07-07
Export functionality for transaction list
Wladimir J. van der Laan
2011-06-29
Implement filter row instead of tabs, allows for more expressive filters
Wladimir J. van der Laan
2011-06-26
update core to d0d80170a2ca73004e08fb85007fe055cbf4e411 (CWallet class)
Wladimir J. van der Laan
2011-06-20
number of confirmations is no longer magic value
Wladimir J. van der Laan
2011-06-11
move back to original directory structure
Wladimir J. van der Laan