]> Nutra Git (v2) - gamesguru/feather.git/commit
refactor: consolidate wallet_api into libwalletqt [1/?]
authortobtoht <tob@featherwallet.org>
Fri, 17 Nov 2023 13:05:31 +0000 (14:05 +0100)
committertobtoht <tob@featherwallet.org>
Fri, 17 Nov 2023 13:05:31 +0000 (14:05 +0100)
commit769af188e2345bcc64736db73507a6f9453c040f
tree86e5eff6ce0851cac5b149f32ce1966f8d884ee6
parenta13ca973ccc55f02af44c6a856b2ac9f0e7692ad
refactor: consolidate wallet_api into libwalletqt [1/?]
46 files changed:
src/CoinsWidget.cpp
src/ContactsWidget.cpp
src/HistoryWidget.cpp
src/MainWindow.cpp
src/dialog/AccountSwitcherDialog.cpp
src/dialog/AccountSwitcherDialog.h
src/dialog/AccountSwitcherDialog.ui
src/dialog/OutputInfoDialog.h
src/dialog/OutputSweepDialog.h
src/dialog/TxInfoDialog.cpp
src/dialog/TxInfoDialog.h
src/dialog/TxProofDialog.cpp
src/dialog/TxProofDialog.h
src/libwalletqt/AddressBook.cpp
src/libwalletqt/AddressBook.h
src/libwalletqt/AddressBookInfo.cpp [deleted file]
src/libwalletqt/AddressBookInfo.h [deleted file]
src/libwalletqt/Coins.cpp
src/libwalletqt/Coins.h
src/libwalletqt/Ring.h
src/libwalletqt/Subaddress.cpp
src/libwalletqt/SubaddressAccount.cpp
src/libwalletqt/SubaddressAccount.h
src/libwalletqt/TransactionHistory.cpp
src/libwalletqt/TransactionHistory.h
src/libwalletqt/TransactionInfo.cpp [deleted file]
src/libwalletqt/Transfer.h
src/libwalletqt/Wallet.cpp
src/libwalletqt/rows/AccountRow.cpp [new file with mode: 0644]
src/libwalletqt/rows/AccountRow.h [new file with mode: 0644]
src/libwalletqt/rows/CoinsInfo.cpp [moved from src/libwalletqt/CoinsInfo.cpp with 60% similarity]
src/libwalletqt/rows/CoinsInfo.h [moved from src/libwalletqt/CoinsInfo.h with 58% similarity]
src/libwalletqt/rows/ContactRow.cpp [new file with mode: 0644]
src/libwalletqt/rows/ContactRow.h [new file with mode: 0644]
src/libwalletqt/rows/TransactionRow.cpp [new file with mode: 0644]
src/libwalletqt/rows/TransactionRow.h [moved from src/libwalletqt/TransactionInfo.h with 54% similarity]
src/model/AddressBookModel.cpp
src/model/CoinsModel.cpp
src/model/CoinsProxyModel.cpp
src/model/HistoryView.cpp
src/model/HistoryView.h
src/model/SubaddressAccountModel.cpp
src/model/SubaddressAccountModel.h
src/model/TransactionHistoryModel.cpp
src/model/TransactionHistoryModel.h
src/model/TransactionHistoryProxyModel.cpp