tuhi/tuhi
Peter Hutterer b0b076d52a config: don't purge drawings
We used to drop all but the last 10 drawings on startup and as the comment
says so that users don't rely on tuhi for storage. That's mostly fine when
Tuhi is a separate daemon but now the primary interface is the GUI. So we can
run into this situation:

- user starts Tuhi (which in turn starts tuhi-gui and tuhi-server)
- tuhi-server downloads 20 fresh drawings from the device
- tuhi-gui crashes before it can fetch them from the tuhi-server
- restart Tuhi, the server now purges 10 out of those 20 drawings that the
  user has never seen. They're gone for good.

Let's drop that code until we figure out a better solution to that (e.g. drop
drawings older than X months but that too is fraught with errors).

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2019-08-26 09:18:10 +10:00
..
gui gui: hook up the auth signal with a re-register workflow 2019-08-23 10:38:36 +02:00
__init__.py __init__: remove empty line that snuck in during rebasing 2018-01-24 21:39:56 +10:00
base.py base: set up the loggers a bit more sensibly 2019-08-26 09:05:17 +10:00
ble.py ble: prefix all device logs with address 2019-06-07 08:34:07 +10:00
config.py config: don't purge drawings 2019-08-26 09:18:10 +10:00
dbusserver.py dbus: change EAGAIN to EBUSY for "already listening" 2019-08-23 10:38:36 +02:00
drawing.py wacom: add a session id field to make it easier to find log files 2019-08-23 10:46:14 +02:00
protocol.py protocol: store the interaction name in the NordicData where appropriate 2019-08-26 09:05:17 +10:00
svg.py svg: use our Json SVG converter from kete 2019-08-20 12:02:30 +10:00
uhid.py wacom: create a uhid device on live mode 2018-02-14 06:23:25 +10:00
util.py protocol: add stroke parsing 2019-08-21 09:31:52 +02:00
wacom.py wacom: use 'with' to group request/replies together 2019-08-26 09:05:17 +10:00