tuhi/tuhigui
Peter Hutterer a857b14b8a Implement 'deleting' drawings
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.
2019-07-16 15:33:02 +10:00
..
__init__.py Add a GUI for Tuhi 2019-07-11 11:05:39 +10:00
application.py Add a Help entry in the menu (to point to the wiki) 2019-07-16 15:29:51 +10:00
config.py Implement 'deleting' drawings 2019-07-16 15:33:02 +10:00
drawing.py Implement 'deleting' drawings 2019-07-16 15:33:02 +10:00
drawingperspective.py Implement 'deleting' drawings 2019-07-16 15:33:02 +10:00
errorperspective.py Add a GUI for Tuhi 2019-07-11 11:05:39 +10:00
setupdialog.py Make the setup parts a dialog 2019-07-15 15:05:30 +10:00
svg.py Revert "Store the SVGs in the runtime directory" 2019-07-16 15:31:46 +10:00
tuhi.py Hook up synchronizing the state to the drawing perspective 2019-07-15 21:34:56 +10:00
window.py Allow for orientation changes for the device 2019-07-16 15:31:36 +10:00