Commit graph

1598 commits

Author SHA1 Message Date
joerg
206a2f200a Not really C++11 ready. Don't define bool/true/false for C++. 2020-03-18 17:45:25 +00:00
ryoon
ac1314010b verilator: Update to 4.030
Changelog:
Verilator 4.030 2020-03-08

    Add split_var metacomment to assist UNOPTFLAT fixes, #2066. [Yutetsu TAKATSUKASA]

    Add support for $dumpfile and $dumpvars, #2126. [Alexander Grobman]

    Add support for dynamic arrays, #379.

    Add +verilator+noassert flag to disable assertion checking. [Tobias W\303\266lfel]

    Add check for assertOn for asserts, #2162. [Tobias W\303\266lfel]

    Add --structs-packed for forward compatibility.

    Fix genblk naming with directly nested generate blocks, #2176. [Alexander Grobman]

    Implement $displayb/o/h, $writeb/o/h, etc, #1637.

    Use gcc -Os in examples instead of -O2 for better average performance.

    Fix undeclared VL_SHIFTR_WWQ, #2114. [Alex Solomatnikov]


Verilator 4.028 2020-02-08

    Support attributes (public, isolate_assignments, etc.) in configuration files.

    Add -match to lint_off to waive warnings. [Philipp Wagner]

    Link Verilator binary partially statically, #2146. [Geza Lore]

    Verilation speed improvements, #2133, #2138. [Geza Lore]

    Support libgoogle-perftools-dev's libtcmalloc if available, #2137. [Geza Lore]

    Support $readmem/$writemem with assoc arrarys, #2100. [agrobman]

    Support type(expression) operator and $typename, #1650.

    Support left justified $display, #2101. [Pieter Kapsenberg]

    Support string character access via indexing.

    Support enum.next(k) with constant k > 1, #2125. [Tobias Rosenkranz]

    Support parameter access from arrays of interfaces, #2155. [Todd Strader]

    Add parameter values in XML. #2110. [Pieter Kapsenberg]

    Add loc column location in XML (replaces fl), #2122. [Pieter Kapsenberg]

    Add error on misused define. [Topa Tota]

    Add parameter to set maximum signal width, #2082. [\303\230yvind Harboe]

    Add warning on genvar in normal for loop, #2143. [yurivict]

    Fix VPI scope naming for public modules. [Nandu Raj]

    Fix FST tracing of enums inside structs. [fsiegle]

    Fix WIDTH warning on

    Fix OpenSolaris issues, #2154. [brancoliticus]




Verilator 4.026 2020-01-11

    Docker images are now available for Verilator releases.

    Support bounded queues.

    Support implication operator "|->" in assertions, #2069. [Peter Monsson]

    Support string compare, ato*, etc methods, #1606. [Yutetsu TAKATSUKASA]

    Support immediate cover statements.

    Ignore `uselib to end-of-line, #1634. [Frederic Antonin]

    Update FST trace API for better performance.

    Add vpiTimeUnit and allow to specify time as string, #1636. [Stefan Wallentowitz]

    Add error when `resetall inside module (IEEE 2017-22.3).

    Add cleaner error on version control conflicts in sources.

    Fix little endian cell ranges, #1631. [Julien Margetts]

    Fix queue issues, #1641, #1643. [Peter Monsson, Stefan Wallentowitz]

    Fix strcasecmp for windows, #1651. [Kuba Ober]

    Fix disable iff in assertions. Closes #1404. [Peter Monsson]

    Fix huge case statement performance. Closes #1644. [Julien Margetts]

    Fix tracing -1 index arrays. Closes #2090. [Yutetsu Takatsukasa]

    Fix expand optimization slowing --lint-only. Closes #2091. [Thomas Watts]

    Fix %{number}s with strings. #2093. [agrobman]

    Fix shebang breaking some shells. Closes #2067. [zdave]



