qgis-profile-interpreter

qgis plugin for placing 3D points along elevation profiles
git clone git://src.adamsgaard.dk/qgis-profile-interpreter # fast
git clone https://src.adamsgaard.dk/qgis-profile-interpreter.git # slow
Log | Files | Refs | README | LICENSE Back to index

DateCommit messageAuthorFiles+-
2026-06-05 19:09style: move binary operator to end of line to fix W503Anders Damsgaard1+2-2
2026-06-05 19:02chore(release): v0.1.2Anders Damsgaard1+7-1
2026-06-05 18:53fix(test): add qgis.PyQt.QtGui stub to fakeqgis so make verify passesAnders Damsgaard1+9-0
2026-06-05 18:51feat(gui): add SVG toolbar icon (C2)Anders Damsgaard2+85-1
2026-06-05 18:47feat: replace print with QgsMessageLog; add QgsPlotTool fallback in deactivate (B1+B2+T5)Anders Damsgaard2+42-5
2026-06-05 18:43refactor: drop note field from fallback layer; remove dead stubs (B3+T6+B7)Anders Damsgaard4+19-11
2026-06-05 18:39feat: check addFeatures result; warn and return on failure (A3+B6+T4)Anders Damsgaard3+50-3
2026-06-05 18:33feat: derive feature id from target layer, drop session counter (A2+T1)Anders Damsgaard2+63-12
2026-06-05 18:30feat: transform geometry into target layer CRS on pick (A1)Anders Damsgaard3+135-6
2026-06-05 05:19docs(metadata): ackowledge JakobAnders Damsgaard1+1-1
2026-06-04 19:05chore(release): v0.1.1Anders Damsgaard1+3-1
2026-06-04 19:03fix: do not force-enable snapping on tool activationAnders Damsgaard2+1-2
2026-06-04 18:59docs: update README for v0.1.0 accuracyAnders Damsgaard1+13-15
2026-06-04 18:51chore(metadata): do not reflow about textAnders Damsgaard1+1-6
2026-06-04 18:49chore(release): v0.1.0Anders Damsgaard1+3-1
2026-06-04 18:48chore: add LICENSEAnders Damsgaard1+15-0
2026-06-04 18:43chore: update author email, remove experimental flag, polish descriptionsAnders Damsgaard1+3-5
2026-06-04 18:39feat: add test suite, active-layer targeting, and canvas redraw fixAnders Damsgaard5+736-10
2026-06-04 17:59feat: initial proof-of-concept implementationAnders Damsgaard9+366-0