aboutsummaryrefslogtreecommitdiff
path: root/src/qt
Commit message (Expand)AuthorAgeFilesLines
...
* | | | gui: Fix m_node.startShutdown() orderJoão Barbosa2019-02-031-2/+8
* | | | gui: Expose BitcoinGUI::unsubscribeFromCoreSignalsJoão Barbosa2019-02-031-2/+3
* | | | gui: Fix WalletController deletionJoão Barbosa2019-02-031-4/+2
|/ / /
* | | Merge #15225: GUI: Change the receive button to respond to keypool state chan...Wladimir J. van der Laan2019-01-313-2/+29
|\ \ \
| * | | Notify the GUI that the keypool has changed to set the receive buttonAndrew Chow2019-01-233-1/+22
| * | | Check for more than private keys disabled to show receive buttonAndrew Chow2019-01-213-1/+7
* | | | Merge #15163: Correct units for "-dbcache" and "-prune"Wladimir J. van der Laan2019-01-305-10/+15
|\ \ \ \
| * | | | Correct units for "-dbcache" and "-prune"Hennadii Stepanov2019-01-305-10/+15
* | | | | Merge #14711: Remove uses of chainActive and mapBlockIndex in wallet codeMeshCollider2019-01-301-7/+5
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Convert CWallet::ScanForWalletTransactions and SyncTransaction to the new Cha...Russell Yanofsky2019-01-151-7/+5
* | | | | Merge #15208: Qt: remove macOS launch-at-startup when compiled with > macOS 1...Wladimir J. van der Laan2019-01-222-11/+17
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Fix macOS launch-at-startup memory issueJonas Schnelli2019-01-211-10/+10
| * | | | Qt: remove macOS launch-at-startup option when compiled with > macOS 10.11Jonas Schnelli2019-01-212-1/+7
* | | | | Merge #14955: Switch all RNG code to the built-in PRNGWladimir J. van der Laan2019-01-211-3/+3
|\ \ \ \ \
| * | | | | Use FRC::randbytes instead of reading >32 bytes from RNGPieter Wuille2019-01-131-3/+3
| | |_|_|/ | |/| | |
* | | | | Merge #14605: Return of the BanmanWladimir J. van der Laan2019-01-211-9/+9
|\ \ \ \ \
| * | | | | net: Break disconnecting out of Ban()Cory Fields2019-01-161-9/+9
* | | | | | Merge #15167: qt: Fix wallet selector size adjustmentWladimir J. van der Laan2019-01-212-0/+4
|\ \ \ \ \ \
| * | | | | | Fix wallet selector size adjustmentHennadii Stepanov2019-01-142-0/+4
* | | | | | | gui: Fix window title updateJoão Barbosa2019-01-191-3/+5
* | | | | | | Merge #15178: qt: Improve "help-console" messageWladimir J. van der Laan2019-01-191-7/+6
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | Improve "help-console" messageHennadii Stepanov2019-01-161-7/+6
| | |/ / / / | |/| | | |
* | | | | | Merge #15101: gui: Add WalletControllerJonas Schnelli2019-01-187-63/+199
|\ \ \ \ \ \
| * | | | | | gui: Refactor to use WalletControllerJoão Barbosa2019-01-184-62/+44
| * | | | | | gui: Add WalletControllerJoão Barbosa2019-01-182-0/+154
| * | | | | | gui: Use AutoConnection for WalletModel::unload signalJoão Barbosa2019-01-181-1/+1
* | | | | | | Merge #15040: qt: Add workaround for QProgressDialog bug on macOSJonas Schnelli2019-01-174-23/+32
|\ \ \ \ \ \ \
| * | | | | | | Add workaround for QProgressDialog bug on macOSHennadii Stepanov2019-01-154-23/+32
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge #14250: qt: Remove redundant stopThread() and stopExecutor() signalsWladimir J. van der Laan2019-01-176-16/+7
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | Remove redundant stopExecutor() signalHennadii Stepanov2019-01-102-8/+3
| * | | | | | Remove redundant stopThread() signalHennadii Stepanov2019-01-104-8/+4
* | | | | | | Merge #15136: qt: "Peers" tab overhaulWladimir J. van der Laan2019-01-162-565/+587
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | Do not deselect peer when switching away from tabHennadii Stepanov2019-01-091-3/+2
| * | | | | | Improve Peers tab layoutHennadii Stepanov2019-01-091-562/+585
| |/ / / / /
* | | | | | Merge #15149: gui: Show current wallet name in window titleJonas Schnelli2019-01-154-36/+53
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | gui: Show current wallet name in window titleJoão Barbosa2019-01-154-11/+28
| * | | | | gui: Keep network style in BitcoinGUIJoão Barbosa2019-01-152-9/+11
| * | | | | gui: Remove unused return type in some BitcoinGUI methodsJoão Barbosa2019-01-152-17/+15
* | | | | | Merge #14556: qt: fix confirmed transaction labeled "open" (#13299)Wladimir J. van der Laan2019-01-154-10/+12
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Don't label transactions "Open" while catching upHennadii Stepanov2019-01-034-10/+12
* | | | | | Merge #14594: qt: Fix minimized window bug on LinuxWladimir J. van der Laan2019-01-152-7/+7
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Fix minimized window bug on LinuxHennadii Stepanov2019-01-042-7/+7
* | | | | | Replace remaining 0 with nullptr in Qt codeBen Woosley2019-01-1316-32/+30
* | | | | | Don't use zero as null pointer constant (-Wzero-as-null-pointer-constant)practicalswift2019-01-1352-90/+90
| |_|_|_|/ |/| | | |
* | | | | Merge #13216: [Qt] implements concept for different disk sizes on introJonas Schnelli2019-01-112-11/+19
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | implements different disk sizes for different networks on intromarcoagner2018-10-072-11/+19
* | | | | Merge #14517: qt: Fix start with the `-min` optionWladimir J. van der Laan2019-01-092-7/+11
|\ \ \ \ \
| * | | | | Fix start with the `-min` optionHennadii Stepanov2018-12-062-7/+11
* | | | | | Merge #14599: Use functions guaranteed to be locale independent (IsDigit, ToL...Wladimir J. van der Laan2019-01-091-1/+2
|\ \ \ \ \ \
| * | | | | | Use IsDigit(...) instead of std::isdigitpracticalswift2018-11-061-1/+2