cryptozoidberg
5f72b1c5ea
added tor option API for UI
2022-04-12 15:49:56 +02:00
cryptozoidberg
2dfc2862fc
tor integration in UI
2022-04-09 22:36:11 +02:00
cryptozoidberg
42e70b134a
removed message box on command line arg
2022-02-14 18:43:23 +03:00
cryptozoidberg
d423f465a1
Fixed WRONG_PASSWORD error in UI
2022-01-27 15:30:50 +01:00
cryptozoidberg
b7a42895a1
fixed fixing fix
2022-01-18 18:48:36 +01:00
cryptozoidberg
50392b9e31
fixed bug with crashing message box
2022-01-18 18:19:18 +01:00
cryptozoidberg
cd644cc851
added preventive removal of ipc channel
2022-01-13 18:56:49 +01:00
cryptozoidberg
e113152cc5
fixed compilation errors in url filter
2022-01-06 16:41:25 +01:00
cryptozoidberg
7478b48a56
fixed problem with missing pragma once
2022-01-05 21:21:35 +01:00
cryptozoidberg
271e3eb99e
deeplinks: added click even forwarding on macos
2022-01-05 19:32:48 +01:00
cryptozoidberg
9ea35d3a2f
deeplinks ready on application level
2021-12-30 19:17:22 +01:00
cryptozoidberg
ca8ce3c184
deeplinks implementation: proper routing
2021-12-30 17:32:58 +01:00
cryptozoidberg
2ca7c556d9
deep links: ipc inital implementation
2021-12-23 19:42:10 +01:00
cryptozoidberg
ba35377d45
fixed #313
2021-12-02 16:45:43 +01:00
Barış ÇELİK
4db29d337d
added zano url-scheme handler for MacOS, Windows, Linux ( #311 )
...
* added zano url-scheme handler MacOS, Windows, Linux setups
* pass parameters to executable and print console
* added event filter for url-scheme handling in MacOS
Co-authored-by: Barış Çelik <bariscelik@Barss-MacBook-Air.local>
2021-11-23 20:59:43 +01:00
cryptozoidberg
b952183623
converted local UI config into JSON
2021-11-18 20:05:09 +01:00
cryptozoidberg
bd3cd91379
fixed problem with catch-return value
2021-11-17 16:41:32 +01:00
cryptozoidberg
a2eb47d7e4
fixes for disabling notification feature
2021-11-03 22:17:21 +01:00
cryptozoidberg
52440749ed
added api fo exporting tx history from UI
2021-10-24 17:42:30 +02:00
cryptozoidberg
7873ef2acc
implemented #242
2021-10-17 21:11:01 +02:00
cryptozoidberg
3babaa4f07
added support of disableing notifications for JS code
2021-10-17 15:51:55 +02:00
cryptozoidberg
52199f1c79
fixed seed info validation
2020-12-03 21:15:55 +01:00
cryptozoidberg
2d8adf2734
extended secure seed api for mobile wallet
2020-11-25 22:11:02 +01:00
cryptozoidberg
ca46baf24a
secure seed api extended
2020-11-24 20:01:46 +01:00
cryptozoidberg
03cb013695
Seed password implementation: in work
2020-11-20 00:37:48 +01:00
cryptozoidberg
b47e385279
simplewallet secure seed promt implemented
2020-11-18 23:05:58 +01:00
cryptozoidberg
c7aa656b3e
fixed dummy func
2020-10-17 20:08:00 +03:00
cryptozoidberg
80672a783b
added dummy method for CORE_BUSY situation modelling
2020-10-16 14:09:31 +03:00
sowle
4432ecbe08
gui: more careful logging
2020-09-26 16:19:36 +03:00
sowle
f2fa26f1d8
mainwindow: get_network_type() added to allow the GUI distinguish between mainnet and testnet
2020-09-19 05:56:21 +03:00
sowle
cb97ca9994
mainwindow: getting rid of unused code
2020-09-19 05:55:14 +03:00
cryptozoidberg
07830d7988
Merge branch 'release' into develop
2020-09-09 13:16:43 +02:00
Sergey Radionov
f24e271119
Some minor issues are fixed ( #212 )
...
* It's just waste of resources to use temp variable to call static members
also, according to docs, QString::fromStdString already take care about utf8 conversion,
so there is no need to do std::string -> C string -> QString conversion.
* Don't try use tray actions if tray is not available.
It just leads to the crash.
2020-09-05 17:29:41 +02:00
cryptozoidberg
e01e59df24
disabled tray notifications while wallet sync
2020-09-04 22:26:03 +02:00
cryptozoidberg
aea993f36b
implemented exclude_staking_txs filter
2020-09-01 00:26:46 +02:00
cryptozoidberg
77c7e9b0ce
Disabled developers context menu
2020-08-19 21:07:09 +02:00
sowle
2c54e15d50
auditable wallet tracking ID: attempt to simplify things and auto-determine restoration phrase type
2020-06-19 23:39:46 +03:00
sowle
2467d99afb
--qt-dev-tools option added for web UI debugging
2020-06-16 15:15:55 +03:00
cryptozoidberg
2a8a715df6
temporary: attempot to display devtools in qt
2020-06-16 03:57:06 +02:00
cryptozoidberg
f78a741ae5
added code for javascript debugging
2020-06-15 20:10:24 +02:00
sowle
fed07d2882
fix gui compilation
2020-06-15 15:03:48 +03:00
sowle
5bb8b369ff
restoring AWO wallets enabled for GUI backend + refactoring to made things simpler
2020-05-27 23:49:34 +03:00
sowle
24ed6c09bc
gui: make_response improved to log all non-ok responses
2020-03-30 16:39:52 +03:00
sowle
d9e22a833d
gui: make_response_dbg() for debugging back-end - front-end interactions
2020-03-29 01:10:08 +03:00
cryptozoidberg
31e328768e
implemented secure api for configuring wallets data
2020-03-20 04:19:25 +01:00
cryptozoidberg
8580ae93d8
daemon_backend renamed to wallets_manager and moved to wallet folder(wallet lib)
2020-02-10 21:44:06 +01:00
cryptozoidberg
e6dd2d28a5
implemented invoke for plain_wallet amd fixed return codes to json
2020-01-18 23:23:47 +01:00
cryptozoidberg
e4dfa7d519
implementation of the plain wallet api guts(in progress)
2020-01-15 22:06:49 +01:00
sowle
e09955cb44
gui: more logs on configs loading/storing to help eliminate config issues
2019-12-28 05:32:54 +03:00
sowle
29a276f180
do not allow watch-only wallets be opened by GUI + refactoring
2019-12-26 18:08:57 +03:00