aboutsummaryrefslogtreecommitdiff
path: root/src/qt/guiutil.cpp
Commit message (Expand)AuthorAgeFilesLines
* qt: fix opening bitcoin.conf via Preferences on macOS; see #15409shannon19162019-06-071-1/+10
* 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
|\
| * Drop boost::scoped_arrayChun Kuan Lee2018-08-041-24/+7
* | qt: Use new Qt5 connect syntaxJoão Barbosa2018-08-211-4/+4
* | refactor: use fs:: over boost::filesystem::fanquake2018-08-151-2/+2
* | Merge #13780: 0.17: Pre-branch maintenanceWladimir J. van der Laan2018-08-081-1/+1
|\ \
| * | Update copyright headers to 2018DrahtBot2018-07-271-1/+1
| |/
* / gui: Add GUIUtil::ItemDelegate with keyEscapePressed signalJoão Barbosa2018-07-301-0/+11
|/
* Merge #13753: scripted-diff: Remove trailing whitespacesMarcoFalke2018-07-251-9/+9
|\
| * scripted-diff: Remove trailing whitespacesJoão Barbosa2018-07-241-9/+9
* | gui: remove SubstituteFontsfanquake2018-07-251-46/+0
|/
* gui: Remove QT_VERSION fallbacks for Qt < 5Wladimir J. van der Laan2018-06-181-31/+1
* Merge #12878: [refactor] Config handling refactoring in preparation for netwo...Jonas Schnelli2018-04-081-3/+3
|\
| * Move ChainNameFromCommandLine into ArgsManager and rename to GetChainNameAnthony Towns2018-04-061-3/+3
* | scripted-diff: Avoid `interface` keyword to fix windows gitian buildRussell Yanofsky2018-04-071-2/+2
|/
* Remove direct bitcoin access from qt/guiutil.cppRussell Yanofsky2018-04-041-3/+3
* Qt: Remove unused method setupAmountWidget(...)practicalswift2018-03-251-9/+0
* Qt: Warn users about invalid-BIP21 URI bitcoin://Alexey Ivanov2018-03-211-8/+0
* Merge #11372: Address encoding cleanupWladimir J. van der Laan2018-03-071-0/+3
|\
| * Split key_io (address/key encodings) off from base58Pieter Wuille2018-02-191-0/+3
* | Bugfix: respect user defined configuration file (-conf) when open conf. file ...Jonas Schnelli2018-02-201-1/+1
|/
* Fix a-vs-an typospracticalswift2018-02-111-1/+1
* Use flexible font size for QRCode image addressJonas Schnelli2018-01-151-0/+12
* Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa2018-01-031-1/+1
* Remove includes in .cpp files for things the corresponding .h file already in...practicalswift2017-11-161-1/+0
* scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider2017-11-161-18/+18
* move human-readable byte formatting to guiutilAaron Golliver2017-10-161-0/+12
* Merge #11193: [Qt] Terminate string *pszExePath after readlink and without us...Wladimir J. van der Laan2017-10-021-2/+3
|\
| * [Qt] Terminate string *pszExePath after readlink and without using memsetpracticalswift2017-09-061-2/+3
* | Replace save|restoreWindowGeometry with Qt functionsMeshCollider2017-09-211-26/+0
* | Merge #11156: Fix memory leaks in qt/guiutil.cppJonas Schnelli2017-09-071-11/+30
|\ \
| * | Fix memory leaks in qt/guiutil.cppDan Raviv2017-08-261-11/+30
| |/
* / Introduce wrappers around CBitcoinAddressPieter Wuille2017-09-061-2/+3
|/
* scripted-diff: stop using the gArgs wrappersMarko Bencun2017-08-141-2/+2
* scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...practicalswift2017-08-071-14/+14
* Consensus: Minimal way to move dust out of consensusJorge Timón2017-05-031-1/+1
* Merge #10156: Fix for issues with startup and multiple monitors on windows.Wladimir J. van der Laan2017-04-101-6/+9
|\
| * Fix for issues with startup and multiple monitors on windows.Allan Doensen2017-04-101-6/+9
* | Merge #9890: Add a button to open the config file in a text editorJonas Schnelli2017-04-101-0/+16
|\ \