index
:
discoin
1.10-archive
1.14-maint
1.14.4-dev
1.14.5-dev
1.17-dev
1.18-dev
1.21-dev
1.4-archive
1.6-archive
1.7-archive
1.8-archive
1.8-safemode
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
qt
/
bitcoingui.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Tell users how to load or create a wallet when no wallet is loaded
Andrew Chow
2020-09-08
1
-0
/
+1
*
Reduce cs_main lock accumulation during GUI startup
Jonas Schnelli
2020-08-12
1
-1
/
+2
*
[gui] Load PSBT from clipboard
Glenn Willen
2020-06-19
1
-2
/
+3
*
gui: Add Close All Wallets action
João Barbosa
2020-06-01
1
-0
/
+1
*
Merge #16432: qt: Add privacy to the Overview page
Jonas Schnelli
2020-05-29
1
-0
/
+4
|
\
|
*
qt: Add privacy feature to Overview page
Hennadii Stepanov
2020-05-27
1
-0
/
+4
*
|
refactor: Remove Node:: queries from GUI
Hennadii Stepanov
2020-05-19
1
-1
/
+2
*
|
Merge #18914: refactor: Apply override specifier consistently
MarcoFalke
2020-05-11
1
-7
/
+7
|
\
\
|
*
|
refactor: Use override for non-final overriders
Hennadii Stepanov
2020-05-08
1
-7
/
+7
|
|
/
*
/
gui: Add detailed text to BitcoinGUI::message
Hennadii Stepanov
2020-05-05
1
-6
/
+7
|
/
*
Merge #17509: gui: save and load PSBT
Samuel Dobson
2020-04-23
1
-0
/
+3
|
\
|
*
[gui] load PSBT
Sjors Provoost
2020-03-27
1
-0
/
+3
*
|
scripted-diff: Bump copyright headers
MarcoFalke
2020-04-16
1
-1
/
+1
|
/
*
Revert "refactor: Remove never used default parameter"
Hennadii Stepanov
2020-01-19
1
-1
/
+2
*
refactor: Remove never used default parameter
Hennadii Stepanov
2020-01-16
1
-2
/
+1
*
Add Create Wallet menu action
Andrew Chow
2019-09-05
1
-0
/
+1
*
Merge #15894: Remove duplicated "Error: " prefix in logs
Wladimir J. van der Laan
2019-06-25
1
-1
/
+1
|
\
|
*
Prepend the error/warning prefix for GUI messages
Hennadii Stepanov
2019-06-19
1
-1
/
+1
*
|
gui: Fix open wallet menu initialization order
João Barbosa
2019-06-18
1
-0
/
+1
|
/
*
gui: Add close wallet action
João Barbosa
2019-02-12
1
-0
/
+1
*
gui: Add Open Wallet menu
João Barbosa
2019-02-04
1
-0
/
+1
*
gui: Expose BitcoinGUI::unsubscribeFromCoreSignals
João Barbosa
2019-02-03
1
-2
/
+3
*
gui: Refactor to use WalletController
João Barbosa
2019-01-18
1
-0
/
+5
*
gui: Show current wallet name in window title
João Barbosa
2019-01-15
1
-0
/
+1
*
gui: Keep network style in BitcoinGUI
João Barbosa
2019-01-15
1
-1
/
+2
*
gui: Remove unused return type in some BitcoinGUI methods
João Barbosa
2019-01-15
1
-4
/
+4
*
Merge #14594: qt: Fix minimized window bug on Linux
Wladimir J. van der Laan
2019-01-15
1
-2
/
+2
|
\
|
*
Fix minimized window bug on Linux
Hennadii Stepanov
2019-01-04
1
-2
/
+2
*
|
Don't use zero as null pointer constant (-Wzero-as-null-pointer-constant)
practicalswift
2019-01-13
1
-1
/
+1
*
|
Merge #14517: qt: Fix start with the `-min` option
Wladimir J. van der Laan
2019-01-09
1
-0
/
+5
|
\
\
|
*
|
Fix start with the `-min` option
Hennadii Stepanov
2018-12-06
1
-0
/
+5
*
|
|
Merge #11625: Add BitcoinApplication & RPCConsole tests
MarcoFalke
2019-01-09
1
-0
/
+2
|
\
\
\
|
*
|
|
Add BitcoinApplication & RPCConsole tests
Russell Yanofsky
2019-01-04
1
-0
/
+2
*
|
|
|
qt: Use WalletModel* instead of wallet name in main window
João Barbosa
2019-01-04
1
-2
/
+2
|
/
/
/
*
|
|
Merge #13966: gui: When private key is disabled, only show watch-only balance
Wladimir J. van der Laan
2018-12-01
1
-1
/
+1
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
gui: Show watch-only eye instead of HD disabled
Chun Kuan Lee
2018-09-18
1
-1
/
+1
*
|
|
Merge #14123: gui: Add GUIUtil::bringToFront
Wladimir J. van der Laan
2018-11-12
1
-0
/
+3
|
\
\
\
|
*
|
|
Use Qt signal for macOS Dock icon click event
Hennadii Stepanov
2018-11-04
1
-0
/
+3
|
|
|
/
|
|
/
|
*
/
|
macOS: disable AppNap during sync
Alexey Ivanov
2018-11-01
1
-0
/
+8
|
/
/
*
|
Merge #14103: docs: Fix broken Doxygen comments
Wladimir J. van der Laan
2018-08-30
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Fix incorrect Doxygen comments
practicalswift
2018-08-08
1
-1
/
+1
*
|
qt: Use new Qt5 connect syntax
João Barbosa
2018-08-21
1
-4
/
+6
*
|
Merge #13248: [gui] Make proxy icon from statusbar clickable
Wladimir J. van der Laan
2018-08-20
1
-5
/
+11
|
\
\
|
*
|
[gui] Make proxy icon from statusbar clickable
Cristian Mircea Messel
2018-07-25
1
-5
/
+11
*
|
|
Update copyright headers to 2018
DrahtBot
2018-07-27
1
-1
/
+1
|
|
/
|
/
|
*
|
scripted-diff: Remove trailing whitespaces
João Barbosa
2018-07-24
1
-1
/
+1
|
/
*
Merge #13235: Break circular dependency: init -> * -> init by extracting shut...
Wladimir J. van der Laan
2018-07-04
1
-1
/
+1
|
\
|
*
Break circular dependency: init -> * -> init by extracting shutdown.h
Ben Woosley
2018-06-25
1
-1
/
+1
*
|
qt: Move BitcoinGUI initializers to class, fix initializer order warning
Wladimir J. van der Laan
2018-06-25
1
-48
/
+48
|
/
*
ui: Support wallets unloaded dynamically
João Barbosa
2018-06-18
1
-1
/
+4
[next]