a857b14b8a
Enable the delete button that's been hidden away so far. When clicked, we suffix the cached json file with '.deleted'. This also causes a popup with an undo button to appear (taken from Nautilus). When clicked, that button will restore the drawing again. This is really all just renaming anyway, because nothing ever gets deleted here. An extra filter is needed to skip Tuhi drawings that have been deleted in the GUI - we don't want to add the drawings we just deleted again just because Tuhi still keeps them in cache. |
||
---|---|---|
data | ||
po | ||
tuhigui | ||
.gitignore | ||
COPYING | ||
README.md | ||
meson.build | ||
meson_install.sh | ||
org.freedesktop.TuhiGui.json | ||
tuhigui.in |
README.md
TuhiGui
Tuhi is a GUI to the Tuhi DBus daemon that connects to and fetches the data from the Wacom ink range (Spark, Slate, Folio, Intuos Paper, ...). The data is converted to SVG and users can save it on disk.
For more info about Tuhi see: https://github.com/tuhiproject/tuhi
Building TuhiGUI
$> git clone http://github.com/tuhiproject/tuhigui
$> cd tuhigui
$> meson builddir
$> ninja -C builddir
$> ./builddir/tuhigui.devel
TuhiGui requires Python v3.6 or above.
Install TuhiGUI
$> git clone http://github.com/tuhiproject/tuhigui
$> cd tuhigui
$> meson builddir
$> ninja -C builddir install
$> tuhigui
TuhiGui requires Python v3.6 or above.
License
TuhiGui is licensed under the GPLv2 or later.