]>
gerrit.simantics Code Review - simantics/platform.git/log
Tuukka Lehtonen [Thu, 2 May 2019 13:00:54 +0000 (16:00 +0300)]
Index query fixes after commit
4e7fd7de
* Remove excessive use of explicit Types/Names constants in search
queries by using public static fields from Dependencies
* Added missing quoting to terms in index searches
* Use DependencyResources function where the Map returned by
Dependencies is not needed
* Fixed some searches to be case-insensitive again
gitlab #291
Change-Id: Id4a2c2ad332a9a5efe10a08c52c0598bdcd54bb2
Jussi Koskela [Fri, 26 Apr 2019 08:31:36 +0000 (11:31 +0300)]
Index tokenized lowercase versions of name and types for UI searches
* Added support for different name/label in search parameter selection.
* Fixed resource search to form wildcard query separately for each term.
* Added utility methods to SearchQuery for lower/uppercasing the query
gitlab #291
Change-Id: I141569877abc910387eca8633a1c4462153b034e
Marko Luukkainen [Tue, 23 Apr 2019 13:28:50 +0000 (16:28 +0300)]
Alternative Namespace migration step for Shared Libs
refs #290
Change-Id: Ieb18f5f958eb654ed19be2861ded64eb62ff5cb0
jsimomaa [Mon, 25 Feb 2019 09:25:15 +0000 (11:25 +0200)]
Fix typical toolbar calculations to not throw ClassCastExceptions
gitlab #264
Change-Id: I352dcf48397f76986a44c01494a7ff5c89852f4a
(cherry picked from commit
d8a328f8b97add888a0c89af1052978a226b7784 )
Marko Luukkainen [Fri, 15 Mar 2019 15:11:17 +0000 (15:11 +0000)]
Merge "Allow loading databoard serialized files with type adapting" into release/1.35.1
Marko Luukkainen [Fri, 15 Mar 2019 13:46:25 +0000 (15:46 +0200)]
Allow loading databoard serialized files with type adapting
refs #273
Change-Id: I8aeb070809910ae502ead24bcb87eeba3142bf22
Reino Ruusu [Thu, 14 Mar 2019 15:02:31 +0000 (17:02 +0200)]
Enhancements to UC migration.
gitlab #271
gitlab #272
Change-Id: Idefd29805e5c9cc5f7c331ba6bdb2a541e6ab134
jsimomaa [Wed, 6 Mar 2019 12:58:51 +0000 (14:58 +0200)]
Diagram mapping should remove connections alongside elements
gitlab #269
Change-Id: Ib848eb96f6f61093fc76dac3c49983e3febc3595
(cherry picked from commit
30fd51fd1b062f3ce0bd470cfee097c34ae4500b )
Tuukka Lehtonen [Fri, 8 Mar 2019 11:30:18 +0000 (11:30 +0000)]
Merge "Warn for existential variables in head pattern referred only once" into release/1.35.1
Hannu Niemistö [Thu, 28 Feb 2019 12:52:47 +0000 (14:52 +0200)]
Warn for existential variables in head pattern referred only once
#265
Change-Id: Ie022bbfb0b1829bc462bf88f44f65009464de096
(cherry picked from commit
413eb9409ab556f22293d28588b39f46d8449718 )
Hannu Niemistö [Thu, 28 Feb 2019 13:22:43 +0000 (15:22 +0200)]
Don't list warnings in console when module import fails
Change-Id: I54832d5c530f173665c632493403963dda80e2ea
(cherry picked from commit
036b555cbdd43f284be4818de93f11fdddf6d9f2 )
Tuukka Lehtonen [Fri, 9 Nov 2018 12:04:08 +0000 (14:04 +0200)]
Still fixes history collection value band endTime setting and rendering
Previous changes set value band end time to be the same as the next
value band's start time. However this caused the problem that there is
no way of telling during rendering where exactly within the previous
value band did the band's value go out of dead band and since t_end does
not tell us this. This means that line-rendering (not stepped sample
rendering) will get drawn invalidly if t_end > t_begin within a value
band.
The fix was to set t_end to the last timestamp where the value was still
within deadband, i.e:
```
|t0 t0_end | VALUE BAND #0 t0 < t0_end
| | |t1 | VALUE BAND #1 t1 = t1_end
| | |t1_end |
| | | |t2... VALUE BAND #2
ts0----ts1---- ts2------ts3---
v=0 v=0 v=1 v=2
```
gitlab #35
Change-Id: I073d1aed0d3ce0ffe30081937fdd7ff1c22dc107
(cherry picked from commit
b885083762a43ec97162a5f77df4fd5f85e28979 )
Marko Luukkainen [Tue, 26 Feb 2019 11:59:00 +0000 (11:59 +0000)]
Merge "Prevent infinite recursion in getNearestOwner" into release/1.35.1
Marko Luukkainen [Tue, 26 Feb 2019 11:58:32 +0000 (11:58 +0000)]
Merge "Support DnD from diagram to graphical debugger" into release/1.35.1
Marko Luukkainen [Tue, 26 Feb 2019 11:57:48 +0000 (11:57 +0000)]
Merge "Added resourceId and GUID to diagram DnD content" into release/1.35.1
Marko Luukkainen [Tue, 26 Feb 2019 11:57:29 +0000 (11:57 +0000)]
Merge "Removed extra modules OntologyModule imported to namespace" into release/1.35.1
Marko Luukkainen [Tue, 26 Feb 2019 11:57:16 +0000 (11:57 +0000)]
Merge "Log some information about missing property in SCLLabelRule" into release/1.35.1
Marko Luukkainen [Tue, 26 Feb 2019 11:56:40 +0000 (11:56 +0000)]
Merge "Use proper environment to resolve SCL types in ontology module" into release/1.35.1
Marko Luukkainen [Tue, 26 Feb 2019 11:56:19 +0000 (11:56 +0000)]
Merge "Deprecated methods in o.s.scl.compiler.Types class for parsing types" into release/1.35.1
Marko Luukkainen [Tue, 26 Feb 2019 11:56:14 +0000 (11:56 +0000)]
Merge "Documented difference of RuntimeEnvironmentRequest and Runti...quest2" into release/1.35.1
Marko Luukkainen [Tue, 26 Feb 2019 11:55:29 +0000 (11:55 +0000)]
Merge "Property following functions value and possibleValue to ontology modules" into release/1.35.1
Marko Luukkainen [Tue, 26 Feb 2019 11:54:54 +0000 (11:54 +0000)]
Merge "Added a class listing the reserved words of SCL language" into release/1.35.1
Marko Luukkainen [Tue, 26 Feb 2019 11:54:43 +0000 (11:54 +0000)]
Merge "Export package org.simantics.scl.compiler.internal.codegen.continuations" into release/1.35.1
Marko Luukkainen [Tue, 26 Feb 2019 11:53:28 +0000 (11:53 +0000)]
Merge "SCL-compiler should activate installed bundles" into release/1.35.1
Marko Luukkainen [Tue, 26 Feb 2019 11:52:59 +0000 (11:52 +0000)]
Merge "Minor refactorings related to SCL constructors" into release/1.35.1
Marko Luukkainen [Tue, 26 Feb 2019 11:52:35 +0000 (11:52 +0000)]
Merge "Added missing src folders and .keep files to 3 ontology plugins" into release/1.35.1
Marko Luukkainen [Tue, 26 Feb 2019 11:51:00 +0000 (11:51 +0000)]
Merge "Possibility to open SCL-modules from plug-in in JAR-file" into release/1.35.1
Marko Luukkainen [Tue, 26 Feb 2019 11:50:47 +0000 (11:50 +0000)]
Merge "Added first and last functions to MList module" into release/1.35.1
Marko Luukkainen [Tue, 26 Feb 2019 10:22:32 +0000 (10:22 +0000)]
Merge "Automatic deriving of instances for Json" into release/1.35.1
Hannu Niemistö [Wed, 24 Oct 2018 10:57:06 +0000 (13:57 +0300)]
Prevent infinite recursion in getNearestOwner
Change-Id: I58e0646daba1e41d9013085501bc1cee8fde1f13
Hannu Niemistö [Thu, 18 Oct 2018 10:15:31 +0000 (13:15 +0300)]
Support DnD from diagram to graphical debugger
Change-Id: I80cfb90e6f6a009c0fc4c6b84523c7bc7de05ff0
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
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 10:16:47 +0000 (13:16 +0300)]
Log some information about missing property in SCLLabelRule
Change-Id: I6237c54f3760603a1184c015d81de99f1302a3ae
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
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
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
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
HannuNiemistö [Mon, 10 Sep 2018 12:43:26 +0000 (15:43 +0300)]
Export package org.simantics.scl.compiler.internal.codegen.continuations
The class Cont in the package is required to implement constructors
outside of compiler plugin.
gitlab #114
Change-Id: I7177b9562d12215ee6a62b9f055c9c069fb543d0
jsimomaa [Mon, 10 Sep 2018 07:23:04 +0000 (10:23 +0300)]
SCL-compiler should activate installed bundles
gitlab #115
Conflicts:
bundles/org.simantics.scl.osgi/src/org/simantics/scl/osgi/internal/BundleModuleSource.java
Change-Id: Ic6c3aa47386e462442285ef79749f27acaf541c9
(cherry picked from commit
7b50064579d979d2f3e8901bad32b219c5e1441d )
HannuNiemistö [Sun, 9 Sep 2018 20:08:42 +0000 (23:08 +0300)]
Minor refactorings related to SCL constructors
* Moved recordFieldNames from SCLConstructor to SCLValue and renamed as
parameterNames
* Replaced String array fieldNames in SCLConstructor and Constructor by
more generic ComponentAcces array and renamed as componentAccesses.
gitlab #114
Change-Id: I4f8d59a2f028717b6777949c8d8fc6ec6d3b16e9
HannuNiemistö [Sat, 8 Sep 2018 17:48:43 +0000 (20:48 +0300)]
Added missing src folders and .keep files to 3 ontology plugins
Change-Id: I18e10137b10258be832e3fead67bb71f20cc2990
jsimomaa [Tue, 7 Aug 2018 11:03:55 +0000 (14:03 +0300)]
Possibility to open SCL-modules from plug-in in JAR-file
The real NPE problem was already fixed in
c52bf8a8 by Hannu, but this
adds some SLF4J logging.
gitlab #77
Change-Id: I9ce2e1efca375046b0b5f8a5dd483e1e288d594a
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
Hannu Niemistö [Thu, 14 Feb 2019 12:45:23 +0000 (14:45 +0200)]
Automatic deriving of instances for Json
Example:
data GeographicalLocation = GeographicalLocation {
latitude :: Double,
longitude :: Maybe Double
}
deriving instance Json GeographicalLocation
testIt :: <Proc> ()
testIt = do
print $ toJsonString GeographicalLocation {
latitude = 1,
longitude = Just 2 }
print (fromJsonString
"{ \"latitude\": 1, \"longitude\": 2 }"
:: GeographicalLocation)
print $ toJsonString GeographicalLocation {
latitude = 1,
longitude = Nothing }
print (fromJsonString
"{ \"latitude\": 1 }"
:: GeographicalLocation)
#256
Change-Id: I7f44b65472436779045e4d15871858d14132dff9
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
(cherry picked from commit
659b89ec3b47e57753db44217990499ebf0b2486 )
jsimomaa [Fri, 27 Jul 2018 07:14:49 +0000 (10:14 +0300)]
Performance and resource consumption optimization for G2D picking
* Scene graph R-tree based spatial optimization of picked
IElement-material resolution
* Parallel processing for both resolving the elements to pick and
picking the elements
* Added INode -> IElement map management to ElementPainter to have the
fastest possible means available in picking for getting from scene
graph nodes to their corresponding IElement instances.
gitlab #66
Change-Id: I524da0c2695cdda2eb4f0a1fa318f48ff8fcff24
(cherry picked from commit
48135dcd03588783f9c1b688aaa53cdaacba6ef2 )
jsimomaa [Wed, 21 Nov 2018 08:31:37 +0000 (10:31 +0200)]
Fix errors with procedural user components for computational values
gitlab #169
Merged cherry pick from master.
Change-Id: I1d95429ea1c49ca2f8bd20d447500513a3e6f87a
Tuukka Lehtonen [Fri, 14 Sep 2018 07:28:36 +0000 (10:28 +0300)]
Fix Layer0 definitions that cause unnecessary warnings in SCLTypeUtils
gitlab #120
Change-Id: I752331250a46f0e01f48ad128458460d3e9061cc
jsimomaa [Thu, 14 Feb 2019 11:24:34 +0000 (13:24 +0200)]
Add lookupJsonField to Data/Json SCL module
gitlab #256
Needed for district.
Change-Id: If3be1a2f355f4542ffb60e0984ceec2b8771ed0f
Tuukka Lehtonen [Mon, 25 Feb 2019 17:37:51 +0000 (17:37 +0000)]
Merge changes I2adf7640,I209d9d58 into release/1.35.1
* changes:
Added proper equals() implementations for validation compilation request
Initial version of validating derived properties formulas
Reino Ruusu [Mon, 25 Feb 2019 15:51:59 +0000 (17:51 +0200)]
Added proper equals() implementations for validation compilation request
Fix to use of old value from cache while validating derived properties.
gitlab #252
Change-Id: I2adf76401dac90ddecc0bf2b3c222da6e242c2d2
jsimomaa [Fri, 1 Feb 2019 07:39:08 +0000 (09:39 +0200)]
Initial version of validating derived properties formulas
Note: untested the procedural use case and still the solution can be a
bit hackish with e.g. constructing Variables and passing them along
However, at least this does something instead of just silently failing
gitlab #252
Conflicts:
bundles/org.simantics.structural.synchronization.client/src/org/simantics/structural/synchronization/client/Synchronizer.java
Change-Id: I209d9d585379b7b987861355589427ee90375738
Marko Luukkainen [Tue, 29 Jan 2019 11:06:53 +0000 (13:06 +0200)]
Rename linked list functions that are overlapping or are too generic
gitlab #250
Change-Id: Iae2e7ffc420970cb52c85c391361f02da3be3f28
(cherry picked from commit
0f1223c3cce41690160216eb1ec7be38f7bf4571 )
Marko Luukkainen [Mon, 25 Feb 2019 15:37:49 +0000 (15:37 +0000)]
Merge "Fixed database request threading issue in FlagUtil.join" into release/1.35.1
Tuukka Lehtonen [Tue, 18 Dec 2018 14:55:23 +0000 (16:55 +0200)]
Fixed database request threading issue in FlagUtil.join
gitlab #234
Change-Id: Ic97e56de1af19938e622143bf9acbe2f6154f74a
(cherry picked from commit
e478bb19f9329b3e7cd1c920ea8f5bdc63330f0e )
jsimomaa [Fri, 30 Nov 2018 12:04:34 +0000 (14:04 +0200)]
Speeding up platform startup time
Shaved ~1.5seconds off by starting SCL compiler priming at the beginning
of platform startup on the background before the LifeCycleProcesses
project feature needs the compiler.
Also removed seemingly unused VirtualGraphInitializer that installed
virtualgraphs/*.tg files into random memory-persistent virtual graphs
during platform startup. It simply piles on some startup overhead and
does nothing.
gitlab #221
Change-Id: I1ebbc4e292957755cd88f2941cd02730ae8605c8
(cherry picked from commit
6667a65141692bc359087d8f1c9c8561636f1c59 )
(cherry picked from commit
da1d266392c3fe2f1ad1541c0f401763c3802f01 )
Marko Luukkainen [Mon, 25 Feb 2019 14:36:03 +0000 (14:36 +0000)]
Merge "Initial support for concurrency in databoard, bindings and serializers" into release/1.35.1
jsimomaa [Tue, 6 Nov 2018 13:15:35 +0000 (15:15 +0200)]
Initial support for concurrency in databoard, bindings and serializers
* This fixes the parallellization problem in PlatformUtil.getAllGraphs
where parallel streams can now be used.
* VariableBinding is removed because it hasn't ever been used and it is
deadlock prone and not very useful
* Removed SerialisationSupport field from ResourceBinding as it has been
commented out for ages now. If we need this at some point, let's add it
back.
gitlab #180
Change-Id: Ic4240921b5e60ea8d642feb85e9608f936272190
(cherry picked from commit
48bb50bb6640506d1f150ca8e4fa5a6e878464be )
jsimomaa [Thu, 8 Nov 2018 07:03:03 +0000 (09:03 +0200)]
Add DatabaseJob.inProgress() checking to certain UI-handlers
gitlab #186
Change-Id: Ib8d547a54ffefde6ebf887e162d3adc8479c6de4
(cherry picked from commit
d924aa9e2691606e0bc8044cce01aff4abcc7bc9 )
Marko Luukkainen [Mon, 25 Feb 2019 13:53:52 +0000 (13:53 +0000)]
Merge "UI locking fixes for GraphExplorer implementations" into release/1.35.1
Marko Luukkainen [Mon, 25 Feb 2019 13:50:46 +0000 (13:50 +0000)]
Merge "Fixed Acorn MainProgram and GraphClientImpl2 to use Logger" into release/1.35.1
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
(cherry picked from commit
97e8b055b8ad16f1d799c81898fee075780a5a83 )
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
(cherry picked from commit
7057e920b41f05ea4a98d904abbc708d7f131fa2 )
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
(cherry picked from commit
32f61540d7bf4d15f1ae5fa1b8cf56789f4ee207 )
Marko Luukkainen [Mon, 25 Feb 2019 12:22:14 +0000 (12:22 +0000)]
Merge "NPE while recalculating title for CompatibilityPart" into release/1.35.1
Marko Luukkainen [Mon, 25 Feb 2019 12:21:42 +0000 (12:21 +0000)]
Merge "DelayedWriteGraph denyValue should deny the value statement as well" into release/1.35.1
Tuukka Lehtonen [Mon, 25 Feb 2019 12:20:49 +0000 (12:20 +0000)]
Merge "Search deeply for generic superclass in ReflectionUtils" into release/1.35.1
Tuukka Lehtonen [Mon, 25 Feb 2019 12:19:10 +0000 (12:19 +0000)]
Merge "Remove unnecessary getComparableKey from HashMapBinding" into release/1.35.1
jsimomaa [Tue, 18 Dec 2018 13:52:49 +0000 (15:52 +0200)]
Remove unnecessary getComparableKey from HashMapBinding
This speeds up loading e.g. 60MB mapping file from 32s to 2s
gitlab #241
Needed for district.
Change-Id: I14a4f6d4998c61f88a7d7798947e70ce041a4f1f
(cherry picked from commit
e5a79f44f9d6ce5f38fb61c5db0d9af0a1db35a9 )
jsimomaa [Tue, 19 Feb 2019 12:04:45 +0000 (14:04 +0200)]
Duplicate MouseWheelMovedEvent was not actually fixed
gitlab #64
Change-Id: I4989c4f57e0a1f44a3366640c6e756ad2c93c4ad
(cherry picked from commit
162f92e52a7efa9fd0067666be6e9dfd28ec1e51 )
jsimomaa [Thu, 13 Sep 2018 12:27:43 +0000 (15:27 +0300)]
NPE while recalculating title for CompatibilityPart
gitlab #117
Change-Id: Ie293c21c66a273ceb0b2fe3908168b6aebf9f347
(cherry picked from commit
20c2fa2629081d808fe313e387951f69111236b6 )
Jani Simomaa [Sat, 8 Sep 2018 05:32:00 +0000 (08:32 +0300)]
DelayedWriteGraph denyValue should deny the value statement as well
gitlab #113
Change-Id: I5913e3d888d10315fadb323dfffb585e22d68444
(cherry picked from commit
5f3260ea85b48717183e28efee5806f706d04c05 )
(cherry picked from commit
da9040581c9c7e7611de39f10466a36efd2bdd2a )
jsimomaa [Wed, 5 Dec 2018 09:18:47 +0000 (11:18 +0200)]
Search deeply for generic superclass in ReflectionUtils
gitlab #224
Needed for district.
Change-Id: I3f3decead033c62726c5919b2b3f36b786de5135
(cherry picked from commit
8905e67e82991121305889e6474a124d6ec79bf8 )
Marko Luukkainen [Mon, 25 Feb 2019 11:13:31 +0000 (11:13 +0000)]
Merge "Fix selectPath returning true for nodes that haven't been loaded." into release/1.35.1
Marko Luukkainen [Fri, 1 Feb 2019 13:01:16 +0000 (15:01 +0200)]
Fix selectPath returning true for nodes that haven't been loaded.
gitlab #253
Change-Id: Ifdc5853e34f2c213acc6dcbffb4da3085936d60d
(cherry picked from commit
cd343042b5518b7a45fffb35ccb91cb4d810a6e7 )
Tuukka Lehtonen [Mon, 5 Nov 2018 23:54:38 +0000 (01:54 +0200)]
Added Simantics/Diagram/{withScale,transformElement,transformElements}
Also added some documentation to the SCL module.
gitlab #179
Change-Id: Ia00785d38036f640c7636d53fdc7fde102c38d65
(cherry picked from commit
b8afde7d56558ae67a5821c066e0ea0f69b049da )
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
(cherry picked from commit
96ae58fda842dcd8266192eeb1399324b092154a )
Jussi Koskela [Thu, 6 Sep 2018 13:46:17 +0000 (16:46 +0300)]
Trigger all drag start events from single place
gitlab #112
Change-Id: Ifdde60194967fc80fbf0276c754af00e3c2a3ca2
(cherry picked from commit
bdb7180f6425b460b8566a3223b319caf9dbc56f )
Marko Luukkainen [Mon, 25 Feb 2019 10:00:23 +0000 (10:00 +0000)]
Merge "Added null check after getPossibleType(STR.Component)" into release/1.35.1
Marko Luukkainen [Mon, 25 Feb 2019 10:00:03 +0000 (10:00 +0000)]
Merge "Added null check for getPossibleObject return value" into release/1.35.1
Tuukka Lehtonen [Thu, 20 Sep 2018 12:45:46 +0000 (15:45 +0300)]
Fixed NPE from ConnectionPointNameStyle.applyStyleForNode
gitlab #129
Change-Id: I7d5f3be3cc695e5a6e8f9cf131fcc24b275a5e85
(cherry picked from commit
df479ad3f602a36c39374d95c0e205b27c868f94 )
(cherry picked from commit
7bef46ce0a0897830a07b0e3f7a482c2c2f48acb )
Tuukka Lehtonen [Fri, 14 Sep 2018 12:38:27 +0000 (15:38 +0300)]
Added null check after getPossibleType(STR.Component)
gitlab #118
Change-Id: I9b2d5f82ca9eb7a769cde44d925ff93437461175
(cherry picked from commit
c837c3cf6d782fa6af127cf2f02d74de2b362fd3 )
Tuukka Lehtonen [Fri, 14 Sep 2018 13:15:00 +0000 (16:15 +0300)]
Added null check for getPossibleObject return value
gitlab #124
Change-Id: Ia5deaafddd4f15c25351feed19d32b4634349544
(cherry picked from commit
74083d12acc3169cbeb36f39b3f4837ffdc34233 )
(cherry picked from commit
ad5b573b5db77a3e00429fc24e2de855bce7f48a )
Marko Luukkainen [Fri, 22 Feb 2019 12:38:29 +0000 (12:38 +0000)]
Merge "Disable flickering in ColorSelectionDialog" into release/1.35.1
Marko Luukkainen [Fri, 22 Feb 2019 12:33:39 +0000 (12:33 +0000)]
Merge "Implement ImageDescriptor.getImageData(int zoom)" into release/1.35.1
jsimomaa [Tue, 18 Dec 2018 13:10:14 +0000 (15:10 +0200)]
Disable flickering in ColorSelectionDialog
gitlab #238
Change-Id: Ib21e8b4eb569172f96db1b463297abe12d3d061c
(cherry picked from commit
a8891c8747dbfa75a4a3811ced1772c607ab5bdf )
Tuukka Lehtonen [Fri, 7 Dec 2018 12:52:57 +0000 (14:52 +0200)]
Implement ImageDescriptor.getImageData(int zoom)
gitlab #228
Change-Id: I0b0294a8a48d6d633c452fee780be502f4d58406
(cherry picked from commit
399abb1d550786b9077895ea1587d3f556fb0ed0 )
Tuukka Lehtonen [Fri, 30 Nov 2018 23:16:34 +0000 (01:16 +0200)]
Fixed invalid argument problem from RouteGraphUtils.load
Wrong IElement passed to TerminalLayout.getTerminalPosition.
gitlab #220
Change-Id: I46b82ccd8937107a771c1f157cd4581066736abc
(cherry picked from commit
ca2230ef8d0b31fabaa114535c0334ece283cb8a )
Hannu Niemistö [Wed, 17 Oct 2018 10:14:46 +0000 (13:14 +0300)]
Fixed a typo in Viewpoint ontology
Change-Id: I0929253a6c8f7a4da0a19a73dd8e96c2a2696770
(cherry picked from commit
0d09c1eadf0d26185bc3d5b1467523beb585f551 )
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
(cherry picked from commit
bc195f999a0a3f4571ff45342327223b4b480750 )
Tuukka Lehtonen [Fri, 23 Nov 2018 08:55:50 +0000 (10:55 +0200)]
Added trailing zero visibility control for FormattingUtil
Also fixed some bugs in constructing the formatters with designated
smaller amount of significant digits.
High-value formatter selection was made a bit more complex by the
trailing zeroes option.
gitlab #213
Change-Id: I9e1b159940d4058a21d6cad5080892b6e1ed2d6c
(cherry picked from commit
fccd5bec4ca9bbd9bdf547b304ae00e43730502c )
Marko Luukkainen [Thu, 21 Feb 2019 17:15:51 +0000 (17:15 +0000)]
Merge "HistoryUtil API for exporting subscription history data archive file" into release/1.35.1
Marko Luukkainen [Thu, 21 Feb 2019 17:10:59 +0000 (17:10 +0000)]
Merge "General event listening interface for DB and purge events." into release/1.35.1
Marko Luukkainen [Thu, 21 Feb 2019 17:02:56 +0000 (17:02 +0000)]
Merge "Updated target platform files" into release/1.35.1
Tuukka Lehtonen [Fri, 7 Dec 2018 12:18:49 +0000 (14:18 +0200)]
HistoryUtil API for exporting subscription history data archive file
Previously exporting was supported only directly into the database.
gitlab #227
Change-Id: I672cc3f5ca20b3b26e9b35d0c3eaf5415d1a3e5f
(cherry picked from commit
662ee6d0e68c386fdbc22300bdadb58d61de5b17 )
Marko Luukkainen [Thu, 17 Jan 2019 14:27:55 +0000 (16:27 +0200)]
General event listening interface for DB and purge events.
gitlab #245
Change-Id: Icdceaba3f8848751a24ee5aa9e1888b2540f0c73
(cherry picked from commit
b2bb3ff110b5bf929b6d676f0122a15a43358440 )
Marko Luukkainen [Thu, 21 Feb 2019 16:50:27 +0000 (18:50 +0200)]
Updated target platform files
gitlab #261
Change-Id: Idcc2b2622f6e3dab45f4615367ad272d1f6c3fc3
Marko Luukkainen [Thu, 21 Feb 2019 16:48:34 +0000 (16:48 +0000)]
Merge "ImportPdfReader now implements Closeable" into release/1.35.1