]> Shamusworld >> Repos - architektonas/commit
Fixed loading code, added "Base Unit" dialog.
authorShamus Hammons <jlhamm@acm.org>
Thu, 15 Aug 2013 23:42:16 +0000 (18:42 -0500)
committerShamus Hammons <jlhamm@acm.org>
Thu, 15 Aug 2013 23:42:16 +0000 (18:42 -0500)
commit89b8b0c60579d8ef0cf9a13521e7bf7c7864883f
treee6c937952c2ed5fc3fdad6a39d59aa0ef77c62b8
parent86caae9cadd6e1877a4e6226533521ef0d1c6389
Fixed loading code, added "Base Unit" dialog.

Loading code (and the underlying copy code) still needs some way to deal
to deal with Connections. Right now, the load code just creates the
objects and stuffs them into a Container. Also, the "Base Unit" needs to
be a property that gets saved with the drawing, so it will eventually
need its own settings dialog.
17 files changed:
TODO
architektonas.pro
src/arc.cpp
src/arc.h
src/baseunittab.cpp [new file with mode: 0644]
src/baseunittab.h [new file with mode: 0644]
src/circle.cpp
src/circle.h
src/container.cpp
src/dimension.cpp
src/dimension.h
src/drawingview.cpp
src/generaltab.cpp
src/line.cpp
src/object.cpp
src/settingsdialog.cpp
src/settingsdialog.h