]> gerrit.simantics Code Review - simantics/sysdyn.git/log
simantics/sysdyn.git
12 years agoAttempts at lowering diagram and especially g2d ElementClass memory consumption by...
lehtonen [Fri, 9 Mar 2012 03:07:40 +0000 (03:07 +0000)]
Attempts at lowering diagram and especially g2d ElementClass memory consumption by caching ElementClass request results.

There are still plenty of equals/hashCode problems in the ElementClass instances constructed by different ElementFactory implementations.

refs #3275

git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@24388 ac1ea38d-2e2b-0410-8846-a27921b304fc

12 years agoRemoved an argument from CopyAdvisorUtil.copy4 in r24382. Modify sysdyn advisor accor...
lehtonen [Thu, 8 Mar 2012 11:33:35 +0000 (11:33 +0000)]
Removed an argument from CopyAdvisorUtil.copy4 in r24382. Modify sysdyn advisor accordingly.

refs #3272

git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@24383 ac1ea38d-2e2b-0410-8846-a27921b304fc

12 years agoChoose font and color for sysdyn elements (refs #2959)
lempinen [Mon, 5 Mar 2012 14:08:04 +0000 (14:08 +0000)]
Choose font and color for sysdyn elements (refs #2959)

git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@24350 ac1ea38d-2e2b-0410-8846-a27921b304fc

12 years agoFirst implementation of font changing controls (refs #2959)
lempinen [Fri, 2 Mar 2012 14:35:05 +0000 (14:35 +0000)]
First implementation of font changing controls (refs #2959)

git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@24332 ac1ea38d-2e2b-0410-8846-a27921b304fc

12 years agoHistory data support as history datasets in experiments. History datasets work like...
lempinen [Thu, 1 Mar 2012 07:47:57 +0000 (07:47 +0000)]
History data support as history datasets in experiments. History datasets work like saved results in charts and tables. (fixes #2952)

git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@24316 ac1ea38d-2e2b-0410-8846-a27921b304fc

12 years agoHierarchy view displaying the full hierarchy of the model that can be reached with...
lempinen [Fri, 24 Feb 2012 13:57:00 +0000 (13:57 +0000)]
Hierarchy view displaying the full hierarchy of the model that can be reached with L0.ConsistsOf from selection (refs #2974)

git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@24292 ac1ea38d-2e2b-0410-8846-a27921b304fc

12 years agoSimantics trunk has now moved to a new .tg (transferable graph) format (#3144).
lehtonen [Thu, 23 Feb 2012 16:31:13 +0000 (16:31 +0000)]
Simantics trunk has now moved to a new .tg (transferable graph) format (#3144).
Due to this, all .tg files must be recommitted.
Developer need to install the new version of the graph compiler which will be up on the web ASAP.
In the meantime, the required version of the graph compiler is available in SVN at
https://www.simantics.org/svn/simantics/ode/trunk/org.simantics.graph.updatesite.
This directory contains a P2 repository of the compiler which can be installed using
standard Eclipse installation features.

refs #3144

git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@24286 ac1ea38d-2e2b-0410-8846-a27921b304fc

12 years agoVariable filter for models. Filter is a regular expression string. (refs #3149)
lempinen [Thu, 23 Feb 2012 14:42:06 +0000 (14:42 +0000)]
Variable filter for models. Filter is a regular expression string. (refs #3149)

git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@24280 ac1ea38d-2e2b-0410-8846-a27921b304fc

12 years agoExpression parser left out by eclipse svn (refs #2056)
lempinen [Thu, 23 Feb 2012 12:29:49 +0000 (12:29 +0000)]
Expression parser left out by eclipse svn (refs #2056)

git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@24279 ac1ea38d-2e2b-0410-8846-a27921b304fc

12 years agoVariability for inputs (refs #2056)
lempinen [Thu, 23 Feb 2012 12:29:26 +0000 (12:29 +0000)]
Variability for inputs (refs #2056)

git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@24278 ac1ea38d-2e2b-0410-8846-a27921b304fc

12 years agoAutomatic parameter declarations for all variables. Variability is not calculated...
lempinen [Thu, 23 Feb 2012 12:26:42 +0000 (12:26 +0000)]
Automatic parameter declarations for all variables. Variability is not calculated from one module to another: the variability of input variables is set manually. (refs #2056)

git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@24277 ac1ea38d-2e2b-0410-8846-a27921b304fc

12 years agoImplemented DiagramEditor resource disposal/reinitialization based on Eclipse IPartLi...
lehtonen [Mon, 13 Feb 2012 07:52:33 +0000 (07:52 +0000)]
Implemented DiagramEditor resource disposal/reinitialization based on Eclipse IPartListener2
partHidden/partVisible callbacks.

The important developer-visible changes are:
* Diagram editor  should now use the class org.simantics.modeling.ui.diagramEditor.DiagramEditor as the editor class.
* DiagramEditor extension class attributes require a *viewer=clazz* argument after the *org.simantics.modeling.ui.diagramEditor.DiagramEditor:* class string, where clazz is something inherited from *org.simantics.modeling.ui.diagramEditor.DiagramViewer.
* DiagramViewer.getInputValidator() is now public
* Eclipse command handlers or any other code comparing EditorPart instances to *org.simantics.modeling.ui.diagramEditor.DiagramViewer* must be changed to compare to *org.simantics.modeling.ui.diagramEditor.DiagramEditor* and get the viewer through DiagramEditor.getViewer().

fixes #3213

git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@24212 ac1ea38d-2e2b-0410-8846-a27921b304fc

12 years agoAdded org.simantics.ui.workbench.editor.input.ResourceEditorInputMatchingStrategy
lehtonen [Wed, 8 Feb 2012 22:31:00 +0000 (22:31 +0000)]
Added org.simantics.ui.workbench.editor.input.ResourceEditorInputMatchingStrategy
to customize the comparisons performed by Eclipse's EditorManager when looking
for editor input matches in existing editor tabs.

Normally EditorManager matches the following data:
* IEditorInput.getName()
* IEditorInput.getPersistable().getFactoryId()
* IEditorInput.equals

With ResourceEditorInput and ResourceEditorInput2 it is not necessary to compare IEditorInput.getName, which currently causes problems since initializing a ResourceEditorInput will not initialize its name properly immediately. And anyway, it is better simply to match against input.equals since the a single resource
can only have a single name and the name stored in the editor is just redundant information. Only the input resource identification is important.

fixes #3207

git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@24182 ac1ea38d-2e2b-0410-8846-a27921b304fc

12 years agoAdded ExperimentsFolder contribution to sysdyn since it has previously been there...
lehtonen [Wed, 25 Jan 2012 16:38:40 +0000 (16:38 +0000)]
Added ExperimentsFolder contribution to sysdyn since it has previously been there and r24034 removed it.

refs #3153

git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@24035 ac1ea38d-2e2b-0410-8846-a27921b304fc

12 years agoChanged back to Redeclaration_replacedEnumeration_Inverse to avoid name conflicts...
lempinen [Wed, 25 Jan 2012 11:55:44 +0000 (11:55 +0000)]
Changed back to Redeclaration_replacedEnumeration_Inverse to avoid name conflicts. (refs #3151)

git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@24027 ac1ea38d-2e2b-0410-8846-a27921b304fc

12 years agoVariable validator for chart configurations (refs #3082)
lempinen [Mon, 23 Jan 2012 15:18:33 +0000 (15:18 +0000)]
Variable validator for chart configurations (refs #3082)

git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@24021 ac1ea38d-2e2b-0410-8846-a27921b304fc

12 years agoDrag & drop ordering for bar and pie chart series (refs #3082)
lempinen [Fri, 20 Jan 2012 12:46:06 +0000 (12:46 +0000)]
Drag & drop ordering for bar and pie chart series (refs #3082)

git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@24015 ac1ea38d-2e2b-0410-8846-a27921b304fc

12 years agoIf xy chart has no selection, when variable is added, select the first range axis...
lempinen [Fri, 20 Jan 2012 12:37:30 +0000 (12:37 +0000)]
If xy chart has no selection, when variable is added, select the first range axis before applying add variable (refs #3082)

git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@24014 ac1ea38d-2e2b-0410-8846-a27921b304fc

12 years agoChanged strengths in Redeclaration relations. If enumeration is removed, also redecla...
lempinen [Thu, 19 Jan 2012 13:46:16 +0000 (13:46 +0000)]
Changed strengths in Redeclaration relations. If enumeration is removed, also redeclaration is removed. If redeclaration is removed, enumeration is not removed. (refs #3130)

SYSDYN.Redeclaration <T L0.Entity
    >-- SYSDYN.Redeclaration.replacedEnumeration --> SYSDYN.Enumeration <R L0.IsRelatedTo : L0.TotalFunction
        L0.InverseOf SYSDYN.Redeclaration.replacedIn <R L0.DependsOn : L0.FunctionalRelation
    >-- SYSDYN.Redeclaration.replacingEnumeration --> SYSDYN.Enumeration <R L0.IsRelatedTo : L0.TotalFunction
        L0.InverseOf SYSDYN.Redeclaration.replacesEnumerationIn <R L0.DependsOn : L0.FunctionalRelation

git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@24006 ac1ea38d-2e2b-0410-8846-a27921b304fc

12 years agochanged the declaration of Enum_size = Enum.size and Enum_elements = Enum.elements...
lempinen [Thu, 19 Jan 2012 13:18:03 +0000 (13:18 +0000)]
changed the declaration of Enum_size = Enum.size and Enum_elements = Enum.elements to Enumeration instead of Redeclaration. The parameters are now declared always once. (refs #3134)

git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@24005 ac1ea38d-2e2b-0410-8846-a27921b304fc

12 years agoRemoved unnecessary documentation from openmodelica, fixed environment variable paths...
lempinen [Tue, 17 Jan 2012 07:02:28 +0000 (07:02 +0000)]
Removed unnecessary documentation from openmodelica, fixed environment variable paths. (refs #2925)

git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@23993 ac1ea38d-2e2b-0410-8846-a27921b304fc

12 years agoDebug prints to openmodelica (refs #2925)
lempinen [Tue, 17 Jan 2012 06:05:30 +0000 (06:05 +0000)]
Debug prints to openmodelica (refs #2925)

git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@23992 ac1ea38d-2e2b-0410-8846-a27921b304fc

12 years agoExpanded drop area for empty chart panels and chart panels with all minimized charts...
lempinen [Mon, 16 Jan 2012 14:19:06 +0000 (14:19 +0000)]
Expanded drop area for empty chart panels and chart panels with all minimized charts ( refs #3082 )

git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@23990 ac1ea38d-2e2b-0410-8846-a27921b304fc

12 years agoprint for debugging problems with simulations with jenkins-built versions (refs ...
lempinen [Mon, 16 Jan 2012 14:10:02 +0000 (14:10 +0000)]
print for debugging problems with simulations with jenkins-built versions (refs #2925)

git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@23988 ac1ea38d-2e2b-0410-8846-a27921b304fc

12 years agoRemoved chart property option from trend view (refs #3082)
lempinen [Mon, 16 Jan 2012 13:15:33 +0000 (13:15 +0000)]
Removed chart property option from trend view (refs #3082)

git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@23987 ac1ea38d-2e2b-0410-8846-a27921b304fc

12 years agoInclude openmodelica folder to build (refs #2925)
lempinen [Mon, 16 Jan 2012 13:11:21 +0000 (13:11 +0000)]
Include openmodelica folder to build (refs #2925)

git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@23986 ac1ea38d-2e2b-0410-8846-a27921b304fc

12 years agoMissing files from 1.8.0 (refs #2925)
lempinen [Mon, 16 Jan 2012 12:33:54 +0000 (12:33 +0000)]
Missing files from 1.8.0 (refs #2925)

git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@23984 ac1ea38d-2e2b-0410-8846-a27921b304fc

12 years agoLatest 1.8.0 nightly build (refs #2925)
lempinen [Mon, 16 Jan 2012 12:18:17 +0000 (12:18 +0000)]
Latest 1.8.0 nightly build (refs #2925)

git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@23983 ac1ea38d-2e2b-0410-8846-a27921b304fc

12 years agoRemoved a broken commit (hopefully) (refs #2925)
lempinen [Mon, 16 Jan 2012 11:56:07 +0000 (11:56 +0000)]
Removed a broken commit (hopefully) (refs #2925)

git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@23982 ac1ea38d-2e2b-0410-8846-a27921b304fc

12 years agoLatest 1.8.0 nightly build (refs #2925)
lempinen [Mon, 16 Jan 2012 08:34:43 +0000 (08:34 +0000)]
Latest 1.8.0 nightly build (refs #2925)

git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@23977 ac1ea38d-2e2b-0410-8846-a27921b304fc

12 years agoTeemu did not commit graph.tg.
lehtonen [Thu, 12 Jan 2012 21:19:21 +0000 (21:19 +0000)]
Teemu did not commit graph.tg.
refs #3038

git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@23949 ac1ea38d-2e2b-0410-8846-a27921b304fc

12 years agoIn preparation for migration tools (refs #3038), all relations changed to start with...
lempinen [Thu, 12 Jan 2012 14:29:44 +0000 (14:29 +0000)]
In preparation for migration tools (refs #3038), all relations changed to start with a small letter, created with arrow syntax and located in proper places

git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@23940 ac1ea38d-2e2b-0410-8846-a27921b304fc

12 years agoRemoved ConnectionVariable, LiteralVariable, HasParameter and DirectedConnectionRelat...
niemisto [Thu, 12 Jan 2012 12:38:13 +0000 (12:38 +0000)]
Removed ConnectionVariable, LiteralVariable, HasParameter and DirectedConnectionRelation from Structural -ontology. They are now replaced by a direct HasDomain -statement from the relation to the type. DirectedConnectionRelation is replaced by ConnectionRelation. Also HasConnectionVariable is now replaced by HasConnectionPoint that points directly to the relation.

fixes #3080

git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@23933 ac1ea38d-2e2b-0410-8846-a27921b304fc

12 years agorefs #3082
lempinen [Wed, 11 Jan 2012 13:15:18 +0000 (13:15 +0000)]
refs #3082
Bug fixes

git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@23916 ac1ea38d-2e2b-0410-8846-a27921b304fc

12 years agoFixed problems with saving withlookup expressions for usability tests.
lempinen [Wed, 11 Jan 2012 13:13:57 +0000 (13:13 +0000)]
Fixed problems with saving withlookup expressions for usability tests.

git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@23915 ac1ea38d-2e2b-0410-8846-a27921b304fc

12 years agoFixed DiagramToCompositeMappings to compile after Hannu's changes in r23825.
lehtonen [Thu, 5 Jan 2012 16:24:55 +0000 (16:24 +0000)]
Fixed DiagramToCompositeMappings to compile after Hannu's changes in r23825.

git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@23842 ac1ea38d-2e2b-0410-8846-a27921b304fc

13 years agoPlease install the new graph compiler, QueryControl should be used in resource-file...
lehtonen [Wed, 21 Dec 2011 09:52:30 +0000 (09:52 +0000)]
Please install the new graph compiler, QueryControl should be used in resource-file initialization.

git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@23659 ac1ea38d-2e2b-0410-8846-a27921b304fc

13 years agoadded XY Area renderer
lempinen [Wed, 21 Dec 2011 09:41:33 +0000 (09:41 +0000)]
added XY Area renderer

git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@23658 ac1ea38d-2e2b-0410-8846-a27921b304fc

13 years ago* Fixes for ontologies after upgrading to graph compiler v 1.1.10 which actually...
lehtonen [Tue, 20 Dec 2011 09:07:16 +0000 (09:07 +0000)]
* Fixes for ontologies after upgrading to graph compiler v 1.1.10 which actually does some ontology validation unlike the previous versions.
* New *Resource-files with the QueryControl fix for not creating query dependencies on Resource-file initialization URI search.

git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@23643 ac1ea38d-2e2b-0410-8846-a27921b304fc

13 years agoDrag & drop chart panel organizing
lempinen [Mon, 19 Dec 2011 07:33:21 +0000 (07:33 +0000)]
Drag & drop chart panel organizing

git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@23624 ac1ea38d-2e2b-0410-8846-a27921b304fc

13 years agoChanged updating methods for different chart components to support updating also...
lempinen [Thu, 15 Dec 2011 12:05:34 +0000 (12:05 +0000)]
Changed updating methods for different chart components to support updating also in diagram elements

git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@23570 ac1ea38d-2e2b-0410-8846-a27921b304fc

13 years agoChart elements for diagrams
lempinen [Thu, 15 Dec 2011 08:42:25 +0000 (08:42 +0000)]
Chart elements for diagrams

git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@23568 ac1ea38d-2e2b-0410-8846-a27921b304fc

13 years agoTime property for pie and bar charts
lempinen [Wed, 14 Dec 2011 06:37:07 +0000 (06:37 +0000)]
Time property for pie and bar charts

git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@23538 ac1ea38d-2e2b-0410-8846-a27921b304fc

13 years agoCleaned the look of charts, chart panel elements and model browser chart elements
lempinen [Mon, 12 Dec 2011 12:27:10 +0000 (12:27 +0000)]
Cleaned the look of charts, chart panel elements and model browser chart elements

git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@23495 ac1ea38d-2e2b-0410-8846-a27921b304fc

13 years agoIssue changes
villberg [Mon, 12 Dec 2011 07:47:54 +0000 (07:47 +0000)]
Issue changes

git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@23491 ac1ea38d-2e2b-0410-8846-a27921b304fc

13 years agoBugfix
villberg [Mon, 12 Dec 2011 07:44:30 +0000 (07:44 +0000)]
Bugfix

git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@23487 ac1ea38d-2e2b-0410-8846-a27921b304fc

13 years agoCleaner chart properties
lempinen [Fri, 9 Dec 2011 13:18:18 +0000 (13:18 +0000)]
Cleaner chart properties

git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@23473 ac1ea38d-2e2b-0410-8846-a27921b304fc

13 years agogit-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@23472 ac1ea38d-2e2b...
lempinen [Fri, 9 Dec 2011 11:31:54 +0000 (11:31 +0000)]
git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@23472 ac1ea38d-2e2b-0410-8846-a27921b304fc

13 years agoResult filtering for multidimensional variables
lempinen [Fri, 9 Dec 2011 09:08:21 +0000 (09:08 +0000)]
Result filtering for multidimensional variables

git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@23470 ac1ea38d-2e2b-0410-8846-a27921b304fc

13 years agoos.sysdyn feature does not need to include os.structural and os.spreadsheet.
lehtonen [Thu, 8 Dec 2011 15:36:46 +0000 (15:36 +0000)]
os.sysdyn feature does not need to include os.structural and os.spreadsheet.

git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@23457 ac1ea38d-2e2b-0410-8846-a27921b304fc

13 years agoMoved chart modifications to awt thread
lempinen [Wed, 7 Dec 2011 12:50:54 +0000 (12:50 +0000)]
Moved chart modifications to awt thread

git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@23437 ac1ea38d-2e2b-0410-8846-a27921b304fc

13 years agotwo new chart types: bar and pie
lempinen [Wed, 7 Dec 2011 11:05:38 +0000 (11:05 +0000)]
two new chart types: bar and pie

git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@23432 ac1ea38d-2e2b-0410-8846-a27921b304fc

13 years agoLots of changes
villberg [Fri, 2 Dec 2011 08:35:53 +0000 (08:35 +0000)]
Lots of changes

git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@23387 ac1ea38d-2e2b-0410-8846-a27921b304fc

13 years agoDnD support to AxisAndVariablesExplorer
lempinen [Thu, 1 Dec 2011 13:52:45 +0000 (13:52 +0000)]
DnD support to AxisAndVariablesExplorer

git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@23386 ac1ea38d-2e2b-0410-8846-a27921b304fc

13 years agoAxis and series label rules for ChartAxisAndVariablesTab
lempinen [Thu, 1 Dec 2011 12:48:05 +0000 (12:48 +0000)]
Axis and series label rules for ChartAxisAndVariablesTab

git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@23385 ac1ea38d-2e2b-0410-8846-a27921b304fc

13 years agogit-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@23384 ac1ea38d-2e2b...
lempinen [Thu, 1 Dec 2011 10:33:09 +0000 (10:33 +0000)]
git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@23384 ac1ea38d-2e2b-0410-8846-a27921b304fc

13 years agoArray variables working in charts
lempinen [Thu, 1 Dec 2011 07:44:31 +0000 (07:44 +0000)]
Array variables working in charts

git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@23381 ac1ea38d-2e2b-0410-8846-a27921b304fc

13 years agoCorrect paths for the latest openmodelica
lempinen [Thu, 1 Dec 2011 07:43:28 +0000 (07:43 +0000)]
Correct paths for the latest openmodelica

git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@23380 ac1ea38d-2e2b-0410-8846-a27921b304fc

13 years agonew basefunction to support issues in modules
lempinen [Wed, 30 Nov 2011 12:20:23 +0000 (12:20 +0000)]
new basefunction to support issues in modules

git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@23377 ac1ea38d-2e2b-0410-8846-a27921b304fc

13 years agoCorrections to issue listening
villberg [Wed, 30 Nov 2011 10:38:25 +0000 (10:38 +0000)]
Corrections to issue listening

git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@23374 ac1ea38d-2e2b-0410-8846-a27921b304fc

13 years agoChart update: chart working in trend view
lempinen [Wed, 30 Nov 2011 10:23:45 +0000 (10:23 +0000)]
Chart update: chart working in trend view

git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@23373 ac1ea38d-2e2b-0410-8846-a27921b304fc

13 years agoDelay expression
lempinen [Wed, 30 Nov 2011 10:22:57 +0000 (10:22 +0000)]
Delay expression

git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@23372 ac1ea38d-2e2b-0410-8846-a27921b304fc

13 years agoAdded listening support for issue sources
villberg [Wed, 30 Nov 2011 08:27:50 +0000 (08:27 +0000)]
Added listening support for issue sources

git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@23371 ac1ea38d-2e2b-0410-8846-a27921b304fc

13 years agoChanged NoSuchVariableIssue back to StandardIssue
lempinen [Wed, 30 Nov 2011 08:10:14 +0000 (08:10 +0000)]
Changed NoSuchVariableIssue back to StandardIssue

git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@23370 ac1ea38d-2e2b-0410-8846-a27921b304fc

13 years agoUpdated issues to new format
lempinen [Wed, 30 Nov 2011 07:39:04 +0000 (07:39 +0000)]
Updated issues to new format

git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@23369 ac1ea38d-2e2b-0410-8846-a27921b304fc

13 years agogit-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@23352 ac1ea38d-2e2b...
villberg [Mon, 28 Nov 2011 09:20:24 +0000 (09:20 +0000)]
git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@23352 ac1ea38d-2e2b-0410-8846-a27921b304fc

13 years agoChanged input validator for default value to allow also negative values
lempinen [Mon, 28 Nov 2011 06:38:58 +0000 (06:38 +0000)]
Changed input validator for default value to allow also negative values

git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@23345 ac1ea38d-2e2b-0410-8846-a27921b304fc

13 years agoIssue refactoring
villberg [Fri, 25 Nov 2011 21:03:20 +0000 (21:03 +0000)]
Issue refactoring

git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@23341 ac1ea38d-2e2b-0410-8846-a27921b304fc

13 years agoDnD series
lempinen [Thu, 24 Nov 2011 12:23:07 +0000 (12:23 +0000)]
DnD series

git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@23338 ac1ea38d-2e2b-0410-8846-a27921b304fc

13 years agoRVIModifier with proposal support. XYDataset support for parameter domain axis
lempinen [Thu, 24 Nov 2011 09:17:24 +0000 (09:17 +0000)]
RVIModifier with proposal support. XYDataset support for parameter domain axis

git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@23337 ac1ea38d-2e2b-0410-8846-a27921b304fc

13 years agoGet results for alias variables from inits.xml.
lempinen [Thu, 24 Nov 2011 08:09:20 +0000 (08:09 +0000)]
Get results for alias variables from inits.xml.

git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@23335 ac1ea38d-2e2b-0410-8846-a27921b304fc

13 years agoCharts
lempinen [Thu, 24 Nov 2011 06:52:04 +0000 (06:52 +0000)]
Charts

git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@23334 ac1ea38d-2e2b-0410-8846-a27921b304fc

13 years agodelete chart node
lempinen [Wed, 23 Nov 2011 09:12:40 +0000 (09:12 +0000)]
delete chart node

git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@23333 ac1ea38d-2e2b-0410-8846-a27921b304fc

13 years agoFirst implementation of jfreechart charts
lempinen [Tue, 22 Nov 2011 13:35:43 +0000 (13:35 +0000)]
First implementation of jfreechart charts

git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@23325 ac1ea38d-2e2b-0410-8846-a27921b304fc

13 years agoSupport mat-format simulation results
lempinen [Tue, 22 Nov 2011 13:34:47 +0000 (13:34 +0000)]
Support mat-format simulation results

git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@23324 ac1ea38d-2e2b-0410-8846-a27921b304fc

13 years agoFirst take on jfreechart ontology
lempinen [Tue, 22 Nov 2011 13:31:13 +0000 (13:31 +0000)]
First take on jfreechart ontology

git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@23323 ac1ea38d-2e2b-0410-8846-a27921b304fc

13 years agoShare project "org.simantics.jfreechart.ontology" into "https://www.simantics.org...
lempinen [Tue, 22 Nov 2011 13:30:46 +0000 (13:30 +0000)]
Share project "org.simantics.jfreechart.ontology" into "https://www.simantics.org/svn/simantics"

git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@23322 ac1ea38d-2e2b-0410-8846-a27921b304fc

13 years agofixed start values for stocks, if no variables are used in initial equations
lempinen [Tue, 15 Nov 2011 08:05:10 +0000 (08:05 +0000)]
fixed start values for stocks, if no variables are used in initial equations

git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@23257 ac1ea38d-2e2b-0410-8846-a27921b304fc

13 years agograph serialization format changed
niemisto [Wed, 9 Nov 2011 09:21:29 +0000 (09:21 +0000)]
graph serialization format changed

git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@23233 ac1ea38d-2e2b-0410-8846-a27921b304fc

13 years agoDrag scrolling and drop target separators for ChartPanel
lempinen [Wed, 9 Nov 2011 08:41:15 +0000 (08:41 +0000)]
Drag scrolling and drop target separators for ChartPanel

git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@23232 ac1ea38d-2e2b-0410-8846-a27921b304fc

13 years agoRefactoring handlers package. The package contained too many handlers. Added comments...
lempinen [Tue, 8 Nov 2011 12:51:09 +0000 (12:51 +0000)]
Refactoring handlers package. The package contained too many handlers. Added comments to all refactored files.

git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@23229 ac1ea38d-2e2b-0410-8846-a27921b304fc

13 years agoOrientation handling for the chart panel prototype
lempinen [Tue, 8 Nov 2011 10:50:20 +0000 (10:50 +0000)]
Orientation handling for the chart panel prototype

git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@23228 ac1ea38d-2e2b-0410-8846-a27921b304fc

13 years agogit-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@23224 ac1ea38d-2e2b...
lempinen [Mon, 7 Nov 2011 10:25:46 +0000 (10:25 +0000)]
git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@23224 ac1ea38d-2e2b-0410-8846-a27921b304fc

13 years agoModified image ontology => multiple ontology versions were updated.
villberg [Thu, 3 Nov 2011 11:21:07 +0000 (11:21 +0000)]
Modified image ontology => multiple ontology versions were updated.

git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@23186 ac1ea38d-2e2b-0410-8846-a27921b304fc

13 years agoBuggy Chart Pane. Uncomment perspective extension from plugin.xml and clear workspace...
lempinen [Wed, 2 Nov 2011 12:08:32 +0000 (12:08 +0000)]
Buggy Chart Pane. Uncomment perspective extension from plugin.xml and clear workspace to see the deadlock

git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@23154 ac1ea38d-2e2b-0410-8846-a27921b304fc

13 years agoValve horizontal and vertical orientation and text locations
lempinen [Tue, 1 Nov 2011 14:15:28 +0000 (14:15 +0000)]
Valve horizontal and vertical orientation and text locations

git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@23151 ac1ea38d-2e2b-0410-8846-a27921b304fc

13 years agoCorrect bounds for HoverTextNodes even in the initialization phase when flows are...
lempinen [Tue, 1 Nov 2011 11:09:54 +0000 (11:09 +0000)]
Correct bounds for HoverTextNodes even in the initialization phase when flows are initialized before text nodes

git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@23142 ac1ea38d-2e2b-0410-8846-a27921b304fc

13 years agoFirst take on new route graph for flows
lempinen [Tue, 1 Nov 2011 09:56:43 +0000 (09:56 +0000)]
First take on new route graph for flows

git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@23141 ac1ea38d-2e2b-0410-8846-a27921b304fc

13 years agoFixing Sheet Ranges
lempinen [Fri, 28 Oct 2011 09:16:29 +0000 (09:16 +0000)]
Fixing Sheet Ranges

git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@23085 ac1ea38d-2e2b-0410-8846-a27921b304fc

13 years agogit-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@23072 ac1ea38d-2e2b...
lempinen [Fri, 28 Oct 2011 05:57:47 +0000 (05:57 +0000)]
git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@23072 ac1ea38d-2e2b-0410-8846-a27921b304fc

13 years agojava 6u29
lehtonen [Thu, 27 Oct 2011 22:23:34 +0000 (22:23 +0000)]
java 6u29

git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@23069 ac1ea38d-2e2b-0410-8846-a27921b304fc

13 years agoBumped all the necessary feature version numbers after Antti's plug-in version bumps.
lehtonen [Thu, 27 Oct 2011 22:16:13 +0000 (22:16 +0000)]
Bumped all the necessary feature version numbers after Antti's plug-in version bumps.

All trunk/head platform users: update your working platform.

git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@23068 ac1ea38d-2e2b-0410-8846-a27921b304fc

13 years agogit-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@23066 ac1ea38d-2e2b...
lehtonen [Thu, 27 Oct 2011 21:51:34 +0000 (21:51 +0000)]
git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@23066 ac1ea38d-2e2b-0410-8846-a27921b304fc

13 years agogit-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@23052 ac1ea38d-2e2b...
villberg [Thu, 27 Oct 2011 08:25:21 +0000 (08:25 +0000)]
git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@23052 ac1ea38d-2e2b-0410-8846-a27921b304fc

13 years agogit-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@23049 ac1ea38d-2e2b...
villberg [Thu, 27 Oct 2011 08:19:03 +0000 (08:19 +0000)]
git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@23049 ac1ea38d-2e2b-0410-8846-a27921b304fc

13 years agoAllow references to sheets in stock initial values (when fixed = true)
lempinen [Thu, 27 Oct 2011 07:36:23 +0000 (07:36 +0000)]
Allow references to sheets in stock initial values (when fixed = true)

git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@23048 ac1ea38d-2e2b-0410-8846-a27921b304fc

13 years agogit-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@23047 ac1ea38d-2e2b...
villberg [Thu, 27 Oct 2011 07:17:15 +0000 (07:17 +0000)]
git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@23047 ac1ea38d-2e2b-0410-8846-a27921b304fc

13 years agoFixed mapping problems with diagramcontainer and added a default gradient to playback...
lempinen [Thu, 27 Oct 2011 06:38:39 +0000 (06:38 +0000)]
Fixed mapping problems with diagramcontainer and added a default gradient to playback experiment

git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@23045 ac1ea38d-2e2b-0410-8846-a27921b304fc

13 years agoGradient options for playback experiments & polarity location selection
lempinen [Wed, 26 Oct 2011 12:13:58 +0000 (12:13 +0000)]
Gradient options for playback experiments & polarity location selection

git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@22963 ac1ea38d-2e2b-0410-8846-a27921b304fc

13 years agoPlayback reload and rounding of time label
lempinen [Thu, 20 Oct 2011 13:58:18 +0000 (13:58 +0000)]
Playback reload and rounding of time label

git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@22897 ac1ea38d-2e2b-0410-8846-a27921b304fc