dash/src/qt
Pasta b1c8875579
scripted-diff: Rename wallet database classes (begin bitcoin#11851)
-BEGIN VERIFY SCRIPT-

sed -i 's/\<CWalletDBWrapper\>/BerkeleyDatabase/g' src/wallet/db.h src/wallet/db.cpp
sed -i '/statuses/i/** Backend-agnostic database type. */\nusing WalletDatabase = BerkeleyDatabase\;\n' src/wallet/walletdb.h
ren() { git grep -l "\<$1\>" 'src/*.cpp' 'src/*.h' ':(exclude)*dbwrapper*' test | xargs sed -i "s:\<$1\>:$2:g"; }
ren CDBEnv           BerkeleyEnvironment
ren CDB              BerkeleyBatch
ren CWalletDBWrapper WalletDatabase
ren CWalletDB        WalletBatch
ren dbw              database
ren m_dbw            m_database
ren walletdb         batch
ren pwalletdb        batch
ren pwalletdbIn      batch_in
ren wallet/batch.h   wallet/walletdb.h
ren pwalletdbEncryption encrypted_batch

-END VERIFY SCRIPT-

Signed-off-by: Pasta <pasta@dashboost.org>
2020-05-10 12:13:46 -05:00
..
forms Backport 11651 (#3358) 2020-03-20 01:46:56 +03:00
locale Update translations 2020-02-03 (#3322) 2020-02-03 21:18:23 +03:00
res Fix #3248: use blue logo for Traditional theme (#3441) 2020-04-19 14:05:37 +03:00
test scripted-diff: Rename wallet database classes (begin bitcoin#11851) 2020-05-10 12:13:46 -05:00
addressbookpage.cpp Backport 11651 (#3358) 2020-03-20 01:46:56 +03:00
addressbookpage.h Merge #10568: Remove unnecessary forward class declarations in header files 2019-07-09 13:08:20 -05:00
addresstablemodel.cpp Backport 11651 (#3358) 2020-03-20 01:46:56 +03:00
addresstablemodel.h Backport 11651 (#3358) 2020-03-20 01:46:56 +03:00
askpassphrasedialog.cpp Backport 11651 (#3358) 2020-03-20 01:46:56 +03:00
askpassphrasedialog.h Merge #11480: [ui] Add toggle for unblinding password fields 2020-01-16 09:22:46 -06:00
bantablemodel.cpp Merge #10493: Use range-based for loops (C++11) when looping over map elements 2020-04-01 12:43:18 -05:00
bantablemodel.h Bugfix: Include <memory> for std::unique_ptr 2020-04-08 11:46:27 -05:00
bitcoinaddressvalidator.cpp Backport 11651 (#3358) 2020-03-20 01:46:56 +03:00
bitcoinaddressvalidator.h
bitcoinamountfield.cpp Backport 11651 (#3358) 2020-03-20 01:46:56 +03:00
bitcoinamountfield.h Backport 11651 (#3358) 2020-03-20 01:46:56 +03:00
bitcoingui.cpp Disable qt menu heuristics for openConfEditorAction (#3466) 2020-05-02 18:50:36 +03:00
bitcoingui.h Backport bitcoin#14123 and bitcoin#16720 (#3463) 2020-04-30 13:28:44 +03:00
bitcoinunits.cpp Backport 11651 (#3358) 2020-03-20 01:46:56 +03:00
bitcoinunits.h Backport 11651 (#3358) 2020-03-20 01:46:56 +03:00
callback.h Merge #10969: Declare single-argument (non-converting) constructors "explicit" 2020-01-10 10:33:57 -06:00
clientmodel.cpp Backport 11651 (#3358) 2020-03-20 01:46:56 +03:00
clientmodel.h Backport 11651 (#3358) 2020-03-20 01:46:56 +03:00
coincontroldialog.cpp Merge #12327: [gui] Defer coin control instancing 2020-04-05 11:06:11 -05:00
coincontroldialog.h Merge #12327: [gui] Defer coin control instancing 2020-04-05 11:06:11 -05:00
coincontroltreewidget.cpp Backport 11651 (#3358) 2020-03-20 01:46:56 +03:00
coincontroltreewidget.h
csvmodelwriter.cpp Backport 11651 (#3358) 2020-03-20 01:46:56 +03:00
csvmodelwriter.h
dash_locale.qrc Translations 2020-01 (#3192) 2020-01-17 16:00:53 +01:00
dash.cpp Merge #12878: [refactor] Config handling refactoring in preparation for network-specific sections 2020-05-09 17:35:59 -05:00
dash.qrc Fix #3248: use blue logo for Traditional theme (#3441) 2020-04-19 14:05:37 +03:00
dashstrings.cpp Translations 2020-01 (#3192) 2020-01-17 16:00:53 +01:00
editaddressdialog.cpp Backport 11651 (#3358) 2020-03-20 01:46:56 +03:00
editaddressdialog.h
guiconstants.h Bump copyright year to 2020 (#3290) 2020-01-17 15:42:55 +01:00
guiutil.cpp Merge #12878: [refactor] Config handling refactoring in preparation for network-specific sections 2020-05-09 17:35:59 -05:00
guiutil.h Backport bitcoin#14123 and bitcoin#16720 (#3463) 2020-04-30 13:28:44 +03:00
intro.cpp Backport 11651 (#3358) 2020-03-20 01:46:56 +03:00
intro.h
macdockiconhandler.h Backport bitcoin#14123 and bitcoin#16720 (#3463) 2020-04-30 13:28:44 +03:00
macdockiconhandler.mm Backport bitcoin#14123 and bitcoin#16720 (#3463) 2020-04-30 13:28:44 +03:00
macnotificationhandler.h Merge #11268: [macOS] remove Growl support, remove unused code 2020-01-10 10:33:55 -06:00
macnotificationhandler.mm Merge #11268: [macOS] remove Growl support, remove unused code 2020-01-10 10:33:55 -06:00
macos_appnap.h Backport #12783: macOS: disable AppNap during sync (and mixing) (#3024) 2019-07-15 14:38:55 +03:00
macos_appnap.mm Backport #12783: macOS: disable AppNap during sync (and mixing) (#3024) 2019-07-15 14:38:55 +03:00
masternodelist.cpp Backport 11651 (#3358) 2020-03-20 01:46:56 +03:00
masternodelist.h Backport 11651 (#3358) 2020-03-20 01:46:56 +03:00
modaloverlay.cpp Backport 11651 (#3358) 2020-03-20 01:46:56 +03:00
modaloverlay.h Merge #9964: Add const to methods that do not modify the object for which it is called 2020-01-02 16:16:55 -06:00
networkstyle.cpp Merge #12878: [refactor] Config handling refactoring in preparation for network-specific sections 2020-05-09 17:35:59 -05:00
networkstyle.h Update copyright date (2019) (#2970) 2019-06-11 14:46:07 +03:00
notificator.cpp Merge #10574: Remove includes in .cpp files for things the corresponding .h file already included 2020-04-01 12:43:18 -05:00
notificator.h Backport 11651 (#3358) 2020-03-20 01:46:56 +03:00
openuridialog.cpp Backport 11651 (#3358) 2020-03-20 01:46:56 +03:00
openuridialog.h
optionsdialog.cpp 13017 continued 2020-04-23 14:33:31 -05:00
optionsdialog.h
optionsmodel.cpp Merge #12650: gui: Fix issue: "default port not shown correctly in settings dialog" 2020-04-03 04:08:11 -05:00
optionsmodel.h Backport 11651 (#3358) 2020-03-20 01:46:56 +03:00
overviewpage.cpp Various (mostly trivial) PS fixes (#3457) 2020-05-02 18:50:03 +03:00
overviewpage.h Backport 11651 (#3358) 2020-03-20 01:46:56 +03:00
paymentrequest.proto
paymentrequestplus.cpp Backport 11651 (#3358) 2020-03-20 01:46:56 +03:00
paymentrequestplus.h Backport 11651 (#3358) 2020-03-20 01:46:56 +03:00
paymentserver.cpp Bugfix: Include <memory> for std::unique_ptr 2020-04-08 11:46:27 -05:00
paymentserver.h Backport 11651 (#3358) 2020-03-20 01:46:56 +03:00
peertablemodel.cpp Backport 11651 (#3358) 2020-03-20 01:46:56 +03:00
peertablemodel.h Bugfix: Include <memory> for std::unique_ptr 2020-04-08 11:46:27 -05:00
platformstyle.cpp Merge #10574: Remove includes in .cpp files for things the corresponding .h file already included 2020-04-01 12:43:18 -05:00
platformstyle.h
qrdialog.cpp Backport 11651 (#3358) 2020-03-20 01:46:56 +03:00
qrdialog.h Backport 11651 (#3358) 2020-03-20 01:46:56 +03:00
qvalidatedlineedit.cpp Backport 11651 (#3358) 2020-03-20 01:46:56 +03:00
qvalidatedlineedit.h
qvaluecombobox.cpp Backport 11651 (#3358) 2020-03-20 01:46:56 +03:00
qvaluecombobox.h
receivecoinsdialog.cpp Merge #10574: Remove includes in .cpp files for things the corresponding .h file already included 2020-04-01 12:43:18 -05:00
receivecoinsdialog.h Backport 11651 (#3358) 2020-03-20 01:46:56 +03:00
receiverequestdialog.cpp Merge #12173: [Qt] Use flexible font size for QRCode image address 2020-04-05 11:06:05 -05:00
receiverequestdialog.h Backport 11651 (#3358) 2020-03-20 01:46:56 +03:00
recentrequeststablemodel.cpp Backport 11651 (#3358) 2020-03-20 01:46:56 +03:00
recentrequeststablemodel.h Backport 11651 (#3358) 2020-03-20 01:46:56 +03:00
rpcconsole.cpp 13017 continued 2020-04-23 14:33:31 -05:00
rpcconsole.h Backport 11651 (#3358) 2020-03-20 01:46:56 +03:00
sendcoinsdialog.cpp Merge #12432: [qt] send: Clear All also resets coin control options 2020-04-16 10:24:22 -05:00
sendcoinsdialog.h Backport 11651 (#3358) 2020-03-20 01:46:56 +03:00
sendcoinsentry.cpp Merge #10574: Remove includes in .cpp files for things the corresponding .h file already included 2020-04-01 12:43:18 -05:00
sendcoinsentry.h Backport 11651 (#3358) 2020-03-20 01:46:56 +03:00
signverifymessagedialog.cpp Backport 11651 (#3358) 2020-03-20 01:46:56 +03:00
signverifymessagedialog.h
splashscreen.cpp Backport 11651 (#3358) 2020-03-20 01:46:56 +03:00
splashscreen.h Merge #10770: Drop upgrade-cancel callback registration for a generic "cancelable" 2020-01-03 08:35:55 -06:00
trafficgraphdata.cpp Backport 11651 (#3358) 2020-03-20 01:46:56 +03:00
trafficgraphdata.h
trafficgraphwidget.cpp Backport 11651 (#3358) 2020-03-20 01:46:56 +03:00
trafficgraphwidget.h Backport 11651 (#3358) 2020-03-20 01:46:56 +03:00
transactiondesc.cpp Backport 11651 (#3358) 2020-03-20 01:46:56 +03:00
transactiondesc.h
transactiondescdialog.cpp Backport 11651 (#3358) 2020-03-20 01:46:56 +03:00
transactiondescdialog.h
transactionfilterproxy.cpp Merge #10574: Remove includes in .cpp files for things the corresponding .h file already included 2020-04-01 12:43:18 -05:00
transactionfilterproxy.h Backport 11651 (#3358) 2020-03-20 01:46:56 +03:00
transactionrecord.cpp Various (mostly trivial) PS fixes (#3457) 2020-05-02 18:50:03 +03:00
transactionrecord.h Backport 11651 (#3358) 2020-03-20 01:46:56 +03:00
transactiontablemodel.cpp Merge #10493: Use range-based for loops (C++11) when looping over map elements 2020-04-01 12:43:18 -05:00
transactiontablemodel.h Backport 11651 (#3358) 2020-03-20 01:46:56 +03:00
transactionview.cpp Merge #10574: Remove includes in .cpp files for things the corresponding .h file already included 2020-04-01 12:43:18 -05:00
transactionview.h Backport 11651 (#3358) 2020-03-20 01:46:56 +03:00
utilitydialog.cpp Backport 11651 (#3358) 2020-03-20 01:46:56 +03:00
utilitydialog.h Merge #10969: Declare single-argument (non-converting) constructors "explicit" 2020-01-10 10:33:57 -06:00
walletframe.cpp Backport 11651 (#3358) 2020-03-20 01:46:56 +03:00
walletframe.h
walletmodel.cpp Fix deadlocks (#3456) 2020-05-02 18:49:49 +03:00
walletmodel.h Refactor some PrivateSend related code to use WalletModel instead of accessing the wallet directly from qt (#3345) 2020-03-20 01:48:24 +03:00
walletmodeltransaction.cpp Backport 11651 (#3358) 2020-03-20 01:46:56 +03:00
walletmodeltransaction.h Bugfix: Include <memory> for std::unique_ptr 2020-04-08 11:46:27 -05:00
walletview.cpp Backport bitcoin#14123 and bitcoin#16720 (#3463) 2020-04-30 13:28:44 +03:00
walletview.h Backport 11651 (#3358) 2020-03-20 01:46:56 +03:00
winshutdownmonitor.cpp Backport 11651 (#3358) 2020-03-20 01:46:56 +03:00
winshutdownmonitor.h