This is an automated email from the ASF dual-hosted git repository. ebakke pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/netbeans.git
commit 7efecbc630073acc4e86e08f1c59fb8f375f300a Author: Eirik Bakke <[email protected]> AuthorDate: Sat May 11 07:15:34 2019 +0200 Add splash screen with dynamic version information added at runtime. --- .../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 6 files changed, 21 insertions(+), 8 deletions(-) diff --git a/nb/ide.branding/autoupdate.services/libsrc/org/netbeans/updater/resources/updatersplash_nb.gif b/nb/ide.branding/autoupdate.services/libsrc/org/netbeans/updater/resources/updatersplash_nb.gif index e0aca01..1c882f4 100755 Binary files a/nb/ide.branding/autoupdate.services/libsrc/org/netbeans/updater/resources/updatersplash_nb.gif and b/nb/ide.branding/autoupdate.services/libsrc/org/netbeans/updater/resources/updatersplash_nb.gif differ diff --git a/nb/ide.branding/core.startup/src/org/netbeans/core/startup/Bundle_nb.properties b/nb/ide.branding/core.startup/src/org/netbeans/core/startup/Bundle_nb.properties index acab338..f1f3334 100644 --- a/nb/ide.branding/core.startup/src/org/netbeans/core/startup/Bundle_nb.properties +++ b/nb/ide.branding/core.startup/src/org/netbeans/core/startup/Bundle_nb.properties @@ -17,7 +17,7 @@ #Splash #NOI18N -SPLASH_WIDTH=473 +SPLASH_WIDTH=480 #NOI18N SPLASH_HEIGHT=300 @@ -26,21 +26,21 @@ SplashShowProgressBar=true # x, y, w, h #NOI18N -SplashRunningTextBounds=56, 278, 390, 12 +SplashRunningTextBounds=16, 278, 448, 12 #NOI18N -SplashProgressBarBounds=55, 277, 413, 3 +SplashProgressBarBounds=16, 275, 448, 2 #16986: Special font size used only for splash screen #NOI18N -SplashRunningTextFontSize=6 +SplashRunningTextFontSize=10 # RGB #NOI18N -SplashRunningTextColor=0x3b3954 +SplashRunningTextColor=0xFFFFFF #NOI18N -SplashProgressBarColor=0xe70045 +SplashProgressBarColor=0xFFFFFF #NOI18N -SplashProgressBarEdgeColor=0xC5646F +SplashProgressBarEdgeColor=0xFFFFFF #NOI18N -SplashProgressBarCornerColor=0xB4A2B5 +SplashProgressBarCornerColor=0xFFFFFF # x, y, w, h #NOI18N AboutTextBounds=78, 60, 362, 20 @@ -48,6 +48,19 @@ AboutTextBounds=78, 60, 362, 20 #NOI18N AboutTextColor=0x000000 ++################### +# [NETBEANS-2455] Add a version string to the splash screen: +#NOI18N +SplashVersionTextBounds=16, 257, 448, 16 +#NOI18N +SplashVersionTextFontSize=13 +#NOI18N +SplashVersionTextFontType=Dialog +#NOI18N +SplashVersionTextColor=0xFFFFFF +SplashVersionTextHorizontalAlignment=right +################### + LBL_splash_window_title=Starting Apache NetBeans IDE currentVersion=Apache NetBeans IDE Dev (Build {0}) diff --git a/nb/ide.branding/core.startup/src/org/netbeans/core/startup/about_dark_nb.png b/nb/ide.branding/core.startup/src/org/netbeans/core/startup/about_dark_nb.png index d39f649..5de1487 100644 Binary files a/nb/ide.branding/core.startup/src/org/netbeans/core/startup/about_dark_nb.png and b/nb/ide.branding/core.startup/src/org/netbeans/core/startup/about_dark_nb.png differ diff --git a/nb/ide.branding/core.startup/src/org/netbeans/core/startup/about_nb.png b/nb/ide.branding/core.startup/src/org/netbeans/core/startup/about_nb.png index d39f649..5de1487 100644 Binary files a/nb/ide.branding/core.startup/src/org/netbeans/core/startup/about_nb.png and b/nb/ide.branding/core.startup/src/org/netbeans/core/startup/about_nb.png differ diff --git a/nb/ide.branding/core.startup/src/org/netbeans/core/startup/splash_dark_nb.gif b/nb/ide.branding/core.startup/src/org/netbeans/core/startup/splash_dark_nb.gif index 74abc0b..5de1487 100644 Binary files a/nb/ide.branding/core.startup/src/org/netbeans/core/startup/splash_dark_nb.gif and b/nb/ide.branding/core.startup/src/org/netbeans/core/startup/splash_dark_nb.gif differ diff --git a/nb/ide.branding/core.startup/src/org/netbeans/core/startup/splash_nb.gif b/nb/ide.branding/core.startup/src/org/netbeans/core/startup/splash_nb.gif index 74abc0b..5de1487 100644 Binary files a/nb/ide.branding/core.startup/src/org/netbeans/core/startup/splash_nb.gif and b/nb/ide.branding/core.startup/src/org/netbeans/core/startup/splash_nb.gif differ --------------------------------------------------------------------- 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
