Commit Graph

595 Commits

Author SHA1 Message Date
dsc 8962c3f940 get rekt 2021-04-14 21:55:30 +02:00
dsc 0da4b5b8db Fixes builds for Linux 2021-04-14 21:55:06 +02:00
dsc 54694ccaa5 Disable saving of QR code for now 2021-04-14 04:37:01 +02:00
dsc a28f1ea2fc Change websocket server 2021-04-14 04:28:17 +02:00
dsc 37e0ad5b59 Fix balance display in streamer mode 2021-04-14 04:27:03 +02:00
dsc 45f0e78761 Fixes linking against libz 2021-04-13 21:56:48 +02:00
dsc c7ea0357ce QR code feature beta and streamer mode 2021-04-13 21:01:21 +02:00
dsc 8ab0d9f6ed Fixes DPI scaling and added quirc submodule 2021-04-13 17:55:57 +02:00
dsc f2a2619699 Refactor numpad code, transfer screen 2021-04-13 17:55:57 +02:00
dsc ca4f6ad5f1 Ready for beta 2021-04-13 17:55:57 +02:00
dsc 10931f6acb Development 2021-04-13 17:55:57 +02:00
dsc 8c1902f85d Initial QML interface code 2021-04-13 17:55:25 +02:00
dsc d58c7e7c13 Vendoring OpenVR 2021-04-07 03:22:26 +02:00
dsc ede112135c Initial code for supporting an alternative QtQuick based UI for OpenVR 2021-04-05 13:35:00 +02:00
dsc 69c371938b Prepare build system for OpenVR and QtQuick (QML) 2021-04-02 14:21:55 +02:00
wowario 144c19fab1 Merge pull request 'remove ded file' (#37) from wowario/wowlet:file into master
Reviewed-on: https://git.wownero.com/wowlet/wowlet/pulls/37
2021-03-31 17:58:41 +00:00
wowario 32bb391c2e
remove ded file 2021-03-31 20:56:13 +03:00
wowario d23ffd1972 Merge pull request 'rename freather to wowlet' (#36) from wowario/wowlet:wow-rename into master
Reviewed-on: https://git.wownero.com/wowlet/wowlet/pulls/36
2021-03-31 17:12:11 +00:00
wowario 9a75c5a986
defeather 2021-03-31 20:08:52 +03:00
wowario 82ac1c2daf Merge pull request 'update .desktop file name' (#32) from wowario/wowlet:desktop into master
Reviewed-on: https://git.wownero.com/wowlet/wowlet/pulls/32
2021-03-30 19:18:56 +00:00
wowario 6a256bb1a0
update .desktop file name 2021-03-30 22:16:32 +03:00
wowario fafc8e4d7d Merge pull request 'initialize submodules before checking hashes' (#31) from wowario/wowlet:sub into master
Reviewed-on: https://git.wownero.com/wowlet/wowlet/pulls/31
2021-03-30 18:15:52 +00:00
wowario fdc7e348f0
initialize submodules before checking hashes 2021-03-30 21:13:34 +03:00
wowario 2bdef17e18 Merge pull request 'add man page' (#29) from wowario/wowlet:man into master
Reviewed-on: https://git.wownero.com/wowlet/wowlet/pulls/29
2021-03-30 15:34:06 +00:00
wowario 718741b036
add man page 2021-03-30 18:32:19 +03:00
wowario 8dc0a5bfaf Merge pull request '--background flag for wowlet - start websocket server' (#26) from dsc/wowlet:wsserver into master
Reviewed-on: https://git.wownero.com/wowlet/wowlet/pulls/26
2021-03-30 12:01:34 +00:00
wowario 6b0ea884cb Merge pull request 'update deb build script' (#28) from wowario/wowlet:deb-script into master
Reviewed-on: https://git.wownero.com/wowlet/wowlet/pulls/28
2021-03-30 12:01:14 +00:00
wowario a488a24514 Merge pull request 'clean up appicons' (#27) from wowario/wowlet:mo-icons into master
Reviewed-on: https://git.wownero.com/wowlet/wowlet/pulls/27
2021-03-30 12:00:42 +00:00
wowario fb3fc3bd8d
update deb build script 2021-03-30 09:17:50 +03:00
dsc 8968a8cbce This commit introduces a websocket server via the `--daemon` argument.
```
./wowlet --daemon 127.0.0.1:1234 --daemon-password "sekrit"
```

The wallet will start in the background and expose a websocket port that you can connect to using a websocket client. This way, you will be able to control the wallet via websockets. The commands are defined in wsserver.cpp, in the `processBinaryMessage()` function.

- `openWallet` - opens a wallet by path/password.
- `closeWallet` - close current wallet.
- `addressList` - Returns a list of receive addresses.
- `sendTransaction` - Creates and sends a transaction.
- `createWallet` - Create a wallet by path/password.
- `transactionHistory` - Returns the complete list of transactions
- `addressBook` - Returns the complete list of address book entries.

Messages sent back and forth between the server and client are JSON. There is a Python example client available over at https://git.wownero.com/wownero/wowlet-ws-client
2021-03-28 21:50:55 +02:00
wowario a7d2c67e67
clean up appicons 2021-03-28 21:02:14 +03:00
wowario 40a575a5d6 Merge pull request 'add wow theme' (#25) from wowario/wowlet:theme into master
Reviewed-on: https://git.wownero.com/wowlet/wowlet/pulls/25
2021-03-27 17:41:16 +00:00
wowario f5b23c2e7e
add wow theme 2021-03-27 10:06:14 +03:00
wowario 7993442a34 Merge pull request 'fix .icns icon' (#24) from wowario/wowlet:icons into master
Reviewed-on: https://git.wownero.com/wowlet/wowlet/pulls/24
2021-03-25 20:13:51 +00:00
wowario 8f4acf3b60
fix .icns icon 2021-03-25 23:11:58 +03:00
wowario c59627b661 Merge pull request 'wow icons for mac' (#23) from wowario/wowlet:icons into master
Reviewed-on: https://git.wownero.com/wowlet/wowlet/pulls/23
2021-03-25 19:31:58 +00:00
wowario 705426d489
wow icons for mac 2021-03-25 22:25:38 +03:00
wowario 81ad7bdb46 Merge pull request 'minor touch ups' (#20) from wowario/wowlet:popup into master
Reviewed-on: https://git.wownero.com/wowlet/wowlet/pulls/20
2021-03-24 11:21:40 +00:00
wowario f110cad24b Merge pull request 'add deb build script [CI SKIP]' (#21) from wowario/wowlet:deb into master
Reviewed-on: https://git.wownero.com/wowlet/wowlet/pulls/21
2021-03-24 11:21:28 +00:00
wowario f989d2ae83 Merge pull request '[drone] only build windows when tagged' (#22) from wowario/wowlet:trigger into master
Reviewed-on: https://git.wownero.com/wowlet/wowlet/pulls/22
2021-03-24 11:21:15 +00:00
wowario 686b37e630
[drone] only build windows when tagged 2021-03-24 10:16:19 +03:00
wowario 1265307bd0
add deb build script [CI SKIP] 2021-03-24 09:47:14 +03:00
wowario 955167d37f
update issues url 2021-03-23 23:03:03 +03:00
wowario 1f83c35103
drop ded node 2021-03-23 20:59:32 +03:00
wowario a517fedd96
correct typo 2021-03-23 20:51:15 +03:00
wowario 732f34b595 Merge pull request '[drone] remove extra .exe [CI SKIP]' (#19) from wowario/wowlet:drone into master
Reviewed-on: https://git.wownero.com/wowlet/wowlet/pulls/19
2021-03-22 21:51:29 +00:00
wowario eb2f004d45
[drone] remove extra .exe [CI SKIP] 2021-03-23 00:50:25 +03:00
wowario 8b6eff5fb8 Merge pull request '[drone] mount vol' (#17) from wowario/wowlet:drone into master
Reviewed-on: https://git.wownero.com/wowlet/wowlet/pulls/17
2021-03-22 21:18:36 +00:00
wowario af743fc62f
[drone] mount vol 2021-03-22 23:53:24 +03:00
wowario 2c33333000 Merge pull request 'update submodule' (#16) from wowario/wowlet:drone into master
Reviewed-on: https://git.wownero.com/wowlet/wowlet/pulls/16
2021-03-22 16:27:06 +00:00