summaryrefslogtreecommitdiff
path: root/geography/opencpn-plugin-draw
AgeCommit message (Collapse)AuthorFilesLines
2019-03-25Update to 1.5_20190311. Changes since 1.5_20180827:bouyer3-11/+27
- lots of bug fixes - translations upadate - Add create/delete TextPoints to ODAPI - Add links in OPpoint - Add 'AddPointIcon' and 'RemovePointIcon' to both ODAPI and JSON - Allow setting of display of Text Point name via ODAPI - handle new OpenCPN MUI (dual-canvas)
2018-11-14Revbump after cairo 1.16.0 update.kleink1-2/+2
2018-11-12Recursive revbump from hardbuzz-2.1.1ryoon1-1/+2
2018-08-27Update to 20180827. Changes since 20180405:bouyer4-25/+30
Implement Create Boundary JSON interface Implement CreateTextPoint ODAPI New 'createtextpoint' api Bug fixes
2018-07-19Do not include buildlink3 files already inclued by wxGTK30/buildlink3.mkbouyer1-5/+2
(especially, remove gtk2 buildlink3). Make opencpn build with gtk3 Conservatively bump PKGREVISIONs
2018-04-29*: PKGREVISION bump for wxGTK30 switch from gtk2 to gtk3wiz1-2/+2
2018-04-16Recursive bump for new fribidi dependency in pango.wiz1-1/+2
2018-04-05Update to 1.5_20180405. Changes since 1.4:bouyer4-16/+16
Add ability to check for the first line crossing as well as the closest line crossing. Import csv file to define new boundary and boundary points Allow right click in Points and Layers tabs of Pathmanager to Hide/Show items And lots of UI and bug fixes, speedup, cleanup.
2018-03-12Recursive bumps for fontconfig and libzip dependency changes.wiz1-2/+2
2017-08-24We need -Wl,-Bsymbolic in the linker flags for NetBSD too, not only linux.bouyer3-20/+15
The reason is that a plugin may include its private version of some code that opencpn also has in its source. Without -Bsymbolic the plugin may use the objects from opencpn instead of its version, and which do not match the includes it was compiled with, and bad things happens. bump PKGREVISIONs
2017-07-07Update to 1.4.Changes since 1.3:bouyer2-8/+8
Various fixes, mostly for PIL and EBL
2017-04-14Update URLs for new OpenCPN web sitebouyer1-2/+2
2017-04-14Update to 1.3.31. Changes since 1.2.0:bouyer4-42/+46
Implement Parallel Index Lines (PILs) Use an EBL to generate a perpendicular index line Allow Ctrl-Left Mouse click to select multiple boundaries. Right click then allows Merge with keep and Merge with delete Add ability to move boundaries and point using left click and drag. Ability is set in general properties of plugin Add ability to constrain boundary movement Add ability to move a single boundary segment
2017-02-12Recursive revbump from fonts/harfbuzzryoon1-2/+2
2017-02-06Recursive bump for harfbuzz's new graphite2 dependency.wiz1-2/+2
2016-08-03Revbump after graphics/gd updateadam1-1/+2
2016-07-18Update to 1.2.0.bouyer3-9/+125
Changes since 1.1p13: - bug fixes. - install more icons - updated translations - provide permament layers
2016-06-16Update to 1.1p13.bouyer4-150/+14
Changes since previous: Bug fixes - boundary lines - guard zones attached to boat
2016-05-23The memory leak fix introcuced a double free, that didn't cause problemsbouyer3-6/+81
on linux but did on NetBSD. Fix the double free and bump PKGREVISION
2016-05-23Fix memory leak. Bump PKGREVISIONbouyer3-2/+68
2016-05-21Make theses build (and run) on linuxbouyer3-5/+30
2016-04-24Add opencpn-plugin-draw version 20160415bouyer5-0/+124
This plugin is designed to allow users to place objects/items on the OpenCPN interface and have these georeferenced. This allows the objects/items to move with the chart and have a definined Latitude and Longitude. There are two basic types of object/item that can be used: points and paths. Points are very similar to Waypoints and mark locations on the chart. Paths joint two or more points together and draw a line between them. Currently these Points exist: Boundary Point, Text Point, Electronic Brearing Line (EBL) Point, Dead Reckoning (DR) Point. These Points are used to construct special types of Paths: Boundary, Electronic Bearing Line (EBL) and Dead Reckoning (DR).