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
/
guiutil.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
|
gui: Add GUIUtil::ItemDelegate with keyEscapePressed signal
João Barbosa
2018-07-30
1
-0
/
+11
|
/
*
Merge #13753: scripted-diff: Remove trailing whitespaces
MarcoFalke
2018-07-25
1
-9
/
+9
|
\
|
*
scripted-diff: Remove trailing whitespaces
João Barbosa
2018-07-24
1
-9
/
+9
*
|
gui: remove SubstituteFonts
fanquake
2018-07-25
1
-46
/
+0
|
/
*
gui: Remove QT_VERSION fallbacks for Qt < 5
Wladimir J. van der Laan
2018-06-18
1
-31
/
+1
*
Merge #12878: [refactor] Config handling refactoring in preparation for netwo...
Jonas Schnelli
2018-04-08
1
-3
/
+3
|
\
|
*
Move ChainNameFromCommandLine into ArgsManager and rename to GetChainName
Anthony Towns
2018-04-06
1
-3
/
+3
*
|
scripted-diff: Avoid `interface` keyword to fix windows gitian build
Russell Yanofsky
2018-04-07
1
-2
/
+2
|
/
*
Remove direct bitcoin access from qt/guiutil.cpp
Russell Yanofsky
2018-04-04
1
-3
/
+3
*
Qt: Remove unused method setupAmountWidget(...)
practicalswift
2018-03-25
1
-9
/
+0
*
Qt: Warn users about invalid-BIP21 URI bitcoin://
Alexey Ivanov
2018-03-21
1
-8
/
+0
*
Merge #11372: Address encoding cleanup
Wladimir J. van der Laan
2018-03-07
1
-0
/
+3
|
\
|
*
Split key_io (address/key encodings) off from base58
Pieter Wuille
2018-02-19
1
-0
/
+3
*
|
Bugfix: respect user defined configuration file (-conf) when open conf. file ...
Jonas Schnelli
2018-02-20
1
-1
/
+1
|
/
*
Fix a-vs-an typos
practicalswift
2018-02-11
1
-1
/
+1
*
Use flexible font size for QRCode image address
Jonas Schnelli
2018-01-15
1
-0
/
+12
*
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2018-01-03
1
-1
/
+1
*
Remove includes in .cpp files for things the corresponding .h file already in...
practicalswift
2017-11-16
1
-1
/
+0
*
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-11-16
1
-18
/
+18
*
move human-readable byte formatting to guiutil
Aaron Golliver
2017-10-16
1
-0
/
+12
*
Merge #11193: [Qt] Terminate string *pszExePath after readlink and without us...
Wladimir J. van der Laan
2017-10-02
1
-2
/
+3
|
\
|
*
[Qt] Terminate string *pszExePath after readlink and without using memset
practicalswift
2017-09-06
1
-2
/
+3
*
|
Replace save|restoreWindowGeometry with Qt functions
MeshCollider
2017-09-21
1
-26
/
+0
*
|
Merge #11156: Fix memory leaks in qt/guiutil.cpp
Jonas Schnelli
2017-09-07
1
-11
/
+30
|
\
\
|
*
|
Fix memory leaks in qt/guiutil.cpp
Dan Raviv
2017-08-26
1
-11
/
+30
|
|
/
*
/
Introduce wrappers around CBitcoinAddress
Pieter Wuille
2017-09-06
1
-2
/
+3
|
/
*
scripted-diff: stop using the gArgs wrappers
Marko Bencun
2017-08-14
1
-2
/
+2
*
scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...
practicalswift
2017-08-07
1
-14
/
+14
*
Consensus: Minimal way to move dust out of consensus
Jorge Timón
2017-05-03
1
-1
/
+1
*
Merge #10156: Fix for issues with startup and multiple monitors on windows.
Wladimir J. van der Laan
2017-04-10
1
-6
/
+9
|
\
|
*
Fix for issues with startup and multiple monitors on windows.
Allan Doensen
2017-04-10
1
-6
/
+9
*
|
Merge #9890: Add a button to open the config file in a text editor
Jonas Schnelli
2017-04-10
1
-0
/
+16
|
\
\
|
*
|
Add a button to open the config file in a text editor
Eric Shaw Jr
2017-03-23
1
-0
/
+16
|
|
/
*
|
Remove `namespace fs=fs`
Wladimir J. van der Laan
2017-04-03
1
-2
/
+0
*
|
Replace uses of boost::filesystem with fs
Wladimir J. van der Laan
2017-04-03
1
-16
/
+16
*
|
Replace includes of boost/filesystem.h with fs.h
Wladimir J. van der Laan
2017-04-03
1
-3
/
+1
|
/
*
[trivial] Fix typos in comments
practicalswift
2017-03-21
1
-1
/
+1
*
Merge #9727: Remove fallbacks for boost_filesystem < v3
Wladimir J. van der Laan
2017-02-21
1
-17
/
+0
|
\
|
*
Remove fallbacks for boost_filesystem < v3
Wladimir J. van der Laan
2017-02-10
1
-17
/
+0
*
|
Selectively suppress deprecation warnings
Jonas Schnelli
2017-02-14
1
-0
/
+3
|
/
*
Fix typos
practicalswift
2017-01-29
1
-2
/
+2
*
Merge #9380: Separate different uses of minimum fees
Wladimir J. van der Laan
2017-01-16
1
-2
/
+2
|
\
|
*
Introduce -dustrelayfee
Alex Morcos
2017-01-16
1
-2
/
+2
*
|
[qt] Rename formateNiceTimeOffset(qint64) to formatNiceTimeOffset(qint64)
practicalswift
2017-01-13
1
-1
/
+1
|
/
*
Merge #9450: Increment MIT licence copyright header year on files modified in...
Wladimir J. van der Laan
2017-01-04
1
-1
/
+1
|
\
|
*
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-12-31
1
-1
/
+1
*
|
qt,wallet: Fix a few typos in messages
Wladimir J. van der Laan
2017-01-03
1
-2
/
+2
|
/
*
Refactor: Removed begin/end_ptr functions.
Karl-Johan Alm
2016-12-09
1
-1
/
+1
[next]