aboutsummaryrefslogtreecommitdiff
path: root/src/libwalletqt/Wallet.h
Commit message (Collapse)AuthorAgeFilesLines
...
* add account supportselsta2019-01-221-0/+12
| | | | Co-authored-by: kenshi84 <kenshi84@protonmail.ch>
* Fix blackball section to conform to format changemoneromooo-monero2018-09-301-3/+3
|
* Add support for creating hardware walletstoffu2018-08-241-2/+2
|
* export/import key imagescryptochangements342018-05-141-0/+4
|
* log qt/qml to easylogging, add --log-file cmdline optionpazos2018-05-081-1/+0
|
* Wallet: fix listener leakmoneromooo-monero2018-04-041-0/+1
|
* Add segregation key reuse mitigation optionsmoneromooo-monero2018-03-261-0/+5
|
* Add a shared ringdb management page - rings and blackballed outputsmoneromooo-monero2018-03-261-0/+12
|
* Stagenetstoffu2018-03-141-3/+4
|
* Subaddresses minimal version: supports default account onlykenshi842018-01-131-6/+29
|
* Merge pull request #967luigi11112017-12-171-0/+2
|\ | | | | | | 5cda1f5 Spend proof
| * Spend proofstoffu2017-11-301-0/+2
| |
* | replace wallet/wallet2_api.h with wallet/api/wallet2_api.h to compileUser2017-12-081-1/+1
|/
* Tx proofstoffu2017-11-201-0/+3
|
* add option to change wallet creation height and rescan wallet cacheJaquee2017-10-231-1/+4
|
* add wallet creation height getterJaquee2017-08-241-0/+2
|
* add daemon/wallet log path gettersJaquee2017-08-241-0/+5
|
* add wallet view/spend keys to seed dialogJaquee2017-05-031-0/+10
| | | | requires #2012
* useForkRules() - Catch no connection errorJaquee2017-03-261-1/+1
|
* Use new fee multipliers after v5 forkJaquee2017-03-241-0/+3
| | | | requires #1915
* Merge pull request #494Riccardo Spagni2017-03-031-0/+5
|\ | | | | | | 00aa231 Daemon rpc login support requires #1803 (Jaquee)
| * Daemon rpc login supportJaquee2017-02-251-0/+5
| | | | | | | | requires #1803
* | add start/pauseRefresh()Jaquee2017-02-251-0/+4
|/
* start daemon automatically and detachedJaquee2017-02-231-2/+2
|
* async connectionStatus and initJaquee2017-01-311-5/+10
|
* send custom commands to daemonJaquee2017-01-221-0/+4
| | | | | + status button requires #1618
* Add rescan spent buttonJaquee2017-01-151-1/+2
|
* GUI cold signingJaquee2017-01-151-0/+11
|
* view only walletsJaquee2017-01-151-1/+7
| | | | | | | | wizard: fix dots on pw page wizard: fix focus on pw field viewOnly: added success message
* Merge pull request #396Riccardo Spagni2017-01-141-0/+2
|\ | | | | | | 6034eaf Add parse_uri to libwalletqt (MoroccanMalinois)
| * Add parse_uri to libwalletqtMoroccanMalinois2017-01-111-0/+2
| |
* | History: Show num of confirmations + unconfirmed paymentsJaquee2017-01-141-0/+1
|/ | | | history: refresh on new block
* AddressBook: basic functionsJaquee2016-12-141-1/+15
|
* rename Bitmonero to MoneroJaquee2016-12-131-9/+9
|
* Merge pull request #217Riccardo Spagni2016-12-081-0/+6
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 3752ec7 send page: check daemon status after every refresh (Jaquee) 01549a3 walletManager: coding conventions (Jaquee) 0ae3d67 daemon console -> log + adjusted height (Jaquee) 0e8cd14 Wallet: add m_initialized (Jaquee) c7232e1 set wallet connection status before querying sync status (Jaquee) 3f8e05d Wallet: Cache connection status query (Jaquee) 36a6b89 connect onWalletConnectionStatusChanged() (Jaquee) 93a8200 Transfer: new connectionStatus handling + show status msg (Jaquee) 76e6ae8 remove reference to old pw-dialog (Jaquee) 18b7a67 Wallet: add connectionStatusChanged signal (Jaquee) d9f4ab4 daemonManager: wait for daemon stop on app close (Jaquee) f62bb68 daemonManagerDialog: use new ConnectionStatus enum (Jaquee) dd01f59 hide daemon sync progress after disconnecting wallet (Jaquee) 8d19a03 DaemonManager: add stateChanged() (Jaquee) 760e01b daemonManagerDialog: show processdialog when starting (Jaquee) bb881d9 show processingSplash when starting/stopping daemon (Jaquee) 8361dda resolve rebase conflict (Jaquee) 8dfa79e Shutdown daemon and close wallet properly on app exit (Jaquee) 7876957 DaemonManager::closing() (Jacob Brydolf) 065b060 main: debug messages (Jacob Brydolf) b4eb489 DaemonManager: forward command line arguments to monerod (Jacob Brydolf) 752ff26 forward command line arguments to DaemonManager (Jaquee) 7840dab DaemonManager: console debug output (Jacob Brydolf) 14a5bd5 settings: added daemon console (Jacob Brydolf) b53ef00 history tx details: resized popup (Jacob Brydolf) b4f29b2 StandardDialog: changed default sizes (Jacob Brydolf) 5855700 daemonManagerDialog: added starting signal (Jacob Brydolf) 3a43154 DaemonManager: added console updated signals (Jacob Brydolf) 3df9e44 DaemonManager: windows support (Jacob Brydolf) 5da9f8f standardDialog: close window before continue (Jacob Brydolf) 5a110f4 replace message dialog with custom dialog (Jacob Brydolf) d465780 resized standard dialog (Jacob Brydolf) 482bd30 settings: enable/disable daemon start/stop buttons (Jacob Brydolf) 4e7de8c proper daemon shutdown on app exit (Jaquee) 48471f3 onDaemonStarted/stopped signals/slots (Jaquee) de635cb pw dialog: close popup before continue (Jacob Brydolf) 86772be added standardDialog component (Jacob Brydolf) ae977af settings: add daemon manager (Jacob Brydolf) 2775124 small error in daemon manager dialog (Jacob Brydolf) 82c39e0 WalletManager: include dependencies (Jaquee) 1c6884e Show daemon manager dialog if daemon isnt started (Jacob Brydolf) 9fbfbc4 daemonManager: embed as context property (Jaquee) 4cdc258 WalletManager: basic functionality (Jacob Brydolf)
| * walletManager: coding conventionsJaquee2016-11-271-4/+4
| | | | | | | | Signed-off-by: Jaquee <jaquee.monero@gmail.com>
| * Wallet: add m_initializedJaquee2016-11-261-0/+1
| |
| * Wallet: Cache connection status queryJaquee2016-11-261-0/+2
| |
| * Wallet: add connectionStatusChanged signalJaquee2016-11-261-1/+4
| |
* | Print wallet filename in password dialog where approrpiatemoneromooo.monero2016-11-261-0/+4
|/
* Make the new sweep functions use async transactionsmoneromooo.monero2016-11-121-0/+7
|
* Support for sweeping all outputsmoneromooo.monero2016-11-121-1/+5
|
* Add a button to sweep unmixable outputsmoneromooo.monero2016-11-121-0/+5
|
* Merge pull request #143Riccardo Spagni2016-11-111-1/+2
|\ | | | | | | | | 4e61ebe add default argument to store() (Jacob Brydolf) 7c9d223 remove unnecessary i/o (Jacob Brydolf)
| * add default argument to store()Jacob Brydolf2016-11-101-1/+2
| |
* | Merge pull request #134Riccardo Spagni2016-11-111-0/+6
|\ \ | | | | | | | | | | | | | | | | | | 66692be createTransactionAsync(): removed reference to WalletManager (Jacob Brydolf) f8e2e5d asynchronous transaction + show splash (Jacob Brydolf) 62060e1 wallet::createTransactionAsync pass variables to listener (Jacob Brydolf) 00ea5d6 added Wallet::createTransactionAsync() (Jacob Brydolf)
| * | createTransactionAsync(): removed reference to WalletManagerJacob Brydolf2016-11-101-1/+0
| | |
| * | wallet::createTransactionAsync pass variables to listenerJacob Brydolf2016-11-101-1/+1
| | |
| * | added Wallet::createTransactionAsync()Jacob Brydolf2016-11-101-0/+7
| |/
* / sign/verify message/filemoneromooo.monero2016-11-091-0/+6
|/