]> Shamusworld >> Repos - architektonas/commit
Added preliminary (i.e., non-functional) trim tool. Also:
authorShamus Hammons <jlhamm@acm.org>
Fri, 14 Feb 2014 19:38:28 +0000 (13:38 -0600)
committerShamus Hammons <jlhamm@acm.org>
Fri, 14 Feb 2014 19:38:28 +0000 (13:38 -0600)
commit31dd33b097661175a86b6799df525972055099fb
tree190488a49062bfc6fba95a1e12f8d70dc66b038b
parent51de783e1c8d149c9dd9bd0999f2ad25dbe6edf2
Added preliminary (i.e., non-functional) trim tool. Also:

- Bugfix for incorrect mirrored point in Geomtry::Mirror()
- Added miscellaneous missing icons
- Added auto-connect to add lines tool
- Fixed Dimension object to respond to where the dimension line actually is
18 files changed:
architektonas.pro
res/architektonas.qrc
res/block-import.png [new file with mode: 0644]
res/layer-add.png [new file with mode: 0644]
res/layer-delete.png [new file with mode: 0644]
res/layer-down.png [new file with mode: 0644]
res/layer-edit.png [new file with mode: 0644]
res/layer-up.png [new file with mode: 0644]
res/trim-tool.png [new file with mode: 0644]
src/applicationwindow.cpp
src/applicationwindow.h
src/circle.cpp
src/dimension.cpp
src/dimension.h
src/drawlineaction.cpp
src/geometry.cpp
src/trimaction.cpp [new file with mode: 0644]
src/trimaction.h [new file with mode: 0644]