aboutsummaryrefslogtreecommitdiff
path: root/src/qt/guiutil.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \
| * | Add a button to open the config file in a text editorEric Shaw Jr2017-03-231-0/+16
| |/
* | Remove `namespace fs=fs`Wladimir J. van der Laan2017-04-031-2/+0
* | Replace uses of boost::filesystem with fsWladimir J. van der Laan2017-04-031-16/+16
* | Replace includes of boost/filesystem.h with fs.hWladimir J. van der Laan2017-04-031-3/+1
|/
* [trivial] Fix typos in commentspracticalswift2017-03-211-1/+1
* Merge #9727: Remove fallbacks for boost_filesystem < v3Wladimir J. van der Laan2017-02-211-17/+0
|\
| * Remove fallbacks for boost_filesystem < v3Wladimir J. van der Laan2017-02-101-17/+0
* | Selectively suppress deprecation warningsJonas Schnelli2017-02-141-0/+3
|/
* Fix typospracticalswift2017-01-291-2/+2
* Merge #9380: Separate different uses of minimum feesWladimir J. van der Laan2017-01-161-2/+2
|\
| * Introduce -dustrelayfeeAlex Morcos2017-01-161-2/+2
* | [qt] Rename formateNiceTimeOffset(qint64) to formatNiceTimeOffset(qint64)practicalswift2017-01-131-1/+1
|/
* Merge #9450: Increment MIT licence copyright header year on files modified in...Wladimir J. van der Laan2017-01-041-1/+1
|\
| * Increment MIT Licence copyright header year on files modified in 2016isle29832016-12-311-1/+1
* | qt,wallet: Fix a few typos in messagesWladimir J. van der Laan2017-01-031-2/+2
|/
* Refactor: Removed begin/end_ptr functions.Karl-Johan Alm2016-12-091-1/+1