aliascash / alias-wallet-archive

The content of this repository was reunited with the history of it's ancestors. It's archived now to keep all former release artifacts. The new repository is available at https://github.com/aliascash/alias-wallet
https://alias.cash/
59 stars 22 forks source link

Improve the translation to use signals and slots and be asnycrounos #14

Closed shbli closed 3 years ago

shbli commented 6 years ago

While moving to the QtWebEngine, the functionality of synchronous function calls from/to JavaScript/C++ is not supported anymore duo to the nature of the QtWebEngine (vs the old QtWebKit)

I have disabled the translation feature temporary. It should not be that difficult to work on it. here is the commit

https://github.com/spectrecoin/spectre/commit/c0689787dfa79b2669208ef46da750b688255f3e#diff-16947ee12ad2c05f9e6490fd78e989df

The code is located at src/qt/res/assets/js/spectre.min.js

shbli commented 6 years ago

if you are good at Javascript/Web/Qt signals and slots you can solve this one pretty easily.

HLXEasy commented 3 years ago

Resolved with release 4.4.0