[Libreoffice-commits] core.git: configure.ac icon-themes/README

Bjoern Michaelsen bjoern.michaelsen at canonical.com
Sun Oct 4 16:31:25 PDT 2015


 configure.ac       |    2 +-
 icon-themes/README |   26 --------------------------
 2 files changed, 1 insertion(+), 27 deletions(-)

New commits:
commit c9c61e0faab31c753f60361a2909c1e61481ac89
Author: Bjoern Michaelsen <bjoern.michaelsen at canonical.com>
Date:   Mon Oct 5 01:20:10 2015 +0200

    add elementary theme, remove outdated stuff from icon-themes/README
    
    Change-Id: Id4c0c1910a785f2cc836113fffdfbe3b7ef40f2f

diff --git a/configure.ac b/configure.ac
index e650e71..c199248 100644
--- a/configure.ac
+++ b/configure.ac
@@ -11441,7 +11441,7 @@ WITH_THEMES=""
 if test "x$with_theme" != "xno"; then
     for theme in $with_theme; do
         case $theme in
-        breeze|crystal|galaxy|hicontrast|human|industrial|oxygen|sifr|tango|tango_testing) real_theme="$theme" ;;
+        breeze|crystal|elementary|galaxy|hicontrast|human|industrial|oxygen|sifr|tango|tango_testing) real_theme="$theme" ;;
         default) real_theme=galaxy ;;
         *) AC_MSG_ERROR([Unknown value for --with-theme: $theme]) ;;
         esac
diff --git a/icon-themes/README b/icon-themes/README
index b18813a..72cc618 100644
--- a/icon-themes/README
+++ b/icon-themes/README
@@ -31,32 +31,6 @@ How to add a new image set:
 
 - Add its name (new_set) to WITH_THEMES variable in configure.ac
 
-- Add a vcl constant for it in vcl/inc/vcl/settings.hxx, e.g.
-  #define STYLE_SYMBOLS_NEW_SET ((ULONG)5)
-
-- Map the vcl constant to its real name in
-    ::rtl::OUString StyleSettings::ImplSymbolsStyleToName( sal_uLong nStyle ) const
-  and 
-    sal_uLong StyleSettings::ImplNameToSymbolsStyle( const ::rtl::OUString &rName ) const
-  both in vcl/source/app/settings.cxx, e.g.
-    case STYLE_SYMBOLS_NEW_SET: return ::rtl::OUString( "new_set" );
-  and 
-    else if ( rName == "new_set" )
-    	return STYLE_SYMBOLS_NEW_SET;
-
-- Add localized item names to 'ListBox LB_ICONSTYLE' to
-    'StringList [ de ]'
-  and 'StringList [ en-US ]', e.g.
-    < "New set" ; > ;
-  both in cui/source/options/optgdlg.src
-
-- Add the new_set to 'SymbolsStyle' property
-  in officecfg/registry/schema/org/openoffice/Office/Common.xcs.
-
-- The default theme for various desktops (KDE, GNOME, ...) is defined in
-    ULONG StyleSettings::GetCurrentSymbolsStyle() const in
-  vcl/source/app/settings.cxx
-
 - The fallback for particular icons is defined be packimages_CUSTOM_FALLBACK_1
   in packimages/CustomTarget_images.mk
 


More information about the Libreoffice-commits mailing list