]>
gerrit.simantics Code Review - simantics/platform.git/log
Hannu Niemistö [Fri, 2 Nov 2018 14:13:48 +0000 (16:13 +0200)]
Added support for creating markers and changing MDC in SCL logging
gitlab #178
Change-Id: Id2996c969d3812a6ff9c20fca88307d629be7354
Tuukka Lehtonen [Fri, 2 Nov 2018 13:59:52 +0000 (13:59 +0000)]
Merge "Added inline filtering support for property name editing in UC editor"
Tuukka Lehtonen [Fri, 2 Nov 2018 13:32:20 +0000 (15:32 +0200)]
Added inline filtering support for property name editing in UC editor
This makes it easier to implement filters like uppercasing and replacing
certain characters as one types.
gitlab #161
Change-Id: Ic7785c78d51660654e2afe26fd524a96179ceafc
Tuukka Lehtonen [Fri, 2 Nov 2018 13:26:39 +0000 (15:26 +0200)]
Added first and last functions to MList module
gitlab #177
Change-Id: I6cdcbbbe91f5074747eba64a9439e4f3ed123d60
Miro Richard Eklund [Fri, 2 Nov 2018 12:46:24 +0000 (14:46 +0200)]
Add zeroturnaround to p2 site build's pom.xml
Simantics p2 site now includes org.zeroturnaround:zt-exec
Added .target and .tpd definitions
gitlab #176
closes #176
Change-Id: I254712ce6cbed2d258cb6eb19f1d1b9882a87ad5
Tuukka Lehtonen [Tue, 30 Oct 2018 11:55:18 +0000 (11:55 +0000)]
Merge "Fixed invalid comparisons which were identified by Eclipse IDE 2018-09"
Tuukka Lehtonen [Tue, 30 Oct 2018 11:14:56 +0000 (13:14 +0200)]
Fixed ComponentTypeCommands.setUnit to support unit == null
If unit is null, also L0X.HasUnit should be removed.
gitlab #161
Change-Id: I0e6ba32917e6281803c7bbe8b94832291e58db9a
Tuukka Lehtonen [Tue, 30 Oct 2018 11:01:34 +0000 (13:01 +0200)]
Fixed invalid comparisons which were identified by Eclipse IDE 2018-09
gitlab #171
Change-Id: I357469f6cbef6c099e59d3a378ef531c0eca8e5f
Tuukka Lehtonen [Tue, 30 Oct 2018 10:02:32 +0000 (12:02 +0200)]
Added missing Automatic-module-name headers and fixed split package
org.simantics.jdbc and org.simantics.jdbc.ontology had a split package
problem with package org.simantics.jdbc. JDBCResource was moved to
org.simantics.jdbc.ontology as it should have been.
gitlab #125
gitlab #165
Change-Id: I308d53c968ba0812f86554e38b8bbd0b487434b6
jsimomaa [Tue, 30 Oct 2018 09:05:32 +0000 (11:05 +0200)]
Utility for creating NodeContext with NodeType from SCL
gitlab #170
Change-Id: I88b163f6ca30d5dfebc42ff3aa590a7426614e48
Tuukka Lehtonen [Tue, 30 Oct 2018 08:12:50 +0000 (08:12 +0000)]
Merge "Variable optimizations for documents (Simupedia). There will be multiple incremental commits for this."
Tuukka Lehtonen [Tue, 30 Oct 2018 07:23:54 +0000 (09:23 +0200)]
Added possibility to directly schedule filter setting type URI
Also changed the typeURI load to directly set the filter text instead of
scheduling it to be set after a quiet time (500ms). This makes way for a
bit cleaner UI experience.
gitlab #140
Change-Id: If999ccf69182e56da2f520e2922ba2a7ed26ffdc
Antti Villberg [Tue, 30 Oct 2018 07:22:54 +0000 (09:22 +0200)]
Variable optimizations for documents (Simupedia).
There will be multiple incremental commits for this.
gitlab #169
Change-Id: Ia97ac85a5f83a52e24bb3147f0a9f9f294e2c87d
Antti Villberg [Tue, 30 Oct 2018 06:40:11 +0000 (08:40 +0200)]
Assertion template for L0.SCLValue
gitlab #167
Change-Id: Id70da776333c56e70516a3449bdbff03df18fa40
jsimomaa [Mon, 29 Oct 2018 12:48:05 +0000 (14:48 +0200)]
Add missing grpc and aries spifly dependencies to simantics.target
gitlab #166
Change-Id: Ifd26fc7f242d007a3194477bccd757aff34c4a83
Tuukka Lehtonen [Mon, 29 Oct 2018 11:14:28 +0000 (11:14 +0000)]
Merge "Added Automatic-module-name to all bundles for Java 9 JPMS compatibility"
Tuukka Lehtonen [Sat, 27 Oct 2018 21:42:49 +0000 (21:42 +0000)]
Merge "UI locking fixes for GraphExplorer implementations"
Tuukka Lehtonen [Sat, 27 Oct 2018 21:24:35 +0000 (21:24 +0000)]
Merge "Refactoring of simulator toolkit"
Tuukka Lehtonen [Sat, 27 Oct 2018 17:35:14 +0000 (20:35 +0300)]
UI locking fixes for GraphExplorer implementations
GraphExplorer implementations contained ExplorerState restore code that
was ran synchronously in the UI thread. It will possibly require DB read
transactions which locks the UI up. Persisted explorer state loading has
now been moved into a Job from GraphExplorer implementations and
GraphExplorerComposite.
Also contains fixes for doSetColumns of all graph explorer
implementations which was using a Map with the wrong keys.
gitlab #160
Change-Id: I879fe4a099db70d5d8bbba185b4dc9d745c80911
Antti Villberg [Fri, 26 Oct 2018 11:54:42 +0000 (14:54 +0300)]
Refactoring of simulator toolkit
gitlab #162
Change-Id: Id68f68667a1ad5840eccbd53a4b8ec81483c0cdb
Tuukka Lehtonen [Sat, 27 Oct 2018 20:20:29 +0000 (23:20 +0300)]
Added editable unit for derived properties
gitlab #161
Change-Id: I81a7dc60fa0c4d4173dbfa128a509e7e2bfa18e9
Tuukka Lehtonen [Sat, 27 Oct 2018 15:27:42 +0000 (18:27 +0300)]
Added Automatic-module-name to all bundles for Java 9 JPMS compatibility
gitlab #165
Change-Id: I3794e574412221557effd8c0dabf9e10dfa5bbe3
Tuukka Lehtonen [Sat, 27 Oct 2018 14:42:14 +0000 (17:42 +0300)]
OpenJ9 compatibility for SCL compiler's naming of ontology modules
The problem was these errors coming from ClassLoader.defineClassImpl
when the generated class name contained two '/' characters in a row:
java.lang.ClassFormatError: JVMCFRE068 class name is invalid;
class=scl/http_58_//Projects/Development_37_20Project/Model/SCLMain,
offset=0
More escaping was added to fix this.
gitlab #159
Change-Id: I01f8b17b1230cbf06051848b23c805e8d2d61c96
Tuukka Lehtonen [Fri, 26 Oct 2018 18:20:46 +0000 (18:20 +0000)]
Merge "New implementation NearestOwnerFinder of CommonDBUtils.getNearestOwner"
Hannu Niemistö [Fri, 26 Oct 2018 13:19:20 +0000 (16:19 +0300)]
New implementation NearestOwnerFinder of CommonDBUtils.getNearestOwner
Deprecated CommonDBUtils.getNearestOwner and replaced most of its uses
by new methods in the class NearestOwnerFinder. Note that this modifies
the behavior in some previously unclear cases.
gitlab #163
Change-Id: Ic56671ee549765ce67fa574967c103f2ab7aac0e
Tuukka Lehtonen [Thu, 25 Oct 2018 20:26:23 +0000 (20:26 +0000)]
Merge "Prevent infinite recursion in getNearestOwner"
Marko Luukkainen [Thu, 25 Oct 2018 10:20:07 +0000 (13:20 +0300)]
Use AlphaNum sorter in Symbol Library
gitlab #158
Change-Id: I753ff1f6fcb0acda780f18645f489850147a5c4c
(cherry picked from commit
05269c19e7da21a4d1412c033c234d3baa97cc48 )
Marko Luukkainen [Thu, 25 Oct 2018 10:11:25 +0000 (13:11 +0300)]
ConnectionTool fixes for overlapping terminals
gitlab #157
Change-Id: If011efcf774e18165e6ae1e62907dffe2c6a21f0
(cherry picked from commit
2deeabb9a7e3ff22bfd7abe2c7c812df9da45189 )
Hannu Niemistö [Wed, 24 Oct 2018 10:57:06 +0000 (13:57 +0300)]
Prevent infinite recursion in getNearestOwner
Change-Id: I58e0646daba1e41d9013085501bc1cee8fde1f13
jsimomaa [Mon, 22 Oct 2018 11:56:44 +0000 (14:56 +0300)]
Possible variable browse without URI
gitlab #154
Change-Id: I394bac9a1aa74abeb5f261fa77cd08cbdf0b90ea
Tuukka Lehtonen [Fri, 19 Oct 2018 12:22:27 +0000 (15:22 +0300)]
Fixed history data collection minmax stream updates and plot rendering
After commit
30ca6dab the chart was rendering all plots as SAMPLING
instead of LINE because the commit changed all stream items' endTime
update logic to actually for all streams instead of just the minmax
stream. The fix was to change the plot rendering to still render
diagonal lines instead of step functions regardless of of the start and
end time of each history stream value band are. The lines vs. sampling
settings is now solely based on the chart rendering preferences.
gitlab #35
Change-Id: I9f8872994870bdedbf0708bb77beceab1c884313
Tuukka Lehtonen [Thu, 18 Oct 2018 13:27:45 +0000 (13:27 +0000)]
Merge changes If756e157,I80cfb90e
* changes:
Support Json content as drop data in Graphical Debugger
Support DnD from diagram to graphical debugger
Hannu Niemistö [Thu, 18 Oct 2018 11:58:26 +0000 (14:58 +0300)]
Support Json content as drop data in Graphical Debugger
gitlab #153
Change-Id: If756e157b7057534ea55a61745feb560904a64c0
Hannu Niemistö [Thu, 18 Oct 2018 10:15:31 +0000 (13:15 +0300)]
Support DnD from diagram to graphical debugger
Change-Id: I80cfb90e6f6a009c0fc4c6b84523c7bc7de05ff0
Tuukka Lehtonen [Thu, 18 Oct 2018 10:49:37 +0000 (13:49 +0300)]
Fixed context menu popup location for HiDPI displays with display zoom
gitlab #152
Change-Id: If7ca761cf305daa4ecfd837af75c93eae285df1a
Tuukka Lehtonen [Thu, 18 Oct 2018 10:45:45 +0000 (13:45 +0300)]
Faster bounds calculation for zoom to selection and navigate to target
gitlab #151
Change-Id: If72f62ea8c5ce4789bc8331eb598668091158ab6
Hannu Niemistö [Thu, 18 Oct 2018 10:13:33 +0000 (13:13 +0300)]
Made SCLExpressionIssueProvider component requests synchronous
gitlab #149
Change-Id: I1104380dd544f3bc957cd008e46e9b284dd2f207
Hannu Niemistö [Thu, 18 Oct 2018 07:56:20 +0000 (10:56 +0300)]
Added resourceId and GUID to diagram DnD content
gitlab #150
Change-Id: I2a012199f5d7e11991b640d7187132e7b5f0d2f3
Tuukka Lehtonen [Thu, 18 Oct 2018 10:34:23 +0000 (10:34 +0000)]
Merge "Removed extra modules OntologyModule imported to namespace"
Hannu Niemistö [Thu, 18 Oct 2018 07:49:37 +0000 (10:49 +0300)]
Removed extra modules OntologyModule imported to namespace
While fixing the problem, added some error logging in OntologyModule
implementation
gitlab #131
Change-Id: Ib36590f0901ed8a542afe4c9a225606c1f2109d8
Hannu Niemistö [Wed, 17 Oct 2018 11:57:58 +0000 (11:57 +0000)]
Merge "Log some information about missing property in SCLLabelRule"
Hannu Niemistö [Wed, 17 Oct 2018 10:16:47 +0000 (13:16 +0300)]
Log some information about missing property in SCLLabelRule
Change-Id: I6237c54f3760603a1184c015d81de99f1302a3ae
Hannu Niemistö [Wed, 17 Oct 2018 10:14:46 +0000 (13:14 +0300)]
Fixed a typo in Viewpoint ontology
Change-Id: I0929253a6c8f7a4da0a19a73dd8e96c2a2696770
Tuukka Lehtonen [Wed, 17 Oct 2018 09:35:54 +0000 (12:35 +0300)]
Fix org.simantics.scl.tutorial classpath and build.properties
Removed source and bin directories from build path since there is no
source code in this bundle.
gitlab #138
Change-Id: I72cfc2a47d6a8d8b85239b4cec095160c7d9d107
Tuukka Lehtonen [Wed, 17 Oct 2018 05:56:23 +0000 (05:56 +0000)]
Merge "Use PossibleResource query to check if the project resource is present"
Marko Luukkainen [Tue, 16 Oct 2018 07:28:07 +0000 (10:28 +0300)]
Adding column data to tooltip event could cause NPE
gitlab #146
Change-Id: I4ce48cc851638fd5cd38bab77763fdfec9c48ed9
(cherry picked from commit
f024c0a7208e379a82f0ab51a71a123f9bb2a2bb )
Jussi Koskela [Tue, 16 Oct 2018 07:19:18 +0000 (10:19 +0300)]
Use PossibleResource query to check if the project resource is present
Earlier implementation logged unnecessary ResourceNotFoundException when
creating the project resource for the first time in Platform startup.
gitlab #148
Change-Id: Ic75180dfdd88770f9a91a2468f639e59afea99e0
Reino Ruusu [Fri, 12 Oct 2018 11:39:29 +0000 (14:39 +0300)]
Fixed another source of deadlocks in DynamicExperimentThread.
gitlab #136
Change-Id: Iabeef360c93d617a38cbc7883533c3cb487ae6f2
(cherry picked from commit
685ae86876e6c246694bc6a94eac717ccb1e28cc )
Tuukka Lehtonen [Thu, 11 Oct 2018 13:15:15 +0000 (16:15 +0300)]
Fixed NPE problems from ParentNode by reintroducing child map sentinels
gitlab #65
Change-Id: I63778c368f197a4b92e71c96a37fd569ad7cb51c
Tuukka Lehtonen [Thu, 11 Oct 2018 12:52:33 +0000 (12:52 +0000)]
Merge "Log an error if there are two resources with the same GUID."
Tuukka Lehtonen [Thu, 11 Oct 2018 12:45:24 +0000 (15:45 +0300)]
Removed graph compilation nature from org.simantics.jdbc
gitlab #125
Change-Id: Ia49ed5cba4c7a402f7b9ebf63497c6b9ead58945
Hannu Niemistö [Thu, 11 Oct 2018 12:28:13 +0000 (15:28 +0300)]
Log an error if there are two resources with the same GUID.
Change-Id: I377e9a68eda631efe7e78354cf2d3ee8e3756ce4
Marko Luukkainen [Thu, 11 Oct 2018 11:13:14 +0000 (14:13 +0300)]
Expose helpContextId resolving to other implementations
gitlab #147
Change-Id: I34fd73a223a8ca00b89397f59870b6442411d4c6
(cherry picked from commit
d3b12a1a36b0b89dc985fceb4fa02523aeb71ed4 )
Marko Luukkainen [Thu, 11 Oct 2018 11:12:36 +0000 (14:12 +0300)]
Allow column specific tooltips in the GraphExplorer
gitlab #146
Change-Id: I8c07e3013783ffd31fba95391e0b8ba35b855b84
(cherry picked from commit
d4cdaa8ea386ab9f6432854db9481f42c70983fd )
Jussi Koskela [Thu, 11 Oct 2018 06:57:48 +0000 (09:57 +0300)]
Fixed ProfileObserver to remove entry from correct map
gitlab #145
Change-Id: Iab891836783d5de591ec686577769ed480dd5752
Hannu Niemistö [Wed, 10 Oct 2018 06:53:07 +0000 (06:53 +0000)]
Merge "Use proper environment to resolve SCL types in ontology module"
Hannu Niemistö [Tue, 9 Oct 2018 07:35:43 +0000 (10:35 +0300)]
Use proper environment to resolve SCL types in ontology module
gitlab #131
Change-Id: I9b16546633d8d566cb3d38d48d609878e794eae3
Hannu Niemistö [Tue, 9 Oct 2018 12:15:12 +0000 (15:15 +0300)]
Deprecated methods in o.s.scl.compiler.Types class for parsing types
Change-Id: I7df83c111edb0267c59585cf0d5c544d0c985dbf
Tuukka Lehtonen [Tue, 9 Oct 2018 10:48:21 +0000 (10:48 +0000)]
Merge "Documented difference of RuntimeEnvironmentRequest and Runti...quest2"
jsimomaa [Tue, 9 Oct 2018 07:32:06 +0000 (10:32 +0300)]
More debug information for BufferUnderflowException in ReadGraphImpl
gitlab #144
Change-Id: Idca98155061c535d54465e29f682694a6f7449d8
Hannu Niemistö [Tue, 9 Oct 2018 07:20:50 +0000 (10:20 +0300)]
Documented difference of RuntimeEnvironmentRequest and Runti...quest2
Removed also all cosmetic differences between the classes to make
comparison possible.
Change-Id: I83e96d09a6e33594a9076df83de887b733d4de46
Tuukka Lehtonen [Mon, 8 Oct 2018 18:33:55 +0000 (21:33 +0300)]
Fixed Job to return Status.OK_STATUS instead of null
gitlab #74
gitlab #143
Change-Id: Ib1c59eca854b6daafb21bad3aa90971deb8f5481
jsimomaa [Fri, 27 Jul 2018 07:12:54 +0000 (10:12 +0300)]
Performance improvements for ParentNode in scene graph
gitlab #65
Change-Id: Ib1cb9da01e8531b1d9617f0696a20f806037dc38
jsimomaa [Fri, 5 Oct 2018 06:34:59 +0000 (09:34 +0300)]
Goodbye db-client.log
gitlab #142
Change-Id: I9d4c076e608bf427933083dc277c5333dead9c93
Tuukka Lehtonen [Thu, 4 Oct 2018 05:21:50 +0000 (08:21 +0300)]
Fixed Acorn MainProgram and GraphClientImpl2 to use Logger
Previously the t.printStackTrace() in MainProrgam.run caused an
unexpected error that killed MainProgram to go down the drain.
gitlab #141
Change-Id: If68244b0e0f029ca43bbc45159936d3d89e49262
Marko Luukkainen [Tue, 2 Oct 2018 09:15:16 +0000 (12:15 +0300)]
Type specific graph explorer filter area
gitlab #140
Change-Id: I62c0323cabfcf448f037f7cf3cc4fd3f7d2b65d6
Tuukka Lehtonen [Mon, 1 Oct 2018 19:19:11 +0000 (22:19 +0300)]
Fixed StandardCopyHandler SWT threading regression
IStatusLineManager is now invoked properly from the SWT thread again.
gitlab #74
gitlab #133
Change-Id: I8e4a9ad3fc26b4ab2a04ebe26c64114d12eda9a0
Tuukka Lehtonen [Mon, 1 Oct 2018 17:20:30 +0000 (20:20 +0300)]
HiDPI scaling for diagram ruler and model activity tracker
gitlab #137
Change-Id: Icc3cf5cd828aa4580699dde01635b1ea669b0a0c
Tuukka Lehtonen [Mon, 1 Oct 2018 10:46:09 +0000 (10:46 +0000)]
Merge "Replaceable Defined Component Types fixes"
Hannu Niemistö [Mon, 1 Oct 2018 10:44:28 +0000 (10:44 +0000)]
Merge "Fix to OrderedSetTemplate, preference for autocompletion"
Hannu Niemistö [Mon, 1 Oct 2018 10:30:17 +0000 (13:30 +0300)]
Fix to OrderedSetTemplate, preference for autocompletion
gitlab #139
Change-Id: Ib7b811533cb16d59896f385b964d67b03909364a
Antti Villberg [Mon, 1 Oct 2018 10:24:20 +0000 (13:24 +0300)]
Replaceable Defined Component Types fixes
gitlab #83
Change-Id: I581cc150ec8d042868428c1d47da10a3864afca6
Antti Villberg [Wed, 26 Sep 2018 07:31:36 +0000 (09:31 +0200)]
String formatter property using SCL function instead of adapter
gitlab #135
Change-Id: Ibecb72ea24a00112c49b8f381ad1fd9b7eee438f
Tuukka Lehtonen [Fri, 28 Sep 2018 12:41:34 +0000 (15:41 +0300)]
Import org.simantics.scl.tutorial from incubator SVN repo
gitlab #138
Change-Id: Ic3590a2992612847294a0db960e485dd3c7bbbf9
Tuukka Lehtonen [Fri, 28 Sep 2018 06:19:02 +0000 (09:19 +0300)]
Fixed synchronousness problem in drag event transferable handling
Previously handleEvent would post the event for asynchronous handling
while handling the drag starting via Transferable requires the drag to
be started synchronously within the AWT drag start event handler.
Added syncHandleEvent to AbstractEventHandler to support this.
gitlab #112
Change-Id: I694844fbfc1be74b9f6b620afc8fc441a0ab4d31
Reino Ruusu [Wed, 26 Sep 2018 10:58:58 +0000 (13:58 +0300)]
Fixed race condition in DynamicExperimentThread.
gitlab #136
Change-Id: I533e274bef62e7ce939c9a67a37d8e86d6f38bce
Tuukka Lehtonen [Wed, 26 Sep 2018 10:42:14 +0000 (13:42 +0300)]
Fix warnings from newly added code
gitlab #96
Change-Id: Id2d7791ff5e471727f5b11ca7430c32c2bee415c
Tuukka Lehtonen [Wed, 26 Sep 2018 09:42:43 +0000 (12:42 +0300)]
Apply fix from TypeGroup to MappedTypeGroup also
gitlab #96
Change-Id: Icb0a82d14b0e5b8341e70b4f339e65245f8936ea
Antti Villberg [Wed, 26 Sep 2018 04:53:54 +0000 (06:53 +0200)]
Fix diagram profiles to work with latest DB changes
gitlab #96
Change-Id: I799c1f22422126290aed0868d6fe4ceed6bccaa9
Tuukka Lehtonen [Tue, 25 Sep 2018 21:15:41 +0000 (00:15 +0300)]
ConnectionNode returns local bounds even if it has empty child nodes
This fixes a broken element selection case that came up in master, which
is an old problem but hasn't really surfaced before.
gitlab #134
Change-Id: I0bd3cb8beba9d3d5ccdcbf4b3f1b81d9910a575f
Tuukka Lehtonen [Wed, 26 Sep 2018 08:28:27 +0000 (08:28 +0000)]
Merge "Trying to wait for procedures"
Antti Villberg [Mon, 3 Sep 2018 07:03:29 +0000 (10:03 +0300)]
Trying to wait for procedures
gitlab #94
Change-Id: I42ad471de50553ed5be01dbc7f51452b1f9f6813
Tuukka Lehtonen [Wed, 26 Sep 2018 06:37:15 +0000 (06:37 +0000)]
Merge "Made spatial picking optimization optional for now"
Tuukka Lehtonen [Wed, 26 Sep 2018 05:24:14 +0000 (08:24 +0300)]
Made spatial picking optimization optional for now
R-tree -based element picking doesn't work for DnD monitors at the
moment, needs more work.
gitlab #66
Change-Id: Ia30243aa48fdd75d238e71422ec0aec358e46af9
Tuukka Lehtonen [Tue, 25 Sep 2018 21:03:39 +0000 (00:03 +0300)]
Prevent ConcurrentModificationException in StyledRouteGraphRenderer
Fixed via ThreadLocal-based caching of reused data structures.
gitlab #132
Change-Id: I42a3d3a160f1f7a9ed30d10cca84e1dc5b6488fa
Tuukka Lehtonen [Tue, 25 Sep 2018 20:22:54 +0000 (23:22 +0300)]
Include org.simantics.jdbc.feature in SDK repository
gitlab #125
Change-Id: I285dbda38ac238002b7edf1c22340c2c96085f32
Hannu Niemistö [Fri, 21 Sep 2018 21:19:21 +0000 (21:19 +0000)]
Merge "Property following functions value and possibleValue to ontology modules"
Hannu Niemistö [Fri, 21 Sep 2018 12:28:44 +0000 (15:28 +0300)]
Property following functions value and possibleValue to ontology modules
gitlab #131
Change-Id: I407c7ab8a0c1a7e547c240ea36ab9b8c53298cfe
Marko Luukkainen [Fri, 21 Sep 2018 09:22:43 +0000 (09:22 +0000)]
Merge "Reading background color of a ICanvasContext with SCL"
Marko Luukkainen [Wed, 19 Sep 2018 19:41:44 +0000 (22:41 +0300)]
Reading background color of a ICanvasContext with SCL
refs #127
Change-Id: I58fd39f4df42643a7aac7441a55c89b6f693cd8d
Tuukka Lehtonen [Thu, 20 Sep 2018 15:01:26 +0000 (15:01 +0000)]
Merge "New parametrisation of OpenDiagramFromConfigurationAdapter.openEditor"
Tuukka Lehtonen [Thu, 20 Sep 2018 12:53:35 +0000 (15:53 +0300)]
New parametrisation of OpenDiagramFromConfigurationAdapter.openEditor
The new method allows giving Resource model and RVI arguments for
ResourceEditorInput2 externally.
gitlab #130
Change-Id: I1c70e2e7548047a376b4a8b0f3797a70564f0dc0
Tuukka Lehtonen [Thu, 20 Sep 2018 12:45:46 +0000 (15:45 +0300)]
Fixed NPE from ConnectionPointNameStyle.applyStyleForNode
gitlab #129
Change-Id: I7d5f3be3cc695e5a6e8f9cf131fcc24b275a5e85
Tuukka Lehtonen [Thu, 20 Sep 2018 12:46:12 +0000 (12:46 +0000)]
Merge "Added a class listing the reserved words of SCL language"
Hannu Niemistö [Thu, 20 Sep 2018 08:26:21 +0000 (11:26 +0300)]
Added a class listing the reserved words of SCL language
Change-Id: I22f9c0edd5b23bba9ae9c9cbc346d501972c87ef
Jussi Koskela [Thu, 20 Sep 2018 11:22:25 +0000 (14:22 +0300)]
Fixed the order of parameters in the transformation
gitlab #128
Change-Id: If45204601f2bab283c537b58c25684fd0c3609f5
Tuukka Lehtonen [Tue, 18 Sep 2018 21:45:25 +0000 (00:45 +0300)]
Fixed diagram mouse wheel zooming for HiDPI monitors with zoom
SWTMouseEventAdapter now upscales coordinates which previously were just
passed to G2D as SWT API coordinates, not pixel coordinates.
gitlab #119
Change-Id: Icd3e00d1e515007f8573f7910783762a26916615
(cherry picked from commit
a45f69c08e4157a565cddce93bbf17aa64da2e2f )
Tuukka Lehtonen [Tue, 18 Sep 2018 20:45:22 +0000 (23:45 +0300)]
Added new ExperimentRuns.createRun utility
The new method was added because more control was needed on whether
attachStateListener is invoked or not.
gitlab #126
Change-Id: I7132cb1bd2bd734403382b2d35c169510c8ea433
(cherry picked from commit
7903eb7d1e0e004cfa05a8775fda95e556b5727b )
jsimomaa [Sat, 30 Jun 2018 12:31:02 +0000 (15:31 +0300)]
Simantics JDBC testing with access over Variable/StandardNodeManager
gitlab #125
Change-Id: I8dc2cab179e941dca25a2683c1d4f444cb2ae904
Tuukka Lehtonen [Mon, 17 Sep 2018 12:34:42 +0000 (15:34 +0300)]
Small fix for SWTDPIUtil to prevent uninitialized use
gitlab #119
Change-Id: I27779078dca87927b9700a1acc3b26aed7cca308