Commit graph

1476 commits

Author SHA1 Message Date
dmcmahill
0c00d7ad6e Update to pcb-4.0.1
========================================================================
Release notes for pcb-4.0.1
========================================================================

Dear Users,

This release fixes a number of bugs.

Kind regards,

The pcb development team


Contributors
------------
The following authors contributed to the 4.0.1 release:
- Milan Prochac
- Charles Parker
- Dan McMahill
- Sergey Alyoshin
- Igor2
- Peter Clifton
- bert

Please note that names are in no particular order and all e-mail
addresses have been removed for privacy.


User experience improvements
----------------------------
- reorchestrated the closing of the command window to not crash.
- only invalidate the screen after changes to the crosshair or mark are
  complete.


Plugins
-------
- none


Exporters
---------
- fix for gcode dimensions.
- added a regression test for the IPC-D-356 exporter.
- added more documentation for the IPC-D-356 netlist exporter.


Footprints library
------------------
- add macro with more programmability for 2 pin axial components. Use
  this to add a few IPC-7251 compliant footprints for axial inductors,
  horizontally mounted.  Use this in turn for the TDK B82145A RF chokes
  family.
- add toko category and the 7P variable inductors.
- gen_geda_*.awk were nearly identical to gen_*.awk so add 2 lines to
  geda.inc so we can use the same script for everything.  Verified that
  pcblib-newlib builds with identical results before/after.
- for the horizontally mounted axial macro add the missing bits for
  marking polarity on parts like diodes.
- add PKG_RADIAL_MM100 macro for doing more general metric 2 pin radial
  packages.
- add some IPC radial capacitor footprints and use those to create some
  united chemicon footprints.
