]> Nutra Git (v2) - gamesguru/feather.git/commit
airgapped signing with UR
authortobtoht <tob@featherwallet.org>
Sat, 2 Dec 2023 18:28:31 +0000 (19:28 +0100)
committertobtoht <tob@featherwallet.org>
Mon, 4 Dec 2023 15:06:33 +0000 (16:06 +0100)
commit51b0fcc19d28ab26d12966d6e2710a2a8850e7ff
treea45ac0a64da2d0270bcbcc306492486832442eca
parent33035a21a8fed8d5bea4c28c7b95868355e0dbd3
airgapped signing with UR
80 files changed:
CMakeLists.txt
monero
src/CMakeLists.txt
src/CoinsWidget.cpp
src/MainWindow.cpp
src/MainWindow.h
src/MainWindow.ui
src/SendWidget.cpp
src/SendWidget.h
src/assets.qrc
src/assets/images/sign.png [new file with mode: 0644]
src/components.h
src/dialog/AddressCheckerIndexDialog.cpp [new file with mode: 0644]
src/dialog/AddressCheckerIndexDialog.h [new file with mode: 0644]
src/dialog/AddressCheckerIndexDialog.ui [new file with mode: 0644]
src/dialog/TxConfAdvDialog.cpp
src/dialog/TxConfAdvDialog.h
src/dialog/TxConfAdvDialog.ui
src/dialog/URDialog.cpp [new file with mode: 0644]
src/dialog/URDialog.h [new file with mode: 0644]
src/dialog/URDialog.ui [new file with mode: 0644]
src/dialog/URSettingsDialog.cpp [new file with mode: 0644]
src/dialog/URSettingsDialog.h [new file with mode: 0644]
src/dialog/URSettingsDialog.ui [new file with mode: 0644]
src/libwalletqt/PendingTransaction.cpp
src/libwalletqt/PendingTransaction.h
src/libwalletqt/TransactionHistory.cpp
src/libwalletqt/UnsignedTransaction.cpp
src/libwalletqt/UnsignedTransaction.h
src/libwalletqt/Wallet.cpp
src/libwalletqt/Wallet.h
src/libwalletqt/rows/TransactionRow.cpp
src/libwalletqt/rows/TransactionRow.h
src/model/TransactionHistoryModel.cpp
src/qrcode/scanner/QrCodeScanDialog.cpp
src/qrcode/scanner/QrCodeScanDialog.h
src/qrcode/scanner/QrCodeScanDialog.ui
src/qrcode/scanner/QrCodeScanWidget.cpp [new file with mode: 0644]
src/qrcode/scanner/QrCodeScanWidget.h [new file with mode: 0644]
src/qrcode/scanner/QrCodeScanWidget.ui [new file with mode: 0644]
src/qrcode/scanner/QrScanThread.cpp
src/qrcode/scanner/QrScanThread.h
src/qrcode/utils/QrCodeUtils.cpp
src/qrcode/utils/QrCodeUtils.h
src/utils/Utils.cpp
src/utils/Utils.h
src/utils/config.cpp
src/utils/config.h
src/widgets/QrCodeWidget.cpp
src/widgets/TxDetailsSimple.cpp [new file with mode: 0644]
src/widgets/TxDetailsSimple.h [new file with mode: 0644]
src/widgets/TxDetailsSimple.ui [new file with mode: 0644]
src/widgets/URWidget.cpp [new file with mode: 0644]
src/widgets/URWidget.h [new file with mode: 0644]
src/widgets/URWidget.ui [new file with mode: 0644]
src/wizard/WalletWizard.cpp
src/wizard/offline_tx_signing/OfflineTxSigningWizard.cpp [new file with mode: 0644]
src/wizard/offline_tx_signing/OfflineTxSigningWizard.h [new file with mode: 0644]
src/wizard/offline_tx_signing/PageOTS_Export.ui [new file with mode: 0644]
src/wizard/offline_tx_signing/PageOTS_ExportKeyImages.cpp [new file with mode: 0644]
src/wizard/offline_tx_signing/PageOTS_ExportKeyImages.h [new file with mode: 0644]
src/wizard/offline_tx_signing/PageOTS_ExportOutputs.cpp [new file with mode: 0644]
src/wizard/offline_tx_signing/PageOTS_ExportOutputs.h [new file with mode: 0644]
src/wizard/offline_tx_signing/PageOTS_ExportSignedTx.cpp [new file with mode: 0644]
src/wizard/offline_tx_signing/PageOTS_ExportSignedTx.h [new file with mode: 0644]
src/wizard/offline_tx_signing/PageOTS_ExportUnsignedTx.cpp [new file with mode: 0644]
src/wizard/offline_tx_signing/PageOTS_ExportUnsignedTx.h [new file with mode: 0644]
src/wizard/offline_tx_signing/PageOTS_Import.cpp [new file with mode: 0644]
src/wizard/offline_tx_signing/PageOTS_Import.h [new file with mode: 0644]
src/wizard/offline_tx_signing/PageOTS_Import.ui [new file with mode: 0644]
src/wizard/offline_tx_signing/PageOTS_ImportKeyImages.cpp [new file with mode: 0644]
src/wizard/offline_tx_signing/PageOTS_ImportKeyImages.h [new file with mode: 0644]
src/wizard/offline_tx_signing/PageOTS_ImportOffline.cpp [new file with mode: 0644]
src/wizard/offline_tx_signing/PageOTS_ImportOffline.h [new file with mode: 0644]
src/wizard/offline_tx_signing/PageOTS_ImportSignedTx.cpp [new file with mode: 0644]
src/wizard/offline_tx_signing/PageOTS_ImportSignedTx.h [new file with mode: 0644]
src/wizard/offline_tx_signing/PageOTS_ImportUnsignedTx.cpp [new file with mode: 0644]
src/wizard/offline_tx_signing/PageOTS_ImportUnsignedTx.h [new file with mode: 0644]
src/wizard/offline_tx_signing/PageOTS_SignTx.cpp [new file with mode: 0644]
src/wizard/offline_tx_signing/PageOTS_SignTx.h [new file with mode: 0644]