aboutsummaryrefslogtreecommitdiff
path: root/src/libwalletqt/Wallet.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Wallet: explicitly set trusted daemon flagxiphon2019-08-071-5/+5
| | |
* | | Merge pull request #2221luigi11112019-08-061-0/+12
|\ \ \ | |/ / |/| | | | | 2d72f55 device: show address on device display (ph4r05)
| * | device: show address on device displayDusan Klinec2019-07-151-0/+12
| | |
* | | Fixes #2275, transactionCommited txid listDusan Klinec2019-07-151-1/+2
|/ / | | | | | | txid list was empty when emitted
* | qt: implement FutureScheduler, always await async code to completexiphon2019-06-241-114/+57
| |
* | get_tx_key, get_tx_proof, tx_spend_proof asyncDusan Klinec2019-06-201-0/+57
| |
* | Wallet: async fetching wallet, daemon and target heightxiphon2019-06-131-0/+13
|/
* Merge pull request #2147luigi11112019-05-101-0/+16
|\ | | | | | | c88bb60 transaction: async commit (ph4r05)
| * transaction: async commitDusan Klinec2019-05-021-0/+16
| | | | | | | | Addresses #2123, reduces UI freezing on long-lasting operation, improves Trezor experience
* | Add copyright headersmmbyday2019-05-011-0/+28
|/
* async device open and create from device, passphraseDusan Klinec2019-04-061-0/+10
| | | | | | - 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
* add account supportselsta2019-01-221-0/+22
| | | | Co-authored-by: kenshi84 <kenshi84@protonmail.ch>
* merchant: fix payment tracker sortingselsta2019-01-101-0/+2
| | | | | | If the History page wasn't opened once before opening the Merchant page, sorting was messed up.
* Fix blackball section to conform to format changemoneromooo-monero2018-09-301-6/+4
|
* Add support for creating hardware walletstoffu2018-08-241-3/+9
|
* export/import key imagescryptochangements342018-05-141-0/+10
|
* log qt/qml to easylogging, add --log-file cmdline optionpazos2018-05-081-11/+0
|
* Wallet: fix listener leakmoneromooo-monero2018-04-041-1/+4
|
* Add segregation key reuse mitigation optionsmoneromooo-monero2018-03-261-0/+15
|
* Add a shared ringdb management page - rings and blackballed outputsmoneromooo-monero2018-03-261-0/+96
|
* Stagenetstoffu2018-03-141-2/+2
|
* Merge pull request #1075luigi11112018-03-131-1/+7
|\ | | | | | | 08beb71 Store wallet log in ~/Library/Logs/ in macOS
| * Store wallet log in ~/Library/Logs/ in macOSMiguel Herranz2018-01-311-1/+7
| | | | | | | | | | | | | | | | | | In macOS it is not usual to modify anything inside an application. If the user that runs the application doesn't have writing permissions the log will not be saved. This modifies the path to store them in macOS' standard location for application logs.
* | Subaddresses minimal version: supports default account onlykenshi842018-01-131-9/+83
|/
* Merge pull request #967luigi11112017-12-171-0/+16
|\ | | | | | | 5cda1f5 Spend proof
| * Spend proofstoffu2017-11-301-0/+16
| |
* | replace wallet/wallet2_api.h with wallet/api/wallet2_api.h to compileUser2017-12-081-1/+1
|/
* Bugfix with tx proof + updatestoffu2017-11-261-5/+4
|
* Tx proofstoffu2017-11-201-0/+30
|
* delete addressbook in wallet destructorJaquee2017-11-011-0/+2
|
* Merge pull request #911luigi11112017-10-311-0/+6
|\ | | | | | | 913ef54 Store cache on exit
| * Store cache on exitJaquee2017-10-221-0/+6
| |
* | show correct height after switching walletsJaquee2017-10-241-0/+1
| | | | | | | | requires #2724
* | add option to change wallet creation height and rescan wallet cacheJaquee2017-10-231-0/+6
|/
* add daemon/wallet log path gettersJaquee2017-08-241-0/+10
|
* useForkRules() - Catch no connection errorJaquee2017-03-261-1/+8
|
* Use new fee multipliers after v5 forkJaquee2017-03-241-0/+5
| | | | requires #1915
* Merge pull request #494Riccardo Spagni2017-03-031-1/+10
|\ | | | | | | 00aa231 Daemon rpc login support requires #1803 (Jaquee)
| * Daemon rpc login supportJaquee2017-02-251-1/+10
| | | | | | | | requires #1803
* | Merge pull request #492Riccardo Spagni2017-02-271-0/+10
|\ \ | | | | | | | | | | | | | | | 8021037 pause refresh while starting daemon + startup timeout (Jaquee) df60c81 add start/pauseRefresh() (Jaquee) 2ed59f4 Daemon manager improvements (Jaquee)
| * | add start/pauseRefresh()Jaquee2017-02-251-0/+10
| |/
* | Merge pull request #490Riccardo Spagni2017-02-271-0/+2
|\ \ | | | | | | | | | | | | 53c86ad remove undefined variable error (Jaquee) 023d96b avoid dangling pointers in destructor (Jaquee)
| * | avoid dangling pointers in destructorJaquee2017-02-251-0/+2
| |/
* / Improved blockchain sync status uiJaquee2017-02-241-2/+2
|/
* start daemon automatically and detachedJaquee2017-02-231-1/+2
|
* don't show daemon popup when connectedJaquee2017-02-051-4/+7
|
* sync progress improvementsJaquee2017-01-311-1/+1
|
* async connectionStatus and initJaquee2017-01-311-16/+63
|
* send custom commands to daemonJaquee2017-01-221-0/+5
| | | | | + status button requires #1618
* export/import key images when cold signingJaquee2017-01-151-2/+5
|