index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
qt
/
bitcoin.cpp
Age
Commit message (
Expand
)
Author
2024-05-16
util: Move util/string.h functions to util namespace
Ryan Ofsky
2024-05-01
scripted-diff: Add IWYU pragma keep to bitcoin-config.h includes
MarcoFalke
2024-02-28
gui: guard accessing a nullptr 'clientModel'
furszy
2023-12-04
refactor: Remove call to StartShutdown from qt
Ryan Ofsky
2023-10-25
Merge bitcoin-core/gui#742: Exit and show error if unrecognized command line ...
Hennadii Stepanov
2023-08-13
gui: make '-min' minimize wallet loading dialog
furszy
2023-08-05
refactor: Fix logging.h includes
TheCharlatan
2023-07-03
gui: Show error if unrecognized command line args are present
John Moffett
2023-06-10
gui: return EXIT_FAILURE on post-init fatal errors
furszy
2023-05-20
refactor: Move system from util to common library
TheCharlatan
2023-05-09
refactor: Replace string chain name constants with ChainTypes
TheCharlatan
2023-04-21
Merge bitcoin/bitcoin#27419: move-only: Extract common/args from util/system
fanquake
2023-04-19
move-only: Extract common/args and common/config.cpp from util/system
TheCharlatan
2023-04-13
qt: Register `wallet::AddressPurpose` type
Hennadii Stepanov
2023-03-13
refactor: Extract util/exception from util/system
Ben Woosley
2023-02-28
Deduplicate bitcoind and bitcoin-qt init code
Ryan Ofsky
2023-02-28
scripted-diff: Remove double newlines after some init errors
Ryan Ofsky
2023-02-27
refactor: Stop using gArgs global in system.cpp
Ryan Ofsky
2023-02-23
util: make GetDataDir read-only & create datadir..
willcl-ark
2023-01-17
Merge bitcoin-core/gui#686: clang-tidy: Force checks for headers in `src/qt`
Hennadii Stepanov
2022-12-26
gui: bugfix, catch invalid networks combination crash
furszy
2022-12-24
scripted-diff: Bump copyright headers
Hennadii Stepanov
2022-12-16
clang-tidy, qt: Fix `modernize-use-default-member-init` in headers
Hennadii Stepanov
2022-10-27
qt: Drop no longer used `BitcoinApplication::splashFinished()` signal
Hennadii Stepanov
2022-10-27
qt: Delete splash screen widget explicitly
Hennadii Stepanov
2022-08-29
ui: show header pre-synchronization progress
Pieter Wuille
2022-07-18
refactor: remove unused using directives
fanquake
2022-06-21
qt6: Do not use deprecated high DPI attributes in Qt 6
Hennadii Stepanov
2022-06-21
refactor: Fix style in `initTranslations()` function
Hennadii Stepanov
2022-06-21
qt6: Do not use deprecated `QLibraryInfo::path` in Qt 6
Hennadii Stepanov
2022-06-21
qt6: Fix type registration
Hennadii Stepanov
2022-06-14
scripted-diff: Avoid incompatibility with CMake AUTOUIC feature
Hennadii Stepanov
2022-05-26
Migrate -prune setting from QSettings to settings.json
Ryan Ofsky
2022-05-26
Migrate -dbcache setting from QSettings to settings.json
Ryan Ofsky
2022-05-24
Merge bitcoin-core/gui#601: refactor: Pass interfaces::Node references to Opt...
Hennadii Stepanov
2022-05-21
qt: Replace `QCoreApplication::quit()` with `QCoreApplication::exit(0)`
Hennadii Stepanov
2022-05-19
refactor: Pass interfaces::Node references to OptionsModel constructor
Ryan Ofsky
2022-04-15
Merge bitcoin-core/gui#556: refactor: Make BitcoinUnits::Unit a scoped enum
Hennadii Stepanov
2022-03-10
qt: Remove network detection based on address in BIP21
laanwj
2022-02-22
qt: Use QVariant instead of int for BitcoinUnit in QSettings
Hennadii Stepanov
2022-02-22
Merge bitcoin/bitcoin#24367: User-facing content and codebase doc fixups from...
laanwj
2022-02-22
Merge bitcoin-core/gui#547: Override BitcoinApplication::event() to handle QE...
Hennadii Stepanov
2022-02-21
Replace "can not" with "cannot" in docs, user messages, and tests
Jon Atack
2022-02-12
qt: Delay shutdown while a modal dialog is active
Hennadii Stepanov
2022-02-12
qt: Override BitcoinApplication::event() to handle QEvent::Quit
Hennadii Stepanov
2022-01-12
Merge bitcoin-core/gui#517: refactor, qt: Use std::chrono for parameters of Q...
Hennadii Stepanov
2022-01-09
refactor, qt: Add SHUTDOWN_POLLING_DELAY constant
Hennadii Stepanov
2022-01-09
refactor, qt: Use std::chrono for non-zero arguments in QTimer methods
Hennadii Stepanov
2022-01-06
Add src/node/* code to node:: namespace
Russell Yanofsky
2021-12-30
scripted-diff: Bump copyright headers
Hennadii Stepanov
[next]