aboutsummaryrefslogtreecommitdiff
path: root/src/qt/bitcoingui.cpp
Commit message (Expand)AuthorAgeFilesLines
* scripted-diff: Avoid passing PACKAGE_NAME for translationMarcoFalke2019-09-241-6/+6
* qt: Assert QMetaObject::invokeMethod resultJoão Barbosa2019-07-091-1/+2
* gui: Fix open wallet menu initialization orderJoão Barbosa2019-06-231-5/+6
* gui: Enable open wallet menu on setWalletControllerJoão Barbosa2019-06-131-1/+4
* gui: Set progressDialog to nullptrJoão Barbosa2019-06-071-0/+1
* Show loaded wallets as disabled in open menu instead of nothingMeshCollider2019-05-181-1/+14
* gui: Fix async open wallet call orderJoão Barbosa2019-02-231-0/+2
* gui: Add close wallet actionJoão Barbosa2019-02-121-0/+8
* gui: Show indeterminate progress dialog while opening wallletJoão Barbosa2019-02-041-1/+20
* gui: Add OpenWalletActivityJoão Barbosa2019-02-041-1/+3
* gui: Add Open Wallet menuJoão Barbosa2019-02-041-0/+16
* Merge #15167: qt: Fix wallet selector size adjustmentWladimir J. van der Laan2019-01-211-0/+1
|\
| * Fix wallet selector size adjustmentHennadii Stepanov2019-01-141-0/+1
* | gui: Fix window title updateJoão Barbosa2019-01-191-3/+5
* | Merge #15101: gui: Add WalletControllerJonas Schnelli2019-01-181-3/+25
|\ \
| * | gui: Refactor to use WalletControllerJoão Barbosa2019-01-181-3/+25
* | | Merge #15040: qt: Add workaround for QProgressDialog bug on macOSJonas Schnelli2019-01-171-11/+7
|\ \ \ | |/ / |/| |
| * | Add workaround for QProgressDialog bug on macOSHennadii Stepanov2019-01-151-11/+7
| |/
* | Merge #15149: gui: Show current wallet name in window titleJonas Schnelli2019-01-151-29/+37
|\ \
| * | gui: Show current wallet name in window titleJoão Barbosa2019-01-151-9/+18
| * | gui: Keep network style in BitcoinGUIJoão Barbosa2019-01-151-8/+9
| * | gui: Remove unused return type in some BitcoinGUI methodsJoão Barbosa2019-01-151-13/+11
* | | Merge #14556: qt: fix confirmed transaction labeled "open" (#13299)Wladimir J. van der Laan2019-01-151-2/+2
|\ \ \ | |/ / |/| |
| * | Don't label transactions "Open" while catching upHennadii Stepanov2019-01-031-2/+2
* | | Merge #14594: qt: Fix minimized window bug on LinuxWladimir J. van der Laan2019-01-151-5/+5
|\ \ \ | |_|/ |/| |
| * | Fix minimized window bug on LinuxHennadii Stepanov2019-01-041-5/+5
* | | Don't use zero as null pointer constant (-Wzero-as-null-pointer-constant)practicalswift2019-01-131-5/+5
* | | Merge #11625: Add BitcoinApplication & RPCConsole testsMarcoFalke2019-01-091-3/+8
|\ \ \
| * | | Add BitcoinApplication & RPCConsole testsRussell Yanofsky2019-01-041-3/+8
* | | | qt: Use WalletModel* instead of wallet name in main windowJoão Barbosa2019-01-041-10/+8
* | | | qt: Factor out WalletModel::getDisplayName()João Barbosa2019-01-041-1/+1
|/ / /
* | | Merge #15000: qt: Fix broken notificator on GNOMEMarcoFalke2019-01-021-7/+3
|\ \ \
| * | | Fix broken notificator on GNOMEHennadii Stepanov2018-12-191-7/+3
| | |/ | |/|
* | | Merge #13743: refactor: Replace boost::bind with std::bindMarcoFalke2018-12-291-3/+2
|\ \ \ | |/ / |/| |
| * | scripted-diff: Replace boost::bind with std::bindChun Kuan Lee2018-10-201-3/+2
* | | [Qt] Restore < Qt5.6 compatibility for addActionJonas Schnelli2018-12-161-7/+12
* | | qt: Remove ellipsis from sending/receiving addressesJoão Barbosa2018-12-111-2/+2
* | | qt: Add Window menuJoão Barbosa2018-12-111-7/+53
* | | Merge #14783: gui: Fix boost::signals2::no_slots_error in early calls to Init...MarcoFalke2018-12-061-4/+0
|\ \ \
| * | | qt: Call noui_connect to prevent boost::signals2::no_slots_error in early cal...João Barbosa2018-11-221-4/+0
| | |/ | |/|
* | | Merge #13966: gui: When private key is disabled, only show watch-only balanceWladimir J. van der Laan2018-12-011-4/+4
|\ \ \ | |/ / |/| |
| * | gui: Show watch-only eye instead of HD disabledChun Kuan Lee2018-09-181-4/+4
* | | Merge #14228: Qt: Enable system tray icon by default if availableWladimir J. van der Laan2018-11-121-1/+5
|\ \ \
| * | | Don't use systray icon on inappropriate systemsHennadii Stepanov2018-09-271-1/+5
| | |/ | |/|
* | | Merge #14123: gui: Add GUIUtil::bringToFrontWladimir J. van der Laan2018-11-121-38/+28
|\ \ \
| * | | qt: All tray menu actions call showNormalIfMinimizedJoão Barbosa2018-11-051-6/+8
| * | | qt: Use GUIUtil::bringToFront where possibleJoão Barbosa2018-11-051-21/+5
| * | | Remove obj_c for macOS Dock icon menuHennadii Stepanov2018-11-041-1/+3
| * | | Use Qt signal for macOS Dock icon click eventHennadii Stepanov2018-11-041-6/+12
| * | | Remove obj_c for macOS Dock icon settingHennadii Stepanov2018-10-311-4/+0