]> Shamusworld >> Repos - architektonas/commit
Added pen and dropper tools, and printing support.
authorShamus Hammons <jlhamm@acm.org>
Sun, 11 Apr 2021 14:31:28 +0000 (09:31 -0500)
committerShamus Hammons <jlhamm@acm.org>
Sun, 11 Apr 2021 14:31:28 +0000 (09:31 -0500)
commiteb39f1bb5e6518c5dc4f4dbd3c88912a97192e95
treeed123a6833058d3dc1649b3495a60f25d484268e
parenta3e939d9028531324be8ba2ec54eddca31342c19
Added pen and dropper tools, and printing support.

Currently, print preview is wonky in that you can't control where on the
page the drawing will go.  Also the pen and dropper tools work fairly
well except on objects in containers, where they don't work at all.  :-/
19 files changed:
TODO
architektonas.pro
res/architektonas.qrc
res/cursor-dropper.png [new file with mode: 0644]
res/cursor-marker.png [new file with mode: 0644]
res/pen-dropper.png [new file with mode: 0644]
res/print-preview.png [new file with mode: 0644]
src/applicationwindow.cpp
src/applicationwindow.h
src/drawingview.cpp
src/drawingview.h
src/global.cpp
src/global.h
src/layerwidget.cpp
src/painter.cpp
src/painter.h
src/penwidget.cpp
src/penwidget.h
src/utils.cpp