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
/
overviewpage.h
Age
Commit message (
Expand
)
Author
2019-01-13
Don't use zero as null pointer constant (-Wzero-as-null-pointer-constant)
practicalswift
2018-07-27
Update copyright headers to 2018
DrahtBot
2018-04-07
scripted-diff: Avoid `interface` keyword to fix windows gitian build
Russell Yanofsky
2018-04-04
Use WalletBalances struct in Qt
Russell Yanofsky
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
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-08-26
[Qt] make Out-Of-Sync warning icon clickable
Jonas Schnelli
2015-12-13
Bump copyright headers to 2015
MarcoFalke
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-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-08-11
Add boolean HaveWatchonly and signal NotifyWatchonlyChanged
Cozz Lovan
2014-07-02
Watchonly balances are shown separately in gui.
JaSK
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-31
qt: remove transaction count from overview page
Wladimir J. van der Laan
2013-03-17
Bitcoin-Qt: massive header and cpp cleanup
Philip Kaufmann
2012-10-25
Show warning when using prerelease version
Wladimir J. van der Laan
2012-06-17
add the slot updateDisplayUnit() to overviewpage, sendcoinsdialog, sendcoinse...
Philip Kaufmann
2012-05-25
Added 'immature balance' for miners. Only displayed if the balance is greater...
sje397
2012-05-17
add 2 labels to the overviewpage that display Wallet and Transaction status (...
Philip Kaufmann
2012-05-12
When a transaction is clicked on overview page, focus it on history page
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-08-04
when clicking a transaction on the overview page, send the user to the transa...
Wladimir J. van der Laan
2011-08-03
show last few transactions on overview page
Wladimir J. van der Laan
2011-07-29
Full support for other units, add configuration option for default unit (used...
Wladimir J. van der Laan
2011-07-11
Show unconfirmed balance on overview page
Wladimir J. van der Laan
2011-07-07
Rename "History" tab to more logical "Transactions", move "Number of transact...
Wladimir J. van der Laan
2011-07-05
tab reorg phase 1: split main gui into "overview" and "history"
Wladimir J. van der Laan