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
/
guiutil.cpp
Age
Commit message (
Expand
)
Author
2024-05-01
scripted-diff: Add IWYU pragma keep to bitcoin-config.h includes
MarcoFalke
2024-04-30
Merge bitcoin/bitcoin#29623: Simplify network-adjusted time warning logic
Ava Chow
2024-04-10
[net processing] Move nTimeOffset to net_processing
dergoegge
2024-03-28
gui: change example address from legacy (P2PKH) to bech32m (P2TR)
Sebastian Falbesoner
2024-02-13
scripted-diff: Fix bitcoin_config_h includes
TheCharlatan
2023-12-14
refactor: Rename fs::path::u8string() to fs::path::utf8string()
MarcoFalke
2023-12-11
refactor: Use C++20 std::chrono::days
MarcoFalke
2023-08-14
Clean up things that include script/standard.h
Andrew Chow
2023-05-09
refactor: Replace string chain name constants with ChainTypes
TheCharlatan
2023-04-19
move-only: Extract common/args and common/config.cpp from util/system
TheCharlatan
2023-04-03
Merge bitcoin/bitcoin#27254: refactor: Extract util/fs from util/system
fanquake
2023-03-31
GUI: Support translating peer network names
Luke Dashjr
2023-03-23
refactor: Move fs.* to util/fs.*
TheCharlatan
2023-03-23
refactor: Extract util/fs_helpers from util/system
Ben Woosley
2023-03-13
refactor: Extract util/exception from util/system
Ben Woosley
2023-02-27
refactor: Use new GetConfigFilePath function
Ryan Ofsky
2022-12-24
scripted-diff: Bump copyright headers
Hennadii Stepanov
2022-11-01
Merge bitcoin/bitcoin#25548: gui: Check for readlink buffer overflow and hand...
fanquake
2022-09-13
refactor: use std::string for thread names
stickies-v
2022-08-04
Merge bitcoin/bitcoin#24675: util: Use ArgsManager::GetPathArg more widely
fanquake
2022-07-05
Bugfix: Check for readlink buffer overflow and handle gracefully
Luke Dashjr
2022-06-22
Merge bitcoin-core/gui#620: Replace `QRegExp` with `QRegularExpression`
laanwj
2022-06-21
qt: Replace `QRegExp` with `QRegularExpression`
w0xlt
2022-06-21
qt: Add a function that extracts the suffix from a filter
w0xlt
2022-06-20
build: globally define NOMINMAX
fanquake
2022-05-20
Merge bitcoin-core/gui#594: scripted-diff: replace deprecated Q_OS_MAC with Q...
Hennadii Stepanov
2022-04-26
scripted-diff: replace deprecated Q_OS_MAC with Q_OS_MACOS
João Barbosa
2022-04-21
Disallow more unsafe string->path conversions allowed by path append operators
Ryan Ofsky
2022-04-21
util, refactor: Use GetPathArg to read "-conf" value
Hennadii Stepanov
2022-04-15
Merge bitcoin-core/gui#556: refactor: Make BitcoinUnits::Unit a scoped enum
Hennadii Stepanov
2022-04-13
Merge bitcoin-core/gui#577: Getting ready to Qt 6 (1/n)
Hennadii Stepanov
2022-04-13
Merge bitcoin-core/gui#543: peers-tab: add connection duration column to tabl...
Hennadii Stepanov
2022-04-09
qt: Fix headers
Hennadii Stepanov
2022-03-22
qt: Use human-readable strings in preference to hard-coded integers
Hennadii Stepanov
2022-03-16
gui: add FormatPeerAge() utility helper
Jon Atack
2022-03-07
Merge bitcoin/bitcoin#24132: build: Bump minimum Qt version to 5.11.3
fanquake
2022-03-05
Merge bitcoin-core/gui#549: refactor: use std::chrono for formatDurationStr()...
Hennadii Stepanov
2022-02-22
qt, refactor: Make BitcoinUnits::Unit a scoped enum
Hennadii Stepanov
2022-02-15
gui, refactor: use std::chrono for formatDurationStr() helper
Jon Atack
2022-02-12
scripted-diff: Rename ShowModalDialogAndDeleteOnClose
Hennadii Stepanov
2022-02-05
build: Bump minimum Qt version to 5.11.3
Hennadii Stepanov
2022-02-03
refactor: replace boost::filesystem with std::filesystem
Kiminuo
2022-01-11
scripted-diff: Rename functions to drop mention of boost
Hennadii Stepanov
2021-12-30
scripted-diff: Bump copyright headers
Hennadii Stepanov
2021-12-06
p2p: Make timeout mockable and type safe, speed up test
MarcoFalke
2021-10-15
Merge bitcoin/bitcoin#22937: refactor: Forbid calling unsafe fs::path(std::st...
W. J. van der Laan
2021-10-07
qt: Add helper to load font
João Barbosa
2021-10-05
refactor: Block unsafe fs::path std::string conversion calls
Russell Yanofsky
2021-09-30
Merge bitcoin-core/gui#336: Do not exit and re-enter main event loop during s...
W. J. van der Laan
2021-09-29
Merge bitcoin-core/gui#345: Connection Type Translator Comments
Hennadii Stepanov
[next]