aboutsummaryrefslogtreecommitdiff
path: root/src/qt/guiutil.cpp
AgeCommit message (Expand)Author
2019-09-06Testchains: Generic selection with -chain=<str> in addition of -testnet and -...Jorge Timón
2019-09-01Merge #16720: qt: Replace objc_msgSend() function calls with the native Objec...fanquake
2019-08-31qt: Replace objc_msgSend with native syntaxHennadii Stepanov
2019-08-29qt: Replace QFontMetrics::width() with TextWidth()Hennadii Stepanov
2019-08-25qt: Replace obsolete functions of QDesktopWidgetHennadii Stepanov
2019-08-23qt: Add TextWidth() wrapperHennadii Stepanov
2019-07-18Merge #16379: Fix autostart filenames on Linux for testnet/regtestWladimir J. van der Laan
2019-07-12Remove unused bits from the service flags enumMarcoFalke
2019-07-12Fix autostart filenames on LinuxHennadii Stepanov
2019-06-03qt: fix opening bitcoin.conf via Preferences on macOS; see #15409shannon1916
2019-04-29Merge #15371: gui: Uppercase bech32 addresses in qr codesJonas Schnelli
2019-04-23Resolve the qt/guiutil <-> qt/optionsmodal CD251
2019-02-09gui: Uppercase bech32 addresses in qr codesBen Carman
2019-01-23windows: Set _WIN32_WINNT to 0x0601 (Windows 7)Chun Kuan Lee
2019-01-21Fix macOS launch-at-startup memory issueJonas Schnelli
2019-01-21Qt: remove macOS launch-at-startup option when compiled with > macOS 10.11Jonas Schnelli
2019-01-15Add workaround for QProgressDialog bug on macOSHennadii Stepanov
2018-11-25Use window() instead of obsolete topLevelWidget()Hennadii Stepanov
2018-11-14Bump the minimum Qt version to 5.2Hennadii Stepanov
2018-11-12Merge #14123: gui: Add GUIUtil::bringToFrontWladimir J. van der Laan
2018-11-05qt: Add GUIUtil::bringToFrontJoão Barbosa
2018-11-04scripted-diff: Move util files to separate directory.Jim Posen
2018-09-26Move boost/std fstream to fsbridgeChun Kuan Lee
2018-09-23Make fs::path::string() always return utf-8 stringChun Kuan Lee
2018-09-11Merge #13734: gui: Drop boost::scoped_array and use wchar_t API explicitly on...Wladimir J. van der Laan
2018-08-21qt: Use new Qt5 connect syntaxJoão Barbosa
2018-08-15refactor: use fs:: over boost::filesystem::fanquake
2018-08-08Merge #13780: 0.17: Pre-branch maintenanceWladimir J. van der Laan
2018-08-04Drop boost::scoped_arrayChun Kuan Lee
2018-07-30gui: Add GUIUtil::ItemDelegate with keyEscapePressed signalJoão Barbosa
2018-07-27Update copyright headers to 2018DrahtBot
2018-07-25Merge #13753: scripted-diff: Remove trailing whitespacesMarcoFalke
2018-07-25gui: remove SubstituteFontsfanquake
2018-07-24scripted-diff: Remove trailing whitespacesJoão Barbosa
2018-06-18gui: Remove QT_VERSION fallbacks for Qt < 5Wladimir J. van der Laan
2018-04-08Merge #12878: [refactor] Config handling refactoring in preparation for netwo...Jonas Schnelli
2018-04-07scripted-diff: Avoid `interface` keyword to fix windows gitian buildRussell Yanofsky
2018-04-06Move ChainNameFromCommandLine into ArgsManager and rename to GetChainNameAnthony Towns
2018-04-04Remove direct bitcoin access from qt/guiutil.cppRussell Yanofsky
2018-03-25Qt: Remove unused method setupAmountWidget(...)practicalswift
2018-03-21Qt: Warn users about invalid-BIP21 URI bitcoin://Alexey Ivanov
2018-03-07Merge #11372: Address encoding cleanupWladimir J. van der Laan
2018-02-20Bugfix: respect user defined configuration file (-conf) when open conf. file ...Jonas Schnelli
2018-02-19Split key_io (address/key encodings) off from base58Pieter Wuille
2018-02-11Fix a-vs-an typospracticalswift
2018-01-15Use flexible font size for QRCode image addressJonas Schnelli
2018-01-03Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa
2017-11-16Remove includes in .cpp files for things the corresponding .h file already in...practicalswift
2017-11-16scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider
2017-10-16move human-readable byte formatting to guiutilAaron Golliver