]> Shamusworld >> Repos - architektonas/commit
Various fixes to Container/Group handling, added DrawArcAction.
authorShamus Hammons <jlhamm@acm.org>
Wed, 14 Aug 2013 01:15:59 +0000 (20:15 -0500)
committerShamus Hammons <jlhamm@acm.org>
Wed, 14 Aug 2013 01:15:59 +0000 (20:15 -0500)
commitbb8d0671717bac2c5350e34024273381be1d8175
tree461f7f22bf44fa68762de627d434699114db77b7
parent70297ac8ec7453e4196f4b58056bcfe4b04f2aca
Various fixes to Container/Group handling, added DrawArcAction.

Also, fixed snap to grid to work as it should. If it's on, it's on; if
it's off it's off. Seems simple in concept and, as it turns out, it was
simple in implementation. Dunno why it took so long to finally fix it.
:-P
12 files changed:
TODO
architektonas.pro
src/applicationwindow.cpp
src/container.cpp
src/drawarcaction.cpp [new file with mode: 0644]
src/drawarcaction.h [new file with mode: 0644]
src/drawingview.cpp
src/drawingview.h
src/object.cpp
src/object.h
src/painter.cpp
src/painter.h