This is an automated email from the ASF dual-hosted git repository.
ebakke pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git.
from 340934e [NETBEANS-2506] Added OpenJFX Samples module to JavaFX
cluster, including two Maven samples (#1241)
new b211ac8 Factored out the parameter parsing logic for the splash
screen's status line, in preparation for adding a separate optional version
text box.
new 437a29d Added the ability to have a version string automatically
added to the splash screen.
new 7efecbc Add splash screen with dynamic version information added at
runtime.
new 2b18f36 Support proper HiDPI rendering of splash screen and About box
images. (The splash screen image was already added in high resolution in a
previous commit.)
new 7d7d0f7 Some formatting fixes related to the commits in this PR.
The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../updater/resources/updatersplash_nb.gif | Bin 5499 -> 7449 bytes
.../org/netbeans/core/startup/Bundle_nb.properties | 29 ++-
.../org/netbeans/core/startup/about_dark_nb.png | Bin 23598 -> 15243 bytes
.../src/org/netbeans/core/startup/about_nb.png | Bin 23598 -> 15243 bytes
.../org/netbeans/core/startup/splash_dark_nb.gif | Bin 44561 -> 15243 bytes
.../src/org/netbeans/core/startup/splash_nb.gif | Bin 44561 -> 15243 bytes
platform/core.startup/apichanges.xml | 18 ++
.../netbeans/core/startup/ScaledBitmapIcon.java | 128 ++++++++++
.../src/org/netbeans/core/startup/Splash.java | 270 ++++++++++++++-------
.../netbeans/core/ui/ProductInformationPanel.java | 6 +-
10 files changed, 359 insertions(+), 92 deletions(-)
create mode 100644
platform/core.startup/src/org/netbeans/core/startup/ScaledBitmapIcon.java
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists