Commit Graph

233 Commits

Author SHA1 Message Date
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
1a762b01c8 Allow multiple servers in settings 2019-11-16 16:03:43 -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
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
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
35a3cff250 Don't accept empty passwords 2019-10-30 16:28:30 -07:00
Aditya Kulkarni
cfc2f85b08 Wallet encryption 2019-10-30 13:54:42 -07:00
Aditya Kulkarni
eb2309b30f Default table widths 2019-10-27 21:33:38 -07:00
Aditya Kulkarni
fd9d668a44 Remove "from" fields 2019-10-27 10:32:58 -07:00
Aditya Kulkarni
13e4a1c1a0 Remove deleted UI headers 2019-10-27 07:13:44 -07:00
Aditya Kulkarni
12d6c64583 wip 2019-10-26 21:56:02 -07:00
Aditya Kulkarni
b687306cf7 Show all addresses in the balances table 2019-10-26 14:34:31 -07:00
Aditya Kulkarni
a75f7cb40c Remove unnecessary settings 2019-10-26 14:15:19 -07:00
Aditya Kulkarni
65bdcd6367 Remove custom fees + save sent setting 2019-10-26 13:12:51 -07:00
Aditya Kulkarni
36ece2ace0 Remove autoshield setting 2019-10-26 13:01:37 -07:00
Aditya Kulkarni
fba4c61976 Wire up private key export 2019-10-18 19:21:40 -07:00
Aditya Kulkarni
70774a477d Remove outdated menu items 2019-10-18 18:55:42 -07:00
Aditya Kulkarni
e3ac42adfc Add transactions fetch 2019-10-18 11:26:12 -07:00
Aditya Kulkarni
aa2248ea5a Compiler errors 2019-10-17 08:01:41 -07:00
Aditya Kulkarni
57bb19b941 Remove turnstile 2019-10-16 13:26:01 -07:00
Aditya Kulkarni
28fdac1b72 Balances 2019-10-15 20:55:43 -07:00
Aditya Kulkarni
306c39bb09 Compile fixes 2019-10-15 14:01:11 -07:00
Aditya Kulkarni
5939632078 Rename RPC to Controller 2019-10-07 12:45:11 -07:00
Aditya Kulkarni
c6f6b1c126 Split rpc and controller 2019-10-07 12:38:58 -07:00
Aditya Kulkarni
31cdab70d3 Add DataModel class 2019-10-07 11:01:37 -07:00
Miodrag Popović
06244faa29 style sheet reset (#190)
Style sheet reset before the theme change makes all widgets styles update without restart requirement. 
Tested on a fork (Safecoin Qt wallet), but it should work for you as well.
2019-10-05 13:27:10 -07:00
Aditya Kulkarni
5cff40c63e Update CSS and add restart warning 2019-09-27 10:29:36 -07:00
earthorbit
e7b08612fa Themeability (#186)
* add css (qss)

* Include css

* Merge pull request #6 from Fair-Exchange/css

Css

* fix

* beta blue

* fix

* YellowFevers UI work

* Merge pull request #7 from Fair-Exchange/css

Css - YellowFevers UI work

* Update mainwindow.cpp

* Update mainwindow.ui

* Merge pull request #6 from OleksandrBlack/css

move Tx list to balance tab

* Ease of use

General usability improvements

* Delete main.css

* style for tab

* Merge pull request #7 from YellowFeveRs/UI-work

General UI improvements

* updated tab styling

* Merge pull request #8 from Fair-Exchange/css

Css

* fix

* fix for Windows

* fix for Windows

* fix

* Merge pull request #10 from Fair-Exchange/master

Merge pull request #4 from OleksandrBlack/master

* Merge pull request #10 from Fair-Exchange/master

Merge pull request #4 from OleksandrBlack/master

* Merge pull request #11 from OleksandrBlack/css

Css

* Merge pull request #12 from OleksandrBlack/style

blue prepare

* revert

* Update zec_qt_wallet_zh.ts

* Update zec_qt_wallet_es.ts

* Update zec_qt_wallet_fr.ts

* Update zec_qt_wallet_it.ts

* Update zec_qt_wallet_pt.ts

* Update json.hpp

* Update json.hpp

* Update about.ui

* Update mainwindow.ui

* Update connection.ui

* Update connection.cpp

* Update connection.cpp

* Update application.qrc

* Update mainwindow.cpp

* Update settings.ui
2019-09-27 10:27:15 -07:00
Aditya Kulkarni
76c4f1d4e3 #177 - Remove zboard 2019-08-26 10:28:16 -07:00
Arjun
208d37580d Fix donation address warning 2019-08-08 11:55:28 -07:00
Arjun
918408cc6e Move to standard UI transaction 2019-08-08 11:52:33 -07:00
Aditya Kulkarni
1456811842 Handle case where private keys are multiline 2019-07-31 15:01:11 -07:00
Arjun
b792679a93 Zaddr fix (#173)
* Use isZAddress instead of hardcoded "z"

* Make last col in Tx table resizable
2019-07-28 11:23:30 -07:00
Aditya Kulkarni
141e70a873 Fix header resizing on tx table 2019-07-27 08:02:38 -07:00
Aditya Kulkarni
1219651f76 171 - Validate address 2019-07-27 08:02:38 -07:00
Aditya Kulkarni
df1cbe6570 Add num of skipper taddrs 2019-07-27 08:02:33 -07:00
Aditya Kulkarni
c4a691381d Keep existing address selected in recieve dropdown 2019-07-27 08:00:11 -07:00
Arjun
bd1edf9f0c Fix T-addresses not showing up in dropdown (#169)
* Add upto 20 addresses to the taddr dropdown

* View All Addresses dialog box

* Add balances to view all addresses

* Add export all keys

* Add translations + copy address
2019-07-23 15:00:57 -07:00
Aditya Kulkarni
fe68d56fb0 Add "view all" button for t addresses 2019-07-19 10:54:07 -07:00
Aditya Kulkarni
1cec871ac9 #161 Allow configuration for prices/check updates 2019-07-12 15:06:50 -07:00
adityapk00
9db0e0b6ff #165 - Add "file a bug" menu item 2019-07-12 14:22:09 -07:00
lyoqjrrq
48af5e3120 Fix new t-Addresses not showing up after generation (#148)
* Fix typo: recieve -> receive

* Fix new t-Addresses not showing up after generation

Refresh the address list, as when generating z-Addresses.
2019-07-08 11:26:41 -07:00
Aditya Kulkarni
37ada78a76 #146 Show taddrs from address book in dropdown 2019-07-01 16:00:23 -07:00
Arjun
d917e7754c Move desktopservices to settings 2019-06-27 12:47:47 -07:00
Aditya Kulkarni
04c6575531 #135 Prevent duplicats in t address dropdown 2019-05-28 10:07:36 -07:00
Aditya Kulkarni
18a3ae82fb Fix right click menu on migration screen 2019-05-22 15:43:12 -07:00