Commit Graph

900 Commits

Author SHA1 Message Date
Matthias Köfferlein ff9a47ca15
Merge pull request #170 from lightwave-lab/testfix/test_42
fixing test test_42 in qtbinding.py and adding note to qtbinding.rb
2018-09-25 20:43:45 +02:00
Thomas Ferreira de Lima e217e6a891
[skip ci] fixing test test_42 in qtbinding.py and adding note to qtbinding.rb
Sorry, don't know ruby
2018-09-22 14:29:21 -04:00
Matthias Koefferlein 2236a7662d Preparations for 0.25.5 release (updated Changelogs, version) 2018-09-19 22:05:39 +02:00
Matthias Köfferlein 5b34701f8f
Merge pull request #168 from lightwave-lab/travis-ci/v0.25.4
Travis automation formulas for macOS builds
2018-09-19 21:58:34 +02:00
Thomas Ferreira de Lima ef1a8d7f2b
[skip ci] Tested B37 in HighSierra, Sierra and El Capitan 2018-09-18 19:49:11 -04:00
Thomas Ferreira de Lima df301fac06
resizing image to fit python and numpy 2018-09-18 16:41:15 -04:00
Thomas Ferreira de Lima 30193cd7e9
bugfix python embedding (try 2) 2018-09-18 14:34:29 -04:00
Thomas Ferreira de Lima f0086aa5d4
bugfix python embedding (try 1) 2018-09-18 12:19:12 -04:00
Thomas Ferreira de Lima 1ddcfdf1f9
deleting obsolete file filter-clang.sh 2018-09-18 10:44:10 -04:00
Thomas Ferreira de Lima 9a24d32d9f
making DMG instead of tarballs 2018-09-17 21:46:32 -04:00
Matthias Koefferlein 9ccc0a86b1 Fixed a merge issue (build was broken) 2018-09-17 22:34:01 +02:00
Matthias Koefferlein 3b59d97195 Ported Ruby initialization issue bugfix from pymod to master.
On OpenSuSE 15 (gcc 7.3.1, Ruby 2.5.0) crashes have been
observed on starting the application. The main reason seems
to be the attempt to disable $0 redirection in Ruby.

