configure.in | 14 ++++++++++++++ desktop/source/splash/splash.cxx | 1 + 2 files changed, 15 insertions(+)
New commits: commit c3064a250a912cb9b02419981a3f6a0b55899f2b Author: Ivan Timofeev <timofeev....@gmail.com> Date: Tue Oct 2 20:53:27 2012 +0400 splash screen: fix RTL mode Change-Id: I6a00cba8fda11351ed5340f21678c330ce028a2d Signed-off-by: Jan Holesovsky <ke...@suse.cz> diff --git a/desktop/source/splash/splash.cxx b/desktop/source/splash/splash.cxx index 6678aa8..48510b1 100644 --- a/desktop/source/splash/splash.cxx +++ b/desktop/source/splash/splash.cxx @@ -157,6 +157,7 @@ SplashScreen::SplashScreen() , _yoffset(18) { loadConfig(); + _vdev.EnableRTL(IsRTLEnabled()); } SplashScreen::~SplashScreen() commit 73331a70d43376666a48901742627fb80a45dec2 Author: Ivan Timofeev <timofeev....@gmail.com> Date: Tue Oct 2 20:43:41 2012 +0400 correct help string: horizontal -> vertical Change-Id: Id67da9d90a8fa21b99733c448fc32e81c6f1ab46 Signed-off-by: Jan Holesovsky <ke...@suse.cz> diff --git a/configure.in b/configure.in index f862327..b2ae537 100644 --- a/configure.in +++ b/configure.in @@ -1831,7 +1831,7 @@ AC_ARG_WITH(intro-progressbar-text-color, AC_ARG_WITH(intro-progressbar-text-baseline, AS_HELP_STRING([--with-intro-progressbar-text-baseline], - [Set horizontal position of progress bar text on intro screen. Value in decimal format.]) + [Set vertical position of progress bar text on intro screen. Value in decimal format.]) [ Usage: --with-intro-progressbar-text-baseline=250 ],,) commit 4256f704057d13c5a95461c4cf0a404ede551286 Author: Jan Holesovsky <ke...@suse.cz> Date: Tue Oct 2 16:00:09 2012 +0200 Help text for newly introduced switches. Change-Id: I3f148d0dd61adc7008fdf64d077818c22a0e7d09 Signed-off-by: Ivan Timofeev <timofeev....@gmail.com> diff --git a/configure.in b/configure.in index 651963a..f862327 100644 --- a/configure.in +++ b/configure.in @@ -1822,6 +1822,20 @@ AC_ARG_WITH(intro-progressbar-frame-color, Usage: --with-intro-progressbar-frame-color=207,208,211 ],,) +AC_ARG_WITH(intro-progressbar-text-color, + AS_HELP_STRING([--with-intro-progressbar-text-color], + [Set color of progress bar text on intro screen. Comma separated RGB values in decimal format.]) + [ + Usage: --with-intro-progressbar-text-color=207,208,211 +],,) + +AC_ARG_WITH(intro-progressbar-text-baseline, + AS_HELP_STRING([--with-intro-progressbar-text-baseline], + [Set horizontal position of progress bar text on intro screen. Value in decimal format.]) + [ + Usage: --with-intro-progressbar-text-baseline=250 +],,) + AC_ARG_WITH(flat-logo-svg, [ --with-flat-logo-svg Allows specification of the flat Logo SVG. _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits