Skip to content
Unstable

Changes

Summary

  1. Introduce URI scheme 'binref' to allow referencing BinaryResource (details)
  2. No public constructor for BinaryRefs (details)
  3. TileTable & BooleanColumn improvements (details)
  4. Update maven master to 3.12.5 (details)
  5. Update maven master to 3.12.6 (details)
Commit 8e7357c11fd28f18487847f8817c3c82d0f7fd85 by Ralph Steiner
Introduce URI scheme 'binref' to allow referencing BinaryResource

An URI with scheme 'binref' identifies a BinaryResource. The utility
class BinaryRefs provides methods to get the BinaryResource reference by
such a URI. An application must create classes implementing
'IBinaryRefHandler' in order to load a BinaryResource for a URI. A
handler registers itself for a path. If a (prefix-)path of a binref URI
matches the registration path of a handler this handler is called to
load BinaryResource for this URI.



Change-Id: I16b333223fcf6ed0f1a23bf5ecca3e2362376684
Reviewed-on: https://git.eclipse.org/r/c/scout/org.eclipse.scout.rt/+/166605
Tested-by: Ralph Steiner <rst@bsiag.com>
Reviewed-by: Ralph Steiner <rst@bsiag.com>
Signed-off-by: Ralph Steiner <rst@bsiag.com>
Reviewed-on: https://git.eclipse.org/r/c/scout/org.eclipse.scout.rt/+/165662
Tested-by: Scout Bot <scout-bot@eclipse.org>
The file was addedorg.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/resource/IBinaryRefHandler.java
The file was addedorg.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/resource/BinaryRefs.java
The file was addedorg.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/resource/BinaryRefTest.java
The file was addedorg.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/resource/RootBinaryRefHandler.java
The file was addedorg.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/resource/BinaryRefSupport.java
Commit c5b4e136cb2c15a27459fce5215cdb6919d0f933 by Ralph Steiner
No public constructor for BinaryRefs

Change-Id: Ica15b4df9c410f5f8c54d9add07a4f025894c991
The file was modified org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/resource/BinaryRefs.java
The file was modified org.eclipse.scout.rt.platform.test/src/test/java/org/eclipse/scout/rt/platform/resource/BinaryRefTest.java
The file was modified org.eclipse.scout.rt.platform/src/main/java/org/eclipse/scout/rt/platform/resource/RootBinaryRefHandler.java
Commit 0b77351d438282a1720446f0bb0b3cf4b5fed451 by Ralf Muri
TileTable & BooleanColumn improvements

TileTable:
- add support for useUiHeight/Width using RowLayout
- improve grouping for empty values & icon columns

BooleanColumn:
- Support grouping in JS
- add support for Tristate in JS

268929

Signed-off-by: Ralf Muri <ralf.muri@bsi-software.com>
Change-Id: I1f9605e24be61d87a45689da882f5a38baad089d
Reviewed-on: https://git.eclipse.org/r/c/scout/org.eclipse.scout.rt/+/166397
Tested-by: Scout Bot <scout-bot@eclipse.org>
The file was modified org.eclipse.scout.rt.ui.html/src/main/java/org/eclipse/scout/rt/ui/html/UiTextContributor.java
The file was modified eclipse-scout-core/src/table/columns/BooleanColumn.js
The file was modified org.eclipse.scout.rt.ui.html/src/main/resources/org/eclipse/scout/rt/ui/html/texts/Texts.properties
The file was modified org.eclipse.scout.rt.ui.html/src/main/resources/org/eclipse/scout/rt/ui/html/texts/Texts_de.properties
The file was modified eclipse-scout-core/src/table/TableTileGridMediator.js
The file was modified eclipse-scout-core/src/table/TableLayout.js
The file was modified eclipse-scout-core/src/table/TableFooter.less
The file was modified eclipse-scout-core/src/table/TableMatrix.js
Commit e1fdcad720699f3cd21ac27ad22d475fab789484 by Arthur van Dorp
Update maven master to 3.12.5
The file was modified org.eclipse.scout.rt/pom.xml
Commit 037806405a556660ec05bb9b1920b07261975354 by Arthur van Dorp
Update maven master to 3.12.6
The file was modified org.eclipse.scout.rt/pom.xml