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.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update copyright headers to 2018
DrahtBot
2018-07-27
1
-1
/
+1
*
scripted-diff: Remove trailing whitespaces
João Barbosa
2018-07-24
1
-3
/
+3
*
Merge #13235: Break circular dependency: init -> * -> init by extracting shut...
Wladimir J. van der Laan
2018-07-04
1
-1
/
+0
|
\
|
*
Drop unused init.h includes
Ben Woosley
2018-06-25
1
-1
/
+0
*
|
Merge #13528: qt: Move BitcoinGUI initializers to class, fix initializer orde...
MarcoFalke
2018-06-25
1
-44
/
+0
|
\
\
|
|
/
|
/
|
|
*
qt: Move BitcoinGUI initializers to class, fix initializer order warning
Wladimir J. van der Laan
2018-06-25
1
-44
/
+0
*
|
Merge #13458: gui: Drop qt4 support
Wladimir J. van der Laan
2018-06-24
1
-14
/
+2
|
\
\
|
|
/
|
/
|
|
*
gui: Remove QT_VERSION fallbacks for Qt < 5
Wladimir J. van der Laan
2018-06-18
1
-14
/
+2
*
|
ui: Support wallets unloaded dynamically
João Barbosa
2018-06-18
1
-5
/
+29
|
/
*
Qt: use [default wallet] as name for wallet with no name
Jonas Schnelli
2018-05-19
1
-2
/
+9
*
[gui] Add proxy icon in statusbar
Cristian Mircea Messel
2018-05-15
1
-0
/
+24
*
qt:Show the entire Window when double clicking on taskbar
Chun Kuan Lee
2018-04-17
1
-0
/
+5
*
scripted-diff: Avoid `interface` keyword to fix windows gitian build
Russell Yanofsky
2018-04-07
1
-3
/
+3
*
Remove most direct bitcoin calls from qt/walletmodel.cpp
Russell Yanofsky
2018-04-04
1
-2
/
+2
*
Remove direct bitcoin calls from qt/rpcconsole.cpp
Russell Yanofsky
2018-04-04
1
-1
/
+1
*
Remove direct bitcoin calls from qt/clientmodel.cpp
Russell Yanofsky
2018-04-04
1
-5
/
+3
*
Remove direct bitcoin calls from qt/utilitydialog.cpp
Russell Yanofsky
2018-04-04
1
-2
/
+2
*
Remove direct bitcoin calls from qt/bitcoingui.cpp
Russell Yanofsky
2018-04-04
1
-6
/
+9
*
Merge #10742: scripted-diff: Use scoped enumerations (C++11, "enum class")
Wladimir J. van der Laan
2018-03-27
1
-4
/
+4
|
\
|
*
scripted-diff: Convert 11 enums into scoped enums (C++11)
practicalswift
2018-03-09
1
-4
/
+4
*
|
Merge #12610: Multiwallet for the GUI
Jonas Schnelli
2018-03-26
1
-9
/
+45
|
\
\
|
|
/
|
/
|
|
*
Qt: Get wallet name from WalletModel rather than passing it around
Luke Dashjr
2018-03-26
1
-3
/
+4
|
*
Qt: When multiple wallets are used, include in notifications the name
Jonas Schnelli
2018-03-26
1
-3
/
+6
|
*
Qt: QComboBox::setVisible doesn't work in toolbars, so defer adding it at all...
Luke Dashjr
2018-03-26
1
-10
/
+7
|
*
Qt: Add wallet selector to debug console
Jonas Schnelli
2018-03-26
1
-0
/
+1
|
*
Qt: Ensure UI updates only come from the currently selected walletView
Luke Dashjr
2018-03-06
1
-0
/
+15
|
*
Qt: Add a combobox to toolbar to select from multiple wallets
Luke Dashjr
2018-03-06
1
-0
/
+23
|
*
Qt: Load all wallets into WalletModels
Luke Dashjr
2018-03-06
1
-4
/
+0
*
|
gui: Show messages as text not html
Wladimir J. van der Laan
2018-03-06
1
-0
/
+1
|
/
*
Merge #10498: Use static_cast instead of C-style casts for non-fundamental types
MarcoFalke
2018-02-07
1
-3
/
+3
|
\
|
*
Use static_cast instead of C-style casts for non-fundamental types
practicalswift
2017-09-22
1
-3
/
+3
*
|
Merge #12035: [qt] change µBTC to bits
Jonas Schnelli
2018-01-03
1
-3
/
+3
|
\
\
|
*
|
[qt] change µBTC to bits
William Casarin
2017-12-28
1
-3
/
+3
*
|
|
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2018-01-03
1
-1
/
+1
|
/
/
*
|
Remove includes in .cpp files for things the corresponding .h file already in...
practicalswift
2017-11-16
1
-4
/
+0
*
|
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-11-16
1
-23
/
+23
*
|
Replace save|restoreWindowGeometry with Qt functions
MeshCollider
2017-09-21
1
-2
/
+7
|
/
*
Make tabs toolbar no longer have a context menu
Andrew Chow
2017-08-27
1
-0
/
+1
*
scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...
practicalswift
2017-08-07
1
-2
/
+2
*
scripted-diff: Remove Q_FOREACH
Jorge Timón
2017-06-05
1
-3
/
+3
*
Update the remaining blocks left in modaloverlay at init.
Jonas Schnelli
2017-04-19
1
-2
/
+1
*
Fix segfault crash when shutdown the GUI in disablewallet mode
Jonas Schnelli
2017-02-21
1
-1
/
+4
*
Fix typos
practicalswift
2017-01-29
1
-1
/
+1
*
qt: Use nPowTargetSpacing constant
MarcoFalke
2017-01-19
1
-2
/
+3
*
Merge #9461: [Qt] Improve progress display during headers-sync and peer-finding
Jonas Schnelli
2017-01-19
1
-2
/
+12
|
\
|
*
[Qt] Improve progress display during headers-sync and peer-finding
Jonas Schnelli
2017-01-19
1
-2
/
+12
*
|
[qt] Rename formateNiceTimeOffset(qint64) to formatNiceTimeOffset(qint64)
practicalswift
2017-01-13
1
-1
/
+1
*
|
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-12-31
1
-1
/
+1
|
/
*
[Qt] Show ModalOverlay by pressing the progress bar, disabled show() in sync ...
Jonas Schnelli
2016-12-05
1
-3
/
+3
*
qt: Show progress overlay when clicking spinner icon
Wladimir J. van der Laan
2016-11-24
1
-2
/
+4
[next]