]> Shamusworld >> Repos - architektonas/commit
Added base units & display style to drawing.
authorShamus Hammons <jlhamm@acm.org>
Thu, 6 Jan 2022 18:50:39 +0000 (12:50 -0600)
committerShamus Hammons <jlhamm@acm.org>
Thu, 6 Jan 2022 18:50:39 +0000 (12:50 -0600)
commit41644f6a841b45cb6f1f7a96c93fd550f67a7974
treee76c1edacd955af48821fe4bb9b2547d16db5838
parentd9f34cb7917e396a1df805687234d5473d82283b
Added base units & display style to drawing.

This also gets saved with the drawing; the ATNS file format stays at
v1.2 as these will be set to defaults if they are missing.  Also, there
is now a dialog to change these setting per drawing; currently any
change of base unit to a current drawing does no unit conversion to the
drawing itself.  This will be rectified in a future revision.
architektonas.pro
src/applicationwindow.cpp
src/applicationwindow.h
src/drawingsettingsdlg.cpp [new file with mode: 0644]
src/drawingsettingsdlg.h [new file with mode: 0644]
src/drawingview.cpp
src/drawingview.h
src/fileio.cpp
src/structs.h
src/units.cpp [new file with mode: 0644]
src/units.h [new file with mode: 0644]