]> Shamusworld >> Repos - architektonas/commit
Initial phase of adding polyline functionality. DOES NOT COMPILE.
authorShamus Hammons <jlhamm@acm.org>
Tue, 14 Sep 2010 02:49:49 +0000 (02:49 +0000)
committerShamus Hammons <jlhamm@acm.org>
Tue, 14 Sep 2010 02:49:49 +0000 (02:49 +0000)
commitf62cebc26c7c3af447f0e4e4c43331f8589dce22
tree81e014fd55d791fe79b704e275d2cef2cca6bf2e
parent2ee84c5948ede7fc2f7b4435c5edef42a030ac05
Initial phase of adding polyline functionality. DOES NOT COMPILE.
18 files changed:
architektonas.pro
src/actions/actiondrawpolyline.cpp [new file with mode: 0644]
src/actions/actiondrawpolyline.h [new file with mode: 0644]
src/actions/actionpolylineadd.cpp [new file with mode: 0644]
src/actions/actionpolylineadd.h [new file with mode: 0644]
src/actions/actionpolylineappend.cpp [new file with mode: 0644]
src/actions/actionpolylineappend.h [new file with mode: 0644]
src/actions/actionpolylinedel.cpp [new file with mode: 0644]
src/actions/actionpolylinedel.h [new file with mode: 0644]
src/actions/actionpolylinedelbetween.cpp [new file with mode: 0644]
src/actions/actionpolylinedelbetween.h [new file with mode: 0644]
src/actions/actionpolylinetrim.cpp [new file with mode: 0644]
src/actions/actionpolylinetrim.h [new file with mode: 0644]
src/forms/cadtoolbarpolylines.cpp
src/mainapp/applicationwindow.cpp
src/mainapp/createqtactions.cpp
src/mainapp/createqtactions.h
src/widgets/actionhandler.cpp