aboutsummaryrefslogtreecommitdiff
path: root/src/qt/guiutil.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move Win32 defines to configure.ac to ensure they are globally definedLuke Dashjr2020-08-201-5/+0
* util: make EncodeBase58 consume SpansSebastian Falbesoner2020-08-121-1/+1
* Merge #19210: qt: Get rid of cursor in out-of-focus labelsWladimir J. van der Laan2020-07-151-0/+22
|\
| * qt: Get rid of cursor in out-of-focus labelsHennadii Stepanov2020-07-031-0/+22
* | scripted-diff: Make SeparatorStyle a scoped enumHennadii Stepanov2020-06-181-1/+1
|/
* util: dedup code in callers of serviceFlagToStr()Vasil Dimov2020-05-291-6/+2
* util: simplify the interface of serviceFlagToStr()Vasil Dimov2020-05-291-1/+1
* Merge #18165: Consolidate service flag bit-to-name conversion to a shared ser...Jonas Schnelli2020-05-291-20/+2
|\
| * Consolidate service flag bit-to-name conversion to a shared serviceFlagToStr ...Luke Dashjr2020-02-211-19/+1
| * Bugfix: GUI: Use unsigned long long type to avoid implicit conversion of MSB ...Luke Dashjr2020-02-211-1/+1
* | Merge #17956: gui: Disable unavailable context menu items in transactions tabJonas Schnelli2020-05-291-2/+9
|\ \
| * | Disable unavailable context menu items in transactions tabKristaps Kaupe2020-04-161-2/+9
| |/
* | qt: Remove QFont warnings with QPA=minimalHennadii Stepanov2020-05-131-1/+9
* | Merge #15768: gui: Add close window shortcutJonas Schnelli2020-05-041-0/+6
|\ \
| * | gui: Add close window shortcutMiguel Herranz2020-02-051-0/+6
| |/
* | scripted-diff: Bump copyright headersMarcoFalke2020-04-161-1/+1
* | refactor: Convert ping wait time from double to int64_tBen Woosley2020-03-041-5/+0
* | refactor: Convert ping time from double to int64_tBen Woosley2020-03-041-0/+5
|/
* qt: Add LogQtInfo() functionHennadii Stepanov2020-01-051-0/+25
* Merge #17474: Bugfix: GUI: Recognise NETWORK_LIMITED in formatServicesStrMarcoFalke2019-12-111-20/+21
|\
| * GUI: Refactor formatServicesStr to warn when a ServicesFlag is missingLuke Dashjr2019-11-141-24/+19
| * Bugfix: GUI: Recognise NETWORK_LIMITED in formatServicesStrLuke Dashjr2019-11-141-4/+10
* | gui: remove macOS start on login codefanquake2019-11-221-84/+0
* | refactor: Nuke guiutil circular dependencyHennadii Stepanov2019-11-191-1/+0
* | refactor: Move SendCoinsRecipient in own headerHennadii Stepanov2019-11-191-0/+1
|/
* Testchains: Generic selection with -chain=<str> in addition of -testnet and -...Jorge Timón2019-09-061-2/+2
* Merge #16720: qt: Replace objc_msgSend() function calls with the native Objec...fanquake2019-09-011-5/+3
|\
| * qt: Replace objc_msgSend with native syntaxHennadii Stepanov2019-08-311-5/+3
* | qt: Replace QFontMetrics::width() with TextWidth()Hennadii Stepanov2019-08-291-1/+1
* | qt: Replace obsolete functions of QDesktopWidgetHennadii Stepanov2019-08-251-1/+0
* | qt: Add TextWidth() wrapperHennadii Stepanov2019-08-231-1/+10
|/
* Merge #16379: Fix autostart filenames on Linux for testnet/regtestWladimir J. van der Laan2019-07-181-1/+1
|\
| * Fix autostart filenames on LinuxHennadii Stepanov2019-07-121-1/+1
* | Remove unused bits from the service flags enumMarcoFalke2019-07-121-6/+3
|/
* qt: fix opening bitcoin.conf via Preferences on macOS; see #15409shannon19162019-06-031-1/+10
* Merge #15371: gui: Uppercase bech32 addresses in qr codesJonas Schnelli2019-04-291-1/+3
|\
| * gui: Uppercase bech32 addresses in qr codesBen Carman2019-02-091-1/+3
* | Resolve the qt/guiutil <-> qt/optionsmodal CD2512019-04-231-0/+5
|/
* windows: Set _WIN32_WINNT to 0x0601 (Windows 7)Chun Kuan Lee2019-01-231-4/+0
* Fix macOS launch-at-startup memory issueJonas Schnelli2019-01-211-10/+10
* Qt: remove macOS launch-at-startup option when compiled with > macOS 10.11Jonas Schnelli2019-01-211-1/+1
* Add workaround for QProgressDialog bug on macOSHennadii Stepanov2019-01-151-1/+15
* Use window() instead of obsolete topLevelWidget()Hennadii Stepanov2018-11-251-1/+1
* Bump the minimum Qt version to 5.2Hennadii Stepanov2018-11-141-11/+1
* Merge #14123: gui: Add GUIUtil::bringToFrontWladimir J. van der Laan2018-11-121-5/+29
|\
| * qt: Add GUIUtil::bringToFrontJoão Barbosa2018-11-051-5/+29
* | scripted-diff: Move util files to separate directory.Jim Posen2018-11-041-1/+1
|/
* Move boost/std fstream to fsbridgeChun Kuan Lee2018-09-261-3/+3
* Make fs::path::string() always return utf-8 stringChun Kuan Lee2018-09-231-4/+2
* Merge #13734: gui: Drop boost::scoped_array and use wchar_t API explicitly on...Wladimir J. van der Laan2018-09-111-24/+7
|\