aboutsummaryrefslogtreecommitdiff
path: root/src/libwalletqt/WalletManager.h
Commit message (Collapse)AuthorAgeFilesLines
* Update year in Cypyrightinson12024-01-271-1/+1
|
* libwalletqt: add make_uri functionselsta2021-09-051-0/+1
|
* Receive: implement payment requestrating89us2021-08-191-0/+1
|
* cmake: fix compilation with zxcvbn, always enableselsta2021-06-141-2/+0
|
* WalletManager: support kdf round in device wallet restoreselsta2021-04-201-2/+4
|
* TxConfirmationDialog: implement multiple recipients support, layout fixesxiphon2021-03-031-2/+3
|
* Wallet: WalletManager: implement proxy supportxiphon2020-07-301-0/+7
|
* WalletManager: instantiable QML typexiphon2020-07-291-4/+3
|
* WalletManager: displayAmount should be staticxiphon2020-07-141-1/+1
|
* trezor: support new passphrase entry mechanismDusan Klinec2020-05-081-10/+7
| | | | | - passphrase can be prompted also when wallet is running (thus added to the wallet listener) - device/host decision is now made on the host
* checkUpates: installer support (Win), use GUI buildTag and versionxiphon2020-04-231-1/+5
|
* updater: fetch signed hashes from getmonero.org, verify downloadsxiphon2020-04-141-2/+6
|
* Merge pull request #2772luigi11112020-04-131-1/+1
|\ | | | | | | 48aab5c WalletManager: wallet recovery - seed offset passphrase support (xiphon)
| * WalletManager: wallet recovery - seed offset passphrase supportxiphon2020-02-121-1/+1
| |
* | build: fix all warnings, treat warnings as errorsxiphon2020-02-161-1/+1
|/
* Transfer: improve warning flowthotbot2019-12-191-1/+1
|
* WalletManager: async close with splash screenxiphon2019-07-021-2/+1
|
* qt: implement FutureScheduler, always await async code to completexiphon2019-06-241-2/+6
|
* WalletManager: remove unused functionsselsta2019-06-141-8/+0
|
* Merge pull request #2182luigi11112019-06-051-1/+5
|\ | | | | | | 73a3549 WalletManager: non-blocking mining status updates (xiphon)
| * WalletManager: non-blocking mining status updatesxiphon2019-05-301-1/+5
| |
* | Merge pull request #2179luigi11112019-06-051-1/+1
|\ \ | | | | | | | | | 1cffa8b WalletManager: fix crash on null/dangling pointer dereference (xiphon)
| * | WalletManager: fix crash on null/dangling pointer dereferencexiphon2019-05-281-1/+1
| |/
* / WalletManager: async setDaemonAddressxiphon2019-05-281-1/+1
|/
* Add copyright headersmmbyday2019-05-011-0/+28
|
* async device open and create from device, passphraseDusan Klinec2019-04-061-0/+21
| | | | | | - passphrase entry on host added, requires early listener setting monero pull #5355 - wallet open and create from device shows splash to indicate possible long process - create from device is async to support passphrase entry
* Merge pull request #1768luigi11112018-12-011-1/+3
|\ | | | | | | 02134c4 transfer: paste Payment URL to fill the payment form fields (xiphon)
| * transfer: paste Payment URL to fill the payment form fieldsxiphon2018-11-301-1/+3
| |
* | Allow adjusting number of rounds for the key derivation functionstoffu2018-11-301-5/+6
|/
* Add support for creating hardware walletstoffu2018-08-241-0/+6
|
* delete unused WalletManager functionspazos2018-05-081-5/+0
|
* Stagenetstoffu2018-03-141-9/+10
|
* Merge pull request #1153luigi11112018-03-131-0/+5
|\ | | | | | | c853888 WalletManager: add logging API from QML
| * WalletManager: add logging API from QMLmoneromooo-monero2018-03-041-0/+5
| | | | | | | | requires #3345
* | Merge pull request #1015luigi11112018-03-131-0/+1
|\ \ | |/ |/| | | da32161 Use wallet2_api isAddressLocal utils method for isDaemonLocal check
| * Use wallet2_api isAddressLocal utils method for isDaemonLocal checkTim L2017-12-111-0/+1
| |
* | Android: Disable password strength meterMoroccanMalinois2017-12-241-0/+2
|/
* replace wallet/wallet2_api.h with wallet/api/wallet2_api.h to compileUser2017-12-081-1/+1
|
* Tx proofstoffu2017-11-201-2/+0
|
* add localDaemonSynced()Jaquee2017-11-011-0/+1
|
* check updates asyncJaquee2017-08-061-0/+2
|
* Settings: Rescan wallet cache buttonJaquee2017-05-031-0/+3
|
* preparations for background miningJaquee2017-03-031-1/+1
| | | | requires #1827
* Add updates notifiermoneromooo.monero2017-02-221-0/+1
|
* WalletManager: restore from keysJaquee2017-01-301-0/+10
|
* save qrcode to fileMoroccanMalinois2017-01-231-0/+1
|
* Settings: allow setting log categoriesmoneromooo.monero2017-01-161-0/+1
| | | | requires #1589
* Merge pull request #396Riccardo Spagni2017-01-141-0/+1
|\ | | | | | | 6034eaf Add parse_uri to libwalletqt (MoroccanMalinois)
| * Add parse_uri to libwalletqtMoroccanMalinois2017-01-111-0/+1
| |
* | Merge pull request #368Riccardo Spagni2017-01-141-0/+4
|\ \ | |/ |/| | | | | 94e8f3a Add mining screen (moneromooo.monero) 1cd7dd6 StandardDropdown: fix for empty model (moneromooo.monero)