..
forms
Merge #10911 : [qt] Fix typo and access key in optionsdialog.ui
7 years ago
locale
qt: Periodic translations update
7 years ago
res
…
test
Merge #10793 : Changing &var[0] to var.data()
7 years ago
Makefile
…
addressbookpage.cpp
scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal instead of the macro NULL
7 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
…
askpassphrasedialog.h
…
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
…
bitcoinaddressvalidator.cpp
Introduce wrappers around CBitcoinAddress
7 years ago
bitcoinaddressvalidator.h
…
bitcoinamountfield.cpp
…
bitcoinamountfield.h
…
bitcoingui.cpp
Make tabs toolbar no longer have a context menu
7 years ago
bitcoingui.h
scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal instead of the macro NULL
7 years ago
bitcoinstrings.cpp
qt: Periodic translations update
7 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&)
7 years ago
clientmodel.h
Remove unnecessary forward class declarations in header files
8 years ago
coincontroldialog.cpp
Introduce wrappers around CBitcoinAddress
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
Merge #11156 : Fix memory leaks in qt/guiutil.cpp
7 years ago
guiutil.h
Merge #9890 : Add a button to open the config file in a text editor
8 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
7 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
7 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
Merge #9964 : Add const to methods that do not modify the object for which it is called
7 years ago
optionsmodel.h
Add const to methods that do not modify the object for which it is called
7 years ago
overviewpage.cpp
Declare single-argument (non-converting) constructors "explicit"
7 years ago
overviewpage.h
…
paymentrequest.proto
…
paymentrequestplus.cpp
Declare single-argument (non-converting) constructors "explicit"
7 years ago
paymentrequestplus.h
Selectively suppress deprecation warnings
8 years ago
paymentserver.cpp
Introduce wrappers around CBitcoinAddress
7 years ago
paymentserver.h
Declare single-argument (non-converting) constructors "explicit"
7 years ago
peertablemodel.cpp
scripted-diff: Remove Q_FOREACH
8 years ago
peertablemodel.h
…
platformstyle.cpp
scripted-diff: Remove Q_FOREACH
8 years ago
platformstyle.h
…
qvalidatedlineedit.cpp
…
qvalidatedlineedit.h
…
qvaluecombobox.cpp
…
qvaluecombobox.h
…
receivecoinsdialog.cpp
scripted-diff: Remove Q_FOREACH
8 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
7 years ago
receiverequestdialog.h
…
recentrequeststablemodel.cpp
scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal instead of the macro NULL
7 years ago
recentrequeststablemodel.h
…
rpcconsole.cpp
scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal instead of the macro NULL
7 years ago
rpcconsole.h
scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal instead of the macro NULL
7 years ago
sendcoinsdialog.cpp
Introduce wrappers around CBitcoinAddress
7 years ago
sendcoinsdialog.h
Use CoinControl to pass custom fee setting from QT.
7 years ago
sendcoinsentry.cpp
…
sendcoinsentry.h
…
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
Remove duplicate destination decoding
7 years ago
transactiondesc.h
…
transactiondescdialog.cpp
…
transactiondescdialog.h
…
transactionfilterproxy.cpp
…
transactionfilterproxy.h
…
transactionrecord.cpp
Introduce wrappers around CBitcoinAddress
7 years ago
transactionrecord.h
Add const to methods that do not modify the object for which it is called
7 years ago
transactiontablemodel.cpp
Merge #10502 : scripted-diff: Remove BOOST_FOREACH, Q_FOREACH and PAIRTYPE
8 years ago
transactiontablemodel.h
Add const to methods that do not modify the object for which it is called
7 years ago
transactionview.cpp
scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal instead of the macro NULL
7 years ago
transactionview.h
[Qt] simple fee bumper with user verification
8 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
…
walletframe.h
…
walletmodel.cpp
Introduce wrappers around CBitcoinAddress
7 years ago
walletmodel.h
qt: Use IsMine to validate custom change address
7 years ago
walletmodeltransaction.cpp
Add const to methods that do not modify the object for which it is called
7 years ago
walletmodeltransaction.h
Add const to methods that do not modify the object for which it is called
7 years ago
walletview.cpp
scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal instead of the macro NULL
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
7 years ago
winshutdownmonitor.h
…