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.cpp
Age
Commit message (
Expand
)
Author
2018-12-30
qt: All tray menu actions call showNormalIfMinimized
João Barbosa
2018-12-30
qt: Use GUIUtil::bringToFront where possible
João Barbosa
2018-12-30
Remove obj_c for macOS Dock icon menu
Hennadii Stepanov
2018-12-30
Use Qt signal for macOS Dock icon click event
Hennadii Stepanov
2018-12-30
Remove obj_c for macOS Dock icon setting
Hennadii Stepanov
2018-12-30
Clean systray icon menu for -disablewallet mode
Hennadii Stepanov
2018-12-30
gui: Favor macOS show / hide action in dock menu
João Barbosa
2018-07-27
Update copyright headers to 2018
DrahtBot
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
Merge #13528: qt: Move BitcoinGUI initializers to class, fix initializer orde...
MarcoFalke
2018-06-25
qt: Move BitcoinGUI initializers to class, fix initializer order warning
Wladimir J. van der Laan
2018-06-25
Drop unused init.h includes
Ben Woosley
2018-06-24
Merge #13458: gui: Drop qt4 support
Wladimir J. van der Laan
2018-06-18
ui: Support wallets unloaded dynamically
João Barbosa
2018-06-18
gui: Remove QT_VERSION fallbacks for Qt < 5
Wladimir J. van der Laan
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-17
qt:Show the entire Window when double clicking on taskbar
Chun Kuan Lee
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/rpcconsole.cpp
Russell Yanofsky
2018-04-04
Remove direct bitcoin calls from qt/clientmodel.cpp
Russell Yanofsky
2018-04-04
Remove direct bitcoin calls from qt/utilitydialog.cpp
Russell Yanofsky
2018-04-04
Remove direct bitcoin calls from qt/bitcoingui.cpp
Russell Yanofsky
2018-03-27
Merge #10742: scripted-diff: Use scoped enumerations (C++11, "enum class")
Wladimir J. van der Laan
2018-03-26
Merge #12610: Multiwallet for the GUI
Jonas Schnelli
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-26
Qt: Add wallet selector to debug console
Jonas Schnelli
2018-03-09
scripted-diff: Convert 11 enums into scoped enums (C++11)
practicalswift
2018-03-06
gui: Show messages as text not html
Wladimir J. van der Laan
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-02-07
Merge #10498: Use static_cast instead of C-style casts for non-fundamental types
MarcoFalke
2018-01-03
Merge #12035: [qt] change µBTC to bits
Jonas Schnelli
2018-01-03
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2017-12-28
[qt] change µBTC to bits
William Casarin
2017-11-16
Remove includes in .cpp files for things the corresponding .h file already in...
practicalswift
2017-11-16
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-09-22
Use static_cast instead of C-style casts for non-fundamental types
practicalswift
2017-09-21
Replace save|restoreWindowGeometry with Qt functions
MeshCollider
2017-08-27
Make tabs toolbar no longer have a context menu
Andrew Chow
2017-08-07
scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...
practicalswift
2017-06-05
scripted-diff: Remove Q_FOREACH
Jorge Timón
2017-04-19
Update the remaining blocks left in modaloverlay at init.
Jonas Schnelli
2017-02-21
Fix segfault crash when shutdown the GUI in disablewallet mode
Jonas Schnelli
2017-01-29
Fix typos
practicalswift
[next]