]> Shamusworld >> Repos - architektonas/commit
Miscellaneous fixes/updates:
authorShamus Hammons <jlhamm@acm.org>
Mon, 29 Nov 2021 21:53:15 +0000 (15:53 -0600)
committerShamus Hammons <jlhamm@acm.org>
Mon, 29 Nov 2021 21:53:15 +0000 (15:53 -0600)
commit5d8c9e52606315fbfe857f2715b8f051b4f97491
tree535eeb0f9cb07d6f60750bb9fd582149810b0a50
parent742d2aa9bb46bce4f690474fa22f5980e175e55e
Miscellaneous fixes/updates:

 - Added default copy constructor to Vector class, to stop spurious compiler
   warnings
 - Added Polyline object to structs definition
 - Added tangent detection (point-circle, circle-circle)
 - Added initial line to circle tangent attachment
 - Added beginning of parallel tool (UI hookup done, tool code needs work)
 - Fixed intersection detection
 - Added new command line entry UI
17 files changed:
TODO
architektonas.pro
res/architektonas.qrc
res/parallel-tool.png [new file with mode: 0644]
src/applicationwindow.cpp
src/applicationwindow.h
src/consolewidget.cpp [new file with mode: 0644]
src/consolewidget.h [new file with mode: 0644]
src/drawingview.cpp
src/drawingview.h
src/geometry.cpp
src/geometry.h
src/promptlineedit.cpp [new file with mode: 0644]
src/promptlineedit.h [new file with mode: 0644]
src/structs.h
src/vector.cpp
src/vector.h