]>
gerrit.simantics Code Review - simantics/sysdyn.git/log
lehtonen [Sat, 13 Mar 2010 10:41:59 +0000 (10:41 +0000)]
Removed deprecated stuff from sysdyn.graph
git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@14899
ac1ea38d -2e2b-0410-8846-
a27921b304fc
lehtonen [Thu, 11 Mar 2010 23:40:23 +0000 (23:40 +0000)]
THTH copyrights for sysdyn components.
git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@14871
ac1ea38d -2e2b-0410-8846-
a27921b304fc
lehtonen [Thu, 11 Mar 2010 20:51:52 +0000 (20:51 +0000)]
Ignore unnecessary generated stuff to let it into SVN and fixed sysdyn.graph to use ST.IsConnectedTo instead of the deprecated IsConnected.
git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@14864
ac1ea38d -2e2b-0410-8846-
a27921b304fc
lehtonen [Thu, 11 Mar 2010 20:44:25 +0000 (20:44 +0000)]
Remove stuff to be ignored.
git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@14863
ac1ea38d -2e2b-0410-8846-
a27921b304fc
lehtonen [Thu, 11 Mar 2010 14:39:10 +0000 (14:39 +0000)]
WARNING: modified org.simantics.db.ServiceLocator API for Simantics 1.0.
ServiceLocator.getService will now throw org.simantics.db.exceptions.ServiceNotFoundException
if a requested service is not available.
ServiceLocator.peekService was added to work as getService worked before this.
I scanned all uses of ServiceLocator.getService and changed them to peekService where needed.
PLEASE, check your own private code for places where you are using getService when you should be using peekService instead.
Most of the code I scanned through already worked according to the new getService specification and would previously just
have caused an NPE if the service was not available.
Also regenerate your databases to get new resource java files since OG had to be changed to use peekService instead of getService
in the resource files.
git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@14854
ac1ea38d -2e2b-0410-8846-
a27921b304fc
lehtonen [Thu, 11 Mar 2010 08:35:36 +0000 (08:35 +0000)]
Fixed wrong URI.
git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@14813
ac1ea38d -2e2b-0410-8846-
a27921b304fc
lehtonen [Thu, 11 Mar 2010 08:23:06 +0000 (08:23 +0000)]
Fixed objmap, h2d, sysdyn and sysdyn.ui to use the new style URIs.
git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@14811
ac1ea38d -2e2b-0410-8846-
a27921b304fc
lempinen [Wed, 10 Mar 2010 14:44:14 +0000 (14:44 +0000)]
empty shortcut tabs when cloud or dependency selected
git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@14791
ac1ea38d -2e2b-0410-8846-
a27921b304fc
lempinen [Wed, 10 Mar 2010 14:00:24 +0000 (14:00 +0000)]
Show empty equation view when cloud or dependency selected
git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@14790
ac1ea38d -2e2b-0410-8846-
a27921b304fc
lempinen [Wed, 10 Mar 2010 13:23:36 +0000 (13:23 +0000)]
Initial simulation data is gathered and added to datasets
git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@14783
ac1ea38d -2e2b-0410-8846-
a27921b304fc
lempinen [Wed, 10 Mar 2010 13:20:55 +0000 (13:20 +0000)]
Not allowing duplicate names
git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@14782
ac1ea38d -2e2b-0410-8846-
a27921b304fc
lempinen [Wed, 10 Mar 2010 11:46:01 +0000 (11:46 +0000)]
fixed parenthesis bug
git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@14767
ac1ea38d -2e2b-0410-8846-
a27921b304fc
lempinen [Wed, 10 Mar 2010 10:33:31 +0000 (10:33 +0000)]
New name after renameAction is validated (duplicate names)
git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@14756
ac1ea38d -2e2b-0410-8846-
a27921b304fc
lempinen [Wed, 10 Mar 2010 09:43:38 +0000 (09:43 +0000)]
Text elements don't allow to change a name to a name that already exists
git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@14752
ac1ea38d -2e2b-0410-8846-
a27921b304fc
lempinen [Wed, 10 Mar 2010 09:43:05 +0000 (09:43 +0000)]
removed function names from highlighted words
git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@14751
ac1ea38d -2e2b-0410-8846-
a27921b304fc
lempinen [Wed, 10 Mar 2010 09:42:46 +0000 (09:42 +0000)]
Delay-expression removed from Stock variables
git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@14750
ac1ea38d -2e2b-0410-8846-
a27921b304fc
lempinen [Wed, 10 Mar 2010 09:42:23 +0000 (09:42 +0000)]
Tables in shortcut tabs have data field. The content of the data field is inserted to expressions
git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@14749
ac1ea38d -2e2b-0410-8846-
a27921b304fc
lempinen [Wed, 10 Mar 2010 09:41:51 +0000 (09:41 +0000)]
switched x and y axis
git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@14748
ac1ea38d -2e2b-0410-8846-
a27921b304fc
lehtonen [Tue, 9 Mar 2010 08:06:21 +0000 (08:06 +0000)]
Fixed h2d EditorCanvas VolatileImage handling. Previously the VolatileImage double buffer would not receive any contents on my workstation since the image was not properly validated.
git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@14705
ac1ea38d -2e2b-0410-8846-
a27921b304fc
lehtonen [Mon, 8 Mar 2010 13:51:52 +0000 (13:51 +0000)]
Organized imports in SysdynBrowser to make it compile.
git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@14667
ac1ea38d -2e2b-0410-8846-
a27921b304fc
lempinen [Thu, 4 Mar 2010 18:04:44 +0000 (18:04 +0000)]
Create valve for context menu
git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@14587
ac1ea38d -2e2b-0410-8846-
a27921b304fc
lempinen [Thu, 4 Mar 2010 18:03:32 +0000 (18:03 +0000)]
Minor ui fixes (create valve handler for context menu, syntax error fix in expression view)
git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@14585
ac1ea38d -2e2b-0410-8846-
a27921b304fc
lempinen [Thu, 4 Mar 2010 18:02:37 +0000 (18:02 +0000)]
Parser supports { } in parameters (for example min({1, 2})
git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@14584
ac1ea38d -2e2b-0410-8846-
a27921b304fc
lempinen [Thu, 4 Mar 2010 15:35:01 +0000 (15:35 +0000)]
Configuration rename from Configuration View
git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@14573
ac1ea38d -2e2b-0410-8846-
a27921b304fc
lempinen [Thu, 4 Mar 2010 14:46:24 +0000 (14:46 +0000)]
GraphExplorerViewBase2 -> GraphExplorerView
git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@14567
ac1ea38d -2e2b-0410-8846-
a27921b304fc
jplaine [Wed, 3 Mar 2010 12:51:16 +0000 (12:51 +0000)]
Initial implementation of ISceneGraphProvider for Sysdyn resources. Can be used to display Sysdyn models in applet, but event handling is not implemented.
git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@14525
ac1ea38d -2e2b-0410-8846-
a27921b304fc
lempinen [Tue, 2 Mar 2010 18:00:42 +0000 (18:00 +0000)]
Configuration View
git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@14519
ac1ea38d -2e2b-0410-8846-
a27921b304fc
lempinen [Mon, 1 Mar 2010 17:18:04 +0000 (17:18 +0000)]
New configurations have name "Configuration" as default
git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@14496
ac1ea38d -2e2b-0410-8846-
a27921b304fc
lempinen [Mon, 1 Mar 2010 15:57:30 +0000 (15:57 +0000)]
Expression field no such variable -annotations and syntax highlighting
git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@14492
ac1ea38d -2e2b-0410-8846-
a27921b304fc
lempinen [Wed, 24 Feb 2010 17:32:31 +0000 (17:32 +0000)]
No spaces allowed when renaming variables in equation view or diagram. (both copy&paste and typing)
git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@14388
ac1ea38d -2e2b-0410-8846-
a27921b304fc
lempinen [Wed, 24 Feb 2010 17:08:02 +0000 (17:08 +0000)]
Renaming in sysdyn model browser
git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@14387
ac1ea38d -2e2b-0410-8846-
a27921b304fc
niemisto [Wed, 24 Feb 2010 14:49:28 +0000 (14:49 +0000)]
git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@14381
ac1ea38d -2e2b-0410-8846-
a27921b304fc
lempinen [Tue, 23 Feb 2010 15:24:23 +0000 (15:24 +0000)]
If simulation turned back on, simulate to apply any changes
git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@14358
ac1ea38d -2e2b-0410-8846-
a27921b304fc
lempinen [Tue, 23 Feb 2010 14:56:35 +0000 (14:56 +0000)]
simulation toggle button in sysdyn perspective
git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@14355
ac1ea38d -2e2b-0410-8846-
a27921b304fc
lempinen [Tue, 23 Feb 2010 13:34:35 +0000 (13:34 +0000)]
Sysdyn modelica simulation console
git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@14351
ac1ea38d -2e2b-0410-8846-
a27921b304fc
niemisto [Tue, 23 Feb 2010 12:38:03 +0000 (12:38 +0000)]
modelica monitor
git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@14348
ac1ea38d -2e2b-0410-8846-
a27921b304fc
niemisto [Sat, 20 Feb 2010 15:00:55 +0000 (15:00 +0000)]
sysdyn expression parser
git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@14264
ac1ea38d -2e2b-0410-8846-
a27921b304fc
niemisto [Sat, 20 Feb 2010 15:00:30 +0000 (15:00 +0000)]
git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@14263
ac1ea38d -2e2b-0410-8846-
a27921b304fc
lehtonen [Fri, 19 Feb 2010 22:56:22 +0000 (22:56 +0000)]
More descriptive sysdyn feature name.
git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@14255
ac1ea38d -2e2b-0410-8846-
a27921b304fc
lehtonen [Fri, 19 Feb 2010 22:55:41 +0000 (22:55 +0000)]
Renamed org.simantics.sysdyn.feature ID to org.simantics.sysdyn, removed .feature suffix from the ID.
git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@14254
ac1ea38d -2e2b-0410-8846-
a27921b304fc
lempinen [Tue, 16 Feb 2010 13:25:32 +0000 (13:25 +0000)]
Start and stop times for configuration. Spaces removed from configuration names
git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@14153
ac1ea38d -2e2b-0410-8846-
a27921b304fc
lempinen [Tue, 16 Feb 2010 13:23:58 +0000 (13:23 +0000)]
Configuration name parsing, equation view tweak and ( ) in modelica expression syntax check
git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@14152
ac1ea38d -2e2b-0410-8846-
a27921b304fc
lempinen [Tue, 16 Feb 2010 13:22:51 +0000 (13:22 +0000)]
Start and stop times for simulation
git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@14151
ac1ea38d -2e2b-0410-8846-
a27921b304fc
lempinen [Mon, 15 Feb 2010 16:22:14 +0000 (16:22 +0000)]
SysdynDiagramPopup. Rename, remove and new auxiliary, stock and cloud
git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@14127
ac1ea38d -2e2b-0410-8846-
a27921b304fc
niemisto [Mon, 15 Feb 2010 13:50:59 +0000 (13:50 +0000)]
git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@14118
ac1ea38d -2e2b-0410-8846-
a27921b304fc
niemisto [Mon, 15 Feb 2010 13:01:24 +0000 (13:01 +0000)]
context menu for sysdyn editor
git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@14111
ac1ea38d -2e2b-0410-8846-
a27921b304fc
lempinen [Mon, 15 Feb 2010 12:33:21 +0000 (12:33 +0000)]
Interpolate with WithLookup auxiliary
git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@14108
ac1ea38d -2e2b-0410-8846-
a27921b304fc
lempinen [Fri, 12 Feb 2010 13:05:34 +0000 (13:05 +0000)]
New model configurations can be created
git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@14036
ac1ea38d -2e2b-0410-8846-
a27921b304fc
lempinen [Fri, 12 Feb 2010 08:08:48 +0000 (08:08 +0000)]
Syntax error highlights the erroneus syntax. Focus fix for expression view with multiple expression fields.
git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@14033
ac1ea38d -2e2b-0410-8846-
a27921b304fc
lempinen [Fri, 12 Feb 2010 07:38:39 +0000 (07:38 +0000)]
Fixed selections and focus when double clicking a variable or a function
git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@14032
ac1ea38d -2e2b-0410-8846-
a27921b304fc
niemisto [Fri, 29 Jan 2010 15:28:57 +0000 (15:28 +0000)]
bugfix for text replace in equation view
git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@13779
ac1ea38d -2e2b-0410-8846-
a27921b304fc
lempinen [Fri, 29 Jan 2010 14:16:07 +0000 (14:16 +0000)]
Expression Field
git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@13778
ac1ea38d -2e2b-0410-8846-
a27921b304fc
niemisto [Fri, 29 Jan 2010 14:06:26 +0000 (14:06 +0000)]
bugfixes in objmap, annotating missing expressions in diagram
git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@13775
ac1ea38d -2e2b-0410-8846-
a27921b304fc
lempinen [Fri, 29 Jan 2010 12:32:46 +0000 (12:32 +0000)]
SourceViewer not working
git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@13767
ac1ea38d -2e2b-0410-8846-
a27921b304fc
niemisto [Fri, 29 Jan 2010 10:45:49 +0000 (10:45 +0000)]
- pinning trend view
- removed extra debug printing
git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@13761
ac1ea38d -2e2b-0410-8846-
a27921b304fc
niemisto [Fri, 29 Jan 2010 08:48:06 +0000 (08:48 +0000)]
fixed the but with the connection updates when valve was moved
git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@13757
ac1ea38d -2e2b-0410-8846-
a27921b304fc
niemisto [Fri, 29 Jan 2010 07:24:43 +0000 (07:24 +0000)]
SimulationJob (sysdyn)
git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@13755
ac1ea38d -2e2b-0410-8846-
a27921b304fc
niemisto [Wed, 27 Jan 2010 18:03:02 +0000 (18:03 +0000)]
lots of bugfixes
git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@13689
ac1ea38d -2e2b-0410-8846-
a27921b304fc
niemisto [Tue, 26 Jan 2010 23:29:19 +0000 (23:29 +0000)]
git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@13659
ac1ea38d -2e2b-0410-8846-
a27921b304fc
niemisto [Tue, 26 Jan 2010 23:29:15 +0000 (23:29 +0000)]
Share project "org.simantics.sysdyn.feature" into "https://www.simulationsite.net/svn/simantics"
git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@13658
ac1ea38d -2e2b-0410-8846-
a27921b304fc
niemisto [Tue, 26 Jan 2010 23:28:32 +0000 (23:28 +0000)]
git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@13657
ac1ea38d -2e2b-0410-8846-
a27921b304fc
niemisto [Tue, 26 Jan 2010 19:38:02 +0000 (19:38 +0000)]
exported packages
git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@13656
ac1ea38d -2e2b-0410-8846-
a27921b304fc
niemisto [Tue, 26 Jan 2010 19:37:39 +0000 (19:37 +0000)]
SysdynModel and SysdynModelManager
git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@13655
ac1ea38d -2e2b-0410-8846-
a27921b304fc
niemisto [Tue, 26 Jan 2010 19:37:15 +0000 (19:37 +0000)]
added trend view and automatic simulation
git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@13654
ac1ea38d -2e2b-0410-8846-
a27921b304fc
niemisto [Tue, 26 Jan 2010 19:36:56 +0000 (19:36 +0000)]
renamed the test sysdyn model
git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@13653
ac1ea38d -2e2b-0410-8846-
a27921b304fc
niemisto [Tue, 26 Jan 2010 15:41:25 +0000 (15:41 +0000)]
git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@13645
ac1ea38d -2e2b-0410-8846-
a27921b304fc
niemisto [Tue, 26 Jan 2010 15:41:18 +0000 (15:41 +0000)]
Share project "org.simantics.modelica" into "https://www.simulationsite.net/svn/simantics"
git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@13644
ac1ea38d -2e2b-0410-8846-
a27921b304fc
lempinen [Mon, 25 Jan 2010 17:36:07 +0000 (17:36 +0000)]
Check for items in the unitCombo before deleting them
git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@13639
ac1ea38d -2e2b-0410-8846-
a27921b304fc
lempinen [Mon, 25 Jan 2010 17:00:45 +0000 (17:00 +0000)]
NameComposite renames variables (the new name doesn't yet go to the visual representation)
git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@13637
ac1ea38d -2e2b-0410-8846-
a27921b304fc
lempinen [Mon, 25 Jan 2010 16:29:01 +0000 (16:29 +0000)]
Fix: Span is kept after resizing
git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@13634
ac1ea38d -2e2b-0410-8846-
a27921b304fc
niemisto [Mon, 25 Jan 2010 15:30:00 +0000 (15:30 +0000)]
fixing npe if shape is null
git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@13629
ac1ea38d -2e2b-0410-8846-
a27921b304fc
lempinen [Wed, 20 Jan 2010 16:12:22 +0000 (16:12 +0000)]
Multiple dependency arrows show only one dependency in the table
git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@13571
ac1ea38d -2e2b-0410-8846-
a27921b304fc
lempinen [Wed, 20 Jan 2010 15:54:43 +0000 (15:54 +0000)]
Comparison of dependencies and expression texts
git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@13570
ac1ea38d -2e2b-0410-8846-
a27921b304fc
lempinen [Wed, 13 Jan 2010 13:55:24 +0000 (13:55 +0000)]
New architecture for equationview. All interactions between components are defined in equationView.
git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@13498
ac1ea38d -2e2b-0410-8846-
a27921b304fc
niemisto [Tue, 12 Jan 2010 15:21:05 +0000 (15:21 +0000)]
collecting references in expression parser
git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@13487
ac1ea38d -2e2b-0410-8846-
a27921b304fc
lempinen [Tue, 12 Jan 2010 15:00:12 +0000 (15:00 +0000)]
Expression parser. Expression field listener checks the correctness of the expression.
git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@13486
ac1ea38d -2e2b-0410-8846-
a27921b304fc
niemisto [Mon, 11 Jan 2010 15:34:33 +0000 (15:34 +0000)]
modelica expression parser
git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@13476
ac1ea38d -2e2b-0410-8846-
a27921b304fc
lempinen [Mon, 11 Jan 2010 14:51:11 +0000 (14:51 +0000)]
New expression types
git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@13475
ac1ea38d -2e2b-0410-8846-
a27921b304fc
lempinen [Mon, 11 Jan 2010 14:10:38 +0000 (14:10 +0000)]
Expression type data saved when type changed
git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@13474
ac1ea38d -2e2b-0410-8846-
a27921b304fc
lempinen [Mon, 11 Jan 2010 13:14:12 +0000 (13:14 +0000)]
Different expression types, some examples
git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@13473
ac1ea38d -2e2b-0410-8846-
a27921b304fc
lempinen [Thu, 7 Jan 2010 12:22:15 +0000 (12:22 +0000)]
Unit selector. When equation view opened, it collects all units in the model. After that, it updates the unit list with new units added by the modeler
git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@13420
ac1ea38d -2e2b-0410-8846-
a27921b304fc
lehtonen [Thu, 31 Dec 2009 07:43:02 +0000 (07:43 +0000)]
ASSIGNED - # 610: Deploy org.simantics.g2d feature 0.9.0 release to target platform
https://www.simulationsite.net/trac/simantics/ticket/610
Versioned all org.simantics.g2d feature components to 0.9.0 and changed manifest dependencies accordingly.
WARNING: please check your manifests for problems with dependencies on g2d component, not every manifest has been updated.
git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@13376
ac1ea38d -2e2b-0410-8846-
a27921b304fc
lehtonen [Wed, 30 Dec 2009 23:28:10 +0000 (23:28 +0000)]
Adapt to org.simantics.scenegraph changes.
git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@13371
ac1ea38d -2e2b-0410-8846-
a27921b304fc
lempinen [Wed, 23 Dec 2009 14:56:28 +0000 (14:56 +0000)]
Unit selector, variable table focus fix
git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@13353
ac1ea38d -2e2b-0410-8846-
a27921b304fc
lempinen [Tue, 22 Dec 2009 15:11:21 +0000 (15:11 +0000)]
Expression types started
git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@13342
ac1ea38d -2e2b-0410-8846-
a27921b304fc
lempinen [Tue, 1 Dec 2009 15:50:56 +0000 (15:50 +0000)]
Arrowheads
git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@13205
ac1ea38d -2e2b-0410-8846-
a27921b304fc
niemisto [Tue, 1 Dec 2009 15:45:46 +0000 (15:45 +0000)]
git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@13204
ac1ea38d -2e2b-0410-8846-
a27921b304fc
niemisto [Tue, 1 Dec 2009 15:44:12 +0000 (15:44 +0000)]
git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@13203
ac1ea38d -2e2b-0410-8846-
a27921b304fc
lempinen [Fri, 27 Nov 2009 15:23:16 +0000 (15:23 +0000)]
Dependencies detected and double click adds variable to cursor location in the editor
git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@13198
ac1ea38d -2e2b-0410-8846-
a27921b304fc
lempinen [Fri, 27 Nov 2009 13:24:35 +0000 (13:24 +0000)]
Equation editor sketch
git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@13197
ac1ea38d -2e2b-0410-8846-
a27921b304fc
niemisto [Thu, 19 Nov 2009 15:04:12 +0000 (15:04 +0000)]
git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@13149
ac1ea38d -2e2b-0410-8846-
a27921b304fc
niemisto [Thu, 19 Nov 2009 14:36:21 +0000 (14:36 +0000)]
modelica text viewer for system dynamics configuration, Expression + NormalExpression
git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@13148
ac1ea38d -2e2b-0410-8846-
a27921b304fc
niemisto [Thu, 19 Nov 2009 10:41:15 +0000 (10:41 +0000)]
text in valve element
git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@13147
ac1ea38d -2e2b-0410-8846-
a27921b304fc
niemisto [Wed, 18 Nov 2009 13:42:06 +0000 (13:42 +0000)]
git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@13137
ac1ea38d -2e2b-0410-8846-
a27921b304fc
niemisto [Wed, 18 Nov 2009 13:41:49 +0000 (13:41 +0000)]
git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@13136
ac1ea38d -2e2b-0410-8846-
a27921b304fc
niemisto [Wed, 18 Nov 2009 13:41:39 +0000 (13:41 +0000)]
git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@13135
ac1ea38d -2e2b-0410-8846-
a27921b304fc
niemisto [Wed, 18 Nov 2009 13:40:38 +0000 (13:40 +0000)]
git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@13134
ac1ea38d -2e2b-0410-8846-
a27921b304fc
niemisto [Wed, 18 Nov 2009 13:40:26 +0000 (13:40 +0000)]
git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@13133
ac1ea38d -2e2b-0410-8846-
a27921b304fc
niemisto [Wed, 18 Nov 2009 13:38:38 +0000 (13:38 +0000)]
Share project "sysdyn_ontologies" into "https://www.simulationsite.net/svn/simantics/sysdyn/trunk"
git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@13132
ac1ea38d -2e2b-0410-8846-
a27921b304fc
niemisto [Wed, 18 Nov 2009 13:38:20 +0000 (13:38 +0000)]
Share project "org.simantics.sysdyn.ui" into "https://www.simulationsite.net/svn/simantics/sysdyn/trunk"
git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@13131
ac1ea38d -2e2b-0410-8846-
a27921b304fc