Verilator 4.024 2019-12-08

    Support associative arrays (excluding [*] and pattern assignments), bug544.

    Support queues (excluding {} notation and pattern assignments), bug545.

    Add +verilator+error+limit to see more assertion errors. [Peter Monsson]

    Support string.toupper and string.tolower.

    Support $rewind and $ungetc.

    Support shortreal as real, with a SHORTREAL warning.

    Add -Wpedantic and -Wno-context for compliance testing.

    Add error on redefining preprocessor directives. [Piotr Binkowski]

    Support $value$plusargs float and shorts, bug1592, bug1619. [Garrett Smith]

    Fix gate lvalue optimization error, bug831. [Jonathon Donaldson, Driss Hafdi]

    Fix color assertion on empty if, bug1604. [Andrew Holme]

    Fix for loop missing initializer, bug1605. [Andrew Holme]

    Fix hang on concat error, bug1608. [Bogdan Vukobratovic]

    Fix VPI timed callbacks to be one-shot, pull5. [Matthew Ballance]

    Fix // in filenames, bug1610. [Peter Nelson]

    Fix $display("%p") to be closer to IEEE.

    Fix labels on functions with returns, bug1614. [Mitch Hayenga]

    Fix false unused message on __Vemumtab, msg3180. [Tobias Rosenkranz]

    Fix assertion on dotted parameter arrayed function, bug1620. [Rich Porter]

    Fix interface reference tracing, bug1595. [Todd Strader]

    Fix error on unpacked concatenations, bug1627. [Driss Hafdi]



Verilator 4.022 2019-11-10

    Add --protect-lib, bug1490. [Todd Strader]

    Add cmake support, bug1363. [Patrick Stewart]

    Examples have been renamed.

    Add --protect-ids to obscure information in objects, bug1521. [Todd Strader]

    Add --trace-coverage.

    Add --xml-output.

    Support multithreading on Windows. [Patrick Stewart]

    Suppress 'command failed' on normal errors.

    Support some unpacked arrays in parameters, bug1315. [Marshal Qiao]

    Add interface port visibility in traces, bug1594. [Todd Strader]

    Increase case duplicate/incomplete to 16 bit tables, bug1545. [Yossi Nivin]

    Support quoted arguments in -f files, bug1535. [Yves Mathieu]

    Optimize modulus by power-of-two constants, and masked conditionals.

    Fix detecting missing reg types, bug1570. [Jacko Dirks]

    Fix multithreaded yield behavior when no work. [Patrick Stewart]

    Fix bad-syntax crashes, bug1548, bug1550-1553, bug1557-1560, bug1563, bug1573-1577, bug1579, bug1582-1591. [Eric Rippey]

    Fix false CMPCONST/UNSIGNED warnings on "inside", bug1581. [Mitch Hayenga]




Verilator 4.020 2019-10-06

    Support $fseek, $ftell, $frewind, bug1496. [Howard Su]

    Add --public-flat-rw, bug1511. [Stefan Wallentowitz]

    Support vpiModule, bug1469. [Stefan Wallentowitz]

    Make Syms file honor --output-split-cfuncs, bug1499. [Todd Strader]

    Fix make test with no VERILATOR_ROOT, bug1494. [Ahmed El-Mahmoudy]

    Fix error on multidimensional cells, bug1505. [Anderson Ignacio Da Silva]

    Fix config_rev revision detection on old versions.

    Fix false warning on backward indexing, bug1507. [Hao Shi]

    Fix vpiType accessor, bug1509, bug1510. [Stefan Wallentowitz]

    Fix ugly error on interface misuse, bug1525. [Bogdan Vukobratovic]

    Fix misc bad-syntax crashes, bug1529-bug1533. [Eric Rippey]

    Fix case statements with strings, bug1536. [Philipp Wagner]




Verilator 4.018 2019-08-29

    When showing an error, show source code and offer suggestions of replacements.

    When showing an error, show the instance location, bug1305. [Todd Strader]

    Add --rr, bug1481. [Todd Strader]

    Change MULTITOP to warning to help linting, see manual.

    Add XSim support to driver.pl, bug1493. [Todd Strader]

    Show included-from filenames in warnings, bug1439. [Todd Strader]

    Fix elaboration time errors, bug1429. [Udi Finkelstein]

    Fix not reporting some duplicate signals/ports, bug1462. [Peter Gerst]

    Fix not in array context on non-power-of-two slices, msg2946. [Yu Sheng Lin]

    Fix system compile flags injection. [Gianfranco Costamagna]

    Fix enum values not being sized based on parent, bug1442. [Dan Petrisko]

    Fix internal error on gate optimization of assign, bug1475. [Oyvind Harboe]

    Add --dpi-hdr-only, bug1491. [Todd Strader]
