aboutsummaryrefslogtreecommitdiff
path: root/src/qt/utilitydialog.cpp
Commit message (Expand)AuthorAgeFilesLines
* 1.21 codebase rebrand (#1711)barrystyle2021-02-201-1/+1
* gui: Remove unused interfaces::Node referencesRussell Yanofsky2020-08-261-1/+1
* 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
|/
* gui: Drop ShutdownWindow dependency to BitcoinGUIJoão Barbosa2020-01-311-6/+4
* scripted-diff: Bump copyright of files changed in 2019MarcoFalke2019-12-301-1/+1
* doc: Remove bitness from bitcoin-qt help message and manpageWladimir J. van der Laan2019-11-181-8/+0
* Remove BIP70 Supportfanquake2019-10-241-3/+0
* scripted-diff: Avoid passing PACKAGE_NAME for translationMarcoFalke2019-06-261-2/+2
* build: Stop translating PACKAGE_NAMEMarcoFalke2019-06-261-1/+1
* scripted-diff: Replace fprintf with tfm::formatMarcoFalke2019-06-131-1/+1
* Make reasoning about dependencies easier by not including unused dependenciespracticalswift2019-06-021-5/+0
* Fix `bitcoin-qt -version` output formattingHennadii Stepanov2018-11-051-3/+4
* scripted-diff: Move util files to separate directory.Jim Posen2018-11-041-1/+1
* build: Add --disable-bip70 configure optionWladimir J. van der Laan2018-10-091-0/+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
* | [docs] Reformat -help output for help2manTim Ruffing2018-08-041-3/+2
|/
* Stop translating command line optionsWladimir J. van der Laan2018-05-301-2/+2
* Make gArgs aware of the argumentsAndrew Chow2018-05-091-15/+1
* scripted-diff: Avoid `interface` keyword to fix windows gitian buildRussell Yanofsky2018-04-071-2/+2
* Remove direct bitcoin calls from qt/utilitydialog.cppRussell Yanofsky2018-04-041-2/+3
* scripted-diff: Convert 11 enums into scoped enums (C++11)practicalswift2018-03-091-1/+1
* Properly alphabetize output of CLI --help option.murrayn2018-02-011-1/+1
* Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa2018-01-031-1/+1
* qt: refactor: Changes to make include paths absoluteWladimir J. van der Laan2017-11-161-1/+1
* scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider2017-11-161-12/+12
* scripted-diff: stop using the gArgs wrappersMarko Bencun2017-08-141-1/+1
* scripted-diff: Remove Q_FOREACHJorge Timón2017-06-051-1/+1
* [trivial] Fix typos in commentspracticalswift2017-01-271-1/+1
* Increment MIT Licence copyright header year on files modified in 2016isle29832016-12-311-1/+1
* qt: Avoid shutdownwindow-related memory leakWladimir J. van der Laan2016-11-231-5/+3
* Merge branch 'master' into single_prodnameLuke Dashjr2016-02-031-2/+20
|\
| * Merge pull request #7205Wladimir J. van der Laan2016-01-051-1/+1
| |\
| | * Bump copyright headers to 2015MarcoFalke2015-12-131-1/+1
| * | [qt] Fix misleading translationMarcoFalke2015-12-161-1/+1
| |/
| * [qt] Use tr() instead of _()MarcoFalke2015-12-021-7/+7
| * Bugfix: Default -uiplatform is not actually the platform this build was compi...Luke Dashjr2015-11-281-1/+1
| * [qt] Move GUI related HelpMessage() part downstreamMarcoFalke2015-11-281-1/+19
* | When/if the copyright line does not mention Bitcoin Core developers, add a se...Luke Dashjr2016-02-031-1/+1
* | Unify package name to as few places as possible without major changesLuke Dashjr2015-12-141-3/+7
|/
* qt: define QT_NO_KEYWORDSWladimir J. van der Laan2015-07-151-1/+1
* Fix - bitcoin-qt usage messageLuca Venturini2015-03-101-54/+24
* qt: Don't save geometry for options and about/help windowWladimir J. van der Laan2015-02-261-2/+0
* [Qt] add bitcoin logo to about screenJonas Schnelli2015-02-041-0/+1
* Merge pull request #5632Wladimir J. van der Laan2015-01-161-2/+2
|\
| * [Qt] optimize helpmessage dialogJonas Schnelli2015-01-091-2/+2
* | [Qt] add option to allow self signed root certs (for testing)Philip Kaufmann2015-01-111-0/+7
|/
* Make the command-line-args dialog betterThomas Zander2015-01-051-16/+72