]> gerrit.simantics Code Review - simantics/platform.git/commit - bundles/org.simantics.modeling/src/org/simantics/modeling/SCLDropAction.java
Removed jsonValues since there already is Data/Json 50/450/8
authorTuukka Lehtonen <tuukka.lehtonen@semantum.fi>
Thu, 20 Apr 2017 10:54:20 +0000 (13:54 +0300)
committerTuukka Lehtonen <tuukka.lehtonen@semantum.fi>
Sun, 23 Apr 2017 13:22:04 +0000 (16:22 +0300)
commit277ddb17bc33a7c0b5c352f80bbc2605acaee50d
tree24623b8cd161aefb8c6fb55445d03a4c1bf92ebc
parentea17057d1c483f8a2bcb765527e45cf4fba36df5
Removed jsonValues since there already is Data/Json

A more generic possibleFromDynamic.

Alternative method modelling.

Combined multiple Antti's commits

Get rid of uses of gnu.trove2

refs #7156

instantiateUnder function property for types

refs #7157

SCLDropAction

refs #7158

Empty RVI literal in L0

refs #7159

possibleFromDynamic coersion function in Simantics/DB

refs #7160

jsonValues parsing function into Simantics/DB

refs #7161

Generic instantiation action based on instantiateUnder

refs #7162

ModelBrowser.handleDrop action should be run in SWT thread

refs #7163

RVI support in Simantics/Variables

refs #7164

Variables change

Change-Id: If21b623c27b660a9b6bc150c905f0360b15d08a0
20 files changed:
bundles/org.simantics.browsing.ui.swt/src/org/simantics/browsing/ui/swt/widgets/ModelBrowser.java
bundles/org.simantics.db.layer0/src/org/simantics/db/layer0/function/All.java
bundles/org.simantics.db.layer0/src/org/simantics/db/layer0/request/UnescapedMethodMapOfResource.java [new file with mode: 0644]
bundles/org.simantics.db.layer0/src/org/simantics/db/layer0/variable/Variables.java
bundles/org.simantics.layer0/graph.tg
bundles/org.simantics.layer0/graph/Layer0.pgraph
bundles/org.simantics.layer0/graph/Layer0Literals.pgraph
bundles/org.simantics.layer0/graph/Layer0SCL.pgraph
bundles/org.simantics.layer0/src/org/simantics/layer0/Layer0.java
bundles/org.simantics.modeling.ontology/graph.tg
bundles/org.simantics.modeling.ontology/graph/ModelingViewpoint.pgraph
bundles/org.simantics.modeling.ontology/src/org/simantics/modeling/ModelingResources.java
bundles/org.simantics.modeling/adapters.xml
bundles/org.simantics.modeling/scl/Simantics/Action.scl [new file with mode: 0644]
bundles/org.simantics.modeling/scl/Simantics/All.scl
bundles/org.simantics.modeling/src/org/simantics/modeling/SCLDropAction.java [new file with mode: 0644]
bundles/org.simantics.scl.db/META-INF/MANIFEST.MF
bundles/org.simantics.scl.db/scl/Simantics/DB.scl
bundles/org.simantics.scl.db/scl/Simantics/Variables.scl
bundles/org.simantics.scl.db/src/org/simantics/scl/db/SCLFunctions.java