Commit Graph

933 Commits

Author SHA1 Message Date
Denio
a52adce838 Wormhole coredumb fix 2019-11-20 13:45:12 +01:00
Denio
7b624657c0 change license to The Hush developers 2019-11-19 21:25:14 +01:00
Denio
641be69bd9 fix Hush Daemon Tab 2019-11-19 21:17:25 +01:00
Denio
448f4743ec fix txttablemodel.cpp 2019-11-19 14:47:46 +01:00
Denio
6e958be983 fix sdl-cli lib and server list 2019-11-19 13:44:19 +01:00
Denio
1f1a93006c merge manually 2019-11-19 13:39:49 +01:00
Denio
8dc2fe5412 bump version to v1.1.0 2019-11-18 23:02:48 +01:00
Denio
cdbece6884 change to wormhole.myhush.org 2019-11-18 22:25:00 +01:00
Denio
98603f81fe clean up, fix requestdialog.cpp 2019-11-18 22:09:24 +01:00
Denio
2dfede617a fix recurring.cpp 2019-11-18 21:56:19 +01:00
Denio
31279e4653 fix about 2019-11-18 21:17:54 +01:00
Denio
ba65460037 fix amounttext size mainwindow 2019-11-18 21:15:53 +01:00
Denio
b819fd3008 fix address balance amount 2019-11-18 20:54:37 +01:00
Denio
04fe2be715 Add suport for CNY,RUB,CAD,SGD,CHF,INR,GBP,AUD 2019-11-18 20:24:32 +01:00
Denio
eb70d6eeaa change message box when change currency 2019-11-18 17:25:59 +01:00
Denio
1a94f1927e fix statusLabel decimal format 2019-11-18 17:22:07 +01:00
Denio
f8c86fde79 Add full support of USD,EUR,BTC 2019-11-18 17:09:51 +01:00
Denio
e27ab8d5d7 Message that the change will take some seconds 2019-11-17 23:17:53 +01:00
Denio
b0c12948c7 add the option to choose between usd,eur,btc as currency for mainwindow Pricecheck 2019-11-17 22:41:37 +01: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
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