aboutsummaryrefslogtreecommitdiff
path: root/src/libwalletqt/Wallet.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* Add rescan spent buttonJaquee2017-01-151-0/+5
|
* GUI cold signingJaquee2017-01-151-1/+20
|
* view only walletsJaquee2017-01-151-0/+14
| | | | | | | | wizard: fix dots on pw page wizard: fix focus on pw field viewOnly: added success message
* Merge pull request #396Riccardo Spagni2017-01-141-0/+17
|\ | | | | | | 6034eaf Add parse_uri to libwalletqt (MoroccanMalinois)
| * Add parse_uri to libwalletqtMoroccanMalinois2017-01-111-0/+17
| |
* | History: Show num of confirmations + unconfirmed paymentsJaquee2017-01-141-0/+6
|/ | | | history: refresh on new block
* Updated wallet close behaviourJaquee2016-12-151-3/+3
|
* AddressBook: basic functionsJaquee2016-12-141-1/+26
|
* Use daemon height if target height = 0Jaquee2016-12-141-0/+5
|
* rename Bitmonero to MoneroJaquee2016-12-131-10/+10
|
* Merge pull request #217Riccardo Spagni2016-12-081-1/+20
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-3/+3
| | | | | | | | Signed-off-by: Jaquee <jaquee.monero@gmail.com>
| * Wallet: add m_initializedJaquee2016-11-261-4/+3
| |
| * Wallet: Cache connection status queryJaquee2016-11-261-5/+18
| |
| * Wallet: add connectionStatusChanged signalJaquee2016-11-261-2/+9
| |
* | Print wallet filename in password dialog where approrpiatemoneromooo.monero2016-11-261-0/+5
|/
* Wallet: fix history leak on destructionmoneromooo.monero2016-11-181-0/+1
|
* Make the new sweep functions use async transactionsmoneromooo.monero2016-11-121-0/+29
|
* Support for sweeping all outputsmoneromooo.monero2016-11-121-0/+10
|
* Add a button to sweep unmixable outputsmoneromooo.monero2016-11-121-2/+6
|
* Merge pull request #134Riccardo Spagni2016-11-111-1/+21
|\ | | | | | | | | | | | | 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-2/+1
| |
| * wallet::createTransactionAsync pass variables to listenerJacob Brydolf2016-11-101-2/+2
| |
| * added Wallet::createTransactionAsync()Jacob Brydolf2016-11-101-1/+22
| |
* | sign/verify message/filemoneromooo.monero2016-11-091-0/+72
|/
* Merge pull request #128Riccardo Spagni2016-11-091-2/+2
|\ | | | | | | 689f041 Report when the GUI is connected to a daemon with mismatched version (moneromooo.monero)
| * Report when the GUI is connected to a daemon with mismatched versionmoneromooo.monero2016-11-071-2/+2
| | | | | | | | | | This will cause various errors confusing to the user, as they stem for the daemon returning replies with missing information, etc.
* | wallet api: added getTxKey()Jacob Brydolf2016-11-071-0/+5
| |
* | Write support for tx notesmoneromooo.monero2016-11-051-0/+9
|/ | | | | Support still needs adding for displaying them in the history, but at least they're saved in the cache now, and not ignored.
* Merge pull request #97Riccardo Spagni2016-11-051-2/+11
|\ | | | | | | | | d12436a use daemon target height in progress ui (Jacob Brydolf) 8079597 Cache daemon target height (Jacob Brydolf)
| * Cache daemon target heightJacob Brydolf2016-11-011-2/+11
| |
* | added debug message on wallet closeJacob Brydolf2016-10-301-0/+1
|/
* libwalletqt: added isRecovering stateJacob Brydolf2016-10-101-3/+7
|
* TransactionHistory sortingIlya Kitaev2016-10-101-2/+5
|
* Transaction history is not crashing and refreshing properlyIlya Kitaev2016-10-101-11/+9
|
* Simple transaction historyIlya Kitaev2016-10-101-4/+9
|
* Added daemon BC sync progress barJacob Brydolf2016-10-101-0/+6
| | | | | | depends on https://github.com/monero-project/monero/pull/1173 Signed-off-by: Jacob Brydolf <jacob@brydolf.net>
* added TransactionHistoryModel; renamingsIlya Kitaev2016-10-101-1/+17
|
* Wallet::daemonBlockChainHeight(); BC sync progress in GUIIlya Kitaev2016-09-261-4/+34
|
* Wallet: moneySpent, moneyReceived, newBlock signalsIlya Kitaev2016-09-231-6/+10
|
* Init wallet asynchronouslyIlya Kitaev2016-07-141-1/+15
|
* Async API integration in progressIlya Kitaev2016-07-131-0/+44
|
* Priority aka fee multiplier integratedIlya Kitaev2016-06-271-2/+4
|
* Added "Receive" page. Hide all pages except "Transfer" and "Receive".Ilya Kitaev2016-06-261-2/+23
|
* mixin count for Wallet::createTransactionIlya Kitaev2016-06-201-2/+2
|
* Balance on UI updated by the signalIlya Kitaev2016-06-171-1/+5
|
* Qt wrappers for libwallet API classesIlya Kitaev2016-06-081-3/+63
|
* Start in normal mode if wallet exists. Resolves #9Ilya Kitaev2016-06-071-153/+20
|
* libwallet integrationIlya Kitaev2016-06-031-0/+194