aboutsummaryrefslogtreecommitdiff
path: root/src/qt/bitcoingui.h
Commit message (Expand)AuthorAgeFilesLines
* gui: Fix open wallet menu initialization orderJoão Barbosa2019-06-231-0/+1
* gui: Add close wallet actionJoão Barbosa2019-02-121-0/+1
* gui: Add Open Wallet menuJoão Barbosa2019-02-041-0/+1
* gui: Expose BitcoinGUI::unsubscribeFromCoreSignalsJoão Barbosa2019-02-031-2/+3
* gui: Refactor to use WalletControllerJoão Barbosa2019-01-181-0/+5
* gui: Show current wallet name in window titleJoão Barbosa2019-01-151-0/+1
* gui: Keep network style in BitcoinGUIJoão Barbosa2019-01-151-1/+2
* gui: Remove unused return type in some BitcoinGUI methodsJoão Barbosa2019-01-151-4/+4
* Merge #14594: qt: Fix minimized window bug on LinuxWladimir J. van der Laan2019-01-151-2/+2
|\
| * Fix minimized window bug on LinuxHennadii Stepanov2019-01-041-2/+2
* | Don't use zero as null pointer constant (-Wzero-as-null-pointer-constant)practicalswift2019-01-131-1/+1
* | Merge #14517: qt: Fix start with the `-min` optionWladimir J. van der Laan2019-01-091-0/+5
|\ \
| * | Fix start with the `-min` optionHennadii Stepanov2018-12-061-0/+5
* | | Merge #11625: Add BitcoinApplication & RPCConsole testsMarcoFalke2019-01-091-0/+2
|\ \ \
| * | | Add BitcoinApplication & RPCConsole testsRussell Yanofsky2019-01-041-0/+2
* | | | qt: Use WalletModel* instead of wallet name in main windowJoão Barbosa2019-01-041-2/+2
|/ / /
* | | Merge #13966: gui: When private key is disabled, only show watch-only balanceWladimir J. van der Laan2018-12-011-1/+1
|\ \ \ | |_|/ |/| |
| * | gui: Show watch-only eye instead of HD disabledChun Kuan Lee2018-09-181-1/+1
* | | Merge #14123: gui: Add GUIUtil::bringToFrontWladimir J. van der Laan2018-11-121-0/+3
|\ \ \
| * | | Use Qt signal for macOS Dock icon click eventHennadii Stepanov2018-11-041-0/+3
| | |/ | |/|
* / | macOS: disable AppNap during syncAlexey Ivanov2018-11-011-0/+8
|/ /
* | Merge #14103: docs: Fix broken Doxygen commentsWladimir J. van der Laan2018-08-301-1/+1
|\ \ | |/ |/|
| * Fix incorrect Doxygen commentspracticalswift2018-08-081-1/+1
* | qt: Use new Qt5 connect syntaxJoão Barbosa2018-08-211-4/+6
* | Merge #13248: [gui] Make proxy icon from statusbar clickableWladimir J. van der Laan2018-08-201-5/+11
|\ \
| * | [gui] Make proxy icon from statusbar clickableCristian Mircea Messel2018-07-251-5/+11
* | | Update copyright headers to 2018DrahtBot2018-07-271-1/+1
| |/ |/|
* | scripted-diff: Remove trailing whitespacesJoão Barbosa2018-07-241-1/+1
|/
* Merge #13235: Break circular dependency: init -> * -> init by extracting shut...Wladimir J. van der Laan2018-07-041-1/+1
|\
| * Break circular dependency: init -> * -> init by extracting shutdown.hBen Woosley2018-06-251-1/+1
* | qt: Move BitcoinGUI initializers to class, fix initializer order warningWladimir J. van der Laan2018-06-251-48/+48
|/
* ui: Support wallets unloaded dynamicallyJoão Barbosa2018-06-181-1/+4
* Qt: use [default wallet] as name for wallet with no nameJonas Schnelli2018-05-191-0/+1
* [gui] Add proxy icon in statusbarCristian Mircea Messel2018-05-151-0/+5
* scripted-diff: Avoid `interface` keyword to fix windows gitian buildRussell Yanofsky2018-04-071-5/+5
* Remove direct bitcoin calls from qt/bitcoingui.cppRussell Yanofsky2018-04-041-1/+11
* Qt: Get wallet name from WalletModel rather than passing it aroundLuke Dashjr2018-03-261-1/+1
* Qt: When multiple wallets are used, include in notifications the nameJonas Schnelli2018-03-261-1/+1
* Qt: QComboBox::setVisible doesn't work in toolbars, so defer adding it at all...Luke Dashjr2018-03-261-0/+1
* Qt: Ensure UI updates only come from the currently selected walletViewLuke Dashjr2018-03-061-0/+4
* Qt: Add a combobox to toolbar to select from multiple walletsLuke Dashjr2018-03-061-1/+7
* Qt: Load all wallets into WalletModelsLuke Dashjr2018-03-061-1/+0
* Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa2018-01-031-1/+1
* scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider2017-11-161-2/+2
* scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...practicalswift2017-08-071-1/+1
* Remove unnecessary forward class declarations in header filespracticalswift2017-06-121-2/+0
* Merge #9461: [Qt] Improve progress display during headers-sync and peer-findingJonas Schnelli2017-01-191-0/+2
|\
| * [Qt] Improve progress display during headers-sync and peer-findingJonas Schnelli2017-01-191-0/+2
* | Increment MIT Licence copyright header year on files modified in 2016isle29832016-12-311-1/+1
|/
* qt: Replace NetworkToggleStatusBarControl with generic ClickableLabelWladimir J. van der Laan2016-11-241-15/+4