This is not required for Ruby >= 1.9, so this is better dropped.
2018-09-17 21:43:38 +02:00
Matthias Köfferlein 11d5819c77 Fix of a small bug found by MSVC iterator assertions 2018-09-17 21:31:52 +02:00
Matthias Köfferlein cb15132029 Fixed an issue with destruction callbacks in the QApplication destructor - in this case the interpreter may be nulled already and callbacks must not happen into Ruby/Python. 2018-09-17 21:30:54 +02:00
Matthias Köfferlein 8c4099b77d Bugfix in the annotation area
The annotation ID was taken from an object already deleted - on MSVC 
this becomes an issue.
2018-09-17 21:25:28 +02:00
Matthias Köfferlein 88e0bd77a2 Fix in Image object handling
Id was taken from an object destructed already.
2018-09-17 21:24:47 +02:00
Matthias Köfferlein 1d7101bced
Merge pull request #167 from klayoutmatthias/issue-166
Issue 166
2018-09-17 21:21:13 +02:00
Thomas Ferreira de Lima d68e0bbe76
writing unique names for tarballs
KLAYOUT_VERSION incorporated in makefile
2018-09-17 14:50:27 -04:00
Matthias Koefferlein 6efdb3a9e1 Added testcase for #166. 2018-09-17 01:51:23 +02:00
Matthias Koefferlein f72fda7bae Added test case for #166. 2018-09-17 01:48:31 +02:00
Matthias Koefferlein e9de4252fb Fixed #166 (internal error when writing GDS file)
This fix consists of computing the intersection
points in the split procedure with higher resolution
to avoid topology changes due to snapping on the cut
line.
2018-09-17 01:29:31 +02:00
Matthias Koefferlein 753e170a68 Fixed #162 (GDS2 libname not maintained) 2018-08-31 23:25:19 +02:00
Matthias Koefferlein 904c19ebcb Updated debian changelog. 2018-08-25 23:15:56 +02:00
Matthias Koefferlein b029c06b09 Updated changelog. 2018-08-25 23:13:14 +02:00
Matthias Koefferlein 3c4ca7597e Fixed #158 (repaint issue with context) 2018-08-25 23:11:26 +02:00
Matthias Koefferlein 89dc424c70 Fixed #159 (Bug in technology setup with tech specific macro/DRC locations) 2018-08-25 20:28:01 +02:00
Matthias Koefferlein 842f39da45 Fixed #153 (crash on Apply when changing guiding shape properties) 2018-08-25 19:07:30 +02:00
Matthias Koefferlein e8a5d6ac0c Fixed a typo. 2018-08-24 22:59:11 +02:00
Daniel Wang f0025e8036
Remove error handling in travis-build.sh 2018-08-21 16:45:36 -04:00
Daniel Wang 532df9faff
Build using Python 2 and Python3 in Travis 2018-08-13 15:26:05 -04:00
Matthias Koefferlein 04545e435b Fixed #157 (Replace cell with ... from cell tree context menu does not accept decorated cell names) 2018-08-13 20:59:04 +02:00
Matthias Koefferlein de729c31f8 Updated changelog. 2018-08-13 20:39:38 +02:00
Daniel Wang 28e703702f
Use log filtering to reduce file size 2018-08-13 14:05:49 -04:00
Matthias Koefferlein bcd6c466fb Fixed #152 (shape count wrong) 2018-08-13 09:30:46 +02:00
Matthias Koefferlein 1a7bcfc31c Fixed #155 (freeze after replacing nothing by something) 2018-08-13 09:04:13 +02:00
Matthias Koefferlein a8ad415fac Fixed a typo and build compatibility with Qt4. 2018-08-13 01:33:07 +02:00
Matthias Köfferlein 4a721e1b2b
Merge pull request #154 from lightwave-lab/python2-fix-pr
Python 2 support for the MacOS build script
2018-08-12 23:23:44 +02:00
Matthias Köfferlein 44b276dc84
Merge pull request #150 from lightwave-lab/mac-retina-pr
more hiDPI improvements
2018-08-12 23:23:07 +02:00
Matthias Köfferlein 03c1a74d16
Update layLayoutViewConfigPages.cc
Removed commented section - it's actually no longer required.
2018-08-12 23:22:39 +02:00
Daniel Wang 9c4e478635
Set environment variables directly in .travis.yml 2018-08-10 17:20:45 -04:00
Daniel Wang b9484f9ebd
Remove pathlib dependency for building on Mac OS 2018-08-08 14:30:48 -04:00
Thomas Ferreira de Lima f7836de39d
placeholder code for hiDPI display of conf pages. 2018-08-03 10:28:27 -04:00
Daniel Wang ba3720ad4a
Fix Mac OS build scripts to work with both Python 2 and Python 3 2018-08-02 20:15:45 -04:00
Daniel Wang 403efbd090
Create Makefile
Create phony targets in Makefile
2018-08-02 18:04:24 -04:00
Daniel Wang 908be96bb9
Speed up travis builds 2018-08-02 17:48:45 -04:00
Daniel Wang bdb7a7af2c
Fix Mac OS build scripts to work with both Python 2 and Python 3 2018-08-02 17:47:39 -04:00
Thomas Ferreira de Lima 8dbdbe0388
hiDPI Retina display for Stipple and Linesyles 2018-08-02 16:40:28 -04:00
Thomas Ferreira de Lima 0945f7c914
using line-buffering option in sed filter for travis CI
tip from:
https://stackoverflow.com/questions/49661118/lengthy-piped-command-output-hangs-when-passed-to-sed-or-awk
2018-07-31 18:44:04 -04:00
Matthias Koefferlein 5efe5d20dd Updated RPM build script for OpenSuSE15 2018-07-31 08:00:27 +02:00
Matthias Koefferlein b286da7e56 Fixed RPM build script for OpenSuSE Leap 15 2018-07-31 02:50:25 +02:00