..
forms
Merge #3716 : GUI: Receive: Remove option to reuse a previous address
7 years ago
locale
qt: Periodic translations update
8 years ago
res
…
test
tests: Add missing locks to tests
7 years ago
Makefile
…
addressbookpage.cpp
scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal instead of the macro NULL
8 years ago
addressbookpage.h
Remove unnecessary forward class declarations in header files
8 years ago
addresstablemodel.cpp
Introduce wrappers around CBitcoinAddress
7 years ago
addresstablemodel.h
…
askpassphrasedialog.cpp
[ui] Add toggle for unblinding password fields
7 years ago
askpassphrasedialog.h
[ui] Add toggle for unblinding password fields
7 years ago
bantablemodel.cpp
Remove excess logic.
8 years ago
bantablemodel.h
…
bitcoin.cpp
Merge #9964 : Add const to methods that do not modify the object for which it is called
7 years ago
bitcoin.qrc
…
bitcoin_locale.qrc
qt: periodic translations update
8 years ago
bitcoinaddressvalidator.cpp
[Qt] tolerate BIP173/bech32 addresses during input validation
7 years ago
bitcoinaddressvalidator.h
…
bitcoinamountfield.cpp
…
bitcoinamountfield.h
…
bitcoingui.cpp
Replace save|restoreWindowGeometry with Qt functions
7 years ago
bitcoingui.h
scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal instead of the macro NULL
8 years ago
bitcoinstrings.cpp
qt: Periodic translations update
8 years ago
bitcoinunits.cpp
…
bitcoinunits.h
…
callback.h
Declare single-argument (non-converting) constructors "explicit"
7 years ago
clientmodel.cpp
Avoid redundant redeclaration of GetWarnings(const string&)
8 years ago
clientmodel.h
Remove unnecessary forward class declarations in header files
8 years ago
coincontroldialog.cpp
Fix crash via division by zero assertion
7 years ago
coincontroldialog.h
Declare single-argument (non-converting) constructors "explicit"
7 years ago
coincontroltreewidget.cpp
Limit variable scope
8 years ago
coincontroltreewidget.h
…
csvmodelwriter.cpp
…
csvmodelwriter.h
…
editaddressdialog.cpp
…
editaddressdialog.h
…
guiconstants.h
…
guiutil.cpp
move human-readable byte formatting to guiutil
7 years ago
guiutil.h
move human-readable byte formatting to guiutil
7 years ago
intro.cpp
Declare single-argument (non-converting) constructors "explicit"
7 years ago
intro.h
…
macdockiconhandler.h
…
macdockiconhandler.mm
Document the preference of nullptr over NULL or (void*)0
7 years ago
macnotificationhandler.h
[macOS] remove Growl support, remove unused code
7 years ago
macnotificationhandler.mm
[macOS] remove Growl support, remove unused code
7 years ago
modaloverlay.cpp
Refactor tipUpdate as per style guide
7 years ago
modaloverlay.h
Add const to methods that do not modify the object for which it is called
8 years ago
networkstyle.cpp
doc: spelling fixes
7 years ago
networkstyle.h
…
notificator.cpp
[macOS] remove Growl support, remove unused code
7 years ago
notificator.h
[macOS] remove Growl support, remove unused code
7 years ago
openuridialog.cpp
scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal instead of the macro NULL
8 years ago
openuridialog.h
…
optionsdialog.cpp
Merge #11198 : [Qt] Fix display of package name on 'open config file' tooltip
7 years ago
optionsdialog.h
Add a button to open the config file in a text editor
8 years ago
optionsmodel.cpp
[gui] reset addrProxy/addrSeparateProxyTor if colon char missing
7 years ago
optionsmodel.h
Add const to methods that do not modify the object for which it is called
8 years ago
overviewpage.cpp
Declare single-argument (non-converting) constructors "explicit"
7 years ago
overviewpage.h
…
paymentrequest.proto
…
paymentrequestplus.cpp
Merge #10696 : Remove redundant nullptr checks before deallocation
7 years ago
paymentrequestplus.h
Selectively suppress deprecation warnings
8 years ago
paymentserver.cpp
Merge #10696 : Remove redundant nullptr checks before deallocation
7 years ago
paymentserver.h
Declare single-argument (non-converting) constructors "explicit"
7 years ago
peertablemodel.cpp
Add Sent and Received information to the debug menu peer list
7 years ago
peertablemodel.h
Add Sent and Received information to the debug menu peer list
7 years ago
platformstyle.cpp
scripted-diff: Remove Q_FOREACH
8 years ago
platformstyle.h
…
qvalidatedlineedit.cpp
…
qvalidatedlineedit.h
…
qvaluecombobox.cpp
…
qvaluecombobox.h
…
receivecoinsdialog.cpp
Merge #3716 : GUI: Receive: Remove option to reuse a previous address
7 years ago
receivecoinsdialog.h
Remove unnecessary forward class declarations in header files
8 years ago
receiverequestdialog.cpp
scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal instead of the macro NULL
8 years ago
receiverequestdialog.h
…
recentrequeststablemodel.cpp
scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal instead of the macro NULL
8 years ago
recentrequeststablemodel.h
…
rpcconsole.cpp
move human-readable byte formatting to guiutil
7 years ago
rpcconsole.h
move human-readable byte formatting to guiutil
7 years ago
sendcoinsdialog.cpp
Merge #11316 : [qt] Add use available balance in send coins dialog (CryptAxe, promag)
7 years ago
sendcoinsdialog.h
[qt] Add use available balance in send coins dialog
7 years ago
sendcoinsentry.cpp
[qt] Add use available balance in send coins dialog
7 years ago
sendcoinsentry.h
[qt] Add use available balance in send coins dialog
7 years ago
signverifymessagedialog.cpp
Merge #10793 : Changing &var[0] to var.data()
7 years ago
signverifymessagedialog.h
…
splashscreen.cpp
Drop upgrade-cancel callback registration for a generic "resumeable"
7 years ago
splashscreen.h
Drop upgrade-cancel callback registration for a generic "resumeable"
7 years ago
trafficgraphwidget.cpp
Merge #10502 : scripted-diff: Remove BOOST_FOREACH, Q_FOREACH and PAIRTYPE
8 years ago
trafficgraphwidget.h
…
transactiondesc.cpp
Merge #10368 : [wallet] Remove helper conversion operator from wallet
7 years ago
transactiondesc.h
…
transactiondescdialog.cpp
…
transactiondescdialog.h
…
transactionfilterproxy.cpp
…
transactionfilterproxy.h
…
transactionrecord.cpp
Merge #10368 : [wallet] Remove helper conversion operator from wallet
7 years ago
transactionrecord.h
Add const to methods that do not modify the object for which it is called
8 years ago
transactiontablemodel.cpp
Merge #10368 : [wallet] Remove helper conversion operator from wallet
7 years ago
transactiontablemodel.h
Add const to methods that do not modify the object for which it is called
8 years ago
transactionview.cpp
[Qt] Add delay before filtering transactions
7 years ago
transactionview.h
[Qt] Add delay before filtering transactions
7 years ago
utilitydialog.cpp
scripted-diff: stop using the gArgs wrappers
7 years ago
utilitydialog.h
Declare single-argument (non-converting) constructors "explicit"
7 years ago
walletframe.cpp
Document assumptions that are being made to avoid NULL pointer dereferences
7 years ago
walletframe.h
…
walletmodel.cpp
Fix qt build broken by 5a5e4e9
7 years ago
walletmodel.h
qt: Use IsMine to validate custom change address
7 years ago
walletmodeltransaction.cpp
Merge #10368 : [wallet] Remove helper conversion operator from wallet
7 years ago
walletmodeltransaction.h
Add const to methods that do not modify the object for which it is called
8 years ago
walletview.cpp
Avoid NULL pointer dereference when _walletModel is NULL (which is valid)
7 years ago
walletview.h
…
winshutdownmonitor.cpp
scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal instead of the macro NULL
8 years ago
winshutdownmonitor.h
…