]> Shamusworld >> Repos - architektonas/commit
Fixes for the Layer widget.
authorShamus Hammons <jlhamm@acm.org>
Tue, 25 Aug 2015 14:49:25 +0000 (09:49 -0500)
committerShamus Hammons <jlhamm@acm.org>
Tue, 25 Aug 2015 14:49:25 +0000 (09:49 -0500)
commitea7712f342020baf61cf33ba98b12140da6aecf7
tree16e3cf964663ad0b1584843709b89c65e0dbacd2
parent4a979ddae8aa6b3556f24e8b961f7787c4b40cbe
Fixes for the Layer widget.

All buttons are hooked up and working now, but there is still much to do
to get the Drawing working properly with it, such as putting objects into
the correct layer, hiding layers that the user set as hidden, disallow
editing for layers the user set as locked, & etc.
19 files changed:
src/arc.cpp [deleted file]
src/arc.h [deleted file]
src/circle.cpp [deleted file]
src/circle.h [deleted file]
src/connection.h
src/drawingview.cpp
src/drawingview.h
src/fileio.cpp
src/geometry.cpp
src/geometry.h
src/global.cpp
src/global.h
src/layerwidget.cpp
src/layerwidget.h
src/line.cpp [deleted file]
src/line.h [deleted file]
src/object.cpp [deleted file]
src/object.h [deleted file]
src/settingsdialog.cpp