aboutsummaryrefslogtreecommitdiff
path: root/src/qt/bitcoin.cpp
Commit message (Expand)AuthorAgeFilesLines
* 1.21 codebase rebrand (#1711)barrystyle2021-02-201-1/+1
* Merge #20: Wrap tooltips in the intro windowJonas Schnelli2020-10-221-2/+3
|\
| * qt: Wrap tooltips in the intro windowHennadii Stepanov2020-08-011-2/+3
* | doc: Update comments for new chain settings (-signet and -chain=signet)MarcoFalke2020-09-221-1/+1
* | Merge #18790: gui: Improve thread namingfanquake2020-09-191-1/+1
|\ \
| * | qt: Rename qt-init thread before logging startHennadii Stepanov2020-08-131-1/+1
* | | Merge #19099: refactor: Move wallet methods out of chain.h and node.hMarcoFalke2020-08-311-0/+1
|\ \ \
| * | | refactor: Move wallet methods out of chain.h and node.hRussell Yanofsky2020-08-271-0/+1
* | | | Merge #18817: doc: Document differences in bitcoind and bitcoin-qt locale han...MarcoFalke2020-08-291-0/+1
|\ \ \ \ | |/ / / |/| | |
| * | | doc: Document differences in bitcoind and bitcoin-qt locale handlingpracticalswift2020-08-291-0/+1
* | | | gui: Delay interfaces::Node initializationRussell Yanofsky2020-08-261-3/+4
* | | | gui: Replace interface::Node references with pointersRussell Yanofsky2020-08-261-15/+24
* | | | gui: Remove unused interfaces::Node referencesRussell Yanofsky2020-08-261-3/+3
* | | | gui: Partially revert #10244 gArgs and Params changesRussell Yanofsky2020-08-261-15/+18
| |/ / |/| |
* | | Reduce cs_main lock accumulation during GUI startupJonas Schnelli2020-08-121-4/+6
* | | Merge #19098: test: Remove duplicate NodeContext hacksMarcoFalke2020-08-071-1/+3
|\ \ \ | |_|/ |/| |
| * | test: Remove duplicate NodeContext hacksRussell Yanofsky2020-07-131-1/+3
* | | scripted-diff: Replace gArgs with local argsmanIvan Metlushko2020-07-291-6/+6
* | | refactor: add unused ArgsManager to replace gArgsIvan Metlushko2020-07-291-2/+2
* | | Merge #15935: Add <datadir>/settings.json persistent settings storageMarcoFalke2020-07-231-0/+5
|\ \ \
| * | | Add <datadir>/settings.json persistent settings storage.Russell Yanofsky2020-07-111-0/+5
| |/ /
* | | Merge #19210: qt: Get rid of cursor in out-of-focus labelsWladimir J. van der Laan2020-07-151-0/+2
|\ \ \ | |/ / |/| |
| * | qt: Get rid of cursor in out-of-focus labelsHennadii Stepanov2020-07-031-0/+2
| |/
* | qt: Remove unused includesMarcoFalke2020-06-271-2/+1
* | Make GetWarnings() return bilingual_strHennadii Stepanov2020-06-101-3/+3
* | gui: add missing translation.h include to fix buildfanquake2020-06-101-0/+1
* | refactor: Change Node::initError to take bilingual_strWladimir J. van der Laan2020-06-091-4/+4
* | Merge #18898: gui: Display warnings as rich textMarcoFalke2020-06-081-1/+1
|\ \ | |/ |/|
| * qt: Display warnings as rich textHennadii Stepanov2020-05-071-1/+1
* | Merge #19104: gui, refactor: Register Qt meta types in application constructorJonas Schnelli2020-06-021-14/+18
|\ \
| * | gui, refactor: Register Qt meta types in application constructorJoão Barbosa2020-05-291-14/+18
* | | Merge #18424: qt: Use parent-child relation to manage lifetime of OptionsMode...Jonas Schnelli2020-05-291-3/+1
|\ \ \ | |/ / |/| |
| * | qt: Use parent-child relation to manage lifetime of OptionsModel objectHennadii Stepanov2020-03-241-3/+1
* | | qt: Add SynchronizationState enum to signal parameterHennadii Stepanov2020-05-191-0/+3
| |/ |/|
* | gui: use PACKAGE_NAME in exception messagefanquake2020-04-151-1/+1
* | Merge #17905: gui: Avoid redundant tx status updatesMarcoFalke2020-04-101-1/+1
|\ \ | |/ |/|
| * gui: Avoid redundant tx status updatesRussell Yanofsky2020-01-091-1/+1
* | Revert "refactor: Simplify connection syntax"Hennadii Stepanov2020-01-191-1/+3
* | refactor: Simplify connection syntaxHennadii Stepanov2020-01-161-3/+1
* | scripted-diff: Bump copyright of files changed in 2020MarcoFalke2020-01-151-1/+1
|/
* Merge #17696: qt: Force set nPruneSize in QSettings after the intro dialogfanquake2020-01-081-3/+6
|\
| * qt: Rename SetPrune() to InitializePruneSetting()Hennadii Stepanov2020-01-081-2/+2
| * refactor: Drop `bool force' parameterHennadii Stepanov2020-01-081-3/+3
| * qt: Force set nPruneSize in QSettings after introHennadii Stepanov2020-01-081-2/+5
* | qt: Add LogQtInfo() functionHennadii Stepanov2020-01-051-0/+1
* | [qt] remove unused parameter from getWarnings()John Newbery2019-12-151-3/+3
|/
* refactor: Styling w/ clang-format, comment updateHennadii Stepanov2019-11-101-6/+8
* qt: Fix missing qRegisterMetaType for size_tHennadii Stepanov2019-11-101-0/+1
* doc: Fix some misspellingsrandymcmillan2019-11-041-1/+1
* Remove BIP70 Supportfanquake2019-10-241-8/+0