Commit Graph

1078 Commits

Author SHA1 Message Date
Aditya Kulkarni 657efc93b6 mingw compiler fixes 2019-11-19 13:37:18 -08:00
Aditya Kulkarni 31d80fd284 Merge branch 'master' of https://github.com/adityapk00/zecwallet-lite 2019-11-19 13:24:13 -08:00
Aditya Kulkarni 363d02ce65 Fix autosync 2019-11-19 13:16:18 -08:00
Aditya Kulkarni f1079efc5b Add new HD addresses when exsting ones get used.
Fixes #21
2019-11-17 20:58:18 -08:00
Aditya Kulkarni d81fac8b08 Add rescan to UI 2019-11-16 21:22:31 -08:00
Aditya Kulkarni 7a9552f5f1 Allow custom servers 2019-11-16 20:45:13 -08:00
Aditya Kulkarni 66c60464e6 Require TLS cert 2019-11-16 16:05:11 -08:00
Aditya Kulkarni 1a762b01c8 Allow multiple servers in settings 2019-11-16 16:03:43 -08:00
Arjun 6520a09e6d Init logging with yeclite 2019-11-15 12:09:58 -08:00
Aditya Kulkarni add46f9960 Fix regular exp warning 2019-11-14 09:21:00 -08:00
adityapk00 504a1244cd
Merge pull request #20 from neunenak/fix_warning
Fix compiler warning pertaining to deprecated method
2019-11-14 09:17:08 -08:00
greg ae546b7015 Fix compiler warning pertaining to deprecated method
Previously when compiling, the following deprecation warning would be
encountered:

```
src/mainwindow.cpp:447:70: warning: ‘QList<T> QObject::findChildren(const QRegExp&, Qt::FindChildOptions) const [with T = QLineEdit*; Qt::FindChildOptions = QFlags<Qt::FindChildOption>]’ is deprecated: Use findChildren(const QRegularExpression &, ...) instead. [-Wdeprecated-declarations]
```

This commit updates this line to the non-deprecated QT5 version of this
method, which uses QRegularExpression rather than QRegExp, thus removing
the warning.
2019-11-14 01:37:46 -08:00
Aditya Kulkarni b32a1d4732 Naming 2019-11-13 15:12:46 -08:00
Aditya Kulkarni bcf2d4e9d6 Use latest block instead of info 2019-11-13 15:11:11 -08:00
adityapk00 c98da96b97
Update README.md 2019-11-12 17:30:26 -08:00
Aditya Kulkarni 440704f7d6 Merge branch 'master' of https://github.com/adityapk00/zecwallet-lite 2019-11-08 14:26:03 -08:00
Aditya Kulkarni 4d93418cc3 Add macos code signing 2019-11-08 14:24:55 -08:00
Aditya Kulkarni abf488b200 Fix unified build 2019-11-08 14:15:11 -08:00
adityapk00 a122b5ffe4 Update README.md 2019-11-08 14:11:28 -08:00
adityapk00 75c5ab41e1 Update README.md 2019-11-08 14:11:28 -08:00
adityapk00 cf56f80240 Update README.md 2019-11-08 14:11:28 -08:00
adityapk00 1db6a9749b Update README.md 2019-11-08 14:11:28 -08:00
adityapk00 47aac3af07 Update README.md 2019-11-08 14:11:28 -08:00
Aditya Kulkarni 8bf0552efa Merge branch 'master' of github.com:adityapk00/zecwallet-lite 2019-11-08 13:52:42 -08:00
Aditya Kulkarni cf72b366bd Update UI strings 2019-11-08 13:52:40 -08:00
adityapk00 ff84078e95
Update README.md 2019-11-07 10:31:48 -08:00
adityapk00 2cc39a9c79
Update README.md 2019-11-07 10:31:01 -08:00
adityapk00 9590b531e0
Update README.md 2019-11-07 10:29:35 -08:00
adityapk00 0bbe7ec39c
Update README.md 2019-11-01 12:29:30 -07:00
adityapk00 ba32344eb2
Update README.md 2019-11-01 12:26:58 -07:00
Aditya Kulkarni 060dd3c35b Create dir if it doesn't exist.
Fixes #17
2019-11-01 07:33:21 -07:00
Aditya Kulkarni db46fe0e88 Upgrade lib.
Fixes #9
2019-10-31 15:00:03 -07:00
Aditya Kulkarni 851a13c11b Handle incorrect passwords properly with export
Fixes !5
2019-10-31 14:26:04 -07:00
Aditya Kulkarni 0d5ea2f5a5 Point URLs to zecwallet-lite 2019-10-31 12:09:20 -07:00
Aditya Kulkarni 54c3971bed Export seed menu item 2019-10-31 10:58:54 -07:00
Aditya Kulkarni a9707ba278 Remove unnecessary logging 2019-10-31 10:58:41 -07:00
Aditya Kulkarni 07a07009e6 Handle insufficient funds
Fixes #12
2019-10-31 10:03:09 -07:00
Aditya Kulkarni 0a99730fba Handle blank passwords/cancel.
Fixes #10
2019-10-31 09:55:48 -07:00
Aditya Kulkarni 58c80aaf81 Refresh wallet after encryption status change.
Fixes #11
2019-10-31 09:48:06 -07:00
Aditya Kulkarni 3d66568ceb Handle pending outgoing txns properly 2019-10-30 17:39:11 -07:00
Aditya Kulkarni 35a3cff250 Don't accept empty passwords 2019-10-30 16:28:30 -07:00
Aditya Kulkarni 6b1a41f166 Inc dep 2019-10-30 15:30:32 -07:00
Aditya Kulkarni bede1093b1 Rebuild when lib def changes 2019-10-30 15:29:40 -07:00
Aditya Kulkarni 1047f60d3c Handle empty password/cancel 2019-10-30 13:57:38 -07:00
Aditya Kulkarni aafa169837 merge 2019-10-30 13:55:14 -07:00
Aditya Kulkarni cfc2f85b08 Wallet encryption 2019-10-30 13:54:42 -07:00
Aditya Kulkarni a4bae2051f Remove trailing "0". Fixes #6 2019-10-29 15:03:52 -07:00
Aditya Kulkarni 6d4599bcee Update lib to allow escaped chars in memo 2019-10-29 14:46:46 -07:00
Aditya Kulkarni dfd230be7d Handle multiple send in tx table 2019-10-29 14:15:19 -07:00
adityapk00 8139326c1f
Update README.md 2019-10-28 12:41:05 -07:00