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
/
bitcoingui.h
Age
Commit message (
Expand
)
Author
2019-06-25
Merge #15894: Remove duplicated "Error: " prefix in logs
Wladimir J. van der Laan
2019-06-19
Prepend the error/warning prefix for GUI messages
Hennadii Stepanov
2019-06-18
gui: Fix open wallet menu initialization order
João Barbosa
2019-02-12
gui: Add close wallet action
João Barbosa
2019-02-04
gui: Add Open Wallet menu
João Barbosa
2019-02-03
gui: Expose BitcoinGUI::unsubscribeFromCoreSignals
João Barbosa
2019-01-18
gui: Refactor to use WalletController
João Barbosa
2019-01-15
gui: Show current wallet name in window title
João Barbosa
2019-01-15
gui: Keep network style in BitcoinGUI
João Barbosa
2019-01-15
gui: Remove unused return type in some BitcoinGUI methods
João Barbosa
2019-01-15
Merge #14594: qt: Fix minimized window bug on Linux
Wladimir J. van der Laan
2019-01-13
Don't use zero as null pointer constant (-Wzero-as-null-pointer-constant)
practicalswift
2019-01-09
Merge #14517: qt: Fix start with the `-min` option
Wladimir J. van der Laan
2019-01-09
Merge #11625: Add BitcoinApplication & RPCConsole tests
MarcoFalke
2019-01-04
Fix minimized window bug on Linux
Hennadii Stepanov
2019-01-04
qt: Use WalletModel* instead of wallet name in main window
João Barbosa
2019-01-04
Add BitcoinApplication & RPCConsole tests
Russell Yanofsky
2018-12-06
Fix start with the `-min` option
Hennadii Stepanov
2018-12-01
Merge #13966: gui: When private key is disabled, only show watch-only balance
Wladimir J. van der Laan
2018-11-12
Merge #14123: gui: Add GUIUtil::bringToFront
Wladimir J. van der Laan
2018-11-04
Use Qt signal for macOS Dock icon click event
Hennadii Stepanov
2018-11-01
macOS: disable AppNap during sync
Alexey Ivanov
2018-09-18
gui: Show watch-only eye instead of HD disabled
Chun Kuan Lee
2018-08-30
Merge #14103: docs: Fix broken Doxygen comments
Wladimir J. van der Laan
2018-08-21
qt: Use new Qt5 connect syntax
João Barbosa
2018-08-20
Merge #13248: [gui] Make proxy icon from statusbar clickable
Wladimir J. van der Laan
2018-08-08
Fix incorrect Doxygen comments
practicalswift
2018-07-27
Update copyright headers to 2018
DrahtBot
2018-07-25
[gui] Make proxy icon from statusbar clickable
Cristian Mircea Messel
2018-07-24
scripted-diff: Remove trailing whitespaces
João Barbosa
2018-07-04
Merge #13235: Break circular dependency: init -> * -> init by extracting shut...
Wladimir J. van der Laan
2018-06-25
qt: Move BitcoinGUI initializers to class, fix initializer order warning
Wladimir J. van der Laan
2018-06-25
Break circular dependency: init -> * -> init by extracting shutdown.h
Ben Woosley
2018-06-18
ui: Support wallets unloaded dynamically
João Barbosa
2018-05-19
Qt: use [default wallet] as name for wallet with no name
Jonas Schnelli
2018-05-15
[gui] Add proxy icon in statusbar
Cristian Mircea Messel
2018-04-07
scripted-diff: Avoid `interface` keyword to fix windows gitian build
Russell Yanofsky
2018-04-04
Remove direct bitcoin calls from qt/bitcoingui.cpp
Russell Yanofsky
2018-03-26
Qt: Get wallet name from WalletModel rather than passing it around
Luke Dashjr
2018-03-26
Qt: When multiple wallets are used, include in notifications the name
Jonas Schnelli
2018-03-26
Qt: QComboBox::setVisible doesn't work in toolbars, so defer adding it at all...
Luke Dashjr
2018-03-06
Qt: Ensure UI updates only come from the currently selected walletView
Luke Dashjr
2018-03-06
Qt: Add a combobox to toolbar to select from multiple wallets
Luke Dashjr
2018-03-06
Qt: Load all wallets into WalletModels
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-08-07
scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...
practicalswift
2017-06-12
Remove unnecessary forward class declarations in header files
practicalswift
2017-01-19
Merge #9461: [Qt] Improve progress display during headers-sync and peer-finding
Jonas Schnelli
2017-01-19
[Qt] Improve progress display during headers-sync and peer-finding
Jonas Schnelli
[next]