guillaumechereau / goxel

Goxel: Free and Open Source 3D Voxel Editor
GNU General Public License v3.0
2.74k stars 219 forks source link

Visual indicators of document saved status #247

Closed hellocatfood closed 6 months ago

hellocatfood commented 3 years ago

Some software including GIMP, Blender and Inkscape have a visual indication in the application's title bar that a document is unsaved. They do this by showing an asterisk next to the document name i.e.

GIMP Screenshot from 2021-07-06 13-02-19

Inkscape Screenshot from 2021-07-06 13-09-25

Blender Screenshot from 2021-07-06 13-02-56

In goxel this isn't shown so from goxel itself there isn't a way to know if your current document is saved. Can the asterisk in the title bar be implemented?

Additionally, it might be useful to show when a document has been saved in the status bar at the bottom. Here's how Inkscape and GIMP do it once a document is saved:

a

Screenshot from 2021-07-06 13-09-25

guillaumechereau commented 3 years ago

Yes that would be a nice addition!

guillaumechereau commented 6 months ago

I pushed a commit for this.