2020-03-18 13:33:38 +00:00
wiz
6d28b7bef7 oce: fix option check in bl3.mk file 2020-03-14 00:16:03 +00:00
wiz
4e3b1b97c2 librsvg: update bl3.mk to remove libcroco in rust case
recursive bump for the dependency change
2020-03-10 22:08:37 +00:00
wiz
f669fda471 *: recursive bump for libffi 2020-03-08 16:47:24 +00:00
joerg
9027e5c347 Revert intentional commit. 2020-02-18 17:44:26 +00:00
joerg
f9aa434496 *** empty log message *** 2020-02-18 16:40:18 +00:00
mef
f2d7f2e7cf (cad/xcircuit) Updated to 3.10.17. ChangeLog unknown 2020-02-15 07:30:06 +00:00
mef
6342f7cb0e (cad/gtkwave) Updated to 3.3.104
3.3.104 24jan20 Added support for loading .vf files (provided FSDB reader
                libraries are enabled).
                Added support for dumping variable types in vcd saveer, not
                just using "wire" for non-reals/strings.
                Fix for uninitialized values at time 0 for FST, FSDB loaders.
2020-02-15 07:24:16 +00:00
rillig
9637f7852e all: migrate homepages from http to https
pkglint -r --network --only "migrate"

As a side-effect of migrating the homepages, pkglint also fixed a few
indentations in unrelated lines. These and the new homepages have been
checked manually.
2020-01-26 17:30:40 +00:00
rillig
84f2203288 all: migrate some SourceForge homepage URLs back from https to http
https://mail-index.netbsd.org/pkgsrc-changes/2020/01/18/msg205146.html

In the above commit, the homepage URLs were migrated from http to https,
assuming that SourceForge would use the same host names for both http and
https connections. This assumption was wrong. Their documentation at
https://sourceforge.net/p/forge/documentation/Custom%20VHOSTs/ states
that the https URLs use the domain sourceforge.io instead.

To make the homepages from the above commit reachable again, pkglint has
been extended to check for reachable homepages. This check is only
enabled when the --network command line option is given.

Each of the homepages that referred to https://$project.sourceforge.net
before was migrated to https://$project.sourceforge.io (27), and if that
was not reachable, to the fallback URL http://$project.sourceforge.net
(163).
2020-01-26 05:26:08 +00:00
rillig
ffe83de7b1 all: migrate several HOMEPAGEs to https
pkglint --only "https instead of http" -r -F

With manual adjustments afterwards since pkglint 19.4.4 fixed a few
indentations in unrelated lines.

This mainly affects projects hosted at SourceForce, as well as
freedesktop.org, CTAN and GNU.
2020-01-18 23:30:05 +00:00
jperkin
26c1bffc9f *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
hauke
cf4080a801 Upgrade cad/ng-spice to v31.
Changes are probably many. From upstream's changelog:

2017-08-25  h_vogt
This ChangeLog is no longer maintained.
Starting with ngspice-26, for code changes
please refer to the git repository at
https://sourceforge.net/p/ngspice/ngspice/ci/master/tree/.
Especially the 'history' button on the top of the page
will give all the change log information.
2020-01-14 09:15:42 +00:00
ryoon
eedd1e806f *: Recursive revbump from devel/boost-libs 2020-01-12 20:19:52 +00:00
plunky
084e1ffc98 drop PLIST var handling, as these are not installed by package now 2019-12-29 14:27:52 +00:00
plunky
fdb8d941b6 do not copy or reinstall Qt plugins, allow QCAD to find them directly 2019-12-29 14:18:20 +00:00
plunky
11be7ff89e does not use qt5-qttools 2019-12-29 14:16:05 +00:00
plunky
42eca00ec9 install icons as qcad.??? 2019-12-29 14:15:32 +00:00
plunky
4fb0928166 Update to QCAD 3.24.0.1, with ChangeLog:
3.24.0.1:

    Bug fixes:
        FS#2017 - Rendering of arcs in blocks with scale factor > 1

