diff options
author | wiz <wiz@pkgsrc.org> | 2014-08-21 20:38:47 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-08-21 20:38:47 +0000 |
commit | b26bc79ef50ae93f14b80205681569ca53cd6aad (patch) | |
tree | 29c422a666f88198d0f5d9667d280f44307e7f38 /graphics/veusz/PLIST | |
parent | e405c682ee913a9d965f7f6834bd73a8ba517704 (diff) | |
download | pkgsrc-b26bc79ef50ae93f14b80205681569ca53cd6aad.tar.gz |
Update to 1.21. Convert to distutils.mk and add egg.
Fix pkglint warnings.
Changes in 1.21:
* Add HDF5 saved document format
* Add filled curve error bar style
* Add fill left/right options for point plotter
* Add filetype filters to import dialog file browser dialog
* In file completer in import dialog, use selected tab as filter
* Move code to use PyQt new style signals
* Add a master color setting for xy point and nonorthpoint plot
* Line labelling algorithm much improved in contour plots, which
rotates text to match line angle and avoids label overlaps
* More accurate axis tick label bounding boxes, allowing rotated
labels to be placed close together
* Add reflection and rotation options to vector field widget
* Switch to scientific notation earlier when showing float settings
Bug fixes:
* Direction combo did not work in import dialog
* Saving text datasets did not work in Python3
* Fix partial dataset evaluation issue when loading documents
* 2D non-regular pixel spaced images give error if clipped in y
* Handle Unicode quoted characters in simple text data files
* xcent/ycent in Dataset2D import plugins were ignored
* promote_tab broken for import plugins
* Full screen view when all pages are deleted
* Crash with empty dataset and boxplot widget
* Fix copy and paste of datasets
* Python 3 resizing axis bug
* Crash if picking/zooming on document with no pages
* Crash if reediting histogram dataset with blank output entry
* Use end of text formatting string beyond format specifier
* When writing SVG text as text, use xml:space="preserve" to
avoid missing whitespace
* Embedding socket issue on Python 3.4+
Diffstat (limited to 'graphics/veusz/PLIST')
-rw-r--r-- | graphics/veusz/PLIST | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/graphics/veusz/PLIST b/graphics/veusz/PLIST index 6851fef6a41..2415a7281c1 100644 --- a/graphics/veusz/PLIST +++ b/graphics/veusz/PLIST @@ -1,6 +1,7 @@ -@comment $NetBSD: PLIST,v 1.17 2014/02/14 17:26:15 drochner Exp $ +@comment $NetBSD: PLIST,v 1.18 2014/08/21 20:38:47 wiz Exp $ bin/veusz bin/veusz_listen +${PYSITELIB}/${EGG_FILE} ${PYSITELIB}/veusz/VERSION ${PYSITELIB}/veusz/__init__.py ${PYSITELIB}/veusz/__init__.pyc @@ -137,6 +138,9 @@ ${PYSITELIB}/veusz/document/emf_export.pyo ${PYSITELIB}/veusz/document/export.py ${PYSITELIB}/veusz/document/export.pyc ${PYSITELIB}/veusz/document/export.pyo +${PYSITELIB}/veusz/document/loader.py +${PYSITELIB}/veusz/document/loader.pyc +${PYSITELIB}/veusz/document/loader.pyo ${PYSITELIB}/veusz/document/mime.py ${PYSITELIB}/veusz/document/mime.pyc ${PYSITELIB}/veusz/document/mime.pyo @@ -174,6 +178,7 @@ ${PYSITELIB}/veusz/examples/boxplot.vsz ${PYSITELIB}/veusz/examples/broken_axis.vsz ${PYSITELIB}/veusz/examples/coloredpoints.vsz ${PYSITELIB}/veusz/examples/contour.vsz +${PYSITELIB}/veusz/examples/contour_labels.vsz ${PYSITELIB}/veusz/examples/dataset_operations.vsz ${PYSITELIB}/veusz/examples/datebar.dat ${PYSITELIB}/veusz/examples/datebar.vsz @@ -255,6 +260,7 @@ ${PYSITELIB}/veusz/icons/error_barends.svg ${PYSITELIB}/veusz/icons/error_box.svg ${PYSITELIB}/veusz/icons/error_boxfill.svg ${PYSITELIB}/veusz/icons/error_curve.svg +${PYSITELIB}/veusz/icons/error_curvefill.svg ${PYSITELIB}/veusz/icons/error_diamond.svg ${PYSITELIB}/veusz/icons/error_diamondfill.svg ${PYSITELIB}/veusz/icons/error_fillhorz.svg |