Matthias Koefferlein
86a90571e6
WIP: DXF keep layer names option, refactoring, added tests, UI, XML serialization.
2018-04-16 19:47:12 +02:00
Matthias Koefferlein
085a2ee2b1
WIP: keep DXF and CIF layer names, DXF contour accuracy.
2018-04-16 00:55:57 +02:00
Matthias Koefferlein
1b0317c120
Memory statistics: demangle symbol names.
2018-04-15 01:19:28 +02:00
Matthias Koefferlein
e1922da3b2
Better memory statistics.
2018-04-15 00:54:30 +02:00
Matthias Koefferlein
d35c713c9c
Merge branch 'master' of https://github.com/klayoutmatthias/klayout
2018-04-11 23:02:19 +02:00
Matthias Koefferlein
4acc336d69
Fixed DXF display issue (see https://www.klayout.de/forum/comments.php?DiscussionID=1053 )
2018-04-11 22:53:55 +02:00
Thomas Ferreira de Lima
a9419b62f4
new klayout_console script
2018-04-11 16:52:00 -04:00
Matthias Koefferlein
256de9bc84
Small DXF bugfix: persist name of subcells of cell variants.
2018-04-11 21:52:23 +02:00
Matthias Köfferlein
bb3b6f2755
Merge pull request #111 from Kazzz-S/dmg-installer3
...
Changed the background image for the DMG installer
2018-04-11 20:51:44 +02:00
Matthias Koefferlein
1e2f8a0ce5
Fixed #112 (Salt package repo relative paths)
...
This patch also includes:
* A segfault fixed that happend on some errors
* package URL's are resolved relative to the
salt mine URL if one is given.
2018-04-10 21:40:07 +02:00
Kazunari Sekigawa
93116b39c2
MacPorts has released Qt 5.10.1.
...
(1) To build KLayout 0.25.2 with it.
(2) To slightly change the background image for the DMG installer.
This refs #26 .
2018-04-09 20:06:03 +09:00
Matthias Koefferlein
3495f9c698
Fixed #110 (ut_runner not working on MacOS)
2018-04-08 01:27:22 +02:00
Matthias Koefferlein
d3227b5bda
Merge branch 'master' of https://github.com/Kazzz-S/klayout
2018-04-07 16:02:39 -07:00
Matthias Koefferlein
da1daae1d8
Fixed #107 (Undo not working with shapes)
2018-04-07 16:00:37 -07:00
Matthias Koefferlein
829966d9a1
Fixed #108 (Box#enlarge, Box#move on empty boxes)
2018-04-07 09:21:50 +02:00
Matthias Koefferlein
3d5780db2b
Bugfix #109 (part 3): OASIS/GDS writer fixed + unit test added.
2018-04-06 23:27:29 +02:00
Matthias Koefferlein
655eb49afd
Bugfix #109 (part 2): re-established compatibility with previous version.
2018-04-06 23:08:41 +02:00
Matthias Koefferlein
ea3ebba470
Bugfix #109 (part 1): account for long != long long on Windows in tl::Variant
2018-04-06 14:53:40 +02:00
Matthias Koefferlein
a7446dd0dc
Fixed #106 (Search & replace help page enhancements)
2018-03-31 13:39:35 +02:00
Matthias Koefferlein
21e2af2a97
Fixed #102 (Potential issue while upgrading from .25.1 to .25.2)
...
The reason was that for 0.25.1 "macro-editor-font-size" was allowed
to be an empty string (the default). Which meant: take default application
font size. In 0.25.2 this now was required to be a number and 0 was
the default for "auto" font size.
Two changes:
- The default is back to empty string ("0" is still allowed as default)
- The application was made safe against broken configuration files: an
error is printed to the log, but apart from that the application
will work (the configuration value is ignored however).
2018-03-20 18:52:00 +01:00
Matthias Koefferlein
19f25cc90b
Updated changelog files.
2018-03-20 09:52:34 +01:00
Thomas Ferreira de Lima
1ed12d4715
Merge branch 'master' into macos_retina
2018-03-19 23:21:06 -04:00
Thomas Ferreira de Lima
73e84d4f8d
qt5 compatible fontgen.cc
2018-03-19 23:08:50 -04:00
Matthias Koefferlein
59b1849c96
Fixed the font issue for Retina displays: there should be fixed fonts for all resolutions down to 1/6 (Retina display, 2x oversampling)
2018-03-20 02:25:49 +01:00
Matthias Koefferlein
b04d9f38b9
Fixed the recent patch: mouse coordinates need to be scaled by devicePixelRatio too.
2018-03-20 01:03:33 +01:00
Matthias Koefferlein
238970d9e5
Merge remote-tracking branch 'remotes/origin/master'
2018-03-19 23:06:34 +01:00
Thomas Ferreira de Lima
87212fdd03
build4mac only works with python3 for now
2018-03-19 17:47:57 -04:00
Matthias Köfferlein
4a3952470c
Merge pull request #99 from Kazzz-S/master
...
Qt5.10.x from MacPorts and Homebrew can be used with KLayout 0.25.2
2018-03-19 22:32:21 +01:00
Matthias Koefferlein
0a01946202
A refactoring attempt for the Retina display issue ( #94 )
...
This is what's been done:
- remove the old double and single buffering /w mask approach
- modify the bitmap rendering so it's done in a offscreen
image before subsampling
(effect: rulers display smoothly in subsampling mode)
- refactoring the "device pixel ratio" topic:
Made the DPR a variable, viewport width is scaled up
to reflect the true image size, inserted #ifdef's for Qt4.
DISCLAIMER: I don't know whether this still works - I don't
have a Retina display :-(
2018-03-19 22:22:24 +01:00
Thomas Ferreira de Lima
f23a4a7227
Adding start-console.py script to klayout.app
2018-03-19 17:18:24 -04:00
Thomas Ferreira de Lima
6438d665fc
Embedding the Python.framework into the bundle. patching distutils, site and pip so they work inside.
2018-03-19 17:04:37 -04:00
Matthias Koefferlein
415d52f35d
Fixed some issues found by Coverity scan.
2018-03-19 18:24:09 +01:00
Kazunari Sekigawa
cfafde703a
Merge remote-tracking branch 'origin/macos-build'
2018-03-19 15:52:02 +09:00
Kazunari Sekigawa
a4fdd4ad58
Confirmed that Qt5.10.x can be used.
...
More precisely, KLayout 0.25.2 can work with
(1) Qt5.10.0 from MacPorts
and
(2) Qt5.10.1 from Homebrew
on Yosemite and High Sierra.
This refs #4 and #22 .
2018-03-19 15:51:15 +09:00
Kazunari Sekigawa
9368f86b7a
Merge remote-tracking branch 'origin/macos-build'
2018-03-19 10:07:17 +09:00
Kazunari Sekigawa
3384310676
Use Qt5.10.x instead of Qt5.9.x.
...
This refs #4 and #22 .
2018-03-19 10:06:38 +09:00
Kazunari Sekigawa
1890902dd8
Merge remote-tracking branch 'upstream/master' into macos-build
2018-03-19 06:51:52 +09:00
Matthias Koefferlein
cabd8bbdf1
Updated Changelog.Debian
2018-03-18 18:51:39 +01:00
Kazunari Sekigawa
5c50d69ee2
Merge remote-tracking branch 'origin/master' into macos-build
2018-03-18 18:29:02 +09:00
Kazunari Sekigawa
19ba8beb42
Merge remote-tracking branch 'upstream/master'
2018-03-18 18:27:58 +09:00
Kazunari Sekigawa
dd08bd42d4
Merge remote-tracking branch 'upstream/master' into macos-build
2018-03-18 18:24:31 +09:00
Matthias Koefferlein
e833edd403
Updated COPYRIGHT file.
2018-03-18 08:41:21 +01:00
Kazunari Sekigawa
a8236ebb24
Merge remote-tracking branch 'upstream/master'
2018-03-18 06:47:50 +09:00
Matthias Koefferlein
dfd5bb1381
Updated version
2018-03-17 20:07:51 +01:00
Matthias Koefferlein
1c4a0bc7a2
Updated Changelog.
2018-03-17 20:07:06 +01:00
Matthias Köfferlein
072fa6cb7e
Merge pull request #97 from lightwave-lab/pr-qtbrew
...
(macOS) Adding support for qt and python3 installed from brew
2018-03-17 19:50:51 +01:00
Thomas Ferreira de Lima
945bf9ea23
adding symlinks to build4mac scripts
2018-03-16 17:01:56 -04:00
Thomas Ferreira de Lima
b5b3144aba
Revert "Changing python path for brew installation"
...
This reverts commit fa96f6d352 .
Thinking about it, it would be horrible for deployment. Need to rethink this.
Klayout will break once python goes to 3.7 and brew updates it.
2018-03-16 17:01:56 -04:00
Thomas Ferreira de Lima
305240ccc3
Changing python path for brew installation
...
- Assuming user installing with brew wants the library link to go to cellar rather than /usr/local/opt/.
- Python gets updated often in brew, and an update could possibly break klayout.
2018-03-16 17:01:56 -04:00
Thomas Ferreira de Lima
e90edf4434
Compilation with brew dependencies successful!
...
Using brew's qt and python3 formulae
Bonus: I have also added a script that embeds python into bundle, recursively adding dependencies from inside /usr/local/opt. That means that /usr/local/lib folders are not going to be copied. I saw one dependency to /usr/local/lib/gcc from one of numpy's modules, instead of pointing towards /usr/local/opt/gcc/lib/gcc.
Side effects: Renaming Qt5Custom to Qt5Brew
2018-03-16 17:01:47 -04:00