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
/
walletview.cpp
Age
Commit message (
Expand
)
Author
2019-06-02
gui: Set progressDialog to nullptr
João Barbosa
2019-01-15
Add workaround for QProgressDialog bug on macOS
Hennadii Stepanov
2019-01-13
Don't use zero as null pointer constant (-Wzero-as-null-pointer-constant)
practicalswift
2018-11-05
qt: Use GUIUtil::bringToFront where possible
João Barbosa
2018-08-21
qt: Use new Qt5 connect syntax
João Barbosa
2018-07-27
Update copyright headers to 2018
DrahtBot
2018-07-24
scripted-diff: Remove trailing whitespaces
João Barbosa
2018-04-12
Add cancel button to rescan progress dialog
Andrew Chow
2018-04-07
scripted-diff: Avoid `interface` keyword to fix windows gitian build
Russell Yanofsky
2018-04-04
Remove most direct bitcoin calls from qt/walletmodel.cpp
Russell Yanofsky
2018-04-04
Remove direct bitcoin calls from qt/clientmodel.cpp
Russell Yanofsky
2018-03-26
Qt: When multiple wallets are used, include in notifications the name
Jonas Schnelli
2018-03-06
Qt: Ensure UI updates only come from the currently selected walletView
Luke Dashjr
2018-03-01
[qt] navigate to transaction history page after send
Sjors Provoost
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-10-02
Avoid NULL pointer dereference when _walletModel is NULL (which is valid)
practicalswift
2017-08-07
scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...
practicalswift
2016-12-31
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-09-23
Merge #8371: [Qt] Add out-of-sync modal info layer
Jonas Schnelli
2016-09-23
[Qt] modalinfolayer: removed unused comments, renamed signal, code style over...
Jonas Schnelli
2016-09-23
Do not shadow in src/qt
Pavel Janík
2016-08-26
[Qt] make Out-Of-Sync warning icon clickable
Jonas Schnelli
2016-08-19
[Qt] add HD enabled/disabled icon to the status bar
Jonas Schnelli
2015-12-13
Bump copyright headers to 2015
MarcoFalke
2015-09-04
Disallow duplicate windows.
Casey Rodarmor
2015-07-31
qt: Introduce PlatformStyle
Wladimir J. van der Laan
2015-07-15
qt: define QT_NO_KEYWORDS
Wladimir J. van der Laan
2015-03-06
GUI: Display label rather than address on popups
Luke Dashjr
2014-12-27
Adopt style colour for button icons
Luke Dashjr
2014-12-19
Added "Core" to copyright headers
sandakersmann
2014-12-16
Remove references to X11 licence
Michael Ford
2014-11-19
[Qt] Add Smartfee to GUI
Cozz Lovan
2014-10-28
qt: Move transaction notification to transaction table model
Wladimir J. van der Laan
2014-10-01
qt: Register CAmount metatype
Wladimir J. van der Laan
2014-09-26
Use a typedef for monetary values
Mark Friedenbach
2014-07-18
[Qt] Prevent balloon-spam after rescan
Cozz Lovan
2014-04-02
[Qt] rescan progress
Cozz Lovan
2013-12-03
[Qt] small notificator and style changes
Philip Kaufmann
2013-11-11
[Qt] remove GUIUtil::getSaveFileName() default arguments
Philip Kaufmann
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-10-30
transactionview: add message() signal
Philip Kaufmann
2013-10-27
walletview: clarify 2 comments
Philip Kaufmann
2013-10-27
walletview: make backupWallet() use GUIUtil::getSaveFileName()
Philip Kaufmann
2013-10-27
qt: clean up signal handling in walletframe/walletview
Wladimir J. van der Laan
2013-10-25
Merge pull request #3144 from Diapolo/message_sendcoinsdialog
Wladimir J. van der Laan
2013-10-25
qt: ReceiveCoinsDialog and SendCoinsDialog should not take a gui object
Wladimir J. van der Laan
2013-10-25
[Qt] additional small fix for #3099 (new receive flow)
Philip Kaufmann
2013-10-25
allow emit message() in sendcoinsdialog and walletview
Philip Kaufmann
[next]