Skip to content
Success

Changes

Summary

  1. STB-135, STB-136: Added Scene finalizers, JMetro dark style no more hardwired. (details)
  2. Changed base name of properties. (details)
  3. Updated site. (details)
  4. SpotBugs is now an optional dependency, POM clean up. (details)
  5. Added javadoc and clean up. (details)
  6. Changed docker image for Bitbucket Pipeline. (details)
  7. TheseFoolishThings upgraded to '5.0-ALPHA-1'. (details)
  8. Super POM upgraded to '5.16'. (details)
  9. Redesigned support for @PresentationAssembler so it's compatible with modules. (details)
  10. Next version is 3.0-ALPHA-1. (details)
  11. STB-137: Add support for Java 9 modules. (details)
Commit 01659bd10b99228c0438ef9f26fee1edb42b5b61 by Fabrizio Giudici
STB-135, STB-136: Added Scene finalizers, JMetro dark style no more hardwired.
The file was modifiedmodules/JavaFXBindings/src/main/java/it/tidalwave/ui/javafx/JavaFXApplicationWithSplash.java (diff)
The file was modifiedmodules/JavaFXBindings/src/main/java/it/tidalwave/ui/javafx/spi/AbstractJavaFXSpringApplication.java (diff)
The file was modifiedmodules/examples/PresentationJavaFX/src/main/java/it/tidalwave/ui/example/presentation/javafx/Main.java (diff)
Commit 5a30998a775192636657265e36d30aaa9fd8ca27 by Fabrizio Giudici
Changed base name of properties.
The file was modifiedmodules/JavaFXBindings/src/main/java/it/tidalwave/ui/javafx/JavaFXApplicationWithSplash.java (diff)
The file was modifiedsrc/site/markdown/index.md.vm (diff)
The file was modifiedsrc/site/markdown/getting-started.md.vm (diff)
Commit 6d7505aad6d3eb9ee833c9eb986dfc369787693e by Fabrizio Giudici
SpotBugs is now an optional dependency, POM clean up.
The file was modifiedmodules/JavaFXBindings/pom.xml (diff)
The file was modifiedmodules/examples/Presentation/pom.xml (diff)
The file was modifiedmodules/examples/PresentationJavaFX/pom.xml (diff)
The file was removedmodules/examples/PresentationJavaFX/src/config/activate-it.tidalwave-aspectj-springaop-v2-profile
The file was modifiedmodules/Core/pom.xml (diff)
The file was modifiedmodules/pom.xml (diff)
Commit 66fa7390facddece0536e3a72d619855cf5ee8dd by Fabrizio Giudici
Added javadoc and clean up.
The file was modifiedmodules/Core/src/main/java/it/tidalwave/ui/core/role/UserAction.java (diff)
The file was modifiedmodules/Core/src/main/java/it/tidalwave/ui/core/role/MutableDisplayable.java (diff)
The file was modifiedmodules/Core/src/main/java/it/tidalwave/ui/core/role/Visibility.java (diff)
The file was modifiedmodules/Core/src/main/java/it/tidalwave/ui/core/role/Displayable.java (diff)
The file was modifiedmodules/Core/src/main/java/it/tidalwave/ui/core/role/PlainTextDisplayable.java (diff)
The file was modifiedmodules/examples/Presentation/src/main/java/it/tidalwave/ui/example/presentation/MainPanelPresentation.java (diff)
The file was modifiedmodules/Core/src/main/java/it/tidalwave/ui/core/role/Presentable.java (diff)
The file was modifiedmodules/Core/src/main/java/it/tidalwave/ui/core/message/PanelShowRequest.java (diff)
The file was modifiedmodules/JavaFXBindings/src/main/java/it/tidalwave/ui/javafx/role/CustomGraphicProvider.java (diff)
The file was modifiedmodules/Core/src/main/java/it/tidalwave/ui/core/role/IconProvider.java (diff)
The file was modifiedmodules/Core/src/main/java/it/tidalwave/ui/core/role/PresentationModel.java (diff)
The file was modifiedmodules/Core/src/main/java/it/tidalwave/ui/core/role/PresentationModelFactory.java (diff)
The file was modifiedmodules/Core/src/main/java/it/tidalwave/ui/core/role/HtmlDisplayable.java (diff)
The file was modifiedmodules/Core/src/main/java/it/tidalwave/ui/core/role/MutableIconProvider.java (diff)
The file was modifiedmodules/Core/src/main/java/it/tidalwave/ui/core/role/UserActionProvider.java (diff)
The file was modifiedmodules/Core/src/main/java/it/tidalwave/ui/core/message/PanelHiddenNotification.java (diff)
The file was modifiedmodules/Core/src/main/java/it/tidalwave/ui/core/message/PanelShownNotification.java (diff)
The file was modifiedmodules/Core/src/main/java/it/tidalwave/ui/core/role/Selectable.java (diff)
The file was modifiedmodules/examples/Presentation/src/main/java/it/tidalwave/ui/example/presentation/impl/DefaultMainPanelPresentationControl.java (diff)
The file was modifiedmodules/Core/src/main/java/it/tidalwave/ui/core/MenuBarControl.java (diff)
The file was modifiedmodules/Core/src/main/java/it/tidalwave/ui/core/role/Styleable.java (diff)
Commit 8c3baa6841677cef9db0337bb8b3706ea15c7d35 by Fabrizio Giudici
Changed docker image for Bitbucket Pipeline.
The file was modifiedmodules/examples/pom.xml (diff)
The file was modifiedbitbucket-pipelines.yml (diff)
Commit dd87119933f7d26c543496cf534c17712fba12e1 by Fabrizio Giudici
TheseFoolishThings upgraded to '5.0-ALPHA-1'.
The file was modifiedmodules/Core/src/main/java/it/tidalwave/ui/core/role/spi/SimpleCompositePresentable.java (diff)
The file was modifiedmodules/JavaFXBindings/src/test/java/it/tidalwave/ui/javafx/impl/UserActionProviderContextMenuBuilderTest.java (diff)
The file was modifiedmodules/pom.xml (diff)
Commit 54febc9999364f5ce4ad00a89151bf1160250e17 by Fabrizio Giudici
Super POM upgraded to '5.16'.
The file was modifiedpom.xml (diff)
The file was modifiedmodules/examples/pom.xml (diff)
Commit 6873b4e359a5283d374a5da4b9f2e0caac580347 by Fabrizio Giudici
Redesigned support for @PresentationAssembler so it's compatible with modules.
The file was modifiedmodules/JavaFXBindings/src/main/java/it/tidalwave/ui/javafx/impl/util/JavaFXSafeProxy.java (diff)
The file was modifiedmodules/JavaFXBindings/src/main/java/it/tidalwave/ui/javafx/spi/AbstractJavaFXSpringApplication.java (diff)
The file was modifiedmodules/examples/Presentation/pom.xml (diff)
The file was modifiedmodules/JavaFXBindings/pom.xml (diff)
The file was modifiedmodules/examples/PresentationJavaFX/pom.xml (diff)
The file was modifiedpom.xml (diff)
The file was modifiedmodules/examples/pom.xml (diff)
The file was modifiedmodules/pom.xml (diff)
The file was modifiedmodules/examples/Model/pom.xml (diff)
Commit 2d51c79c87dae92f1e0485e729702e120717a578 by Fabrizio Giudici
STB-137: Add support for Java 9 modules.
The file was modifiedmodules/pom.xml (diff)
The file was modifiedmodules/examples/Model/pom.xml (diff)
The file was addedmodules/examples/Model/src/main/java/module-info.java
The file was addedmodules/examples/PresentationJavaFX/src/main/java/module-info.java
The file was addedmodules/JavaFXBindings/src/main/java/module-info.java
The file was modifiedmodules/examples/PresentationJavaFX/pom.xml (diff)
The file was addedmodules/Core/src/main/java/module-info.java
The file was modifiedmodules/JavaFXBindings/pom.xml (diff)
The file was addedmodules/examples/Presentation/src/main/java/module-info.java