]> Shamusworld >> Repos - architektonas/commit
Added Architektonas drawing file loading/saving infrastructure.
authorShamus Hammons <jlhamm@acm.org>
Thu, 21 Feb 2013 03:42:34 +0000 (21:42 -0600)
committerShamus Hammons <jlhamm@acm.org>
Thu, 21 Feb 2013 03:42:34 +0000 (21:42 -0600)
commitbaf67656b97e3d61e9223e66ebe4f554e364cd4a
treeab0115dfdde9ab95d423967fe899b79b8dc961ff
parent1969804ac3ae69f43ade5c40657954442e0916c2
Added Architektonas drawing file loading/saving infrastructure.

This includes all the necessary GUI glue and error handling required
there. Also added DimensionType enum to Dimension class, to allow more
than simple linear dimensions; added grouping action ("G" key) for
grouping and ungrouping objects.
14 files changed:
architektonas.pro
src/about.cpp
src/applicationwindow.cpp
src/applicationwindow.h
src/arc.cpp
src/container.cpp
src/container.h
src/dimension.cpp
src/dimension.h
src/drawingview.cpp
src/drawingview.h
src/fileio.cpp [new file with mode: 0644]
src/fileio.h [new file with mode: 0644]
src/line.cpp