aboutsummaryrefslogtreecommitdiff
path: root/src/qt/bitcoingui.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge #15023: GUI: Restore RPC Console to non-wallet tray icon menuJonas Schnelli2019-10-101-1/+1
|\ \ \ | |/ / |/| |
| * | GUI: Restore RPC Console to non-wallet tray icon menuLuke Dashjr2018-12-211-1/+1
* | | gui: fix autofocus in CreateWalletActivity::askPassphrase()Jon Atack2019-09-091-1/+3
* | | Merge #16826: Do additional character escaping for wallet names and address l...fanquake2019-09-091-0/+2
|\ \ \
| * | | Escape ampersands (&) in wallet names in Open Wallet menuAndrew Chow2019-09-081-0/+2
* | | | Merge #16735: gui: Remove unused menu items for Windows and LinuxMarcoFalke2019-09-081-10/+2
|\ \ \ \ | |/ / / |/| | |
| * | | GUI: Remove unused menu items for Windows and LinuxGChuf2019-08-301-10/+2
* | | | Add Create Wallet menu actionAndrew Chow2019-09-051-0/+11
* | | | gui: Refactor OpenWalletActivityJoão Barbosa2019-09-061-23/+3
* | | | qt: Replace obsolete functions of QDesktopWidgetHennadii Stepanov2019-08-251-2/+2
* | | | qt: Add TextWidth() wrapperHennadii Stepanov2019-08-231-1/+1
* | | | qt: Remove menu iconsWladimir J. van der Laan2019-08-151-17/+17
|/ / /
* | | Merge #16366: init: Use InitError for all errors in bitcoind/qtMarcoFalke2019-07-231-3/+0
|\ \ \
| * | | init: Use InitError for all errors in bitcoind/qtMarcoFalke2019-07-111-3/+0
* | | | Merge #16348: qt: Assert QMetaObject::invokeMethod resultWladimir J. van der Laan2019-07-091-1/+2
|\ \ \ \ | |/ / / |/| | |
| * | | qt: Assert QMetaObject::invokeMethod resultJoão Barbosa2019-07-081-1/+2
* | | | Merge #16291: gui: Stop translating PACKAGE_NAMEMarcoFalke2019-07-081-6/+6
|\ \ \ \ | |/ / / |/| | |
| * | | scripted-diff: Avoid passing PACKAGE_NAME for translationMarcoFalke2019-06-261-6/+6
* | | | refactor: Rename getWallets to getOpenWallets in WalletControllerJoão Barbosa2019-07-081-1/+1
* | | | gui: Sort wallets in open wallet menuJoão Barbosa2019-07-081-5/+4
|/ / /
* | | Merge #15894: Remove duplicated "Error: " prefix in logsWladimir J. van der Laan2019-06-251-14/+16
|\ \ \
| * | | Add MSG_NOPREFIX flag for user messagesHennadii Stepanov2019-06-191-4/+5
| * | | Prepend the error/warning prefix for GUI messagesHennadii Stepanov2019-06-191-12/+13
* | | | gui: Fix open wallet menu initialization orderJoão Barbosa2019-06-181-5/+6
|/ / /
* | | Merge #16118: gui: Enable open wallet menu on setWalletControllerfanquake2019-06-131-1/+4
|\ \ \
| * | | gui: Enable open wallet menu on setWalletControllerJoão Barbosa2019-05-291-1/+4
* | | | gui: Set progressDialog to nullptrJoão Barbosa2019-06-021-0/+1
|/ / /
* | | Show loaded wallets as disabled in open menu instead of nothingMeshCollider2019-05-081-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
|\ \ \ \