Age | Commit message (Expand) | Author |
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 |
2021-09-21 | qt: connection type translator comments | Jarol Rodriguez |
2021-09-07 | qt: Add GUIUtil::ShowModalDialogAndDeleteOnClose | Hennadii Stepanov |
2021-08-24 | refactor: replace QDateTime::fromTime_t with QDateTime::fromSecsSinceEpoch | fanquake |
2021-06-22 | GUI: Always call parent changeEvent handler | Luke Dashjr |
2021-06-22 | GUI: Enable palette change adaptation on all platforms | Luke Dashjr |
2021-05-29 | Merge bitcoin-core/gui#343: Improve the GUI responsiveness when progress dial... | Hennadii Stepanov |
2021-05-28 | Merge bitcoin-core/gui#275: Support runtime appearance adjustment on macOS | Hennadii Stepanov |
2021-05-26 | Merge bitcoin-core/gui#313: qt: Optimize string concatenation by default | W. J. van der Laan |
2021-05-24 | scripted-diff: Replace `GetDataDir()` calls with `gArgs.GetDataDirNet()` calls | Kiminuo |
2021-05-22 | qt: Improve GUI responsiveness | Hennadii Stepanov |
2021-05-22 | qt, macos: Fix GUIUtil::PolishProgressDialog bug | Hennadii Stepanov |
2021-05-20 | Merge bitcoin-core/gui#281: set shortcuts for console's resize buttons | W. J. van der Laan |
2021-05-17 | qt: Add GUIUtil::AddButtonShortcut | Hennadii Stepanov |
2021-05-15 | qt, refactor: Revert explicit including QStringBuilder | Hennadii Stepanov |
2021-05-09 | qt: enable wordWrap for peers-tab detail services | randymcmillan |
2021-05-01 | qt: Replace base class of ClickableLabel with ThemedLabel | Hennadii Stepanov |