Commit Graph

11 Commits

Author SHA1 Message Date
tomFlowee 14b2b01fee Make backwards compatible.
Using a property with QList<QObject*> is the only thing supported
in Qt 5.12 (Ubuntu 20.04 LTS) and we should not replace the QObject
there with a subclass as things like `myProp.length` stop working.
2021-11-29 20:57:41 +01:00
tomFlowee 2cea72ca32 Show a status for unassigned peers 2021-07-30 10:57:31 +02:00
tomFlowee 8eb0ae3679 Add IP address and cleanup netview. 2021-02-04 19:23:15 +01:00
tomFlowee d61b866cf2 Avoid mutex in QML thread
Since QList and friends are implicityly shared, we can avoid a mutex.
2021-02-03 16:36:01 +01:00
tomFlowee 399b0cf112 Use takeAt() instead of removeAll()
Make sure we stay O1
2021-01-29 10:24:39 +01:00
tomFlowee 1157ade545 Fix threading issues with deleting of a netdata 2021-01-22 18:46:27 +01:00
tomFlowee cc4cda8b4f Add a mutex to the getter too. 2021-01-15 17:23:08 +01:00
tomFlowee 20690a24ce Update email 2021-01-05 14:04:10 +01:00
tomFlowee 95000536f0 Cleanups and fixes 2020-12-25 23:27:14 +01:00
TomZ 7763df2843 Show in the networking dialog which wallet a peer is attached to. 2020-10-18 16:57:06 +02:00
TomZ d6d823ecd2 Introducing the new Flowee Pay solution
This is clearly beta-level quality, it won't lose your money, but
kittens can be killed if you use this in production! Don't do that!

This payment client uses the proper P2P client and does not require
any additional indexing services and therefor is very much geared
towards the most private it can be with SPV, while staying scalable and
nible.

The only GUI available right now is for the desktop, it should be pretty
simple to re-do a nice GUI for some mobile or similar form-factors.
That is one area that QML simply rocks in.
2020-05-24 19:29:32 +02:00