index
:
discoin
1.10-archive
1.14-maint
1.14.4-dev
1.14.5-dev
1.17-dev
1.18-dev
1.21-dev
1.4-archive
1.6-archive
1.7-archive
1.8-archive
1.8-safemode
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
qt
/
utilitydialog.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
1.21 codebase rebrand (#1711)
barrystyle
2021-02-20
1
-1
/
+1
*
gui: Remove unused interfaces::Node references
Russell Yanofsky
2020-08-26
1
-1
/
+1
*
Merge #15768: gui: Add close window shortcut
Jonas Schnelli
2020-05-04
1
-0
/
+6
|
\
|
*
gui: Add close window shortcut
Miguel Herranz
2020-02-05
1
-0
/
+6
*
|
scripted-diff: Bump copyright headers
MarcoFalke
2020-04-16
1
-1
/
+1
|
/
*
gui: Drop ShutdownWindow dependency to BitcoinGUI
João Barbosa
2020-01-31
1
-6
/
+4
*
scripted-diff: Bump copyright of files changed in 2019
MarcoFalke
2019-12-30
1
-1
/
+1
*
doc: Remove bitness from bitcoin-qt help message and manpage
Wladimir J. van der Laan
2019-11-18
1
-8
/
+0
*
Remove BIP70 Support
fanquake
2019-10-24
1
-3
/
+0
*
scripted-diff: Avoid passing PACKAGE_NAME for translation
MarcoFalke
2019-06-26
1
-2
/
+2
*
build: Stop translating PACKAGE_NAME
MarcoFalke
2019-06-26
1
-1
/
+1
*
scripted-diff: Replace fprintf with tfm::format
MarcoFalke
2019-06-13
1
-1
/
+1
*
Make reasoning about dependencies easier by not including unused dependencies
practicalswift
2019-06-02
1
-5
/
+0
*
Fix `bitcoin-qt -version` output formatting
Hennadii Stepanov
2018-11-05
1
-3
/
+4
*
scripted-diff: Move util files to separate directory.
Jim Posen
2018-11-04
1
-1
/
+1
*
build: Add --disable-bip70 configure option
Wladimir J. van der Laan
2018-10-09
1
-0
/
+2
*
Merge #13780: 0.17: Pre-branch maintenance
Wladimir J. van der Laan
2018-08-08
1
-1
/
+1
|
\
|
*
Update copyright headers to 2018
DrahtBot
2018-07-27
1
-1
/
+1
*
|
[docs] Reformat -help output for help2man
Tim Ruffing
2018-08-04
1
-3
/
+2
|
/
*
Stop translating command line options
Wladimir J. van der Laan
2018-05-30
1
-2
/
+2
*
Make gArgs aware of the arguments
Andrew Chow
2018-05-09
1
-15
/
+1
*
scripted-diff: Avoid `interface` keyword to fix windows gitian build
Russell Yanofsky
2018-04-07
1
-2
/
+2
*
Remove direct bitcoin calls from qt/utilitydialog.cpp
Russell Yanofsky
2018-04-04
1
-2
/
+3
*
scripted-diff: Convert 11 enums into scoped enums (C++11)
practicalswift
2018-03-09
1
-1
/
+1
*
Properly alphabetize output of CLI --help option.
murrayn
2018-02-01
1
-1
/
+1
*
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2018-01-03
1
-1
/
+1
*
qt: refactor: Changes to make include paths absolute
Wladimir J. van der Laan
2017-11-16
1
-1
/
+1
*
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-11-16
1
-12
/
+12
*
scripted-diff: stop using the gArgs wrappers
Marko Bencun
2017-08-14
1
-1
/
+1
*
scripted-diff: Remove Q_FOREACH
Jorge Timón
2017-06-05
1
-1
/
+1
*
[trivial] Fix typos in comments
practicalswift
2017-01-27
1
-1
/
+1
*
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-12-31
1
-1
/
+1
*
qt: Avoid shutdownwindow-related memory leak
Wladimir J. van der Laan
2016-11-23
1
-5
/
+3
*
Merge branch 'master' into single_prodname
Luke Dashjr
2016-02-03
1
-2
/
+20
|
\
|
*
Merge pull request #7205
Wladimir J. van der Laan
2016-01-05
1
-1
/
+1
|
|
\
|
|
*
Bump copyright headers to 2015
MarcoFalke
2015-12-13
1
-1
/
+1
|
*
|
[qt] Fix misleading translation
MarcoFalke
2015-12-16
1
-1
/
+1
|
|
/
|
*
[qt] Use tr() instead of _()
MarcoFalke
2015-12-02
1
-7
/
+7
|
*
Bugfix: Default -uiplatform is not actually the platform this build was compi...
Luke Dashjr
2015-11-28
1
-1
/
+1
|
*
[qt] Move GUI related HelpMessage() part downstream
MarcoFalke
2015-11-28
1
-1
/
+19
*
|
When/if the copyright line does not mention Bitcoin Core developers, add a se...
Luke Dashjr
2016-02-03
1
-1
/
+1
*
|
Unify package name to as few places as possible without major changes
Luke Dashjr
2015-12-14
1
-3
/
+7
|
/
*
qt: define QT_NO_KEYWORDS
Wladimir J. van der Laan
2015-07-15
1
-1
/
+1
*
Fix - bitcoin-qt usage message
Luca Venturini
2015-03-10
1
-54
/
+24
*
qt: Don't save geometry for options and about/help window
Wladimir J. van der Laan
2015-02-26
1
-2
/
+0
*
[Qt] add bitcoin logo to about screen
Jonas Schnelli
2015-02-04
1
-0
/
+1
*
Merge pull request #5632
Wladimir J. van der Laan
2015-01-16
1
-2
/
+2
|
\
|
*
[Qt] optimize helpmessage dialog
Jonas Schnelli
2015-01-09
1
-2
/
+2
*
|
[Qt] add option to allow self signed root certs (for testing)
Philip Kaufmann
2015-01-11
1
-0
/
+7
|
/
*
Make the command-line-args dialog better
Thomas Zander
2015-01-05
1
-16
/
+72
[next]