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
Age
Commit message (
Expand
)
Author
2019-09-21
gui: Rename address checkbox back to bech32
MarcoFalke
2019-09-16
qt: Run "make translate" in ./src
MarcoFalke
2019-09-16
Merge #16822: gui: Create wallet menu option follow-ups
fanquake
2019-09-15
Merge #16858: Qt: advise users not to switch wallets when opening a BIP70 URI.
Jonas Schnelli
2019-09-12
Merge #16714: gui: add prune to intro screen with smart default
Jonas Schnelli
2019-09-12
Qt: advise users not to switch wallets when opening a BIP70 URI.
James Hilliard
2019-09-10
Merge #16680: Preparations for more testchains
MarcoFalke
2019-09-09
gui: fix autofocus in CreateWalletActivity::askPassphrase()
Jon Atack
2019-09-09
gui: fix passphrase labels/tooltip in createwalletdialog/askpassphrasedialog
Jon Atack
2019-09-09
gui: rename encrypt(), blank(), and askPasshprase()
Jon Atack
2019-09-09
Merge #16826: Do additional character escaping for wallet names and address l...
fanquake
2019-09-08
Escape ampersands (&) in wallet names in Open Wallet menu
Andrew Chow
2019-09-08
HTML escape address labels in more dialogs and notifications
Andrew Chow
2019-09-08
HTML escape the wallet name in more dialogs and notifications
Andrew Chow
2019-09-08
Merge #16735: gui: Remove unused menu items for Windows and Linux
MarcoFalke
2019-09-06
Testchains: Qt: Simplify network/chain styles
Jorge Timón
2019-09-06
Testchains: Generic selection with -chain=<str> in addition of -testnet and -...
Jorge Timón
2019-09-05
Add Create Wallet menu action
Andrew Chow
2019-09-05
Expose wallet creation to the GUI via WalletController
Andrew Chow
2019-09-05
Add CreateWalletDialog to create wallets from the GUI
Andrew Chow
2019-09-05
Optionally allow AskPassphraseDialog to output the passphrase
Andrew Chow
2019-09-06
gui: Refactor OpenWalletActivity
João Barbosa
2019-09-02
gui: Update English source translation
Wladimir J. van der Laan
2019-09-01
Merge #16720: qt: Replace objc_msgSend() function calls with the native Objec...
fanquake
2019-08-31
qt: Replace objc_msgSend with native syntax
Hennadii Stepanov
2019-08-30
GUI: Remove unused menu items for Windows and Linux
GChuf
2019-08-30
Merge #16758: qt: Replace QFontMetrics::width() with TextWidth()
fanquake
2019-08-29
Merge #16707: qt: Remove obsolete QModelIndex::child()
Jonas Schnelli
2019-08-29
qt: Replace QFontMetrics::width() with TextWidth()
Hennadii Stepanov
2019-08-29
Merge #16706: qt: Replace deprecated QSignalMapper by lambda expressions
Wladimir J. van der Laan
2019-08-29
Merge #16701: qt: Replace functions deprecated in Qt 5.13
Wladimir J. van der Laan
2019-08-29
Merge #16708: qt: Replace obsolete functions of QSslSocket
Wladimir J. van der Laan
2019-08-28
Merge #14879: qt: Add warning messages to the debug window
MarcoFalke
2019-08-25
qt: Remove QSignalMapper from TransactionView
Hennadii Stepanov
2019-08-25
qt: Replace obsolete functions of QDesktopWidget
Hennadii Stepanov
2019-08-25
qt: Remove obsolete QModelIndex::child()
Hennadii Stepanov
2019-08-24
[gui] intro: enable pruning by default unless disk is big
Sjors Provoost
2019-08-24
[gui] intro: add prune preference
Sjors Provoost
2019-08-24
[gui] intro: inform caller if intro was shown
Sjors Provoost
2019-08-24
[gui] add explicit prune setter
Sjors Provoost
2019-08-24
Replace obsolete functions of QSslSocket
Hennadii Stepanov
2019-08-24
qt: Remove QSignalMapper from RPCConsole
Hennadii Stepanov
2019-08-23
qt: Add TextWidth() wrapper
Hennadii Stepanov
2019-08-23
gui: Ensure tx send error highlight is visible
bpay
2019-08-23
Merge #16677: gui: remove unused PlatformStyle::TextColorIcon
Jonas Schnelli
2019-08-22
gui: remove unused PlatformStyle::TextColorIcon
fanquake
2019-08-22
refactor: replace qLowerBound & qUpperBound with std:: upper_bound & lower_bound
fanquake
2019-08-22
refactor: replace qSort with std::sort
fanquake
2019-08-22
refactor: replace qStableSort with std::stable_sort
fanquake
2019-08-19
Merge #15864: Fix datadir handling
MarcoFalke
[next]