3.24.0 (2019/12/19):

    Draw:
        Ellipse > Inscribed in Quadrilateral:
            Create circle if appropriate
    Performance:
        Use of multiple CPU cores for display
    Modify:
        Scale:
            Improved support for non-uniform scaling
    Blocks:
        Improved support for non-uniform scaling
    Snap > Reference:
        Snap to reference point of block reference for block reference entities
    Edit > Application Preferences:
        File > Open/Save:
            Add preference to override "last saved by" file information for DXF/DWG export
    Misc > Script Examples > Mathematics > FlexPainter
        Paint complex patterns along existing lines and curves (see forum announcement)
    macOS 10.15:
        Update to Qt 5.13.2
            Fix mouse cursor display
    Linux:
        Provide packages linked against Qt 5.13
            Wayland support
            Fix keyboard layout switching under Wayland
    Bug fixes:
        FS#1931 - File > SVG Export: hatch arc interpolation
        FS#1933 - File > Advanced SVG export: file overwrite check doesn't use updated filename
        FS#1942 - Draw > Circle > Two tangents and point: fails for case with point on bisector
        FS#1946 - CAM > Cam Legacy Export: Cut inner paths before outer paths has no effect
        FS#1948 - Modify > Offset (through Point): Point orthogonal to end point of line segment not accepted
        FS#1949 - Modify > Break out: Leftover (zero length line) after using tool on ray
        FS#1950 - File > Save As: File dialog offers unsupported export formats (DWG R9, R10, R2.6, R2.5)
        FS#1962 - CAM > Drill Toolpaths: Cannot be edited / updated from source entities
        FS#1973 - File > SVG Export: polylines with large arc segments (> 180°) not exported correctly
        FS#1975 - RPolyline::getOrientation: Wrong orientation for polylines with large arcs
        FS#1979 - View > Layer List: icon spacing
        FS#1984 - Block > Create Block from Selection: Slow for large number of entities
        FS#1985 - Hatch dots are rendered as lines with fixed lenght of 0.02 units
        FS#1986 - Page Tags set as default not displayed
        FS#1987 - File > SVG Export: full circle hatch
        FS#1990 - Layer > Duplicate Layer: fails for layer "0"
        FS#1991 - Modify > Divide: Preview indicator fails on infinitive lines
        FS#1993 - Draw > Insert Bitmap: relative zero point not set
        FS#1996 - File > Save: DXF header variable CECOLOR changed
        FS#2000 - CAM > Nesting: misleading "Sheet added" confirmation
        FS#2001 - CAM > Nesting: Alignment fails
        FS#2002 - Draw > Viewport > Add Viewport: Hatch is offset incorrectly in Viewport
        FS#2007 - bbox.bat cannot write log file
        FS#2012 - Draw > Hatch > Hatch from Selection: block transforms not taken into account
2019-12-29 12:44:15 +00:00
wiz
a33ad1eb3e tnt-mmtl: update to 1.2.2nb13.
Something changed in the dependencies, breaking the build of some png files
which are now not installed any longer. Remove them from the PLIST and
bump PKGREVISION.
2019-12-28 12:35:45 +00:00
plunky
7c19c2218a ensure debug binaries are not built, by using target 'release'
instead of 'all'
2019-12-07 07:44:36 +00:00
mef
a0cccad4cb (cad/gtkwave) Updated to 3.3.103
3.3.103 03nov19 Fix MAP_FAILED missing for MinGW.
                Fix to make the coloration red on 'u' traces.  (Bug from
                Dinotrace-like rendering in 3.3.96.)
                Typo fix on missing group start on vectors.
2019-11-16 12:48:19 +00:00
gdt
1a3b8f3070 cad/qcad: Add workaround for debug/release library confusion
Avoid name clash between release-mode and debug-mode libraries so that
"libqcaddxf.so" is not rejected by the plugin loader.

