index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
qt
/
utilitydialog.cpp
Age
Commit message (
Expand
)
Author
2018-03-09
scripted-diff: Convert 11 enums into scoped enums (C++11)
practicalswift
2018-02-01
Properly alphabetize output of CLI --help option.
murrayn
2018-01-03
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2017-11-16
qt: refactor: Changes to make include paths absolute
Wladimir J. van der Laan
2017-11-16
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-08-14
scripted-diff: stop using the gArgs wrappers
Marko Bencun
2017-06-05
scripted-diff: Remove Q_FOREACH
Jorge Timón
2017-01-27
[trivial] Fix typos in comments
practicalswift
2016-12-31
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-11-23
qt: Avoid shutdownwindow-related memory leak
Wladimir J. van der Laan
2016-02-03
Merge branch 'master' into single_prodname
Luke Dashjr
2016-02-03
When/if the copyright line does not mention Bitcoin Core developers, add a se...
Luke Dashjr
2016-01-05
Merge pull request #7205
Wladimir J. van der Laan
2015-12-16
[qt] Fix misleading translation
MarcoFalke
2015-12-14
Unify package name to as few places as possible without major changes
Luke Dashjr
2015-12-13
Bump copyright headers to 2015
MarcoFalke
2015-12-02
[qt] Use tr() instead of _()
MarcoFalke
2015-11-28
Bugfix: Default -uiplatform is not actually the platform this build was compi...
Luke Dashjr
2015-11-28
[qt] Move GUI related HelpMessage() part downstream
MarcoFalke
2015-07-15
qt: define QT_NO_KEYWORDS
Wladimir J. van der Laan
2015-03-10
Fix - bitcoin-qt usage message
Luca Venturini
2015-02-26
qt: Don't save geometry for options and about/help window
Wladimir J. van der Laan
2015-02-04
[Qt] add bitcoin logo to about screen
Jonas Schnelli
2015-01-16
Merge pull request #5632
Wladimir J. van der Laan
2015-01-11
[Qt] add option to allow self signed root certs (for testing)
Philip Kaufmann
2015-01-09
[Qt] optimize helpmessage dialog
Jonas Schnelli
2015-01-05
Make the command-line-args dialog better
Thomas Zander
2014-12-19
Added "Core" to copyright headers
sandakersmann
2014-12-16
Remove references to X11 licence
Michael Ford
2014-10-29
Separate protocol versioning from clientversion
Cory Fields
2014-09-22
qt: Make splash and shutdown window ignore close events
Wladimir J. van der Laan
2014-08-26
Split up util.cpp/h
Wladimir J. van der Laan
2014-08-26
Move `*Version()` functions to version.h/cpp
Wladimir J. van der Laan
2014-06-27
set shutdown title to main window title
Philip Kaufmann
2014-06-12
qt: Unify AboutDialog and HelpMessageDialog
Wladimir J. van der Laan
2014-06-12
Add 'about' information to `-version` output
Wladimir J. van der Laan
2014-06-11
Add `-version` option to get just the version
Wladimir J. van der Laan
2014-03-29
Merge pull request #3922
Wladimir J. van der Laan
2014-03-25
improve command-line options output
Cozz Lovan
2014-03-21
[Qt] remove space from translation of client bitness
Philip Kaufmann
2014-02-16
[Qt] allow translation of client bitness
Philip Kaufmann
2014-01-29
qt: Add closing newline to help message
Wladimir J. van der Laan
2014-01-21
gitian: Windows 64 bit support
Wladimir J. van der Laan
2014-01-18
[Qt] add utilitydialog.cpp/h and helpmessage class
Philip Kaufmann