- add DO-41 diode package, horizontally mounted.
- add PKG_MTHOLE_GENERIC macro for fairly generic mounting holes.  Use
  this to define IPC mounting holes for #4 and #6 machine screws with
  pan heads or flat washers for both "tight" (board < 4") and "loose"
  (board > 4") fits.
- add TO-263 footprint.
- add some notes about m4 library development.
- fix problem in some possible invocations of the generic mounting hole
  macro.  All footprints pass syntax checks again.
- remove an extra empty attribute which is not needed and causes
  warnings in the mounting hole macro.
- fix clearance on the Toko 7P footprint.
- in the mounting hole macro, change the calculation of the pad size for
  the support vias to make them as large as possible without actually
  changing the copper (the support vias are covered by the main pad).
  This does not affect the fabricated board but it does remove some
  false positive DRC complaints.


Developer experience improvements
---------------------------------
- allow translators to change number of tabs in message.
- In the test suite, check for a working X display using xhost before
  running action script tests
- match() with 3 arguments is a gawk extension. Rework the code to avoid
  using a 3 argument call to match() in one spot.  Lets the script run
  with gawk or NetBSD's awk (20121220).  Verified that the generated
  result is identical to the previous gawk result using both gawk and
  NetBSDs awk.
- change from AC_FD_CC to AS_MESSAGE_LOG_FD
- removed the antifork abomination.
- disabled one of the checks used to deal with older gdlib installs on
  some linux systems when building under cygwin as the test has
  problems.  Repairs building for mingw under cygwin.
- when building under cygwin, create a pcbtest.bat batch file that
  allows testing the compiled pcb without installing.  This is somewhat
  analogous to the pcbtest.sh script generated on linux and other
  unix-like systems.
- cleanup the win32 build script a good bit.  An important change is
  that instead of blindly installing all of the mingw cross system root
  files, only install a set of listed ones.  This not only reduces the
  size of the windows installer but makes sure we have a more repeatable
  build and know what we are actually bundling into the installer.
- fixed the Attribute deletion code.


Notes for early adapters
------------------------
- none


Changed dependencies
--------------------
- none


Fixed and committed Launchpad bug reports
-----------------------------------------
#700193   Append branch to version string.
#917308   m4lib_to_newlib.sh does not work with mawk.
#1528040  Gcode export smaller pad size.
#1654821  Attribute deletion code is broken.
#1659045  gts source do not compile when DEBUG symbol defined.
#1659061  Compile warnings when DEBUG symbol is defined.
#1660058  Several i18n fixes.
#1672886  Crash when reopening command entry window in gtk.
#1674133  Last action executed when escaping from command entry.
#1682654  Drawing area redrawn twice when crosshair moves.

========================================================================
2017-10-24 02:21:55 +00:00
mef
3a67827d32 Updated cad/gtkwave to 3.3.86
3.3.86  03oct17 Added recurse import function (found before only in the hier
                search) into the SST.
                Removed obsolete bundle functionality from SST as recurse
                import more accurately imports recursively.
                Made entrybox taller (using -1) as recent versions of
                gnome have taller window titlebars and the widget was not
                tall enough.
2017-10-22 01:59:25 +00:00
wiz
99a69de604 p5-gds2: update to 3.35.
3.35  Tweaks to testing - playing the Kwalitee game
3.34  Tweaks
2017-10-09 07:12:22 +00:00
mef
e16192e58c Updated cad/gtkwave to 3.3.85
3.3.85  06sep17 Fix integer type in GHW loader so integer value changes are
                not stored as a string. This then allows bitwise manipulations
                of integers.
2017-09-30 12:20:36 +00:00
wiz
06bd0ca307 *: remove qt3 and the packages using it, including KDE3
Announced in https://mail-index.netbsd.org/pkgsrc-users/2017/09/10/msg025556.html
2017-09-26 10:26:54 +00:00
mef
ca76754666 Updated cad/gtkwave to 3.3.84
3.3.84  03sep17 Updated FSDB reader with experimental FST tree build
                routines for faster init.
                Removed warnings found when compiling with -Wshadow.
                Automatically enable --comphier for FST/FSDB/AE2 if facility
                count reaches 500000.  This is to reduce memory consumption
                for traces with very many signals.  Added disable_auto_comphier
                to override this behavior.
                Fix null pointer sent to gtk_clipboard_set_text() for
                mouseover to clipboard cut ops.
2017-09-16 11:59:42 +00:00
wiz
1f6ab240e9 Update HOMEPAGE. 2017-09-11 07:51:44 +00:00
joerg
039f4356ba Move context dependent destructors out of the headers into the
implementation and default them there.
2017-09-10 14:10:43 +00:00
wiz
3110a02dbc Comment out dead sites. 2017-09-06 10:40:25 +00:00
wiz
42426a5a45 Follow some redirects. 2017-09-03 08:53:04 +00:00
adam
62d3f1ac1b Revbump for boost update 2017-08-24 20:02:56 +00:00
fhajny
4eef6ac5b3 Update cad/oce to 0.18.2.
- Fix issue of raise exception when sweep along with cornered line
- osx ifx: Visualization, Font_FontMgr - do not look for fonts.dir on OS X
- fix external linkage error in BRepBuilderAPI_Copy
2017-08-18 10:08:40 +00:00
wiz
7909ca8cec Comment out dead sites. 2017-08-16 20:45:30 +00:00
mef
0d90720eb3 Updated cad/gtkwave to 3.3.83
-----------------------------
3.3.83  04aug17 Preserve search type for regex search across reloads or
                close/reopens of regex search widget.
                Update local libz to current version.
2017-08-13 15:21:59 +00:00
mef
893a685a94 Updated cad/gtkwave to 3.3.82
-----------------------------
3.3.82  02jul17 Get sys_fst working with VCS VPI.
                Added string concatenations for vectors.
                Added asserts to ghwlib.c to make scan-view clean.
2017-08-05 07:18:29 +00:00
wiz
96c5b4b0a5 Update HOMEPAGE. 2017-08-01 16:57:47 +00:00
wiz
5d86518619 Switch github HOMEPAGEs to https. 2017-07-30 22:32:10 +00:00
joerg
03f704711c Retire CLANG_NO_VALUE_PROPAGATION_PASS. CVP has been fixed in LLVM to
require much less memory.
2017-07-11 19:41:20 +00:00
mef
ae04f31123 Udated cad/gtkwave to 3.3.81
----------------------------
3.3.81  09jun17 Added max_fsdb_trees environment variable.
                Fixed -C option so it is persistent across new tabs.
                Integrated updated GHW reader code.
2017-06-14 04:21:35 +00:00
ryoon
1344d8d8e3 Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:22:16 +00:00
fhajny
70099f0198 Update cad/oce to 0.18.1.
- Added missing ErrorStatus function in BRepLib_CheckCurveOnSurface
- Install Shaders directory to resource folder
- Fix normals of generated VTK polydata
- prevent DRAWEXE from being added to OCE_LIBRARIES (issue #660)
- Fix warnings with VTK 7.1
- Fix missing include and other minor header issues
- Fix clockget_time detection on osx
2017-05-15 12:31:38 +00:00
jperkin
6b547497bb Convert CXXFLAGS setting C++ standard to USE_LANGUAGES. 2017-05-03 08:38:38 +00:00
ryoon
76884737ca Recursive revbump from boost update 2017-04-30 01:21:19 +00:00
tnn
935d74145a The licensing terms for EAGLE changed in version 7.7, when Autodesk inc
bought CadSoft Computer GmbH. Bump PKGREVISION.
2017-04-26 21:28:34 +00:00
mef
1266375f5f Updated cad/gtkwave to 3.3.80
-----------------------------
3.3.80  17mar17 Added "/View/Mouseover Copies To Clipboard" menu option to
                allow copying values into the clipboard so they can be pasted
                into text editors, etc.
2017-04-09 01:09:03 +00:00
mef
033ce58840 Updated cad/qcad to 3.16.7.0
----------------------------
3.16.7 (2017/03/21)
    Bug fixes:
        FS#1560 - Main menu not selectable (Ubuntu 16.04, Unity)
        FS#1561 - Edit > Drawing Preferences: menu missing (macOS, French locale)
2017-04-09 00:23:26 +00:00
mef
ff707da52c Updated cad/klayout to 0.24.10
------------------------------
(from: http://klayout.de/development.html)
Version 0.24.10
Release date: 2017-04-01
Features:
    Enhancements: New method CellView#is_dirty? This method indicates
    that a cell view needs saving

    Bugfix: DEF reader was not able to read routing Routed segments
    with vias plus continued wiring were not read. Instead an error
    message was shown saying "Invalid orientation specification"

    Bugfix: Setting "technology-data" configuration property did not
    work Reading or writing the "technology-data" configuration
    property is the only way to access technology data from a
    script. Hence it's important that this property can be set. With
    this patch, "technology-data" can be set to an XML string which
    has the same format than the one stored within the configuration
    file.

    Bugfix: Reader issues with some RVE files The RVE reader could not
    read files with cell names containing hyphens (like "A-B").

    Bugfix: Inplace operators are now working in Python too For
    example "r1 += r2" was not working (r1 and r2 are pya.Region
    objects for example).
2017-04-08 13:48:52 +00:00
mef
1b31b26e25 Updated cad/py-gds to 1.1.2
---------------------------
### Version 1.1.2 (Mar 19, 2017)
* Update clipper library to 6.4.2 to fix bugs introduced in the last update.
* License change to Boost Software License v1.0.

(pkgsrc changes)
 - LICENSE converted to boost-license as noted above
2017-04-08 12:44:48 +00:00
joerg
6a32265dbd Extend SHA512 checksums to various files I have on my local distfile
mirror.
2017-03-23 17:06:45 +00:00
plunky
b843a71635 Hot off the press, update to QCAD 3.16.6, with ChangeLog:
3.16.6 (2017/03/17)

    Edit > Application / Drawing Preferences:
        Dimensions:
            Add preference to use comma instead of point as decimal separator
    QCAD Professional:
        Command line tools:
            dwg2dwg:
                Add switch for font substitution (-t FONT1:FONT2)
    Platforms:
        Linux:
            Fix keyboard input (add plugin directory "platforminputcontexts")
            64bit: Update to Qt 5.8.0
                fix file dialog crash on some systems
    Draw > Shape:
        Add option to add solid fill for shape (rectangle or polygon)
    Modify > Edit Text:
        Focus on text input field when editing simple texts
        Add shortcut to confirm text dialog: Ctrl-Enter (Cmd-Enter)
    Misc > Draw > Dovetail from 2 Points:
        Draw dovetail joins between two given points
    Bug fixes:
        FS#1543 - Input with dead-keys broken (Linux)
        FS#1544 - Crash when selecting spline
        FS#1545 - File > Open: Crash on some Linux setups
        FS#1548 - Block > Attributes > Synchronize Attributes: exception
        FS#1550 - Block references: mirrored block references in 3rd party file
        FS#1551 - File > Bitmap Export: exception when image size too large
        FS#1553 - Modify > Break out Manual: exception with circles
        FS#1554 - Auto focus of options toolbar when entering numbers broken after Esc
        FS#1557 - Zero length lines not shown

3.16.5 (2017/02/09)

    QCAD Professional:
        Command line tools:
            dwg2maptiles:
                Add support for transparent background (-b "transparent"|"#FF000000"|"#FFFFFFFF")
            dwg2dwg:
                Add switch to change header variables (-s)
                Add switch to change dimension font (-n)
    Modify > Explode:
        Improve geometry of exploded texts from CXF line fonts
    Dimension:
        Add scale property for ordinate dimensions
    Platforms:
        macOS:
            Update to Qt 5.8.0
                fix accessibility related library dependency issues
    Bug fixes:
        FS#1528 - Block attributes: relationship with block reference lost after inserting from library
        FS#1529 - File > Save: error if dimension text size is zero
        FS#1530 - Draw > Circle > 3 Tangents: solutions not found
        FS#1536 - Draw > Polyline > Delete Node(s): crash when deleting 2nd last node
        FS#1540 - Draw > Line > Parallel: Changing back to Auto has no effect
2017-03-18 19:39:17 +00:00
ryoon
50aefac5f6 Recursive revbump from graphics/libwebp 2017-02-28 15:19:58 +00:00
plunky
52f1d3306c Add solvespace v2.3 2017-02-21 20:37:03 +00:00
plunky
6b5331938e Add new package Solvespace v2.3
--

SOLVESPACE is a parametric 3d CAD program. Applications include:

  modeling 3d parts - draw with extrudes, revolves, and Boolean
      (union / difference) operations

  modeling 2d parts - draw the part as a single section, and export
      DXF, PDF, SVG; use 3d assembly to verify fit

  3d-printed parts - export the STL or other triangle mesh expected
      by most 3d printers

  preparing CAM data - export 2d vector art for a waterjet machine
      or laser cutter; or generate STEP or STL, for import into
      third-party CAM software for machining

  mechanism design - use the constraint solver to simulate planar
      or spatial linkages, with pin, ball, or slide joints

  plane and solid geometry - replace hand-solved trigonometry and
      spreadsheets with a live dimensioned drawing
2017-02-21 20:36:39 +00:00
joerg
33023e5eee Add missing includes. 2017-02-14 21:33:07 +00:00
ryoon
72c3cb198b Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
wiz
7ac05101c6 Recursive bump for harfbuzz's new graphite2 dependency. 2017-02-06 13:54:36 +00:00
mef
e00ac7a206 Updated cad/py-simpy to 3.0.10
------------------------------
3.0.10 – 2016-08-26
-------------------
- [FIX] Conditions no longer leak callbacks on events (thanks to Peter Grayson).

3.0.9 – 2016-06-12
------------------
- [NEW] PriorityStore resource and performance benchmarks were implemented by
  Peter Grayson.
- [FIX] Support for identifying nested preemptions was added by Cristian Klein.

(pkgsrc changes)
- drop test target, just 'make test' (by built-in) seems to work.
2017-01-28 23:39:24 +00:00
mef
4743a2cd87 Updated cad/py-gds to 1.1.1
---------------------------
### Version 1.1.1 (Jan 27, 2017)
* Patch to fix installation issue (missing README file in zip).
2017-01-28 23:28:26 +00:00
mef
75713e3fbf Updated cad/py-gds to 1.1
-------------------------
### Version 1.1 (Jan 20, 2017)
* Introduction of `GdsLibrary` to allow user to work with multiple library simultaneously.
* Deprecated `GdsImport` in favor of `GdsLibrary`.
* Renamed `gds_print` to `write_gds` and `GdsPrint` to `GdsWriter`.
* Development changed to Python 3 (Python 2 supported via [python-future](http://python-future.org/)).
* Added photonics example.
* Added test suite.
* Clipper library updated to last version.
* Fixed `inside` function sometimes reversing the order of the output.
* Fixed rounding error in `fast_boolean`.
* Fixed argument `deep_copy` being inverted in `Cell.copy`.
* Bug fixes introduced by numpy (thanks to Adam McCaughan for the contribution).
2017-01-24 14:31:55 +00:00
dmcmahill
b2f86073a3 Update to pcb-4.0.0
========================================================================
Release notes for pcb-4.0.0
========================================================================

Dear Users,

It has been quite some time since the last snapshot of pcb was released
in March 2014.

Since then quite a lot of bugs were fixed and new features added, below
this introduction a summary is given of the improvements and additions
since the latest snapshot "pcb-20140316".

This release represents over 480 commits (mostly bugfixes and code
refactoring) and as such this summary clearly is not complete.

This pcb release 4.0.0 has a significant change in the major version
number.

This is done to make a fresh start and to get away from the 1.99z
version with YYYYMMDD snapshots.

Kind regards,

The pcb development team


User experience improvements
----------------------------
- added the command-line option --save-metric-only.
- added escaping of Attribute values.
- added a translation of the Getting Started with PCB for pt_BR.
- added translatable tooltips for toolbar buttons.
- added "Report net length" to Menu -> Info in Gtk.
- added a script for generating a key binding list.
- added tooltips in the GTK HID UI.
- the puller no longer crosses unplated holes.
- solder/component outer layer names changed to top/bottom.
- pcb now uses a tilde instead of a dash for backup filenames.
- corrections in the user documentation.
- the position "delta" display no longer forces the GTK HID window to
  grow.
- write time in ASCII locale into exported files.
- allow for up to 10000 dpi on png exporter output.


Plugins
-------
- added smartdisperse for dispersing elements better, contributed by
  Ben Jackson.
- added relocate for relocating elements, contributed by Jean Richard.
- added RenumberBlock() and RenumberBuffer(), contributed by DJ Delorie.
- added teardrops(), contributed by DJ Delorie.


Exporters
---------
- added a netlister conforming to the IPC-D-356 standard, contributed by
  Jerome Marchand.
- changed "as-shown" to "screen-layer-order" in the png and eps hids.


Footprints library
------------------
- added a SC88A footprint.
- added a LQFP80-10 footprint.
- added QFN24_5 and TQFN24_5 footprints.
- added a SOD523 footprint.
- the SOT325 package had a wrong numbering.
- renamed the SOT325 footprint to SOT353.
- in the ALF footprint the drill holes were too tight.
- an infinite loop in the SIL m4 macro was fixed.


Developer experience improvements
---------------------------------
- made a start with adding Doxygen developer documentation tags in the
  source files.
  A pcb.dox configuration file is available in the "doc/doxygen"
  directory so developers can build the documentation there by invoking
  "doxygen pcb.dox" from the CLI.
  This is not done by configuring with --enable-docs, which is solely
  reserved for the generation of User documentation.
- added numerous fixes in the win32 target.


Notes for early adapters
------------------------
In the git repository two tags have been added to allow for checking
out of pcb-4.0.0 at the branch point (git checkout pcb-4.0.0-base) or at
the release point (git checkout pcb-4.0.0-RELEASE).
This is in line with tagging done in former snapshots.


Changed dependencies
--------------------
- autoconf 2.60 --> 2.69.
- gettext 0.14 --> 0.19.3.


Contributors
------------
The following authors contributed to the 4.0.0 release:
- Milan Prochac
- WileyECoyote
- DJ Delorie
- Britton Leo Kerin
- Jerome Marchand
- chrysn
- Sergey Stepanov
- Gareth Edwards
- Peter Clifton
- Anton Dubniak
- Markus Hitter
- Kai-Martin Knaak
- Martin
- Adrian Pardini
- Keith Packard
- Patrick Bernaud
- Robert Drehmel
- erich_heinzle
- Andrew Poelstra
- Marco Ciampa
- Roland Lutz
- Eugene Mikhantiev
- Jorge Barros de Abreu
- Richard Hughes
- Ivan Stankovic
- Charles Parker
- Dan McMahill
- Igor2
- Jean Richard
- Ben Jackson
- Morvan
- dima
- Peter S. May
- Felix K (kuhlix)
- rosvall
- Sergey Alyoshin
- bert

Please note that names are in no particular order and all e-mail
addresses have been removed for privacy.


Fixed and committed Launchpad bug reports
-----------------------------------------
#699149   infinite loop in the SIL m4 macro.
#699164   Position "delta" display forces GTK HID window to grow.
#699209   DSP dances.
#699243   SOT325 Package wrong numbering.
#699286   ALF footprint drill holes too tight.
#699413   Doxygenation of action.c and hid.h.
#699539   Request: tooltips.
#699543   Request: key binding list.
#701133   Export to PNG always shows pads on other side of board.
#996319   ipc-d-356 netlist creation.
#1005137  Build fails when DEBUG constant defined.
#1013358  Auto-enforce-DRC : cannot draw with exact clearance.
#1035979  default silk layer names are the same for top and bottom.
#1048256  pcb crashes when GUI-lessly exporting a PNG.
#1074268  gcode tests fail.
#1280748  Print non localized date string.
#1308221  Use tilde instead of dash for backup files.
#1309579  Adding descriptive Tooltips to the toolbar buttons.
#1339383  Segfault on PS export with completely clipped polygon.
#1408399  small fix in source text.
#1408615  added pcb.pot to the gitignore.
#1413254  Value of 1umil incorrectly set to 10µmil.
#1413350  Drill report - wrong hole count.
#1486582  pcb doesn't build.
#1487761  Antifork.
#1488220  Allow automated tests of actions.
#1490264  Remove vi command line interface.
#1490284  Compile error in src/hid/lesstif/dialogs.c and
          src/hid/lesstif/main.c.
#1491953  Dispersing elements better.
#1492497  Documentation for "Arc" is wrong.
#1497628  We need a PPA.
#1500224  Unit tests fail on 32-bit.
#1500241  pcb/gtk: buggy definition of LAYER_BUTTON_SILK.
#1500244  pcb/gtk: order of layer groups in preference dialogue.
#1505262  The N_ macro is spoiling the user documentation
#1506204  Quotes in attribute name or value make the PCB file
          unreadable.
#1521597  PCB includes invalid vertex into merged polygon.
#1532298  add the relocate plugin.
#1532329  add keywords to appdata.
#1534373  Improper handling of files specified on cmdline.
#1542858  strchrnull not in OSX C library.
#1550382  puller crosses unplated holes.
#1551970  Install failure in doc subdirectory.
#1553255  djopt(splitlines) does not behave as expected.
#1553281  djopt(miter) affects outline.
#1580837  Cleanup code causes core dumps.
#1586020  Bad Translation Menu Entry: PCB (Portuguese).
#1604524  polygon "twin hole" bug.
#1609542  text bug.
#1616803  Remove redundant setting of library_window->libtreeview.
#1631059  Crash during undo of element text resize.
#1631646  Non-fatal errors when building docs.
#1633924  FontSave distorts symbols.
#1636221  Undo serial number not incremented when deselecting.
#1639518  Joining Text Fails to Undo.
#1645100  Arc rtree/polygon clearance bugs.
2017-01-21 01:56:13 +00:00
fhajny
5a51e5524a Enable oce 2017-01-20 11:01:38 +00:00
fhajny
ffe0cd51cf Import OCE 0.18 as cad/oce, based on wip/oce.
Opencascade Community Edition project gathers patches/changes/improvements
from the OCC community over the latest release.

Open CASCADE Technology is a software development platform freely available
in open source. It includes C++ components for 3D surface and solid modeling,
visualization, data exchange and rapid application development.
2017-01-20 11:00:50 +00:00
agc
30b55df38e Convert all occurrences (353 by my count) of
MASTER_SITES= 	site1 \
			site2

style continuation lines to be simple repeated

	MASTER_SITES+= site1
	MASTER_SITES+= site2

lines. As previewed on tech-pkg. With thanks to rillig for fixing pkglint
accordingly.
2017-01-19 18:52:01 +00:00
zafer
3f0d32f6dc distfile has vanished. prevent timeout. update MASTER_SITES. 2017-01-07 15:59:47 +00:00
plunky
bd0b3c8635 3.16.4 (2017/01/04)
Command line tools:
	Add offscreen Qt plugin to allow running QCAD command line tools in Linux server environments
    Bug fixes:
	FS#1525 - Block attributes: escaped unicode sequences in files not converted on loading

3.16.3 (2016/12/28)

    File > Bitmap Export...:
	Add options for color, anti-aliasing, margin to compensate for lineweight
    Edit > Convert Unit:
	Converts the unit of a drawing
    Part Library Browser:
	Add gear generator item (default > Mechanics > Gears > InvoluteSpur)
    QCAD Professional:
	Draw > Hatch > Hatch from Segments:
	    Use selection color to highlight selected boundary
	Save active layer in file, restore on load
    Bug fixes:
	FS#1517 - Modify > Break out Segment: fails with closed polyline
	FS#1519 - Ruler precision always zero
	FS#1520 - Modify > Rotate: rotating splines changes start/end tangents
	FS#1521 - Modify > Offset: fails in certain cases with short arcs
	FS#1523 - Draw > Hatch > Hatch from Segments: fails for circle in circle
	FS#1524 - Command line: cannot enter @ sign in command line on German keyboard

3.16.2 (2016/12/20)

    Bug fixes:
	FS#1514 - Block attributes: association with block reference lost on copy / paste

3.16.1 (2016/12/16)

    Improved precision of arc rendering for screen-based linetypes
    Bug fixes:
	FS#1513 - Layer > Create Layer from Selection: Layer created, selection unchanged
2017-01-06 07:23:09 +00:00
adam
76632718ac Revbump after boost update 2017-01-01 16:05:55 +00:00
mef
8cec462d02 Updated cad/klayout to 0.24.9
-----------------------------
From: http://klayout.de/development.html
Release date: 2016-11-29
 Enhancements: The RBA::Region#smooth function was enhanced to give
 	       somewhat better results
 Enhancements: DXF's circle approximation can now also specified
 	       through an "accuracy" parameter: if less than the number of specified
	       points is required to achieve the given accuracy, the number is
	       reduced accordingly. This also applies to the polygon interpolation
	        of spline and arc curves.

 Enhancement: RBA integration now is compatible with Ruby 2.3 which
	      allows building on Ubuntu 16 as well.
 Enhancement: OASIS files with instance angles >360 were rejected
 	       before. Now, this has turned into a warning.

 Bugfix: DEF reader was failing to read MASK/via combinations.
 Bugfix: The marker browser's "show only rules with errors" option was
	 enabled again on sorting of errors.
 Bugfix: DRC: Using Layout objects for inputs didn't work
 Bugfix: Copying Hierarchy treets containing PCell's made the PCell's
 	  being turned into static cells.
2017-01-01 09:15:00 +00:00
mef
2ad889d424 Updated cad/gtkwave to 3.3.79
-----------------------------
3.3.79  31dec16 Disable accelerator keys in twinwave single window mode to
                avoid focus conflicts.
                Fixes for -fstrict-aliasing and other recent warnings.
                Added fill_waveform rc variable and corresponding menu option
                (/View/Show Filled High Values) to allow filling in the lower
                portion of high values for increased visibility.
2017-01-01 07:39:06 +00:00
joerg
a80a8e8ebd Don't use non-int values for scancodes. Bump revision. 2016-12-22 21:01:21 +00:00
mef
02a35220ed Correction of PKGNAME, GDS2-3.33 to p5-gds2-3.33 2016-12-20 23:35:42 +00:00