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
/
guiutil.cpp
Age
Commit message (
Expand
)
Author
2018-11-25
Use window() instead of obsolete topLevelWidget()
Hennadii Stepanov
2018-11-14
Bump the minimum Qt version to 5.2
Hennadii Stepanov
2018-11-12
Merge #14123: gui: Add GUIUtil::bringToFront
Wladimir J. van der Laan
2018-11-05
qt: Add GUIUtil::bringToFront
João Barbosa
2018-11-04
scripted-diff: Move util files to separate directory.
Jim Posen
2018-09-26
Move boost/std fstream to fsbridge
Chun Kuan Lee
2018-09-23
Make fs::path::string() always return utf-8 string
Chun Kuan Lee
2018-09-11
Merge #13734: gui: Drop boost::scoped_array and use wchar_t API explicitly on...
Wladimir J. van der Laan
2018-08-21
qt: Use new Qt5 connect syntax
João Barbosa
2018-08-15
refactor: use fs:: over boost::filesystem::
fanquake
2018-08-08
Merge #13780: 0.17: Pre-branch maintenance
Wladimir J. van der Laan
2018-08-04
Drop boost::scoped_array
Chun Kuan Lee
2018-07-30
gui: Add GUIUtil::ItemDelegate with keyEscapePressed signal
João Barbosa
2018-07-27
Update copyright headers to 2018
DrahtBot
2018-07-25
Merge #13753: scripted-diff: Remove trailing whitespaces
MarcoFalke
2018-07-25
gui: remove SubstituteFonts
fanquake
2018-07-24
scripted-diff: Remove trailing whitespaces
João Barbosa
2018-06-18
gui: Remove QT_VERSION fallbacks for Qt < 5
Wladimir J. van der Laan
2018-04-08
Merge #12878: [refactor] Config handling refactoring in preparation for netwo...
Jonas Schnelli
2018-04-07
scripted-diff: Avoid `interface` keyword to fix windows gitian build
Russell Yanofsky
2018-04-06
Move ChainNameFromCommandLine into ArgsManager and rename to GetChainName
Anthony Towns
2018-04-04
Remove direct bitcoin access from qt/guiutil.cpp
Russell Yanofsky
2018-03-25
Qt: Remove unused method setupAmountWidget(...)
practicalswift
2018-03-21
Qt: Warn users about invalid-BIP21 URI bitcoin://
Alexey Ivanov
2018-03-07
Merge #11372: Address encoding cleanup
Wladimir J. van der Laan
2018-02-20
Bugfix: respect user defined configuration file (-conf) when open conf. file ...
Jonas Schnelli
2018-02-19
Split key_io (address/key encodings) off from base58
Pieter Wuille
2018-02-11
Fix a-vs-an typos
practicalswift
2018-01-15
Use flexible font size for QRCode image address
Jonas Schnelli
2018-01-03
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2017-11-16
Remove includes in .cpp files for things the corresponding .h file already in...
practicalswift
2017-11-16
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-10-16
move human-readable byte formatting to guiutil
Aaron Golliver
2017-10-02
Merge #11193: [Qt] Terminate string *pszExePath after readlink and without us...
Wladimir J. van der Laan
2017-09-21
Replace save|restoreWindowGeometry with Qt functions
MeshCollider
2017-09-07
Merge #11156: Fix memory leaks in qt/guiutil.cpp
Jonas Schnelli
2017-09-06
Introduce wrappers around CBitcoinAddress
Pieter Wuille
2017-09-06
[Qt] Terminate string *pszExePath after readlink and without using memset
practicalswift
2017-08-26
Fix memory leaks in qt/guiutil.cpp
Dan Raviv
2017-08-14
scripted-diff: stop using the gArgs wrappers
Marko Bencun
2017-08-07
scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...
practicalswift
2017-05-03
Consensus: Minimal way to move dust out of consensus
Jorge Timón
2017-04-10
Merge #10156: Fix for issues with startup and multiple monitors on windows.
Wladimir J. van der Laan
2017-04-10
Fix for issues with startup and multiple monitors on windows.
Allan Doensen
2017-04-10
Merge #9890: Add a button to open the config file in a text editor
Jonas Schnelli
2017-04-03
Remove `namespace fs=fs`
Wladimir J. van der Laan
2017-04-03
Replace uses of boost::filesystem with fs
Wladimir J. van der Laan
2017-04-03
Replace includes of boost/filesystem.h with fs.h
Wladimir J. van der Laan
2017-03-23
Add a button to open the config file in a text editor
Eric Shaw Jr
2017-03-21
[trivial] Fix typos in comments
practicalswift
[next]