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
/
recentrequeststablemodel.cpp
Age
Commit message (
Expand
)
Author
2019-12-30
scripted-diff: Bump copyright of files changed in 2019
MarcoFalke
2019-11-29
Fix comparison function signature
Hennadii Stepanov
2019-11-19
refactor: Cleanup headers from walletmodel.h
Hennadii Stepanov
2019-08-22
refactor: replace qSort with std::sort
fanquake
2019-01-05
Use C++11 default member initializers
MarcoFalke
2018-08-21
qt: Use new Qt5 connect syntax
João Barbosa
2018-07-27
Update copyright headers to 2018
DrahtBot
2018-04-04
Remove direct bitcoin calls from qt transaction table files
Russell Yanofsky
2018-03-26
Reduce variable scopes
practicalswift
2018-01-03
Merge #12035: [qt] change µBTC to bits
Jonas Schnelli
2018-01-03
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2017-12-28
[qt] change µBTC to bits
William Casarin
2017-11-16
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-08-07
scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...
practicalswift
2017-06-22
scripted-diff: Remove #include <boost/foreach.hpp>
Jorge Timón
2017-06-13
Merge #10502: scripted-diff: Remove BOOST_FOREACH, Q_FOREACH and PAIRTYPE
Pieter Wuille
2017-06-05
scripted-diff: Fully remove BOOST_FOREACH
Jorge Timón
2017-06-05
Limit variable scope
practicalswift
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-01-20
[Qt] rename "amount" to "requested amount" in receive coins table
Jonas Schnelli
2015-12-13
Bump copyright headers to 2015
MarcoFalke
2015-07-15
qt: define QT_NO_KEYWORDS
Wladimir J. van der Laan
2015-04-20
[Qt] header group cleanup
Philip Kaufmann
2014-12-19
Added "Core" to copyright headers
sandakersmann
2014-12-16
Remove references to X11 licence
Michael Ford
2014-10-29
Separate protocol versioning from clientversion
Cory Fields
2014-10-22
boost: split stream classes out of serialize.h
Cory Fields
2014-09-02
Discover some missing includes
jtimon
2014-07-20
[Qt] Fix thin space in URI
Cozz Lovan
2014-06-25
[Qt] New status bar Unit Display Control and related changes.
gubatron
2014-02-09
Copyright header updates s/2013/2014 on files whose last git commit was done ...
gubatron
2014-01-29
[Qt] minor receive tab improvements
Cozz Lovan
2014-01-19
[Qt] Add sorting feature to the requested payments table
Cozz Lovan
2014-01-19
[Qt] Permanently store requested payments in wallet
Cozz Lovan
2013-12-11
[Qt] fix RecentRequestsTableModel function ambiuguity
Philip Kaufmann
2013-11-19
qt: keep a list of requested payments
Wladimir J. van der Laan