Patch from John D. Baker via pkgsrc-users.
2019-11-13 00:26:49 +00:00
nia
00d4a732cc librecad: Needs qt5-qttools 2019-11-11 10:11:17 +00:00
mef
efcfa6e16c (cad/xcircuit) Updated 3.9.72 to 3.10.13, ChangeLog for recent unknown 2019-11-10 14:23:59 +00:00
mef
775960737b (cad/gtkwave) Updated to 3.3.102
3.3.102 21sep19 Remove redundant TREE_VHDL_ST_PACKAGE from SST exclude.
                Added addCommentTracesFromList tcl command from user patch.
                Harden savefile loader for missing group start on vectors.
                Preliminary VHDL support for wlf2vcd.
                Add missing return value checks on mmap() in FST writer.
2019-11-10 13:17:04 +00:00
kamil
8a414d84e3 openscad: Switch to qt5 2019-10-29 18:22:29 +00:00
nia
306e4f324c qcad: Handle platforms without EGL support (NetBSD 8...) 2019-10-27 15:43:23 +00:00
kamil
8f47ec50bc librecad: Upgrade to 2.2.0 rc1
Exact changelog is unknown, but there is Qt4 -> Qt5 switch.

Upstream changelog
==================
2.2.0 Release Candidate
There were more than 250 commits since 2.2.0-alpha, thus it was overdue to get rid of the alpha in the tag now.
With some more improvements in the last couple weeks, we switch directly to Release Candidate as the response from community is, that the master branch is stable.
There are only some minor changes in the line before the final 2.2.0 release.
2019-10-26 12:23:01 +00:00
mef
f8b76fdf2c (cad/gtkwave) Updated 3.3.100 to 3.3.101
3.3.101 08may19 Added gtkwave::getFacDir, gtkwave::getFacVtype, and
                gtkwave::getFacDtype Tcl accessor functions that function
                similar to gtkwave::getFacName.
                Pair $end with $dumpvars in VCD writers.
                Make %.16g printing in baseconvert.c more resistant to power
                of 10 roundoff errors.
                Remove register keyword where applicable as is deprecated.
                Added --saveonexit gtkwave command line option.
2019-10-17 15:12:51 +00:00
ryoon
6d736a2555 Enable py-PyRTL 2019-10-05 06:19:56 +00:00
ryoon
1ed57af023 cad/py-PyRTL: import py37-PyRTL-0.8.7
PyRTL provides a collection of classes for pythonic register-transfer
level design, simulation, tracing, and testing suitable for teaching
and research. Simplicity, usability, clarity, and extensibility
rather than performance or optimization is the overarching goal.
2019-10-05 06:19:15 +00:00
ryoon
4afa7cda60 Remove a whitespace 2019-10-02 13:03:26 +00:00
nia
09316f11c6 qcad: Fix building with unrecognized (newer) Qt versions.
It's using the same script bindings for every Qt version past 5.5.0,
so the version check isn't actually necessary at this point. Just pretend
to be 5.5.0 and install those bindings.

While here, install icons and avoid installing .gitignore files.

Bump PKGREVISION.
2019-09-19 21:59:36 +00:00
ryoon
7917e25af2 Recursive revbump from audio/pulseaudio 2019-09-18 14:17:03 +00:00
nia
6e5f68152a qcad: Switch from qt5 to qt5
Bump PKGREVISION
2019-09-05 13:39:10 +00:00
adam
435af01a8b Changed PYTHON_VERSIONS_INCOMPATIBLE to PYTHON_VERSIONS_ACCEPTED; needed for future Python 3.8 2019-09-02 13:19:35 +00:00
nia
da99a47062 kicad: Needs only MesaLib and glu 2019-08-30 18:53:31 +00:00
nia
f03dff2d36 oce: Only needs MesaLib and glu 2019-08-30 18:51:16 +00:00
bouyer
1ed71af5d6 Update kicad packages to 5.1.4. Changes since 5.1.2:
The KiCad project is proud to announce the latest series 5 stable release of
KiCad. The 5.1.4 stable version contains critical bug fixes and other minor
improvements since the 5.1.2 and 5.1.3 releases. It also includes improved
footprint, symbol, and 3D model libraries, translations, and documentation.
A list of all of the fixed bugs since the 5.1.2 and 5.1.3 releases can be
found on the KiCad 5.1.3 milestone page and the KiCad 5.1.4 milestone page.
This release contains several critical bug fixes so please consider upgrading
as soon as possible.
2019-08-29 15:36:39 +00:00
ryoon
1a5b0eb1d8 Update to 4.016
Changelog:
* Verilator 4.016 2016-06-16

