Commit Graph

1974 Commits

Author SHA1 Message Date
Duke Leto
aabb8c5f29 Add some spanish translations 2022-02-19 08:08:08 -05:00
Duke Leto
825e50b2ea Show qt version in About screen 2022-02-18 09:37:48 -05:00
Duke Leto
9e8e95200c Strip leading/trailing whitespace from wallet birthdays 2022-02-17 23:44:54 -05:00
Duke Leto
4aeab433a4 This text about mining only serves to confuse users 2022-02-17 22:18:12 -05:00
Duke Leto
42b5d182ee Create new rpc connection during shutdown if we don't have one and debug logging 2022-02-17 11:27:17 -05:00
Duke Leto
fd2fb3757a Try to avoid coredumping if zrpc object doesn't exist, which can happen if backend server is misbehaving 2022-02-16 14:35:30 -05:00
Duke Leto
d5cef76eb4 update translations 2022-02-16 14:21:42 -05:00
Duke Leto
82751b7b57 update text for new and restoring seeds 2022-02-16 14:21:12 -05:00
Duke Leto
3695e68190 update copyright 2022-02-16 14:08:28 -05:00
Duke Leto
9579702f0f bump version to 1.5.3 2022-02-16 14:05:24 -05:00
Duke Leto
fbb9ea7670 Update Cargo.lock
The only functional change is to update silentdragonlite-cli but it seems my version of cargo
changed the format of things slightly, and added a checksum to every package and also changed
some URLs to speficy a package name instead of a full URL.
2022-02-16 11:19:09 -05:00
Duke Leto
bfab526aba Merge branch 'dev' of https://git.hush.is/hush/SilentDragonLite into dev 2022-02-16 11:11:19 -05:00
Duke Leto
ccbf1515f8 update to latest silentdragonlite-cli master commit which has new checkpoints 2022-02-16 11:11:13 -05:00
Duke Leto
890b95665b Merge pull request 'fixed port of poop SDL server' (#75) from jahway603/SilentDragonLite:dev into dev
Reviewed-on: https://git.hush.is/hush/SilentDragonLite/pulls/75
2022-02-14 15:30:58 +00:00
jahway603
8a5c8e4898 fixed port of poop SDL server 2022-02-12 02:37:06 -05:00
jahway603
2d3ef67a82 Merge remote-tracking branch 'remotes/upstream/dev' into dev 2022-02-12 02:24:08 -05:00
Duke Leto
5a1dd4114f Add docs for adding a new SDL server to the code 2022-02-11 08:38:22 -05:00
Duke Leto
6c5ffca056 Add lite.hushpool.is to random server algorithm 2022-02-11 08:32:36 -05:00
Duke Leto
60815a95b0 Merge branch 'master' into dev
Conflicts:
	src/mainwindow.cpp
2022-02-11 08:31:23 -05:00
Duke Leto
06702a65bb Merge pull request 'Update mainwindow.cpp' (#73) from fekt/SilentDragonLite:master into master
Reviewed-on: https://git.hush.is/hush/SilentDragonLite/pulls/73
2022-02-11 04:33:12 +00:00
fekt
6b04faefdd Update mainwindow.cpp
Another server
2022-02-10 22:30:13 -05:00
Duke Leto
5825b30e71 Merge pull request '"Create a new wallet" button is already marked as complete, but the next button is not' (#72) from onryo/SilentDragonLite:dev into dev
Reviewed-on: https://git.hush.is/hush/SilentDragonLite/pulls/72
2022-02-01 18:34:54 +00:00
onryo
532b308a2f Update 'src/firsttimewizard.cpp' 2022-01-29 12:36:41 +00:00
onryo
5d7856b4cf adding install.sh 2022-01-29 10:46:13 +01:00
onryo
9c1c46f317 Upload files to 'util' 2022-01-29 09:42:58 +00:00
onryo
448a080053 Delete 'util/install.sh' 2022-01-29 09:42:40 +00:00
onryo
50b205cc61 Upload files to 'util' 2022-01-29 09:40:26 +00:00
onryo
c283cc7513 Upload files to 'util' 2022-01-29 09:37:05 +00:00
onryo
91f64b235e copying files from dev to master 2022-01-29 09:28:17 +00:00
onryo
d8eb008b7c Update 'util/install.sh' 2022-01-29 09:24:50 +00:00
Duke Leto
8acb4a5db1 update copyright year 2022-01-13 22:42:18 -05:00
Duke Leto
a7b9c89d97 Fix some issues related to #65
This commit prevents the basic bug of allowing a user to click "Next" without
entering any information. This is done by telling QT which fields are mandatory.

I am not sure if it fixes the "Cancel button does a coredump" because I cannot
reproduce that.

I also made various strings use the translation file.

I removed the "Back" button from the first page, because that makes no sense.

I removed the "Passphrase don't match" red text that is shown by default, because
it was ugly and immediately shows users a negative "you did something wrong" as their
very first visual of the wallet. That seemed like bad UI/UX. Now we only show red
text there if passwords are too short or do not match.

I made the TOS button text red, which makes it more clear that it's necessary
to click it.

As a consequence of these changes, you cannot input ANY values until the TOS radio
button is clicked, so it seemed important to highlight it in red. Otherwise users
may click other areas and it seems like nothing works.

I deleted an unused file restoreSeed.ui .
2022-01-13 22:31:25 -05:00
onryo
045696520b Update 'util/install.sh' 2021-12-25 14:10:07 +00:00
onryo
c862bc3ceb Update 'util/install.sh' 2021-12-25 14:09:14 +00:00
onryo
ed11d0b56e Delete 'peda-session-SilentDragonLite.txt' 2021-12-23 17:33:01 +00:00
onryo
5eb4b2af24 already in util dev 2021-12-23 16:21:07 +00:00
onryo
dbd352d18a already in util 2021-12-23 16:20:03 +00:00
onryo
2259c365eb already in util 2021-12-23 16:19:43 +00:00
Duke Leto
52dad167d7 more debug 2021-12-21 12:44:17 -05:00
Duke Leto
60e4443501 Merge branch 'dev' of https://git.hush.is/hush/SilentDragonLite into dev 2021-12-21 12:37:24 -05:00
Duke Leto
cbc77e9d58 more error checking, logging and fix some compiler warnings 2021-12-21 12:37:13 -05:00
Duke Leto
3f9fc49207 removed unused migration ui, since we never had sprout zaddrs 2021-12-21 12:36:41 -05:00
Duke Leto
5f8babd5a1 Fix cancelEvent warning and better logging+error checking 2021-12-21 12:08:00 -05:00
onryo
5696afaa69 comment
not an issue for most Ubuntu/Ubuntu based distributions but the path can be /usr/share/applications/ which requires sudo
2021-12-21 12:55:57 +00:00
onryo
1afffea528 rm install.sh
it was mv to util
2021-12-21 12:39:18 +00:00
Duke Leto
eda57b5a1b Try to gracefully handle exceptions in litelib_process_response 2021-12-20 19:14:07 -05:00
Duke Leto
3db92080fd Add missing build-essential dep to default compile instructions 2021-12-20 18:04:55 -05:00
jahway603
68eefa1b0e removed unneeded files 2021-12-19 21:22:00 -05:00
jahway603
25a6d289ab cleanup of README.md between the diffs in dev and master branch 2021-12-19 20:54:25 -05:00
jahway603
1b73513a0b Merge remote-tracking branch 'remotes/upstream/dev' into dev 2021-12-19 20:13:45 -05:00