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
/
walletframe.cpp
Age
Commit message (
Expand
)
Author
2020-02-07
Qt: pass clientmodel changes from walletframe to walletviews
Jonas Schnelli
2020-01-30
gui: Remove WalletView and BitcoinGUI circular dependency
João Barbosa
2020-01-15
scripted-diff: Bump copyright of files changed in 2020
MarcoFalke
2020-01-08
Merge #16963: wallet: Fix unique_ptr usage in boost::signals2
Wladimir J. van der Laan
2019-11-17
refactor: Remove unused signal
Hennadii Stepanov
2019-10-26
gui: Fix duplicate wallet showing up
João Barbosa
2019-10-15
Remove unused includes
practicalswift
2019-02-22
gui: Drop unused return values in WalletFrame
João Barbosa
2019-01-15
gui: Show current wallet name in window title
João Barbosa
2019-01-04
qt: Use WalletModel* instead of wallet name in main window
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-06-20
bugfix: Delete walletView in WalletFrame::removeWallet
João Barbosa
2018-05-18
fixup! ui: Support wallets loaded dynamically
João Barbosa
2018-03-26
Qt: Get wallet name from WalletModel rather than passing it around
Luke Dashjr
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-09-06
Document assumptions that are being made to avoid NULL pointer dereferences
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
2015-12-13
Bump copyright headers to 2015
MarcoFalke
2015-07-31
qt: Introduce PlatformStyle
Wladimir J. van der Laan
2014-12-19
Added "Core" to copyright headers
sandakersmann
2014-12-16
Remove references to X11 licence
Michael Ford
2013-11-13
qt: GUI support for -disablewallet mode
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-10-27
qt: clean up signal handling in walletframe/walletview
Wladimir J. van der Laan
2013-10-23
qt: rework "receive coins" workflow
Wladimir J. van der Laan
2013-10-19
qt: remove awkward way of setting GUI pages
Wladimir J. van der Laan
2013-10-18
qt: merge walletstack and walletframe
Wladimir J. van der Laan
2013-10-01
Bitcoin-Qt: add missing change from branch Qt_misc
Philip Kaufmann
2013-08-23
Bitcoin-Qt: tweak Qt walletXXX.cpp/h code
Philip Kaufmann
2013-08-22
Payment Protocol: X509-validated payment requests
Gavin Andresen
2013-06-01
Qt5 compatibility
Wladimir J. van der Laan
2013-04-26
qt: remove extraneous padding introduced in multiwallet support patch
Wladimir J. van der Laan
2013-04-01
fix "send coins" via context menu in address book
Philip Kaufmann
2013-03-22
Minimal architectural changes necessary to support multiple wallets in bitcoi...
Eric Lombrozo