reox / FreeCAD_gitproject

Make Versioning FreeCAD Projects the easy way
GNU Lesser General Public License v2.1
8 stars 2 forks source link

Represent in the FC GUI that file is under version control #7

Open luzpaz opened 6 years ago

reox commented 6 years ago

Is it possible to change the Icon in the tab bar? 2018-01-06-094101_413x78_scrot here?

luzpaz commented 6 years ago

dedicated forum thread: https://forum.freecadweb.org/viewtopic.php?f=8&t=26261

luzpaz commented 6 years ago

Logo brainstorming: imageimage

luzpaz commented 6 years ago

https://forum.freecadweb.org/viewtopic.php?f=10&t=26651&p=212407#p212407

reox commented 6 years ago

Maybe the idea using a treeview item isn't that bad. How a custom object can be created: https://github.com/DeepSOIC/Part-o-magic/blob/master/PartOMagic/Features/Exporter.py

Looks like we need to hook on a document load and test if the file is under version control to add the object to the tree?

luzpaz commented 5 years ago

Check out https://forum.freecadweb.org/viewtopic.php?f=10&t=31652&p=263098#p263098

luzpaz commented 5 years ago

https://github.com/FreeCAD/FreeCAD/pull/2272