Commit Graph

1212 Commits

Author SHA1 Message Date
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
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
Denio
dd11d9823e change version to v1.0.1 2019-11-12 15:42:43 +01:00
Denio
bbc2d3c9aa add de translation, update all translations, bump version to 1.1 2019-11-12 15:31:02 +01: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
Aditya Kulkarni
cf72b366bd Update UI strings 2019-11-08 13:52:40 -08:00
Denio
8c9aa589c8 change 'Sent' to 'send' in transaction tab 2019-11-08 17:36:17 +01:00
Denio
a2ddd7ed0a Merge pull request #12 from DenioD/master
updates for Release
2019-11-03 19:01:20 +01:00
Denio
2ebcd73c86 change Feedback Address 2019-11-03 18:34:19 +01:00
DenioD
94d21ecbea change App Name to SilentDragonLite, clean up build trash 2019-11-02 14:04:15 +01:00
DenioD
07f607841a update About.ui 2019-11-02 12:04:37 +01:00
DenioD
1df1f9c3e0 fix dir creation, change .log path 2019-11-01 16:27:33 +01:00
DenioD
7668cecba4 error handlings 2019-10-31 23:55:21 +01:00
Aditya Kulkarni
851a13c11b Handle incorrect passwords properly with export
Fixes !5
2019-10-31 14:26:04 -07:00
DenioD
8aab518775 merge latest update 2019-10-31 20:31:39 +01: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
DenioD
edfbbe2da9 set conf 2, merge upstream update 2019-10-31 17:23:44 +01: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
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
DenioD
0590d14693 fix for SDA 2019-10-30 15:50:47 +01:00
DenioD
199f7efd7c balance fix 2019-10-29 23:12:22 +01:00
Aditya Kulkarni
a4bae2051f Remove trailing "0". Fixes #6 2019-10-29 15:03:52 -07:00
Denio
804e5d436b Merge pull request #20 from adityapk00/master
Handle multiple send in tx table
2019-10-29 22:40:45 +01:00
Aditya Kulkarni
dfd230be7d Handle multiple send in tx table 2019-10-29 14:15:19 -07:00
DenioD
6b1c19fb04 fix builds 2019-10-29 17:42:41 +01:00
DenioD
53f0967441 set new port for https server 2019-10-29 17:18:06 +01:00
Aditya Kulkarni
48e5846899 Linux and Windows build 2019-10-28 12:39:41 -07:00
Aditya Kulkarni
764f1e315d Build scripts 2019-10-28 11:54:52 -07:00
Aditya Kulkarni
fe35401118 Remove pending from zbalance. Fixes #7 2019-10-28 10:57:41 -07:00
Aditya Kulkarni
cf7643f670 Switch explorer to zcha.in - Fixes #5 2019-10-28 10:33:01 -07:00
Aditya Kulkarni
dead02137e Switch default chain name. Fixes #2 2019-10-28 10:28:16 -07:00
DenioD
e634d8858a update sendTab 2019-10-28 10:26:04 +01:00
Aditya Kulkarni
eb2309b30f Default table widths 2019-10-27 21:33:38 -07:00
Aditya Kulkarni
13953f2dd5 Add post-confirmation screen 2019-10-27 21:17:34 -07:00
DenioD
b3491aaec1 change debug.log path, fix Coredump with new zaddr 2019-10-27 21:56:00 +01:00
Aditya Kulkarni
73c6773e49 Fix update force logic 2019-10-27 12:33:12 -07:00