aboutsummaryrefslogtreecommitdiff
path: root/src/qt/guiutil.cpp
AgeCommit message (Expand)Author
2024-02-13scripted-diff: Fix bitcoin_config_h includesTheCharlatan
2023-12-14refactor: Rename fs::path::u8string() to fs::path::utf8string()MarcoFalke
2023-12-11refactor: Use C++20 std::chrono::daysMarcoFalke
2023-08-14Clean up things that include script/standard.hAndrew Chow
2023-05-09refactor: Replace string chain name constants with ChainTypesTheCharlatan
2023-04-19move-only: Extract common/args and common/config.cpp from util/systemTheCharlatan
2023-04-03Merge bitcoin/bitcoin#27254: refactor: Extract util/fs from util/systemfanquake
2023-03-31GUI: Support translating peer network namesLuke Dashjr
2023-03-23refactor: Move fs.* to util/fs.*TheCharlatan
2023-03-23refactor: Extract util/fs_helpers from util/systemBen Woosley
2023-03-13refactor: Extract util/exception from util/systemBen Woosley
2023-02-27refactor: Use new GetConfigFilePath functionRyan Ofsky
2022-12-24scripted-diff: Bump copyright headersHennadii Stepanov
2022-11-01Merge bitcoin/bitcoin#25548: gui: Check for readlink buffer overflow and hand...fanquake
2022-09-13refactor: use std::string for thread namesstickies-v
2022-08-04Merge bitcoin/bitcoin#24675: util: Use ArgsManager::GetPathArg more widelyfanquake
2022-07-05Bugfix: Check for readlink buffer overflow and handle gracefullyLuke Dashjr
2022-06-22Merge bitcoin-core/gui#620: Replace `QRegExp` with `QRegularExpression`laanwj
2022-06-21qt: Replace `QRegExp` with `QRegularExpression`w0xlt
2022-06-21qt: Add a function that extracts the suffix from a filterw0xlt
2022-06-20build: globally define NOMINMAXfanquake
2022-05-20Merge bitcoin-core/gui#594: scripted-diff: replace deprecated Q_OS_MAC with Q...Hennadii Stepanov
2022-04-26scripted-diff: replace deprecated Q_OS_MAC with Q_OS_MACOSJoão Barbosa
2022-04-21Disallow more unsafe string->path conversions allowed by path append operatorsRyan Ofsky
2022-04-21util, refactor: Use GetPathArg to read "-conf" valueHennadii Stepanov
2022-04-15Merge bitcoin-core/gui#556: refactor: Make BitcoinUnits::Unit a scoped enumHennadii Stepanov
2022-04-13Merge bitcoin-core/gui#577: Getting ready to Qt 6 (1/n)Hennadii Stepanov
2022-04-13Merge bitcoin-core/gui#543: peers-tab: add connection duration column to tabl...Hennadii Stepanov
2022-04-09qt: Fix headersHennadii Stepanov
2022-03-22qt: Use human-readable strings in preference to hard-coded integersHennadii Stepanov
2022-03-16gui: add FormatPeerAge() utility helperJon Atack
2022-03-07Merge bitcoin/bitcoin#24132: build: Bump minimum Qt version to 5.11.3fanquake
2022-03-05Merge bitcoin-core/gui#549: refactor: use std::chrono for formatDurationStr()...Hennadii Stepanov
2022-02-22qt, refactor: Make BitcoinUnits::Unit a scoped enumHennadii Stepanov
2022-02-15gui, refactor: use std::chrono for formatDurationStr() helperJon Atack
2022-02-12scripted-diff: Rename ShowModalDialogAndDeleteOnCloseHennadii Stepanov
2022-02-05build: Bump minimum Qt version to 5.11.3Hennadii Stepanov
2022-02-03refactor: replace boost::filesystem with std::filesystemKiminuo
2022-01-11scripted-diff: Rename functions to drop mention of boostHennadii Stepanov
2021-12-30scripted-diff: Bump copyright headersHennadii Stepanov
2021-12-06p2p: Make timeout mockable and type safe, speed up testMarcoFalke
2021-10-15Merge bitcoin/bitcoin#22937: refactor: Forbid calling unsafe fs::path(std::st...W. J. van der Laan
2021-10-07qt: Add helper to load fontJoão Barbosa
2021-10-05refactor: Block unsafe fs::path std::string conversion callsRussell Yanofsky
2021-09-30Merge bitcoin-core/gui#336: Do not exit and re-enter main event loop during s...W. J. van der Laan
2021-09-29Merge bitcoin-core/gui#345: Connection Type Translator CommentsHennadii Stepanov
2021-09-21qt: connection type translator commentsJarol Rodriguez
2021-09-07qt: Add GUIUtil::ShowModalDialogAndDeleteOnCloseHennadii Stepanov
2021-08-24refactor: replace QDateTime::fromTime_t with QDateTime::fromSecsSinceEpochfanquake
2021-06-22GUI: Always call parent changeEvent handlerLuke Dashjr