Kazunari Sekigawa
c162fa81d9
Merge pull request #24 from klayoutmatthias/menu_issue
...
Menu issue
2018-02-10 06:48:58 +09:00
Matthias Koefferlein
396d0263d4
Some changes to work around MacOS menu issues
...
- ID's are used instead of pointers to identify menu items
vs. QAction's. This is a weak measure to enhance predictability.
- The file menu is built from abstract menu items instead with
native Qt objects. This way the bug fix applies both to
file menu items and the other menu entries
The main fix is:
- A menu sync is forced by emitting a focusWindowChanged event
from the application object. This forces the QCocoaMenuBar
implementation to update the system menu.
2018-02-08 16:33:54 -08:00
Matthias Koefferlein
fb69dfd866
Fixed HTML version of class documentation - links to methods have not been working properly.
2018-02-04 19:07:33 +01:00
Matthias Koefferlein
808159bcab
Fixed #72 (Edges/Region NOT issue)
2018-02-01 22:35:47 +01:00
Matthias Koefferlein
432a8dddb8
Bugfix: Ruby debugger breakpoints were disabled sometimes
2018-02-01 21:18:48 +01:00
Matthias Koefferlein
23c2ae7306
Fixed #69 (DRC: 'inside' does not merge shapes of second input)
2018-01-30 00:40:17 +01:00
Matthias Koefferlein
ccb76a9f09
Merge remote-tracking branch 'remotes/origin/master'
2018-01-27 01:31:47 +01:00
Matthias Koefferlein
705056675a
Fixed a potential crash in the package manager on computing dependencies
2018-01-26 16:28:25 -08:00
Matthias Koefferlein
475bf6eb83
Small bug fixes in the package manager
...
- Remove button wasn't enabled if multiple packages
were selected
- A potential crash on removing packages was fixed
2018-01-27 01:05:25 +01:00
Matthias Koefferlein
aab425a58c
Fixed #66 (Authentication dialog should indicate retry)
2018-01-24 22:08:13 +01:00
Matthias Koefferlein
04b4c21e82
Fixed #68 (OASIS reader issue with degenerated shapes)
2018-01-24 21:21:02 +01:00
Matthias Köfferlein
0402977424
Merge pull request #65 from Kazzz-S/macos-build
...
DMG installer
2018-01-23 22:40:47 +01:00
Kazunari Sekigawa
1d30cc8820
Merge remote-tracking branch 'origin/TB-dmg2' into macos-build
2018-01-18 06:56:07 +09:00
Kazunari Sekigawa
3a3273fd9e
Merge pull request #23 from klayoutmatthias/master
...
Sync with master
2018-01-18 06:49:40 +09:00
Kazunari Sekigawa
c78ea38f72
To debug "makeDMG4mac.py"
...
This refs #22 .
2018-01-16 18:47:30 +09:00
Kazunari Sekigawa
7fd231bba3
To debug "makeDMG4mac.py"
...
This refs #22 .
2018-01-16 14:08:25 +09:00
Kazunari Sekigawa
1c4f81fd63
To debug "makeDMG4mac.py"
...
This refs #22 .
2018-01-15 21:16:16 +09:00
Kazunari Sekigawa
0f2983e553
To debug "makeDMG4mac.py"
...
This refs #22 .
2018-01-15 18:22:14 +09:00
Kazunari Sekigawa
3fe0280a14
Prepare Python script for making a DMG file from bundles.
...
This refs #22 .
2018-01-15 15:12:06 +09:00
Kazunari Sekigawa
d1d4751a3c
Prepare Python script for making a DMG file from bundles.
...
This refs #22 .
2018-01-15 14:55:24 +09:00
Matthias Koefferlein
53328d1767
Merge branch 'macos-build' from kazzz
2018-01-14 17:29:59 +01:00
Kazunari Sekigawa
8b6ce079a2
Prepare Python script for making a DMG file from bundles.
...
This refs #22 .
2018-01-14 17:17:53 +09:00
Kazunari Sekigawa
86a5f95648
Prepare Python script for making a DMG file from bundles.
...
This refs #22 .
2018-01-14 11:12:45 +09:00
Matthias Koefferlein
8b479bd20a
Fixed #64 (crash on exit)
2018-01-14 00:15:16 +01:00
Kazunari Sekigawa
07b8d2b27a
Prepare Python script for making a DMG file from bundles.
...
This refs #22 .
2018-01-13 18:00:39 +09:00
Kazunari Sekigawa
542b5da614
Prepare Python script for making a DMG file from bundles.
...
This refs #22 .
2018-01-13 17:18:14 +09:00
Kazunari Sekigawa
38624728ff
Prepare Python script for making a DMG file from bundles.
...
This refs #22 .
2018-01-13 17:17:32 +09:00
Kazunari Sekigawa
32c7cc82b6
Prepare Python script for making a DMG file from bundles.
...
This refs #22 . (reverted from commit 26bc073828 )
2018-01-13 12:54:42 +09:00
Kazunari Sekigawa
26bc073828
Prepare Python script for making a DMG file from bundles.
...
This refs #22 .
2018-01-12 17:55:51 +09:00
Matthias Koefferlein
a2ba300bd7
More consistent 64bit coordinate support
2018-01-12 00:30:49 +01:00
Matthias Koefferlein
390a5c11a8
Using OASIS files for smaller size as DRC golden data
2018-01-12 00:06:24 +01:00
Kazunari Sekigawa
97d1e2c520
Prepare Python script for making a DMG file from bundles.
...
This refs #22 .
2018-01-11 21:46:56 +09:00
Matthias Koefferlein
a0ff71467f
Using OASIS for smaller test data files.
2018-01-10 23:26:12 +01:00
Matthias Koefferlein
ed945a28d4
Fixed #63 (wrong output on DRC non_interacting with empty second input)
2018-01-10 23:20:34 +01:00
Matthias Koefferlein
2de6b691b4
64bit coordinate support enhanced
...
- int128 to string support for output
- unit tests
- some compiler issues fixed
2018-01-10 22:12:55 +01:00
Matthias Koefferlein
d11e2ed8a6
Fixed #62 (QXmlSimpleReader#parse cannot be called)
2018-01-10 20:21:56 +01:00
Kazunari Sekigawa
12803430ab
Start writing Python script for making a DMG file from bundles.
...
This refs #22 .
2018-01-09 21:13:10 +09:00
Matthias Köfferlein
f5d72654fd
Merge pull request #61 from Kazzz-S/macos-build
...
Macos build for 0.25.1
2018-01-08 20:59:30 +01:00
Kazunari Sekigawa
88d4bd5550
Revised "ReadMe" and comments in *.py.
...
This refs #4 and #19 .
2018-01-08 22:42:49 +09:00
Kazunari Sekigawa
5b10ec9f43
Merge branch 'TB-deploy' into macos-build
2018-01-08 22:37:44 +09:00
Kazunari Sekigawa
208b93c3a7
Revised "ReadMe" and comments in *.py.
...
This refs #4 and #19 .
2018-01-08 22:37:18 +09:00
Kazunari Sekigawa
21b301d9c3
Merge branch 'TB-deploy' into macos-build
2018-01-08 16:58:47 +09:00
Kazunari Sekigawa
10e48eef96
To use the latest "anaconda2" 5.0.1
...
This refs #4 and #19 .
2018-01-08 16:57:56 +09:00
Kazunari Sekigawa
1a6a9a5d04
Merge remote-tracking branch 'origin/macos-build' into TB-deploy
2018-01-08 07:08:11 +09:00
Kazunari Sekigawa
8c64e2bbaa
To use the latest "anaconda2" 5.0.1
...
This refs #4 and #19 .
2018-01-08 07:04:25 +09:00
Kazunari Sekigawa
f2880cf4c9
Merge pull request #21 from klayoutmatthias/macos-build
...
Suggest to synchronize with master
2018-01-08 07:00:34 +09:00
Matthias Köfferlein
9a141a3fc8
Merge pull request #60 from klayoutmatthias/master
...
Fixed #53 by introducing a scroll area around the 'about' text.
2018-01-07 20:51:27 +01:00
Matthias Koefferlein
a63ef901aa
Fixed #53 by introducing a scroll area around the 'about' text.
2018-01-07 20:49:22 +01:00
Matthias Koefferlein
02f84181f5
Merge remote-tracking branch 'origin/macos-build' into macos-build
2018-01-07 11:24:54 -08:00
Matthias Koefferlein
8eb3f5e6ce
Fixed #59 (async download of package index and details)
2018-01-07 10:22:47 +01:00