***   Add --quiet-exit, bug1436. [Todd Strader]

****  Error continuation lines no longer have %Error prefix.

****  Support logical equivalence operator <->.

****  Support VerilatedFstC set_time_unit, bug1433. [Pieter Kapsenberg]

****  Support deferred assertions, bug1449. [Charles Eddleston]

****  Mark infrequently called functions with GCC cold attribute.

****  Fix sign-compare warning in verilated.cpp, bug1437. [Sergey Kvachonok]

****  Fix fault on $realtime with %t, bug1443. [Julien Margetts]

****  Fix $display with string without %s, bug1441. [Denis Rystsov]

****  Fix parameter function string returns, bug1441. [Denis Rystsov]

****  Fix invalid XML output due to special chars, bug1444. [Kanad Kanhere]

****  Fix performance when mulithreaded on 1 CPU, bug1455. [Stefan Wallentowitz]

****  Fix type and real parameter issues, bug1427, bug1456, bug1458. [Todd Strader]

****  Fix build error on MinGW, bug1460. [Richard Myers]

****  Fix not reporting some duplicate signals, bug1462. [Peter Gerst]

****  Fix --savable invalid C++ on packed arrays, bug1465. [Alex Chadwick]

****  Fix constant function return of function var, bug1467. [Roman Popov]


* Verilator 4.014 2019-05-08

***   Add --trace-fst-thread.

****  Support '#' comments in $readmem, bug1411. [Frederick Requin]

****  Support "'dx" constants, bug1423. [Udi Finkelstein]

****  For FST tracing use LZ4 compression. [Tony Bybell]

****  Add error when use parameters without value, bug1424. [Peter Gerst]

****  Auto-extend and WIDTH warn on unsized X/Zs, bug1423. [Udi Finkelstein]

****  Fix missing VL_SHIFTL_ errors, bug1412, bug1415. [Larry Lee]

****  Fix MinGW GCC 6 printf formats, bug1413. [Sergey Kvachonok]

****  Fix test problems when missing fst2vcd, bug1417. [Todd Strader]

****  Fix GTKWave register warning, bug1421. [Pieter Kapsenberg]

****  Fix FST enums not displaying, bug1426. [Danilo Ramos]

****  Fix table compile error with multiinterfaces, bug1431. [Bogdan Vukobratovic]
2019-08-23 13:05:49 +00:00
ryoon
edacf2bbcb Recursive revbump from boost-1.71.0 2019-08-22 12:22:48 +00:00
wiz
84e123ddd2 Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
plunky
116421f746 Update to QCAD 3.23.0
ChangeLog:

3.23.0 (2019/07/19):

    Fix high-resolution / low resolution display on mixed display settings
    Performance:
        Improved performance / precision for polyline area calculation for polylines with arcs
    Bug fixes:
        FS#1891 - File > Import: import fails
        FS#1893 - Translations not loaded during first start
        FS#1894 - File > Bitmap Export: points rendered too big
        FS#1896 - File > Open: Import fails for some files with layer states and NULL layers
        FS#1899 - View > Auto zoom: zoom to invisible entities in blocks
        FS#1904 - File > Bitmap Export: Non-plottable layers not exported
        FS#1906 - Draw > Polyline > Polyline from Segments: Converting full arcs to polylines
        FS#1909 - Blocks invisible when loading disappear when made visible and panning

