aboutsummaryrefslogtreecommitdiff
path: root/src/qt/guiutil.cpp
AgeCommit message (Expand)Author
2021-07-11qt: Do not use QClipboard::Selection on Windows and macOS.Hennadii Stepanov
2020-08-20Move Win32 defines to configure.ac to ensure they are globally definedLuke Dashjr
2020-08-12util: make EncodeBase58 consume SpansSebastian Falbesoner
2020-07-15Merge #19210: qt: Get rid of cursor in out-of-focus labelsWladimir J. van der Laan
2020-07-03qt: Get rid of cursor in out-of-focus labelsHennadii Stepanov
2020-06-18scripted-diff: Make SeparatorStyle a scoped enumHennadii Stepanov
2020-05-29util: dedup code in callers of serviceFlagToStr()Vasil Dimov
2020-05-29util: simplify the interface of serviceFlagToStr()Vasil Dimov
2020-05-29Merge #18165: Consolidate service flag bit-to-name conversion to a shared ser...Jonas Schnelli
2020-05-29Merge #17956: gui: Disable unavailable context menu items in transactions tabJonas Schnelli
2020-05-13qt: Remove QFont warnings with QPA=minimalHennadii Stepanov
2020-05-04Merge #15768: gui: Add close window shortcutJonas Schnelli
2020-04-16scripted-diff: Bump copyright headersMarcoFalke
2020-04-16Disable unavailable context menu items in transactions tabKristaps Kaupe
2020-03-04refactor: Convert ping wait time from double to int64_tBen Woosley
2020-03-04refactor: Convert ping time from double to int64_tBen Woosley
2020-02-21Consolidate service flag bit-to-name conversion to a shared serviceFlagToStr ...Luke Dashjr
2020-02-21Bugfix: GUI: Use unsigned long long type to avoid implicit conversion of MSB ...Luke Dashjr
2020-02-05gui: Add close window shortcutMiguel Herranz
2020-01-05qt: Add LogQtInfo() functionHennadii Stepanov
2019-12-11Merge #17474: Bugfix: GUI: Recognise NETWORK_LIMITED in formatServicesStrMarcoFalke
2019-11-22gui: remove macOS start on login codefanquake
2019-11-19refactor: Nuke guiutil circular dependencyHennadii Stepanov
2019-11-19refactor: Move SendCoinsRecipient in own headerHennadii Stepanov
2019-11-14GUI: Refactor formatServicesStr to warn when a ServicesFlag is missingLuke Dashjr
2019-11-14Bugfix: GUI: Recognise NETWORK_LIMITED in formatServicesStrLuke Dashjr
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