aboutsummaryrefslogtreecommitdiff
path: root/src/libwalletqt
Commit message (Collapse)AuthorAgeFilesLines
...
* GUI cold signingJaquee2017-01-156-2/+189
|
* view only walletsJaquee2017-01-152-1/+21
| | | | | | | | wizard: fix dots on pw page wizard: fix focus on pw field viewOnly: added success message
* Merge pull request #396Riccardo Spagni2017-01-144-0/+26
|\ | | | | | | 6034eaf Add parse_uri to libwalletqt (MoroccanMalinois)
| * Add parse_uri to libwalletqtMoroccanMalinois2017-01-114-0/+26
| |
* | Merge pull request #368Riccardo Spagni2017-01-142-0/+19
|\ \ | | | | | | | | | | | | 94e8f3a Add mining screen (moneromooo.monero) 1cd7dd6 StandardDropdown: fix for empty model (moneromooo.monero)
| * | Add mining screenmoneromooo.monero2016-12-302-0/+19
| | | | | | | | | | | | We want to make it easy for people to mine
* | | Add estimated time countdown for locked balanceJaquee2017-01-142-2/+29
| | |
* | | History: Show num of confirmations + unconfirmed paymentsJaquee2017-01-144-0/+14
| |/ |/| | | | | history: refresh on new block
* | fix loglevel runtime errorJaquee2017-01-091-1/+1
| |
* | History: print address book description if availablemoneromooo.monero2017-01-012-0/+6
|/
* Transfer: support OpenAlias addressesmoneromooo.monero2016-12-202-0/+10
|
* Use zxcvbn for password strength estimationmoneromooo.monero2016-12-172-0/+18
|
* Updated wallet close behaviourJaquee2016-12-151-3/+3
|
* Addressbook: updated references to bitmoneroJaquee2016-12-142-9/+9
|
* AddressBook: basic functionsJaquee2016-12-145-3/+163
|
* Merge pull request #271Riccardo Spagni2016-12-141-0/+5
|\ | | | | | | c5206e1 Use daemon height if target height = 0 (Jaquee)
| * Use daemon height if target height = 0Jaquee2016-12-141-0/+5
| |
* | WalletManager: lock wallet while closingJaquee2016-12-132-20/+44
|/ | | | WalletManager: Make sure only one wallet is open
* rename Bitmonero to MoneroJaquee2016-12-1310-59/+59
|
* Merge pull request #235Riccardo Spagni2016-12-094-14/+59
|\ | | | | | | | | | | | | e1255bd history: remove unused dependencies (Jaquee) 9341d75 history: print destination address in tx details popup (Jaquee) 7aea3d3 TransactionInfo: add transfers() and destinations_formatted() (Jaquee) a4c3de9 history: add Transfer class (Jaquee)
| * TransactionInfo: add transfers() and destinations_formatted()Jaquee2016-12-044-22/+39
| |
| * history: add Transfer classJaquee2016-12-031-0/+28
| |
* | Merge pull request #224Riccardo Spagni2016-12-082-0/+38
|\ \ | | | | | | | | | | | | | | | ab61910 Receive: tx scanner for payments matching setup (moneromooo.monero) 87d0751 libwalletqt: add a few daemon read access routines (moneromooo.monero) af4e49c MiddlePanel: add an optional onPageClosed callback (moneromooo.monero)
| * | libwalletqt: add a few daemon read access routinesmoneromooo.monero2016-11-292-0/+38
| |/
* | Merge pull request #217Riccardo Spagni2016-12-082-1/+26
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-272-7/+7
| | | | | | | | | | | | Signed-off-by: Jaquee <jaquee.monero@gmail.com>
| * | Wallet: add m_initializedJaquee2016-11-262-4/+4
| | |
| * | Wallet: Cache connection status queryJaquee2016-11-262-5/+20
| | |
| * | Wallet: add connectionStatusChanged signalJaquee2016-11-262-3/+13
| |/
* | Merge pull request #209Riccardo Spagni2016-12-082-0/+9
|\ \ | | | | | | | | | b5a993b Print wallet filename in password dialog where approrpiate (moneromooo.monero)
| * | Print wallet filename in password dialog where approrpiatemoneromooo.monero2016-11-262-0/+9
| |/
* / QRCodeImageProvider: fix 0/1 black/white mixupmoneromooo.monero2016-11-241-1/+1
|/
* Merge pull request #192Riccardo Spagni2016-11-242-0/+28
|\ | | | | | | 96c7dde Add QR code display on the receive page (moneromooo.monero)
| * Add QR code display on the receive pagemoneromooo.monero2016-11-202-0/+28
| | | | | | | | | | | | | | This embeds MIT licenced code from Project Nayuki: https://www.nayuki.io/page/qr-code-generator-library The C++ part of the code is embedded in src/QR-Code-generator. See src/QR-Code-generator/Readme.markdown for more info.
* | Wallet: fix history leak on destructionmoneromooo.monero2016-11-181-0/+1
|/
* Make the new sweep functions use async transactionsmoneromooo.monero2016-11-122-0/+36
|
* Support for sweeping all outputsmoneromooo.monero2016-11-122-1/+15
|
* Add a button to sweep unmixable outputsmoneromooo.monero2016-11-122-2/+11
|
* Transfer: display number of split tx in transaction confirmation popupIlya Kitaev2016-11-122-4/+14
|
* Merge pull request #147Riccardo Spagni2016-11-113-0/+12
|\ | | | | | | 6914656 Fix sum of selected transactions being slighty off (moneromooo.monero)
| * Fix sum of selected transactions being slighty offmoneromooo.monero2016-11-103-0/+12
| | | | | | | | due to floating point operations
* | 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-112-1/+27
|\ \ | | | | | | | | | | | | | | | | | | 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-102-3/+1
| | |
| * | wallet::createTransactionAsync pass variables to listenerJacob Brydolf2016-11-102-3/+3
| | |
| * | added Wallet::createTransactionAsync()Jacob Brydolf2016-11-102-1/+29
| |/
* / sign/verify message/filemoneromooo.monero2016-11-092-0/+78
|/
* Merge pull request #128Riccardo Spagni2016-11-092-5/+13
|\ | | | | | | 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-072-5/+13
| | | | | | | | | | This will cause various errors confusing to the user, as they stem for the daemon returning replies with missing information, etc.