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
This commit is contained in:
parent
f54c9f5dd5
commit
b843a71635
4 changed files with 565 additions and 110 deletions
|
@ -1,7 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.65 2017/01/06 07:23:09 plunky Exp $
|
||||
# $NetBSD: Makefile,v 1.66 2017/03/18 19:39:17 plunky Exp $
|
||||
#
|
||||
|
||||
DISTNAME= qcad-3.16.4.0
|
||||
DISTNAME= qcad-3.16.6.0
|
||||
CATEGORIES= cad
|
||||
MASTER_SITES= ${MASTER_SITE_GITHUB:=qcad/}
|
||||
EXTRACT_SUFX= .zip
|
||||
|
|
633
cad/qcad/PLIST
633
cad/qcad/PLIST
File diff suppressed because it is too large
Load diff
|
@ -1,10 +1,10 @@
|
|||
$NetBSD: distinfo,v 1.25 2017/01/06 07:23:09 plunky Exp $
|
||||
$NetBSD: distinfo,v 1.26 2017/03/18 19:39:17 plunky Exp $
|
||||
|
||||
SHA1 (qcad-3.16.4.0.zip) = 5e36faa9c987e1481976dc94fcc9e27b8d6c02f2
|
||||
RMD160 (qcad-3.16.4.0.zip) = 2d44d6091c564ac7c82c0d6e6eff0b040c027de3
|
||||
SHA512 (qcad-3.16.4.0.zip) = 31a035476af5ed8ca7835041d98e02f72c694c4a7b08150e3c1a425a48c1dfcda9bd979774baf3cbf2df9a6c394fcc98f65af111a48eef4f8f86232717fde5a4
|
||||
Size (qcad-3.16.4.0.zip) = 42662919 bytes
|
||||
SHA1 (patch-qcad.pro) = 94b35808a3e55af2623029864e96d5546f4d2716
|
||||
SHA1 (qcad-3.16.6.0.zip) = ff8920bf6d743353335220526334405f9146d18d
|
||||
RMD160 (qcad-3.16.6.0.zip) = 494c625b6bcac1a36162275cd27b339cb601bf9c
|
||||
SHA512 (qcad-3.16.6.0.zip) = 5168703a09d7454551094e260063cfe28c3b1aa01854cd9db65de095541b21ce09408e018b93a14966c3ee93d9a2907082d220519d9f74b8892aa038c1d5dbab
|
||||
Size (qcad-3.16.6.0.zip) = 44495941 bytes
|
||||
SHA1 (patch-qcad.pro) = 12361311a8834b03e031ef231e49a0eb37970ef0
|
||||
SHA1 (patch-scripts_Help_About_About.js) = 011bf46171a3363cca3cd84b5a3f2479414023ba
|
||||
SHA1 (patch-scripts_Help_ShowReadme_ShowReadme.js) = 362ef9b608bb4c4960b7a79103f9d1b171e93ab6
|
||||
SHA1 (patch-scripts_Widgets_LibraryBrowser_LibraryBrowser.js) = 43842ba0e7c3cfadfe433be3f6b93f13867355eb
|
||||
|
|
|
@ -1,19 +1,15 @@
|
|||
$NetBSD: patch-qcad.pro,v 1.1 2016/12/16 11:16:32 plunky Exp $
|
||||
$NetBSD: patch-qcad.pro,v 1.2 2017/03/18 19:39:17 plunky Exp $
|
||||
|
||||
skip the example plugins
|
||||
disable searching outside of the source directory
|
||||
|
||||
--- qcad.pro.orig 2016-08-29 06:49:22.000000000 +0000
|
||||
--- qcad.pro.orig 2017-03-17 14:09:31.000000000 +0000
|
||||
+++ qcad.pro
|
||||
@@ -5,12 +5,6 @@ SUBDIRS = \
|
||||
src \
|
||||
ts
|
||||
@@ -13,7 +13,7 @@ win32 {
|
||||
}
|
||||
}
|
||||
else {
|
||||
- SUBDIRS += $$system("ls -d ../qcad?* 2>/dev/null | grep -v qcadmobile")
|
||||
+ #SUBDIRS += $$system("ls -d ../qcad?* 2>/dev/null | grep -v qcadmobile")
|
||||
}
|
||||
|
||||
-!r_mobile {
|
||||
- exists(support) {
|
||||
- SUBDIRS += support
|
||||
- }
|
||||
-}
|
||||
-
|
||||
# DO NOT REMOVE
|
||||
# used by translation (lrelease, lupdate)
|
||||
dummy {
|
||||
!r_mobile {
|
||||
|
|
Loading…
Reference in a new issue