3.22.1 (2019/05/22):

    Update CXF font format to support polylines and closed polylines
    Themes:
        Updated Dark theme for Linux
    Performance improvement:
        Faster block switching in drawings with many blocks
    Use Alt key for ortho mode
    Draw > Text:
        Support for underlined text
    Bug fixes:
        FS#1857 - Layer List: current layer not highlighted after collapsing item
        FS#1859 - Modify > Stretch: dimension completely inside area not moved
        FS#1860 - Rendering of nested blocks / use of negative scale factors
        FS#1861 - Modify > Stretch: block references inside stretch box are not moving
        FS#1864 - File > Print Current View: multiple pages printed
        FS#1865 - Scaling polyline with width by negative factor removes width
        FS#1866 - DXF: EXTMIN/EXTMAX interchanged
        FS#1871 - View > Block List: Renaming current block does not update block list
        FS#1876 - Edit > Convert Drawing Unit: block array spacing
        FS#1879 - File > PDF Export: print preview unclosable
        FS#1883 - File > SVG Export: invalid SVG comments
        FS#1884 - File > Bitmap Export: margins despite zero margin settings
        FS#1885 - Modify > Edit Text: Text dialog messes up formatting of subscript / superscript

3.22.0 (2019/03/04):

    Performance improvements:
        Adding objects
        Modifying objects (in particular modifying geometry)
        Deleting objects
    Draw:
        Shapes:
            Add corner radius option
    Modify:
        Mirror, Rotate, Scale:
            Add preference to use / not use dialog
        Select and move multiple reference points
    Translations:
        Updated translations in Czech, Dutch, Italian, Spanish, Portuguese
    Themes:
        Updated Dark theme
    Bug fixes:
        FS#1660 - Draw > Viewport > Add Viewport: viewport in model space
        FS#1804 - Application Preferences > Tool Settings: Filter for "View", submenu for Overlays missing
        FS#1805 - Modify > Split Entities: broken for logically closed polylines
        FS#1808 - Property Editor: Changing width, height, orientation for polygon
        FS#1809 - Draw > Viewport > Add Viewport: layout dialog combobox broken
        FS#1812 - Coordinate display: coordinates not updated while mouse is moving
        FS#1817 - CAM Export: offset fails for contours with arcs (tolerance issue)
        FS#1825 - File > Svg Export: text exported with wrong height
        FS#1831 - Block > Copy Block: attributes of block references are orphaned in copied block
        FS#1832 - Modify > Explode: attributes of block references are orphaned after exploding
        FS#1834 - Property Editor: Attributes of block reference not showing

3.21.3 (2018/09/18):

    View:
        Property Editor:
            Add property "Scale" for angle dimensions, arc length dimensions
            Add property "Linear Factor" for arc length dimensions
        Focus on Tool Matrix
            Hand keyboard focus to filter input of tool matrix
    Edit > Application Preferences > Graphics View > Colors > Selection:
        Add color for tertiary reference points
    Bug fixes:
        FS#1783 - RArc::splitAt(): fails in some cases
        FS#1786 - Block > Select Block References: not using active block in block list
        FS#1787 - View > Property Editor: Layer combo box not sorted
        FS#1791 - Edit > Paste: relative zero point not set
        FS#1792 - Dimension > Angular: transformations broken
        FS#1797 - Keyboard shortcuts not saved between sessions
        FS#1798 - Drawing Pref > Linetype > Scale of linetypes matches the scale of each viewport: wrong default shown
        FS#1799 - Postprocessor: sign not forced for negative values rounded to zero
2019-07-31 19:30:20 +00:00
wiz
1ac2210b6f *: recursive bump for gdk-pixbuf2-2.38.1 2019-07-21 22:23:57 +00:00
wiz
c30c5fbc0b *: recursive bump for nettle 3.5.1 2019-07-20 22:45:58 +00:00
nia
9c28fc111b Use https for pythonhosted.org. 2019-07-09 11:29:30 +00:00
nia
c66ee34855 Follow some http->https redirects. 2019-07-08 10:36:25 +00:00
ryoon
50adf6497f Add package specific description 2019-07-04 13:07:05 +00:00