[Libreoffice-commits] core.git: Branch 'distro/cib/libreoffice-6-1' - 84 commits - basic/source bin/lo-xlate-lang configure.ac connectivity/source cui/source dbaccess/source desktop/source dictionaries download.lst embeddedobj/source extensions/inc extensions/uiconfig external/lcms2 external/libxml2 external/poppler external/python3 filter/source fpicker/Library_fps.mk fpicker/source icon-themes/breeze icon-themes/breeze_dark icon-themes/breeze_svg icon-themes/colibre icon-themes/colibre_svg icon-themes/elementary icon-themes/elementary_svg icon-themes/galaxy icon-themes/karasa_jaga icon-themes/tango include/oox include/vcl instsetoo_native/inc_common instsetoo_native/inc_openoffice instsetoo_native/util jvmfwk/distributions jvmfwk/plugins officecfg/registry oox/source postprocess/CustomTarget_registry.mk readlicense_oo/license scp2/source sc/source sc/uiconfig sdext/source sd/qa sd/uiconfig sfx2/source solenv/flatpak-manifest.in svl/source svtools/source svx/source sw/inc sw/qa sw/source toolkit /source translations vcl/inc vcl/Library_vcl.mk vcl/osx vcl/source vcl/unx vcl/win writerfilter/source xmloff/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Tue Jan 22 12:59:22 UTC 2019


Rebased ref, commits from common ancestor:
commit f3cd2196275192ab515fcbcf6a131606b2f4e61e
Author:     Thorsten Behrens <Thorsten.Behrens at CIB.de>
AuthorDate: Wed Jul 18 18:06:44 2018 +0200
Commit:     Thorsten Behrens <Thorsten.Behrens at CIB.de>
CommitDate: Tue Jan 22 13:58:28 2019 +0100

    Default OpenGL to off on all platforms
    
    Change-Id: Ide04d3b37b9fabb64d514fd87acbdfe9e49e6727

diff --git a/officecfg/registry/data/org/openoffice/Office/Common.xcu b/officecfg/registry/data/org/openoffice/Office/Common.xcu
index 26d1ba053a1e..1e001efd4a12 100644
--- a/officecfg/registry/data/org/openoffice/Office/Common.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/Common.xcu
@@ -59,9 +59,7 @@
   </node>
   <node oor:name="VCL">
     <prop oor:name="UseOpenGL" oor:type="xs:boolean">
-      <value install:module="macosx">false</value>
-      <value install:module="unx">false</value>
-      <value install:module="wnt">true</value>
+      <value>false</value>
     </prop>
   </node>
   <node oor:name="I18N">
commit 3d0f2fb44e422bb7640f57c74ca930d5fa76b103
Author:     Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>
AuthorDate: Thu Jan 12 16:46:45 2017 +0100
Commit:     Thorsten Behrens <Thorsten.Behrens at CIB.de>
CommitDate: Tue Jan 22 13:58:28 2019 +0100

    Disable crash reporter UI
    
    Change-Id: I8106ec674080ede7072581dab2e6700040de5828
    (cherry picked from commit b981aa30c3eb5ddd0cf6c35e4c37ab687667f71b)

diff --git a/desktop/source/app/app.cxx b/desktop/source/app/app.cxx
index c83d424f8a30..e7a4f82ba081 100644
--- a/desktop/source/app/app.cxx
+++ b/desktop/source/app/app.cxx
@@ -913,7 +913,8 @@ bool crashReportInfoExists()
 #if HAVE_FEATURE_BREAKPAD
 void handleCrashReport()
 {
-    static const char SERVICENAME_CRASHREPORT[] = "com.sun.star.comp.svx.CrashReportUI";
+    // Don't show the dialog since we don't offer upload - only want the dumps
+    /*static const char SERVICENAME_CRASHREPORT[] = "com.sun.star.comp.svx.CrashReportUI";
 
     css::uno::Reference< css::uno::XComponentContext > xContext = ::comphelper::getProcessComponentContext();
 
@@ -927,7 +928,7 @@ void handleCrashReport()
     css::util::URL aURL;
     css::uno::Any aRet = xRecoveryUI->dispatchWithReturnValue(aURL, css::uno::Sequence< css::beans::PropertyValue >());
     bool bRet = false;
-    aRet >>= bRet;
+    aRet >>= bRet;*/
 }
 #endif
 
commit 5456e989122daf37ed6ebeab924cd1101c91f560
Author:     Katarina Behrens <Katarina.Behrens at cib.de>
AuthorDate: Wed Feb 10 14:42:18 2016 +0100
Commit:     Thorsten Behrens <Thorsten.Behrens at CIB.de>
CommitDate: Tue Jan 22 13:58:28 2019 +0100

    Branded images for msi installer
    
    The sizes are 122 x 234, 374 x 44 installed units respectively, according to
    http://msdn.microsoft.com/de-de/library/windows/desktop/aa369490%28v=vs.85%29.aspx
    
    it is 163x312, 499x58 pixels at 96 dpi. I bumped dpi to 120 and it still looks pixelated,
    but it's as good as it gets.
    
    For better results, we need different graphics, with less fine details given the very limited
    space
    
    Change-Id: I4a7eafed16fd79f377d27afa8151cfab614b464b

diff --git a/instsetoo_native/inc_common/windows/msi_templates/Binary/Banner.bmp b/instsetoo_native/inc_common/windows/msi_templates/Binary/Banner.bmp
index 5a163cf86c23..471eea4c22e6 100644
Binary files a/instsetoo_native/inc_common/windows/msi_templates/Binary/Banner.bmp and b/instsetoo_native/inc_common/windows/msi_templates/Binary/Banner.bmp differ
diff --git a/instsetoo_native/inc_common/windows/msi_templates/Binary/Image.bmp b/instsetoo_native/inc_common/windows/msi_templates/Binary/Image.bmp
index b4210d131ba2..2703670952bd 100644
Binary files a/instsetoo_native/inc_common/windows/msi_templates/Binary/Image.bmp and b/instsetoo_native/inc_common/windows/msi_templates/Binary/Image.bmp differ
commit 83869aa9d195f934f21d605ee0a138c11e25772c
Author:     Katarina Behrens <Katarina.Behrens at cib.de>
AuthorDate: Tue Feb 9 11:09:30 2016 +0100
Commit:     Thorsten Behrens <Thorsten.Behrens at CIB.de>
CommitDate: Tue Jan 22 13:58:27 2019 +0100

    Branded application icons
    
    sadly, this doesn't replace Windows taskbar icon, that must be living somewhere
    else. It works on Linux though.
    
     Conflicts:
            icon-themes/galaxy/res/main128.png
            icon-themes/galaxy/res/mainapp_16.png
            icon-themes/galaxy/res/mainapp_16_8.png
            icon-themes/galaxy/res/mainapp_32.png
            icon-themes/galaxy/res/mainapp_32_8.png
            icon-themes/galaxy/res/mainapp_48_8.png
    
    Change-Id: I028fc68d96f02113622c5e1ec3ed830ac797be0b

diff --git a/icon-themes/galaxy/res/main128.png b/icon-themes/galaxy/res/main128.png
new file mode 100644
index 000000000000..818b7330c25b
Binary files /dev/null and b/icon-themes/galaxy/res/main128.png differ
diff --git a/icon-themes/galaxy/res/mainapp_48_8.png b/icon-themes/galaxy/res/mainapp_48_8.png
new file mode 100644
index 000000000000..562ea23e89c2
Binary files /dev/null and b/icon-themes/galaxy/res/mainapp_48_8.png differ
diff --git a/icon-themes/tango/res/mainapp_16.png b/icon-themes/tango/res/mainapp_16.png
index 4a96735b6bb6..13945eeadfd4 100644
Binary files a/icon-themes/tango/res/mainapp_16.png and b/icon-themes/tango/res/mainapp_16.png differ
diff --git a/icon-themes/tango/res/mainapp_16_8.png b/icon-themes/tango/res/mainapp_16_8.png
index 94abb952996b..13945eeadfd4 100644
Binary files a/icon-themes/tango/res/mainapp_16_8.png and b/icon-themes/tango/res/mainapp_16_8.png differ
diff --git a/icon-themes/tango/res/mainapp_32.png b/icon-themes/tango/res/mainapp_32.png
index 88e4e1c8f18f..c653935c0c6b 100644
Binary files a/icon-themes/tango/res/mainapp_32.png and b/icon-themes/tango/res/mainapp_32.png differ
diff --git a/icon-themes/tango/res/mainapp_32_8.png b/icon-themes/tango/res/mainapp_32_8.png
index 2c8a21fbcf3b..c653935c0c6b 100644
Binary files a/icon-themes/tango/res/mainapp_32_8.png and b/icon-themes/tango/res/mainapp_32_8.png differ
commit df994c0e01a44fd9adc124b39846a47b9f24b2d6
Author:     Katarina Behrens <Katarina.Behrens at cib.de>
AuthorDate: Tue Feb 9 10:38:29 2016 +0100
Commit:     Thorsten Behrens <Thorsten.Behrens at CIB.de>
CommitDate: Tue Jan 22 13:58:27 2019 +0100

    Point to CIB helpdesk
    
    it's pretty mean, b/c German translation (which I can't change) says the site
    is in English, while CIB site is in German only and can't be switched to other
    lang
    
    Conflicts:
            sfx2/source/appl/appserv.cxx
    
    Change-Id: Ifbbb9e9d2bbee40998c07d1c68b61cd20d77dbc3

diff --git a/sfx2/source/appl/appserv.cxx b/sfx2/source/appl/appserv.cxx
index 1c19d40fecd9..755d2cce31d7 100644
--- a/sfx2/source/appl/appserv.cxx
+++ b/sfx2/source/appl/appserv.cxx
@@ -533,7 +533,7 @@ void SfxApplication::MiscExec_Impl( SfxRequest& rReq )
         case SID_SEND_FEEDBACK:
         {
             OUString module = SfxHelp::GetCurrentModuleIdentifier();
-            OUString sURL("https://hub.libreoffice.org/send-feedback/?LOversion=" + utl::ConfigManager::getAboutBoxProductVersion() +
+            OUString sURL("https://libreoffice.cib.de/support?LOversion=" + utl::ConfigManager::getAboutBoxProductVersion() +
                 "&LOlocale=" + utl::ConfigManager::getLocale() + "&LOmodule=" + module.copy(module.lastIndexOf('.') + 1 )  );
             sfx2::openUriExternally(sURL, false);
             break;
commit 2971f57844db5eb7100283acca8f8c54371b20bc
Author:     Katarina Behrens <Katarina.Behrens at cib.de>
AuthorDate: Tue Feb 9 10:00:30 2016 +0100
Commit:     Thorsten Behrens <Thorsten.Behrens at CIB.de>
CommitDate: Tue Jan 22 13:58:27 2019 +0100

    Point to CIB website
    
    this idiotic postprocess script hard-codes libreoffice.org for some reason, grr
    
    Change-Id: Ide1f19d4da9a437e01118e8baf74c0d1a8ca2e10

diff --git a/instsetoo_native/util/openoffice.lst.in b/instsetoo_native/util/openoffice.lst.in
index 8394418d5fe6..023085ab5279 100644
--- a/instsetoo_native/util/openoffice.lst.in
+++ b/instsetoo_native/util/openoffice.lst.in
@@ -69,7 +69,7 @@ LibreOffice
             CHANGETARGETDIR 1
             PATCHCODEFILE ooo_patchcodes.txt
             STARTCENTER_ADDFEATURE_URL https://extensions.libreoffice.org/
-            STARTCENTER_INFO_URL https://www.libreoffice.org/
+            STARTCENTER_INFO_URL https://libreoffice.cib.de/
             STARTCENTER_TEMPLREP_URL https://templates.libreoffice.org/
             DICT_REPO_URL https://extensions.libreoffice.org/dictionaries/
             STARTCENTER_HIDE_EXTERNAL_LINKS 0
@@ -122,7 +122,7 @@ LibreOfficeDev
             CODEFILENAME codes_ooodev.txt
             LOCALUSERDIR $ORIGIN/..
             STARTCENTER_ADDFEATURE_URL https://extensions.libreoffice.org/
-            STARTCENTER_INFO_URL https://www.libreoffice.org/
+            STARTCENTER_INFO_URL https://libreoffice.cib.de/
             STARTCENTER_TEMPLREP_URL https://templates.libreoffice.org/
             DICT_REPO_URL https://extensions.libreoffice.org/dictionaries/
             STARTCENTER_HIDE_EXTERNAL_LINKS 0
@@ -164,7 +164,7 @@ LibreOffice_SDK
             CHANGETARGETDIR 1
             DONTUSESTARTMENUFOLDER 1
             STARTCENTER_ADDFEATURE_URL https://extensions.libreoffice.org/
-            STARTCENTER_INFO_URL https://www.libreoffice.org/
+            STARTCENTER_INFO_URL https://libreoffice.cib.de/
             STARTCENTER_TEMPLREP_URL https://templates.libreoffice.org/
             DICT_REPO_URL https://extensions.libreoffice.org/dictionaries/
             STARTCENTER_HIDE_EXTERNAL_LINKS 0
@@ -210,7 +210,7 @@ LibreOfficeDev_SDK
             CHANGETARGETDIR 1
             DONTUSESTARTMENUFOLDER 1
             STARTCENTER_ADDFEATURE_URL https://extensions.libreoffice.org/
-            STARTCENTER_INFO_URL https://www.libreoffice.org/
+            STARTCENTER_INFO_URL https://libreoffice.cib.de/
             STARTCENTER_TEMPLREP_URL https://templates.libreoffice.org/
             DICT_REPO_URL https://extensions.libreoffice.org/dictionaries/
             STARTCENTER_HIDE_EXTERNAL_LINKS 0
diff --git a/postprocess/CustomTarget_registry.mk b/postprocess/CustomTarget_registry.mk
index 7548789e9766..8e48f55d9aed 100644
--- a/postprocess/CustomTarget_registry.mk
+++ b/postprocess/CustomTarget_registry.mk
@@ -553,7 +553,7 @@ postprocess_main_SED := \
 	-e 's,$${PRODUCTVERSION},$(PRODUCTVERSION),g' \
 	-e 's,$${PRODUCTEXTENSION},.$(LIBO_VERSION_MICRO).$(LIBO_VERSION_PATCH)$(LIBO_VERSION_SUFFIX),g' \
 	-e 's,$${STARTCENTER_ADDFEATURE_URL},http://extensions.libreoffice.org/,g' \
-	-e 's,$${STARTCENTER_INFO_URL},https://www.libreoffice.org/,g' \
+	-e 's,$${STARTCENTER_INFO_URL},http://libreoffice.cib.de/,g' \
 	-e 's,$${STARTCENTER_HIDE_EXTERNAL_LINKS},0,g' \
 	-e 's,$${STARTCENTER_TEMPLREP_URL},http://templates.libreoffice.org/,g' \
 	-e 's,$${SYSTEM_LIBEXTTEXTCAT_DATA},$(SYSTEM_LIBEXTTEXTCAT_DATA),g' \
diff --git a/svtools/source/misc/langhelp.cxx b/svtools/source/misc/langhelp.cxx
index 75ce24b589a3..c48fa7c6b87a 100644
--- a/svtools/source/misc/langhelp.cxx
+++ b/svtools/source/misc/langhelp.cxx
@@ -25,6 +25,7 @@
 
 void localizeWebserviceURI( OUString& rURI )
 {
+    const OUString aPrefix = "?lang=";
     OUString aLang = Application::GetSettings().GetUILanguageTag().getLanguage();
     if ( aLang.equalsIgnoreAsciiCase("pt")
          && Application::GetSettings().GetUILanguageTag().getCountry().equalsIgnoreAsciiCase("br") )
@@ -39,6 +40,7 @@ void localizeWebserviceURI( OUString& rURI )
             aLang = "zh-tw";
     }
 
+    rURI += aPrefix;
     rURI += aLang;
 }
 
commit 7de6f3c0db03237a848154bf27ab48d6af1ebeab
Author:     Katarina Behrens <Katarina.Behrens at cib.de>
AuthorDate: Mon Sep 21 13:47:57 2015 +0200
Commit:     Thorsten Behrens <Thorsten.Behrens at CIB.de>
CommitDate: Tue Jan 22 13:58:27 2019 +0100

    CIB branding for start center
    
    Change-Id: I9887fded72131c7888d6e1b1165a778c8da2952d

diff --git a/icon-themes/colibre/sfx2/res/startcenter-logo.png b/icon-themes/colibre/sfx2/res/startcenter-logo.png
index 78bc4ebd9e20..ef903fb008a0 100644
Binary files a/icon-themes/colibre/sfx2/res/startcenter-logo.png and b/icon-themes/colibre/sfx2/res/startcenter-logo.png differ
diff --git a/icon-themes/galaxy/sfx2/res/startcenter-logo.svg b/icon-themes/galaxy/sfx2/res/startcenter-logo.svg
new file mode 100644
index 000000000000..e1c80e595d6a
--- /dev/null
+++ b/icon-themes/galaxy/sfx2/res/startcenter-logo.svg
@@ -0,0 +1,144 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:xlink="http://www.w3.org/1999/xlink"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   id="svg3360"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   width="368.00235"
+   height="116.34795"
+   viewBox="0 0 368.00235 116.34795"
+   sodipodi:docname="startcenter-logo.svg">
+  <metadata
+     id="metadata3366">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <defs
+     id="defs3364">
+    <clipPath
+       clipPathUnits="userSpaceOnUse"
+       id="clipPath3372">
+      <rect
+         style="fill:#ffd5d5"
+         id="rect3374"
+         width="368.00235"
+         height="116.34795"
+         x="2.077642"
+         y="105.41204" />
+    </clipPath>
+  </defs>
+  <sodipodi:namedview
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1"
+     objecttolerance="10"
+     gridtolerance="10"
+     guidetolerance="10"
+     inkscape:pageopacity="0"
+     inkscape:pageshadow="2"
+     inkscape:window-width="1920"
+     inkscape:window-height="1173"
+     id="namedview3362"
+     showgrid="false"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0"
+     inkscape:zoom="0.96262974"
+     inkscape:cx="182.96235"
+     inkscape:cy="110.88"
+     inkscape:window-x="1911"
+     inkscape:window-y="-9"
+     inkscape:window-maximized="1"
+     inkscape:current-layer="svg3360" />
+  <image
+     width="370.07999"
+     height="221.75999"
+     preserveAspectRatio="none"
+     xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAgIAAAE0CAYAAABejlvhAAAABHNCSVQICAgIfAhkiAAAAAlwSFlz
+AAATOQAAEzkBj8JWAQAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAA2VSURB
+VHic7d17tJV1mcDx58ABEVkKjnhhLaTERhGJCW+V5n2p43U0Fa8BXijzlrryMs6k2aRLTYs0zBjN
+0WLQaTIgkTFRtPKaISZKyk1BFLnfDwcOzB/qck7vFhTOfvdxns/nz9+zOe/DX+e79tnvfuuGdu+1
+LgCAlNrUegEAoHaEAAAkJgQAIDEhAACJCQEASEwIAEBiQgAAEhMCAJCYEACAxIQAACQmBAAgMSEA
+AIkJAQBITAgAQGJCAAASEwIAkJgQAIDEhAAAJCYEACAxIQAAiQkBAEhMCABAYkIAABITAgCQmBAA
+gMSEAAAkJgQAIDEhAACJCQEASEwIAEBiQgAAEhMCAJCYEACAxIQAACQmBAAgMSEAAIkJAQBITAgA
+QGJCAAASEwIAkJgQAIDEhAAAJCYEACAxIQAAiQkBAEhMCABAYkIAABITAgCQmBAAgMSEAAAkJgQA
+IDEhAACJCQEASEwIAEBiQgAAEhMCAJCYEACAxIQAACQmBAAgMSEAAIkJAQBITAgAQGJCAAASEwIA
+kJgQAIDEhAAAJCYEACAxIQAAiQkBAEhMCABAYkIAABITAgCQmBAAgMSEAAAkJgQAIDEhAACJCQEA
+SEwIAEBiQgAAEhMCAJCYEACAxIQAACQmBAAgMSEAAIkJAQBITAgAQGJCAAASEwIAkJgQAIDEhAAA
+JCYEACAxIQAAiQkBAEhMCABAYkIAABITAgCQmBAAgMSEAAAkJgQAIDEhAACJCQEASEwIAEBiQgAA
+EhMCAJCYEACAxIQAACQmBAAgMSEAAIkJAQBITAgAQGJCAAASEwIAkJgQAIDEhAAAJCYEACAxIQAA
+iQkBAEhMCABAYkIAABITAgCQmBAAgMSEAAAkJgQAIDEhAACJCQEASEwIAEBiQgAAEhMCAJCYEACA
+xIQAACQmBAAgMSEAAIkJAQBITAgAQGJCAAASEwIAkJgQAIDEhAAAJCYEACAxIQAAiQkBAEhMCABA
+YkIAABITAgCQmBAAgMSEAAAkJgQAIDEhAACJCQEASEwIAEBiQgAAEhMCAJCYEACAxIQAACQmBAAg
+MSEAAIkJAQBITAgAQGJCAAASEwIAkJgQAIDEhAAAJCYEACAxIQAAiQkBAEhMCABAYkIAABITAgCQ
+mBAAgMSEAAAkJgQAIDEhAACJCQEASEwIAEBiQgAAEhMCAJCYEACAxIQAACQmBAAgMSEAAIkJAQBI
+TAgAQGJCAAASEwIAkJgQAIDEhAAAJCYEACAxIQAAiQkBAEhMCABAYkIAABITAgCQWH2tFwDg/7ft
+9+wXu5x4XGy21Za1XuVjWb1iRcz4n3Ex/ZHHNvjabvvsGbucdHy026Jji+6waNqMmDjsnli1aHGL
+/txK6oZ277Wu6lcBIKWufXrHCSNHRJv6trVe5RN7Ycgd8dwtt33kfNt/6BMnPDg86tpW5/82b9Kr
+8aujTop1a9dW5ed/wJ8GAKiazx528KcyAiIi9rj4vNjn8m995HzHg/avWgRERGzTu1d03ukzVfv5
+HxACAFRNfcfNa73CJul3weD48r98u+Js7kuTqn79+o4t+yeHSoQAAKxH38GD4sv/ennh/I1x42Pi
+sHvKX6iF+bAgAKUacfDRsXDKtFqvUdE2vXeNY4bfHR26dG523vfcgVG/+ebx5NXXRaz78KN1T33v
+pljTsCr2uPDrZa/aYrwjAADvmzdpcow+7axoWLCwMOt9Rv844PprIurqmp0/d/OQeGHIHWWt2OKE
+AAD8H/MmTY7fnHhmrJg7rzDb7fST44Abro26Ns1/fT53y23xpx/+pKwVW5QQAIC/sXDKtBh58sBY
+8e7cwmy3006qGAPP//An8cwNt5a1YosRAgBQwaKp02Jk/4GxfM67hVmvU0+MA2+8rhADE+7493jm
+hlvKWrFFCAEA+AiLpk6PUacMqhgDu/Y/IQ4ZcmPhuwQm3HFXPP39m8tacZMJAQBYj0VTp8eo/gNj
++TtzCrPPHXdUHDrkxsKXJr1458/jqe/dVNaKm0QIAMAGLJo2Ix484YxYOuutwmznY4+MQ398cyEG
+Jg67J5785+82u92wNRICAPAxLJ31Vow8aUAsmTmrMOt59BFx6G0/KMTApF/cH0+08hgQAgDwMS19
+a3aMPHlALHlzZmHW86jD49Dbb4k29c2/q++VXz4QT1x1bdUfHrSxhAAAfALL3no7RvYfGEveqBAD
+Rx4WRwz7cbRt377Z+SvD/yueuPKaVhkDQgAAPqH3YmBALJ7xZmHW45AD4/CfDSnEwKsj/jvGX/Gd
+VhcDQgAANsKy2e/Eb756RsXnJvQ4+IA4Ytht0XazzZqdT77/1zHu4iti7ZqmstbcICEAABtpxdx5
+Mar/wFj4+tTCbMeDvlIxBl4f+VCMu/jyVhMDQgAANsGKufNiZP+BseC1KYXZjgfuF/941+1R36FD
+s/Mpox+ORy/6dquIASEAAJto5bz5Mar/wFjw19cLs+777xtH3XtntNuiY7Pzqb8dG49ecFmsXbOm
+rDUrEgIA0AJWzl8Qo04ZFPMnv1aYdfviXnHkPT8txsCYR2LsuRdFU2NjWWsWCAEAaCEr5y+I0aee
+FfNf/Wth1m2fPeOo/7gz2nXaotn5G+PGx+++eWmsXb268G+aGhqqtusHhAAAtKCV8xfEyJMHxNyX
+Xi7Mdth7j4oxMP2Rx2Ls4IubvTMwb9LkWDh1etX3FQIA0MJWLV4So087O9598S+F2Q579Yuj7/tZ
+tO/Uqdn5G+PGx6+POyVeuvu++NOPhsbo08+OdU3V/zChEACAKli1ZGn89oxzYs6Elwqz7ff4Qhw7
+4u7YbKstm53PmzQ5/njtDfH8rbdHw4KFpewpBACgSt6LgXNjzp8nFmZdP797HDP8rtis81Y12OxD
+QgAAqqhx6fsx8MKLhVnXPr3jmOF3RYcunWuw2XuEAABUWeOyZTH69LNj9tPPFWZdd98tjhl+d81i
+QAgAQAlWr1gZYwadF2899Wxhtk3vXd+Lga27lL6XEACAkmwoBv7pV/dFx67blLqTEACAEq1Z2RBj
+Bp0Xs/7wdGHWZeed4rgH7omO23YtbR8hAAAlW7OyIR4+6/yY9funCrPOPXeK4+7/eWyx3bal7CIE
+AKAG1jQ0xMNnXxAzn/hDYda5505x+J1Doq5N9X9NCwEAqJE1DQ3x8DkXxpuP/74w265f39jqMztW
+fQchAAA11LRqVYw998KY/czzhVm7v/ka4moQAgBQY02NjRUfUlQGIQAAiQkBAEhMCABAYkIAABIT
+AgCQmBAAgNagrq4mlxUCAJCYEACAxIQAACQmBAAgMSEAAIkJAQBoDdw1AACUTQgAQGJCAAASEwIA
+kJgQAIDEhAAAJCYEAKAVqHP7IABQNiEAAIkJAQBITAgAQGJCAAASEwIAkJgQAIDWwO2DAEDZhAAA
+JCYEACAxIQAAiQkBAEhMCABAK+ChQwCQWIetu9TkukIAAFqBbT+/e+Fs7ZrVVb+uEACAGuvap3ds
+9dkehfPlb8+p+rWFAADUWN/BAwtnS2bOioaFi6p+bSEAADX0d7vtEjsffUThfMbvHi/l+kIAAGql
+ri72++7VUde2bfPzdevilV8+UMoKQgAAaqTv2V+LbvvsWTifMW58LHx9aik7CAEAqIGufXrHF6+6
+tHC+rqkpnrtpSGl7CAEAKFn7Tp3isKG3Rpt27Qqzl+8dEfMnv1baLkIAAEpU16ZNHPSDf4ste3Qv
+zJa8OTOevflHpe4jBACgRPtec1XsdORhhfN1TU3x2CVXxeply0vdRwgAQEn2uOgb0WfQ6RVnz940
+JN5+/s8lbyQEAKAUvU75aux92YUVZ9PHPhoTfnpXyRu9RwgAQJXtevLxsf/110ZUeMLgnAkvxbhL
+roxYt678xSKiviZXBYAkvnDeORVvE4yIWPDalHhowNdj9fIVJW/1ISEAAFVQ17ZtfOW6q6P3madU
+nC+b/U489LXBsWrR4pI3a04IAEAL67B1lzj4lu9Hj0MOrDhfOW9+jDp1UCyb/U65i1UgBACgBXX7
+0t5x6JAbY4vtt6s4XzJzVjx05uBYPP2NkjerTAgAQAtoU9829vzW+dHv/HOLDxF637sTX44xA78R
+K+cvKHm7jyYEAGATdT9gv9j3O1dEl8/1/MjXvPnYk/HINy+J1StWlrjZhgkBANgI9Zt3iB6HHBh9
+zxkQ2/Xru97Xvnzvf8Yfr70+1q5pKmm7j08IAFCqvS69IFYtWVLrNTZa2/bto1O3HWK7fn2jvkOH
+9b529bLlMf7Ka2LKqDElbffJCQEAStXz6CNqvUIp3nlhQjx+2dWxaNqMWq+yXkIAgOqp0bfl1VLD
+wkXx/K23x6T7RsS6tWtrvc4GCQEAqmb+5NdrvUJpGpcujUm/eCAmDB0WqxZ/ev70IQQAqJrXHhwd
+3b60V/z98cdGm/rKt9R9mq1atDjenfiXmDb20Zgyckw0LltW65U+sbqh3Xvle98GgFK1bd8+6jdf
+/wfrPm3Wrl7d6m4F3BjeEQCg6poaG6OpsbHWa1CBxxADQGJCAAASEwIAkJgQAIDEhAAAJCYEACAx
+IQAAiQkBAEhMCABAYkIAABITAgCQmBAAgMSEAAAkJgQAIDEhAACJCQEASEwIAEBiQgAAEvtfFz6z
+i6MwXbQAAAAASUVORK5CYII=
+"
+     id="image3368"
+     x="0"
+     y="0"
+     clip-path="url(#clipPath3372)"
+     transform="translate(-2.077642,-105.41204)" />
+</svg>
diff --git a/icon-themes/karasa_jaga/sfx2/res/logo.png b/icon-themes/karasa_jaga/sfx2/res/logo.png
index 9ba6acaaaa0d..1f215d3ba8d0 100644
Binary files a/icon-themes/karasa_jaga/sfx2/res/logo.png and b/icon-themes/karasa_jaga/sfx2/res/logo.png differ
diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs b/officecfg/registry/schema/org/openoffice/Office/Common.xcs
index 6b5729412f6e..bba14a7a79c1 100644
--- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs
@@ -3598,14 +3598,14 @@
           <info>
             <desc>Specifies the background color of the start center.</desc>
           </info>
-          <value>14540253</value>
+          <value>9903402</value>
         </prop>
         <prop oor:name="StartCenterTextColor" oor:type="xs:int" oor:nillable="false">
           <!-- Default 3355443 = 0x333333 as specified in tdf#90452, comment 45 -->
           <info>
             <desc>Specifies the text color of the buttons in the start center.</desc>
           </info>
-          <value>3355443</value>
+          <value>15658734</value>
         </prop>
         <prop oor:name="StartCenterThumbnailsBackgroundColor" oor:type="xs:int" oor:nillable="false">
           <!-- Default 6710886 = 0x666666 as specified in tdf#90452, comment 45 -->
commit b9176c5bfa49e565bae4c7f129df59560110242d
Author:     himajin100000 <himajin100000 at gmail.com>
AuthorDate: Sat Jan 19 14:25:50 2019 +0900
Commit:     Michael Stahl <Michael.Stahl at cib.de>
CommitDate: Tue Jan 22 11:24:07 2019 +0100

    Support AdoptOpenJDK
    
    Change-Id: Idcfd542c6caede3d987e9b8219cf48114800daa5
    Reviewed-on: https://gerrit.libreoffice.org/66634
    Tested-by: Jenkins
    Reviewed-by: Adolfo Jayme Barrientos <fitojb at ubuntu.com>
    Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>
    Reviewed-by: Stephan Bergmann <sbergman at redhat.com>
    (cherry picked from commit 61c4f96d6ae6a80370774e53287edb27cbce8067)
    Reviewed-on: https://gerrit.libreoffice.org/66716
    Reviewed-by: Michael Stahl <Michael.Stahl at cib.de>

diff --git a/jvmfwk/distributions/OpenOfficeorg/javavendors_freebsd.xml b/jvmfwk/distributions/OpenOfficeorg/javavendors_freebsd.xml
index c603575f3cb8..b05b6c797ea8 100644
--- a/jvmfwk/distributions/OpenOfficeorg/javavendors_freebsd.xml
+++ b/jvmfwk/distributions/OpenOfficeorg/javavendors_freebsd.xml
@@ -17,7 +17,7 @@
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  -->
 <javaSelection xmlns="http://openoffice.org/2004/java/framework/1.0">
-  <updated>2012-07-12</updated>
+  <updated>2019-01-19</updated>
   <vendorInfos>
     <vendor name="Oracle Corporation">
       <minVersion>1.7.0</minVersion>
@@ -31,5 +31,8 @@
     <vendor name="Free Software Foundation, Inc.">
       <minVersion>1.5.0</minVersion>
     </vendor>
+    <vendor name="AdoptOpenJdk">
+      <minVersion>1.8.0</minVersion>
+    </vendor>
   </vendorInfos>
 </javaSelection>
diff --git a/jvmfwk/distributions/OpenOfficeorg/javavendors_linux.xml b/jvmfwk/distributions/OpenOfficeorg/javavendors_linux.xml
index 969ed01c6c21..b008bb1fc0f7 100644
--- a/jvmfwk/distributions/OpenOfficeorg/javavendors_linux.xml
+++ b/jvmfwk/distributions/OpenOfficeorg/javavendors_linux.xml
@@ -17,7 +17,7 @@
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  -->
 <javaSelection xmlns="http://openoffice.org/2004/java/framework/1.0">
-  <updated>2013-05-02</updated>
+  <updated>2019-01-19</updated>
   <vendorInfos>
     <vendor name="Sun Microsystems Inc.">
       <minVersion>1.5.0</minVersion>
@@ -40,5 +40,8 @@
     <vendor name="Azul Systems, Inc.">
       <minVersion>1.6.0</minVersion>
     </vendor>
+    <vendor name="AdoptOpenJdk">
+      <minVersion>1.8.0</minVersion>
+    </vendor>
   </vendorInfos>
 </javaSelection>
diff --git a/jvmfwk/distributions/OpenOfficeorg/javavendors_macosx.xml b/jvmfwk/distributions/OpenOfficeorg/javavendors_macosx.xml
index c2416582a793..1fe7547d2919 100644
--- a/jvmfwk/distributions/OpenOfficeorg/javavendors_macosx.xml
+++ b/jvmfwk/distributions/OpenOfficeorg/javavendors_macosx.xml
@@ -17,7 +17,7 @@
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  -->
 <javaSelection xmlns="http://openoffice.org/2004/java/framework/1.0">
-  <updated>2013-04-09</updated>
+  <updated>2019-01-19</updated>
   <vendorInfos>
     <vendor name="Oracle Corporation">
       <minVersion>1.7.0</minVersion>
@@ -31,5 +31,8 @@
     <vendor name="Azul Systems, Inc.">
       <minVersion>1.6.0</minVersion>
     </vendor>
+    <vendor name="AdoptOpenJdk">
+      <minVersion>1.8.0</minVersion>
+    </vendor>
   </vendorInfos>
 </javaSelection>
diff --git a/jvmfwk/distributions/OpenOfficeorg/javavendors_unx.xml b/jvmfwk/distributions/OpenOfficeorg/javavendors_unx.xml
index fb79c003196e..7771d81527df 100644
--- a/jvmfwk/distributions/OpenOfficeorg/javavendors_unx.xml
+++ b/jvmfwk/distributions/OpenOfficeorg/javavendors_unx.xml
@@ -17,7 +17,7 @@
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  -->
 <javaSelection xmlns="http://openoffice.org/2004/java/framework/1.0">
-  <updated>2011-01-07</updated>
+  <updated>2019-01-19</updated>
   <vendorInfos>
     <vendor name="Oracle Corporation">
       <minVersion>1.7.0</minVersion>
@@ -25,5 +25,8 @@
     <vendor name="Sun Microsystems Inc.">
       <minVersion>1.5.0</minVersion>
     </vendor>
+    <vendor name="AdoptOpenJdk">
+      <minVersion>1.8.0</minVersion>
+    </vendor>
   </vendorInfos>
 </javaSelection>
diff --git a/jvmfwk/distributions/OpenOfficeorg/javavendors_wnt.xml b/jvmfwk/distributions/OpenOfficeorg/javavendors_wnt.xml
index 0a37a4ea88a7..429831121f7b 100644
--- a/jvmfwk/distributions/OpenOfficeorg/javavendors_wnt.xml
+++ b/jvmfwk/distributions/OpenOfficeorg/javavendors_wnt.xml
@@ -17,7 +17,7 @@
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  -->
 <javaSelection xmlns="http://openoffice.org/2004/java/framework/1.0">
-  <updated>2013-05-02</updated>
+  <updated>2019-01-19</updated>
   <vendorInfos>
     <vendor name="Oracle Corporation">
       <minVersion>1.6.0</minVersion>
@@ -31,5 +31,8 @@
     <vendor name="Azul Systems, Inc.">
       <minVersion>1.6.0</minVersion>
     </vendor>
+    <vendor name="AdoptOpenJdk">
+      <minVersion>1.8.0</minVersion>
+    </vendor>
   </vendorInfos>
 </javaSelection>
diff --git a/jvmfwk/plugins/sunmajor/pluginlib/vendorlist.cxx b/jvmfwk/plugins/sunmajor/pluginlib/vendorlist.cxx
index 2960d118cf38..56ec3a4e5a43 100644
--- a/jvmfwk/plugins/sunmajor/pluginlib/vendorlist.cxx
+++ b/jvmfwk/plugins/sunmajor/pluginlib/vendorlist.cxx
@@ -41,6 +41,7 @@ BEGIN_VENDOR_MAP()
 #endif
     VENDOR_MAP_ENTRY("Sun Microsystems Inc.", SunInfo)
     VENDOR_MAP_ENTRY("Oracle Corporation", SunInfo)
+    VENDOR_MAP_ENTRY("AdoptOpenJdk", SunInfo)
 #ifndef MACOSX
     VENDOR_MAP_ENTRY("IBM Corporation", OtherInfo)
     VENDOR_MAP_ENTRY("Blackdown Java-Linux Team", OtherInfo)
commit a7fd527ece87a1c25fe0d8a9811fe2b230eeea88
Author:     Thorsten Behrens <Thorsten.Behrens at CIB.de>
AuthorDate: Mon Jan 21 12:32:00 2019 +0100
Commit:     Thorsten Behrens <Thorsten.Behrens at CIB.de>
CommitDate: Mon Jan 21 15:27:07 2019 +0100

    Revert "tdf#122201 sw: DOCX: allow editing of unprotected areas in protected doc"
    
    Dependent patches were abandoned, this one does not work in isolation.
    
    This reverts commit 46c6c414a6df79575517f5df67510d6f4e3d0128.
    
    Change-Id: I28edb844242a1e31df0be2e57ad8591055db330c
    Reviewed-on: https://gerrit.libreoffice.org/66677
    Tested-by: Jenkins
    Reviewed-by: Thorsten Behrens <Thorsten.Behrens at CIB.de>

diff --git a/sw/qa/extras/ooxmlexport/data/tdf122201_editUnprotectedText.odt b/sw/qa/extras/ooxmlexport/data/tdf122201_editUnprotectedText.odt
deleted file mode 100644
index 217c8c38a409..000000000000
Binary files a/sw/qa/extras/ooxmlexport/data/tdf122201_editUnprotectedText.odt and /dev/null differ
diff --git a/sw/qa/extras/ooxmlexport/ooxmlexport5.cxx b/sw/qa/extras/ooxmlexport/ooxmlexport5.cxx
index 4b443c7ff67c..54bb46946354 100644
--- a/sw/qa/extras/ooxmlexport/ooxmlexport5.cxx
+++ b/sw/qa/extras/ooxmlexport/ooxmlexport5.cxx
@@ -52,8 +52,6 @@
 
 #include <string>
 #include <config_features.h>
-#include <unocrsr.hxx>
-#include <ndtxt.hxx>
 
 class Test : public SwModelTestBase
 {
@@ -998,28 +996,6 @@ DECLARE_OOXMLEXPORT_TEST(tdf66398_permissions, "tdf66398_permissions.docx")
     CPPUNIT_ASSERT(xBookmarksByName->hasByName("permission-for-group:267014232:everyone"));
 }
 
-DECLARE_OOXMLEXPORT_TEST(tdf122201_editUnprotectedText, "tdf122201_editUnprotectedText.odt")
-{
-    // get the document
-    SwXTextDocument* pTextDoc = dynamic_cast<SwXTextDocument *>(mxComponent.get());
-    CPPUNIT_ASSERT(pTextDoc);
-
-    SwDoc* pDoc = pTextDoc->GetDocShell()->GetDoc();
-    CPPUNIT_ASSERT(pDoc);
-
-    // get two different nodes
-    SwNodeIndex aDocEnd(pDoc->GetNodes().GetEndOfContent());
-    SwNodeIndex aDocStart(*aDocEnd.GetNode().StartOfSectionNode(), 3);
-
-    // check protected area
-    SwPaM aPaMPortected(aDocStart);
-    CPPUNIT_ASSERT(aPaMPortected.HasReadonlySel(false));
-
-    // check unprotected area
-    SwPaM aPaMUnprotected(aDocEnd);
-    CPPUNIT_ASSERT(!aPaMUnprotected.HasReadonlySel(false));
-}
-
 DECLARE_OOXMLEXPORT_TEST(testSectionHeader, "sectionprot.odt")
 {
     if (xmlDocPtr pXmlDoc = parseExport("word/document.xml"))
diff --git a/sw/source/core/crsr/pam.cxx b/sw/source/core/crsr/pam.cxx
index 3eaf288f7b30..4e762bfcf218 100644
--- a/sw/source/core/crsr/pam.cxx
+++ b/sw/source/core/crsr/pam.cxx
@@ -597,16 +597,6 @@ bool SwPaM::HasReadonlySel( bool bFormView ) const
         {
             bRet = true;
         }
-        else
-        {
-            const SwSectionNode* pParentSectionNd = pNd->FindSectionNode();
-            if ( pParentSectionNd != nullptr
-                 && ( pParentSectionNd->GetSection().IsProtectFlag()
-                      || ( bFormView && !pParentSectionNd->GetSection().IsEditInReadonlyFlag()) ) )
-            {
-                bRet = true;
-            }
-        }
     }
 
     if ( !bRet
@@ -711,7 +701,7 @@ bool SwPaM::HasReadonlySel( bool bFormView ) const
                 // touches fields, or fully encloses it), then don't disable editing
                 bRet = !( ( !pA || bAtStartA ) && ( !pB || bAtStartB ) );
             }
-            if( !bRet && pDoc->GetDocumentSettingManager().get( DocumentSettingId::PROTECT_FORM ) && (pA || pB) )
+            if( !bRet && pDoc->GetDocumentSettingManager().get( DocumentSettingId::PROTECT_FORM ) )
             {
                 // Form protection case
                 bRet = ( pA == nullptr ) || ( pB == nullptr ) || bAtStartA || bAtStartB;
commit 703cae949a826898b2aa9e96703ffbb2ca8c024e
Author:     Ricardo Palomares <rpmdisguise-java at yahoo.es>
AuthorDate: Sun Jan 20 20:28:00 2019 +0100
Commit:     Gerrit Code Review <gerrit at gerrit.libreoffice.org>
CommitDate: Sun Jan 20 20:39:24 2019 +0100

    Update git submodules
    
    * Update dictionaries from branch 'libreoffice-6-1'
      - Bring shipped Spanish dictionary up to version 2.4
    
        Change-Id: Ie814270a83d7459d402e8e92dab4959f2f0793e5
        Reviewed-on: https://gerrit.libreoffice.org/66654
        Reviewed-by: Adolfo Jayme Barrientos <fitojb at ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb at ubuntu.com>
        (cherry picked from commit 6811c96b9df098a917d728c9231a1d6268c6435f)
        Reviewed-on: https://gerrit.libreoffice.org/66656

diff --git a/dictionaries b/dictionaries
index 1935c6122ccb..7417829a9350 160000
--- a/dictionaries
+++ b/dictionaries
@@ -1 +1 @@
-Subproject commit 1935c6122ccbcad2ccd0a0f6a8f54604f5dbde13
+Subproject commit 7417829a9350fe6a52b30cf134950b0d55867843
commit 46c6c414a6df79575517f5df67510d6f4e3d0128
Author:     Serge Krot <Serge.Krot at cib.de>
AuthorDate: Mon Dec 17 17:07:23 2018 +0100
Commit:     Thorsten Behrens <Thorsten.Behrens at CIB.de>
CommitDate: Fri Jan 18 19:11:40 2019 +0100

    tdf#122201 sw: DOCX: allow editing of unprotected areas in protected doc
    
    Change-Id: I5fb590745b733e2bfb934d946276857b65caf680
    Reviewed-on: https://gerrit.libreoffice.org/65278
    Tested-by: Jenkins
    Reviewed-by: Thorsten Behrens <Thorsten.Behrens at CIB.de>
    Reviewed-on: https://gerrit.libreoffice.org/65501
    (cherry picked from commit 63ec2e8d07dff652a68c9dc96859c4c61f26b9df)
    Reviewed-on: https://gerrit.libreoffice.org/65502
    Reviewed-by: Michael Stahl <Michael.Stahl at cib.de>

diff --git a/sw/qa/extras/ooxmlexport/data/tdf122201_editUnprotectedText.odt b/sw/qa/extras/ooxmlexport/data/tdf122201_editUnprotectedText.odt
new file mode 100644
index 000000000000..217c8c38a409
Binary files /dev/null and b/sw/qa/extras/ooxmlexport/data/tdf122201_editUnprotectedText.odt differ
diff --git a/sw/qa/extras/ooxmlexport/ooxmlexport5.cxx b/sw/qa/extras/ooxmlexport/ooxmlexport5.cxx
index 54bb46946354..4b443c7ff67c 100644
--- a/sw/qa/extras/ooxmlexport/ooxmlexport5.cxx
+++ b/sw/qa/extras/ooxmlexport/ooxmlexport5.cxx
@@ -52,6 +52,8 @@
 
 #include <string>
 #include <config_features.h>
+#include <unocrsr.hxx>
+#include <ndtxt.hxx>
 
 class Test : public SwModelTestBase
 {
@@ -996,6 +998,28 @@ DECLARE_OOXMLEXPORT_TEST(tdf66398_permissions, "tdf66398_permissions.docx")
     CPPUNIT_ASSERT(xBookmarksByName->hasByName("permission-for-group:267014232:everyone"));
 }
 
+DECLARE_OOXMLEXPORT_TEST(tdf122201_editUnprotectedText, "tdf122201_editUnprotectedText.odt")
+{
+    // get the document
+    SwXTextDocument* pTextDoc = dynamic_cast<SwXTextDocument *>(mxComponent.get());
+    CPPUNIT_ASSERT(pTextDoc);
+
+    SwDoc* pDoc = pTextDoc->GetDocShell()->GetDoc();
+    CPPUNIT_ASSERT(pDoc);
+
+    // get two different nodes
+    SwNodeIndex aDocEnd(pDoc->GetNodes().GetEndOfContent());
+    SwNodeIndex aDocStart(*aDocEnd.GetNode().StartOfSectionNode(), 3);
+
+    // check protected area
+    SwPaM aPaMPortected(aDocStart);
+    CPPUNIT_ASSERT(aPaMPortected.HasReadonlySel(false));
+
+    // check unprotected area
+    SwPaM aPaMUnprotected(aDocEnd);
+    CPPUNIT_ASSERT(!aPaMUnprotected.HasReadonlySel(false));
+}
+
 DECLARE_OOXMLEXPORT_TEST(testSectionHeader, "sectionprot.odt")
 {
     if (xmlDocPtr pXmlDoc = parseExport("word/document.xml"))
diff --git a/sw/source/core/crsr/pam.cxx b/sw/source/core/crsr/pam.cxx
index 4e762bfcf218..3eaf288f7b30 100644
--- a/sw/source/core/crsr/pam.cxx
+++ b/sw/source/core/crsr/pam.cxx
@@ -597,6 +597,16 @@ bool SwPaM::HasReadonlySel( bool bFormView ) const
         {
             bRet = true;
         }
+        else
+        {
+            const SwSectionNode* pParentSectionNd = pNd->FindSectionNode();
+            if ( pParentSectionNd != nullptr
+                 && ( pParentSectionNd->GetSection().IsProtectFlag()
+                      || ( bFormView && !pParentSectionNd->GetSection().IsEditInReadonlyFlag()) ) )
+            {
+                bRet = true;
+            }
+        }
     }
 
     if ( !bRet
@@ -701,7 +711,7 @@ bool SwPaM::HasReadonlySel( bool bFormView ) const
                 // touches fields, or fully encloses it), then don't disable editing
                 bRet = !( ( !pA || bAtStartA ) && ( !pB || bAtStartB ) );
             }
-            if( !bRet && pDoc->GetDocumentSettingManager().get( DocumentSettingId::PROTECT_FORM ) )
+            if( !bRet && pDoc->GetDocumentSettingManager().get( DocumentSettingId::PROTECT_FORM ) && (pA || pB) )
             {
                 // Form protection case
                 bRet = ( pA == nullptr ) || ( pB == nullptr ) || bAtStartA || bAtStartB;
commit 6808e1e5e2361220988dfa81cb35d03fb6e15855
Author:     Caolán McNamara <caolanm at redhat.com>
AuthorDate: Thu Jan 17 10:50:42 2019 +0000
Commit:     Michael Stahl <Michael.Stahl at cib.de>
CommitDate: Fri Jan 18 10:16:04 2019 +0100

    upgrade to python 3.5.6
    
    Change-Id: I6cdfc50b2385c426e20ce0e9b216b18c763249b8
    Reviewed-on: https://gerrit.libreoffice.org/66519
    Reviewed-by: Michael Stahl <Michael.Stahl at cib.de>
    Tested-by: Jenkins

diff --git a/configure.ac b/configure.ac
index 4c55cd4933c0..3a3c7ddca9b6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -8289,7 +8289,7 @@ internal)
     SYSTEM_PYTHON=
     PYTHON_VERSION_MAJOR=3
     PYTHON_VERSION_MINOR=5
-    PYTHON_VERSION=${PYTHON_VERSION_MAJOR}.${PYTHON_VERSION_MINOR}.5
+    PYTHON_VERSION=${PYTHON_VERSION_MAJOR}.${PYTHON_VERSION_MINOR}.6
     if ! grep -q -i python.*${PYTHON_VERSION} ${SRC_ROOT}/download.lst; then
         AC_MSG_ERROR([PYTHON_VERSION ${PYTHON_VERSION} but no matching file in download.lst])
     fi
diff --git a/download.lst b/download.lst
index 3b526c2befba..4d0aac521f15 100644
--- a/download.lst
+++ b/download.lst
@@ -210,8 +210,8 @@ export POPPLER_SHA256SUM := e44b5543903128884ba4538c2a97d3bcc8889e97ffacc4636112
 export POPPLER_TARBALL := poppler-0.73.0.tar.xz
 export POSTGRESQL_SHA256SUM := db61d498105a7d5fe46185e67ac830c878cdd7dc1f82a87f06b842217924c461
 export POSTGRESQL_TARBALL := c0b4799ea9850eae3ead14f0a60e9418-postgresql-9.2.1.tar.bz2
-export PYTHON_SHA256SUM := 063d2c3b0402d6191b90731e0f735c64830e7522348aeb7ed382a83165d45009
-export PYTHON_TARBALL := Python-3.5.5.tar.xz
+export PYTHON_SHA256SUM := f55cde04f521f273c7cba08912921cc5642cfc15ca7b22d5829f0aff4371155f
+export PYTHON_TARBALL := Python-3.5.6.tar.xz
 export QXP_SHA256SUM := 8c257f6184ff94aefa7c9fa1cfae82083d55a49247266905c71c53e013f95c73
 export QXP_TARBALL := libqxp-0.0.1.tar.xz
 export RAPTOR_SHA256SUM := ada7f0ba54787b33485d090d3d2680533520cd4426d2f7fb4782dd4a6a1480ed
commit 35d4bcd1fea4021bd272290aa08aead36c4a00f5
Author:     Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Thu Jan 17 09:19:55 2019 +0100
Commit:     Stephan Bergmann <sbergman at redhat.com>
CommitDate: Fri Jan 18 09:01:28 2019 +0100

    Adapt solenv/flatpak-manifest.in to recent download.lst changes
    
    Reviewed-on: https://gerrit.libreoffice.org/66496
    Tested-by: Jenkins
    Reviewed-by: Stephan Bergmann <sbergman at redhat.com>
    (cherry picked from commit 5e89aad61e143ad6a52291ef7065f5b22e348c85)
    Conflicts:
            solenv/flatpak-manifest.in
    
    Change-Id: I9400c8fa5b7763debc13274f7e001b6425d8392e
    Reviewed-on: https://gerrit.libreoffice.org/66524
    Reviewed-by: Michael Stahl <Michael.Stahl at cib.de>
    Tested-by: Jenkins
    (cherry picked from commit bdc9aafd629d5234b8de62d995156b1c3ce75782)
    Reviewed-on: https://gerrit.libreoffice.org/66542

diff --git a/solenv/flatpak-manifest.in b/solenv/flatpak-manifest.in
index 5ee8909a84c1..ec1ac90d7e19 100644
--- a/solenv/flatpak-manifest.in
+++ b/solenv/flatpak-manifest.in
@@ -405,10 +405,10 @@
                     "dest-filename": "external/tarballs/liborcus-0.13.4.tar.gz"
                 },
                 {
-                    "url": "https://dev-www.libreoffice.org/src/poppler-0.66.0.tar.xz",
-                    "sha256": "2c096431adfb74bc2f53be466889b7646e1b599f28fa036094f3f7235cc9eae7",
+                    "url": "https://dev-www.libreoffice.org/src/poppler-0.73.0.tar.xz",
+                    "sha256": "e44b5543903128884ba4538c2a97d3bcc8889e97ffacc4636112101f0238db03",
                     "type": "file",
-                    "dest-filename": "external/tarballs/poppler-0.66.0.tar.xz"
+                    "dest-filename": "external/tarballs/poppler-0.73.0.tar.xz"
                 },
                 {
                     "url": "https://dev-www.libreoffice.org/src/c0b4799ea9850eae3ead14f0a60e9418-postgresql-9.2.1.tar.bz2",
commit 7fcab5877558c23c8772c07fc9af00f2c3dd7a84
Author:     Eike Rathke <erack at redhat.com>
AuthorDate: Wed Jan 16 18:19:54 2019 +0100
Commit:     Caolán McNamara <caolanm at redhat.com>
CommitDate: Thu Jan 17 17:41:56 2019 +0100

    Related: tdf#122509 prevent access of not existing base format
    
    Call to pFormat->HasPositiveBracketPlaceholder() with nullptr as
    obtained for the not existing nIndex was the immediate cause of
    the crash.
    
    Also obtain the type from the format if found instead of the
    separate GetType() call that again would need to find the format
    first. This clarifies that the other places accessing pFormat
    don't need additional checks because eType isn't UNDEFINED there.
    
    Reviewed-on: https://gerrit.libreoffice.org/66476
    Reviewed-by: Eike Rathke <erack at redhat.com>
    Tested-by: Jenkins
    (cherry picked from commit d807d6a65f439da88623e45b1dabe7d9ef36cd3c)
    
    According to
    https://crashreport.libreoffice.org/stats/signature/SvNumberformat::HasPositiveBracketPlaceholder()
    this occasionally happened in ~all releases, independent of the
    circumstances in tdf#122509, so let's backport to available release.
    
    Change-Id: I5d78ad73eeb4c3820c45d6a91b0e729ed22951a4
    Reviewed-on: https://gerrit.libreoffice.org/66521
    Tested-by: Jenkins
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>
    Tested-by: Caolán McNamara <caolanm at redhat.com>

diff --git a/svl/source/numbers/zforlist.cxx b/svl/source/numbers/zforlist.cxx
index 9d4a630df51b..3da7ab43c449 100644
--- a/svl/source/numbers/zforlist.cxx
+++ b/svl/source/numbers/zforlist.cxx
@@ -2855,7 +2855,10 @@ OUString SvNumberFormatter::GenerateFormat(sal_uInt32 nIndex,
     {
         eLnge = IniLnge;
     }
-    SvNumFormatType eType = GetType(nIndex);
+
+    const SvNumberformat* pFormat = GetFormatEntry( nIndex );
+    const SvNumFormatType eType = (pFormat ? pFormat->GetMaskedType() : SvNumFormatType::UNDEFINED);
+
     ImpGenerateCL(eLnge);           // create new standard formats if necessary
 
     utl::DigitGroupingIterator aGrouping( xLocaleData->getDigitGrouping());
@@ -2863,8 +2866,6 @@ OUString SvNumberFormatter::GenerateFormat(sal_uInt32 nIndex,
     const sal_Int32 nDigitsInFirstGroup = ( bThousand && (eType == SvNumFormatType::SCIENTIFIC) ) ? 3 : aGrouping.get();
     const OUString& rThSep = GetNumThousandSep();
 
-    SvNumberformat* pFormat = GetFormatEntry( nIndex );
-
     OUStringBuffer sString;
     using comphelper::string::padToLength;
 
@@ -3012,7 +3013,7 @@ OUString SvNumberFormatter::GenerateFormat(sal_uInt32 nIndex,
         {
             OUStringBuffer sTmpStr(sString);
 
-            if ( pFormat->HasPositiveBracketPlaceholder() )
+            if (pFormat && pFormat->HasPositiveBracketPlaceholder())
             {
                  sTmpStr.append('_');
                  sTmpStr.append(')');
commit d22fb0a3d57f838a8e77f3ecad75ff9d3cb55cf2
Author:     Adolfo Jayme Barrientos <fitojb at ubuntu.com>
AuthorDate: Tue Jan 15 18:55:19 2019 -0600
Commit:     Rizal Muttaqin <riz_17_oke at yahoo.co.id>
CommitDate: Thu Jan 17 13:41:30 2019 +0100

    Backport Elementary theme from master
    
    Change-Id: I37917c877947b277bcda4d3e0fa5a4f7944664b6
    Reviewed-on: https://gerrit.libreoffice.org/66412
    Tested-by: Jenkins
    Reviewed-by: Rizal Muttaqin <riz_17_oke at yahoo.co.id>

diff --git a/icon-themes/elementary/Copyrights b/icon-themes/elementary/Copyrights
index 58fd5875c0a6..d992d11d3df0 100644
--- a/icon-themes/elementary/Copyrights
+++ b/icon-themes/elementary/Copyrights
@@ -1,10 +1,12 @@
 This theme is based on the Human icon theme for LibreOffice and uses resources 
 from the elementary icon theme as well as original work from Shimmer Project.
 A summary of attributions are below, with further details available at 
-https://github.com/shimmerproject/libreoffice-style-elementary/commits
+https://github.com/rizmut/libreoffice-style-elementary/commits
 
 Elementary theme for LibreOffice
  * libreoffice-style-elementary: Available under the terms of the GPL
+   - Copyright 2018 by Rizal Muttaqin <riz_17_oke at yahoo.co.id>
+   - Copyright 2017 by Andreas Kainz <kainz.a at gmail.com>
    - Copyright 2015 by Simon Steinbeiss <simon at xfce.org>,
      Pasi Lallinaho <pasi at shimmerproject.org>
  * elementary(-xfce): Available under the terms of the GPL
diff --git a/icon-themes/elementary/chart2/res/areas3d_52x60.png b/icon-themes/elementary/chart2/res/areas3d_52x60.png
index 843a5db1627d..4c2a4dba757c 100644
Binary files a/icon-themes/elementary/chart2/res/areas3d_52x60.png and b/icon-themes/elementary/chart2/res/areas3d_52x60.png differ
diff --git a/icon-themes/elementary/chart2/res/areas_52x60.png b/icon-themes/elementary/chart2/res/areas_52x60.png
index 548fba368409..29608d43a7ca 100644
Binary files a/icon-themes/elementary/chart2/res/areas_52x60.png and b/icon-themes/elementary/chart2/res/areas_52x60.png differ
diff --git a/icon-themes/elementary/chart2/res/areasfull3d_52x60.png b/icon-themes/elementary/chart2/res/areasfull3d_52x60.png
index 86495538ed24..b7ccfed5bbb7 100644
Binary files a/icon-themes/elementary/chart2/res/areasfull3d_52x60.png and b/icon-themes/elementary/chart2/res/areasfull3d_52x60.png differ
diff --git a/icon-themes/elementary/chart2/res/areasfull_52x60.png b/icon-themes/elementary/chart2/res/areasfull_52x60.png
index a579859d614c..aa4a4f9254b3 100644
Binary files a/icon-themes/elementary/chart2/res/areasfull_52x60.png and b/icon-themes/elementary/chart2/res/areasfull_52x60.png differ
diff --git a/icon-themes/elementary/chart2/res/areaspiled3d_52x60.png b/icon-themes/elementary/chart2/res/areaspiled3d_52x60.png
index fcdc2b9f55ce..6a35a3cbdfd9 100644
Binary files a/icon-themes/elementary/chart2/res/areaspiled3d_52x60.png and b/icon-themes/elementary/chart2/res/areaspiled3d_52x60.png differ
diff --git a/icon-themes/elementary/chart2/res/areaspiled_52x60.png b/icon-themes/elementary/chart2/res/areaspiled_52x60.png
index e05902128ac6..1f187aec2fb5 100644
Binary files a/icon-themes/elementary/chart2/res/areaspiled_52x60.png and b/icon-themes/elementary/chart2/res/areaspiled_52x60.png differ
diff --git a/icon-themes/elementary/chart2/res/bar3d_52x60.png b/icon-themes/elementary/chart2/res/bar3d_52x60.png
new file mode 100644
index 000000000000..c1b92ce0b81f
Binary files /dev/null and b/icon-themes/elementary/chart2/res/bar3d_52x60.png differ
diff --git a/icon-themes/elementary/chart2/res/bar3ddeep_52x60.png b/icon-themes/elementary/chart2/res/bar3ddeep_52x60.png
new file mode 100644
index 000000000000..9513d5293ec3
Binary files /dev/null and b/icon-themes/elementary/chart2/res/bar3ddeep_52x60.png differ
diff --git a/icon-themes/elementary/chart2/res/bar_52x60.png b/icon-themes/elementary/chart2/res/bar_52x60.png
index 9094c1d27341..db1faccb5985 100644
Binary files a/icon-themes/elementary/chart2/res/bar_52x60.png and b/icon-themes/elementary/chart2/res/bar_52x60.png differ
diff --git a/icon-themes/elementary/chart2/res/barpercent3d_52x60.png b/icon-themes/elementary/chart2/res/barpercent3d_52x60.png
new file mode 100644
index 000000000000..e7a042eb51b0
Binary files /dev/null and b/icon-themes/elementary/chart2/res/barpercent3d_52x60.png differ
diff --git a/icon-themes/elementary/chart2/res/barpercent_52x60.png b/icon-themes/elementary/chart2/res/barpercent_52x60.png
index 54e2343ff2fb..dcb423ac65a6 100644
Binary files a/icon-themes/elementary/chart2/res/barpercent_52x60.png and b/icon-themes/elementary/chart2/res/barpercent_52x60.png differ
diff --git a/icon-themes/elementary/chart2/res/barstack3d_52x60.png b/icon-themes/elementary/chart2/res/barstack3d_52x60.png
new file mode 100644
index 000000000000..9175d654d776
Binary files /dev/null and b/icon-themes/elementary/chart2/res/barstack3d_52x60.png differ
diff --git a/icon-themes/elementary/chart2/res/barstack_52x60.png b/icon-themes/elementary/chart2/res/barstack_52x60.png
index 446289c50e74..5f18cdbd1eaf 100644
Binary files a/icon-themes/elementary/chart2/res/barstack_52x60.png and b/icon-themes/elementary/chart2/res/barstack_52x60.png differ
diff --git a/icon-themes/elementary/chart2/res/bubble_52x60.png b/icon-themes/elementary/chart2/res/bubble_52x60.png
index 45fd040786f4..c65c3e733baf 100644
Binary files a/icon-themes/elementary/chart2/res/bubble_52x60.png and b/icon-themes/elementary/chart2/res/bubble_52x60.png differ
diff --git a/icon-themes/elementary/chart2/res/columnline_52x60.png b/icon-themes/elementary/chart2/res/columnline_52x60.png
index 00a454ba1680..4bd0a9026b61 100644
Binary files a/icon-themes/elementary/chart2/res/columnline_52x60.png and b/icon-themes/elementary/chart2/res/columnline_52x60.png differ
diff --git a/icon-themes/elementary/chart2/res/columnpercent3d_52x60.png b/icon-themes/elementary/chart2/res/columnpercent3d_52x60.png
new file mode 100644
index 000000000000..8a7ea3a5f391
Binary files /dev/null and b/icon-themes/elementary/chart2/res/columnpercent3d_52x60.png differ
diff --git a/icon-themes/elementary/chart2/res/columnpercent_52x60.png b/icon-themes/elementary/chart2/res/columnpercent_52x60.png
index 0ca704ec9e46..f238a21d9304 100644
Binary files a/icon-themes/elementary/chart2/res/columnpercent_52x60.png and b/icon-themes/elementary/chart2/res/columnpercent_52x60.png differ
diff --git a/icon-themes/elementary/chart2/res/columns3d_52x60.png b/icon-themes/elementary/chart2/res/columns3d_52x60.png
new file mode 100644
index 000000000000..37fe10043d44
Binary files /dev/null and b/icon-themes/elementary/chart2/res/columns3d_52x60.png differ
diff --git a/icon-themes/elementary/chart2/res/columns3ddeep_52x60.png b/icon-themes/elementary/chart2/res/columns3ddeep_52x60.png
new file mode 100644
index 000000000000..c600f6f5a265
Binary files /dev/null and b/icon-themes/elementary/chart2/res/columns3ddeep_52x60.png differ
diff --git a/icon-themes/elementary/chart2/res/columns_52x60.png b/icon-themes/elementary/chart2/res/columns_52x60.png
index 0fa6ff1ec125..ea17e15eac2a 100644
Binary files a/icon-themes/elementary/chart2/res/columns_52x60.png and b/icon-themes/elementary/chart2/res/columns_52x60.png differ
diff --git a/icon-themes/elementary/chart2/res/columnstack3d_52x60.png b/icon-themes/elementary/chart2/res/columnstack3d_52x60.png
new file mode 100644
index 000000000000..141e3efa7821
Binary files /dev/null and b/icon-themes/elementary/chart2/res/columnstack3d_52x60.png differ
diff --git a/icon-themes/elementary/chart2/res/columnstack_52x60.png b/icon-themes/elementary/chart2/res/columnstack_52x60.png
index 471df2567e97..4dfeb98ad85c 100644
Binary files a/icon-themes/elementary/chart2/res/columnstack_52x60.png and b/icon-themes/elementary/chart2/res/columnstack_52x60.png differ
diff --git a/icon-themes/elementary/chart2/res/columnstackline_52x60.png b/icon-themes/elementary/chart2/res/columnstackline_52x60.png
index f74fd261f6ce..24998c5fb985 100644
Binary files a/icon-themes/elementary/chart2/res/columnstackline_52x60.png and b/icon-themes/elementary/chart2/res/columnstackline_52x60.png differ
diff --git a/icon-themes/elementary/chart2/res/cone_52x60.png b/icon-themes/elementary/chart2/res/cone_52x60.png
new file mode 100644
index 000000000000..82aef4ce8dcd
Binary files /dev/null and b/icon-themes/elementary/chart2/res/cone_52x60.png differ
diff --git a/icon-themes/elementary/chart2/res/conedeep_52x60.png b/icon-themes/elementary/chart2/res/conedeep_52x60.png
new file mode 100644
index 000000000000..d1dc4da3cdcc
Binary files /dev/null and b/icon-themes/elementary/chart2/res/conedeep_52x60.png differ
diff --git a/icon-themes/elementary/chart2/res/conehori_52x60.png b/icon-themes/elementary/chart2/res/conehori_52x60.png
new file mode 100644
index 000000000000..9a686d69b70a
Binary files /dev/null and b/icon-themes/elementary/chart2/res/conehori_52x60.png differ
diff --git a/icon-themes/elementary/chart2/res/conehorideep_52x60.png b/icon-themes/elementary/chart2/res/conehorideep_52x60.png
new file mode 100644
index 000000000000..81324b0e5bb0
Binary files /dev/null and b/icon-themes/elementary/chart2/res/conehorideep_52x60.png differ
diff --git a/icon-themes/elementary/chart2/res/conehoripercent_52x60.png b/icon-themes/elementary/chart2/res/conehoripercent_52x60.png
new file mode 100644
index 000000000000..65d2c211e7f7
Binary files /dev/null and b/icon-themes/elementary/chart2/res/conehoripercent_52x60.png differ
diff --git a/icon-themes/elementary/chart2/res/conehoristack_52x60.png b/icon-themes/elementary/chart2/res/conehoristack_52x60.png
new file mode 100644
index 000000000000..c745f72e46d6
Binary files /dev/null and b/icon-themes/elementary/chart2/res/conehoristack_52x60.png differ
diff --git a/icon-themes/elementary/chart2/res/conepercent_52x60.png b/icon-themes/elementary/chart2/res/conepercent_52x60.png
new file mode 100644
index 000000000000..230076aadef8
Binary files /dev/null and b/icon-themes/elementary/chart2/res/conepercent_52x60.png differ
diff --git a/icon-themes/elementary/chart2/res/conestack_52x60.png b/icon-themes/elementary/chart2/res/conestack_52x60.png
new file mode 100644
index 000000000000..a445733a40ed
Binary files /dev/null and b/icon-themes/elementary/chart2/res/conestack_52x60.png differ
diff --git a/icon-themes/elementary/chart2/res/cylinder_52x60.png b/icon-themes/elementary/chart2/res/cylinder_52x60.png
new file mode 100644
index 000000000000..6970bba417b9
Binary files /dev/null and b/icon-themes/elementary/chart2/res/cylinder_52x60.png differ
diff --git a/icon-themes/elementary/chart2/res/cylinderdeep_52x60.png b/icon-themes/elementary/chart2/res/cylinderdeep_52x60.png
new file mode 100644
index 000000000000..46a955127211
Binary files /dev/null and b/icon-themes/elementary/chart2/res/cylinderdeep_52x60.png differ
diff --git a/icon-themes/elementary/chart2/res/cylinderhori_52x60.png b/icon-themes/elementary/chart2/res/cylinderhori_52x60.png
new file mode 100644
index 000000000000..3f10e7bb305c
Binary files /dev/null and b/icon-themes/elementary/chart2/res/cylinderhori_52x60.png differ
diff --git a/icon-themes/elementary/chart2/res/cylinderhorideep_52x60.png b/icon-themes/elementary/chart2/res/cylinderhorideep_52x60.png
new file mode 100644
index 000000000000..dcae6f40a8d9
Binary files /dev/null and b/icon-themes/elementary/chart2/res/cylinderhorideep_52x60.png differ
diff --git a/icon-themes/elementary/chart2/res/cylinderhoriprocent_52x60.png b/icon-themes/elementary/chart2/res/cylinderhoriprocent_52x60.png
new file mode 100644
index 000000000000..2d32507a1cf8
Binary files /dev/null and b/icon-themes/elementary/chart2/res/cylinderhoriprocent_52x60.png differ
diff --git a/icon-themes/elementary/chart2/res/cylinderhoristack_52x60.png b/icon-themes/elementary/chart2/res/cylinderhoristack_52x60.png
new file mode 100644
index 000000000000..110428365af7
Binary files /dev/null and b/icon-themes/elementary/chart2/res/cylinderhoristack_52x60.png differ
diff --git a/icon-themes/elementary/chart2/res/cylinderpercent_52x60.png b/icon-themes/elementary/chart2/res/cylinderpercent_52x60.png
new file mode 100644
index 000000000000..42649104a6ce
Binary files /dev/null and b/icon-themes/elementary/chart2/res/cylinderpercent_52x60.png differ
diff --git a/icon-themes/elementary/chart2/res/cylinderstack_52x60.png b/icon-themes/elementary/chart2/res/cylinderstack_52x60.png
new file mode 100644
index 000000000000..c69dfbd9bde7
Binary files /dev/null and b/icon-themes/elementary/chart2/res/cylinderstack_52x60.png differ
diff --git a/icon-themes/elementary/chart2/res/dataeditor_icon05.png b/icon-themes/elementary/chart2/res/dataeditor_icon05.png
new file mode 100644
index 000000000000..8bd9526dd615
Binary files /dev/null and b/icon-themes/elementary/chart2/res/dataeditor_icon05.png differ
diff --git a/icon-themes/elementary/chart2/res/dataeditor_icon06.png b/icon-themes/elementary/chart2/res/dataeditor_icon06.png
new file mode 100644
index 000000000000..fd1839f35167
Binary files /dev/null and b/icon-themes/elementary/chart2/res/dataeditor_icon06.png differ
diff --git a/icon-themes/elementary/chart2/res/dataeditor_icon07.png b/icon-themes/elementary/chart2/res/dataeditor_icon07.png
new file mode 100644
index 000000000000..e935abad1945
Binary files /dev/null and b/icon-themes/elementary/chart2/res/dataeditor_icon07.png differ
diff --git a/icon-themes/elementary/chart2/res/dataeditor_icon08.png b/icon-themes/elementary/chart2/res/dataeditor_icon08.png
new file mode 100644
index 000000000000..eabb6aeeafea
Binary files /dev/null and b/icon-themes/elementary/chart2/res/dataeditor_icon08.png differ
diff --git a/icon-themes/elementary/chart2/res/dataeditor_icon09.png b/icon-themes/elementary/chart2/res/dataeditor_icon09.png
new file mode 100644
index 000000000000..649cb1962475
Binary files /dev/null and b/icon-themes/elementary/chart2/res/dataeditor_icon09.png differ
diff --git a/icon-themes/elementary/chart2/res/donut3d_52x60.png b/icon-themes/elementary/chart2/res/donut3d_52x60.png
new file mode 100644
index 000000000000..0e710e350dc5
Binary files /dev/null and b/icon-themes/elementary/chart2/res/donut3d_52x60.png differ
diff --git a/icon-themes/elementary/chart2/res/donut3dexploded_52x60.png b/icon-themes/elementary/chart2/res/donut3dexploded_52x60.png
new file mode 100644
index 000000000000..266e77bc039e
Binary files /dev/null and b/icon-themes/elementary/chart2/res/donut3dexploded_52x60.png differ
diff --git a/icon-themes/elementary/chart2/res/donut_52x60.png b/icon-themes/elementary/chart2/res/donut_52x60.png
index dc51ddf56f69..550edb35f35e 100644
Binary files a/icon-themes/elementary/chart2/res/donut_52x60.png and b/icon-themes/elementary/chart2/res/donut_52x60.png differ
diff --git a/icon-themes/elementary/chart2/res/donutexploded_52x60.png b/icon-themes/elementary/chart2/res/donutexploded_52x60.png
index 3a3156d830cf..74b79d2ce054 100644
Binary files a/icon-themes/elementary/chart2/res/donutexploded_52x60.png and b/icon-themes/elementary/chart2/res/donutexploded_52x60.png differ
diff --git a/icon-themes/elementary/chart2/res/net_52x60.png b/icon-themes/elementary/chart2/res/net_52x60.png
index b2a47b739dbd..9af5b2c608bd 100644
Binary files a/icon-themes/elementary/chart2/res/net_52x60.png and b/icon-themes/elementary/chart2/res/net_52x60.png differ
diff --git a/icon-themes/elementary/chart2/res/netfill_52x60.png b/icon-themes/elementary/chart2/res/netfill_52x60.png
index f4dd10530f86..8b35003676cb 100644
Binary files a/icon-themes/elementary/chart2/res/netfill_52x60.png and b/icon-themes/elementary/chart2/res/netfill_52x60.png differ
diff --git a/icon-themes/elementary/chart2/res/netlinepoint_52x60.png b/icon-themes/elementary/chart2/res/netlinepoint_52x60.png
index 3929214d6bef..cf7e87e94bc8 100644
Binary files a/icon-themes/elementary/chart2/res/netlinepoint_52x60.png and b/icon-themes/elementary/chart2/res/netlinepoint_52x60.png differ
diff --git a/icon-themes/elementary/chart2/res/netlinepointstack_52x60.png b/icon-themes/elementary/chart2/res/netlinepointstack_52x60.png
index c06f9bd01bab..77adae450026 100644
Binary files a/icon-themes/elementary/chart2/res/netlinepointstack_52x60.png and b/icon-themes/elementary/chart2/res/netlinepointstack_52x60.png differ
diff --git a/icon-themes/elementary/chart2/res/netpoint_52x60.png b/icon-themes/elementary/chart2/res/netpoint_52x60.png
index f310bcbf9473..b9f5dcdc352a 100644
Binary files a/icon-themes/elementary/chart2/res/netpoint_52x60.png and b/icon-themes/elementary/chart2/res/netpoint_52x60.png differ
diff --git a/icon-themes/elementary/chart2/res/netpointstack_52x60.png b/icon-themes/elementary/chart2/res/netpointstack_52x60.png
index 991975429f0d..f9c5c91dc741 100644
Binary files a/icon-themes/elementary/chart2/res/netpointstack_52x60.png and b/icon-themes/elementary/chart2/res/netpointstack_52x60.png differ
diff --git a/icon-themes/elementary/chart2/res/netstack_52x60.png b/icon-themes/elementary/chart2/res/netstack_52x60.png
new file mode 100644
index 000000000000..e78a7c8d8558
Binary files /dev/null and b/icon-themes/elementary/chart2/res/netstack_52x60.png differ
diff --git a/icon-themes/elementary/chart2/res/netstackfill_52x60.png b/icon-themes/elementary/chart2/res/netstackfill_52x60.png
index fc2cb9dace3e..deb618548153 100644
Binary files a/icon-themes/elementary/chart2/res/netstackfill_52x60.png and b/icon-themes/elementary/chart2/res/netstackfill_52x60.png differ
diff --git a/icon-themes/elementary/chart2/res/nostackdirect3d_52x60.png b/icon-themes/elementary/chart2/res/nostackdirect3d_52x60.png
index fe4409389602..c66b6c609d6a 100644
Binary files a/icon-themes/elementary/chart2/res/nostackdirect3d_52x60.png and b/icon-themes/elementary/chart2/res/nostackdirect3d_52x60.png differ
diff --git a/icon-themes/elementary/chart2/res/nostackdirectboth_52x60.png b/icon-themes/elementary/chart2/res/nostackdirectboth_52x60.png
index 78ee1fa87299..a79a628aa05c 100644
Binary files a/icon-themes/elementary/chart2/res/nostackdirectboth_52x60.png and b/icon-themes/elementary/chart2/res/nostackdirectboth_52x60.png differ
diff --git a/icon-themes/elementary/chart2/res/nostackdirectlines_52x60.png b/icon-themes/elementary/chart2/res/nostackdirectlines_52x60.png
index 831171182337..b47f5cfb9c80 100644
Binary files a/icon-themes/elementary/chart2/res/nostackdirectlines_52x60.png and b/icon-themes/elementary/chart2/res/nostackdirectlines_52x60.png differ
diff --git a/icon-themes/elementary/chart2/res/nostackdirectpoints_52x60.png b/icon-themes/elementary/chart2/res/nostackdirectpoints_52x60.png
index 5eaa4526bfb5..3286fe859dec 100644
Binary files a/icon-themes/elementary/chart2/res/nostackdirectpoints_52x60.png and b/icon-themes/elementary/chart2/res/nostackdirectpoints_52x60.png differ
diff --git a/icon-themes/elementary/chart2/res/nostacksmooth3d_52x60.png b/icon-themes/elementary/chart2/res/nostacksmooth3d_52x60.png
index 386d70855a70..a4b040abcbcc 100644
Binary files a/icon-themes/elementary/chart2/res/nostacksmooth3d_52x60.png and b/icon-themes/elementary/chart2/res/nostacksmooth3d_52x60.png differ
diff --git a/icon-themes/elementary/chart2/res/nostacksmoothboth_52x60.png b/icon-themes/elementary/chart2/res/nostacksmoothboth_52x60.png
index 11b0dd1ca649..ad6f5b94a370 100644
Binary files a/icon-themes/elementary/chart2/res/nostacksmoothboth_52x60.png and b/icon-themes/elementary/chart2/res/nostacksmoothboth_52x60.png differ
diff --git a/icon-themes/elementary/chart2/res/nostacksmoothlines_52x60.png b/icon-themes/elementary/chart2/res/nostacksmoothlines_52x60.png
index ec6462fbf5d9..4e20ca1ebce0 100644
Binary files a/icon-themes/elementary/chart2/res/nostacksmoothlines_52x60.png and b/icon-themes/elementary/chart2/res/nostacksmoothlines_52x60.png differ
diff --git a/icon-themes/elementary/chart2/res/nostackstepped3d_52x60.png b/icon-themes/elementary/chart2/res/nostackstepped3d_52x60.png
index f5367ae27956..228a9eaed364 100644
Binary files a/icon-themes/elementary/chart2/res/nostackstepped3d_52x60.png and b/icon-themes/elementary/chart2/res/nostackstepped3d_52x60.png differ
diff --git a/icon-themes/elementary/chart2/res/nostacksteppedboth_52x60.png b/icon-themes/elementary/chart2/res/nostacksteppedboth_52x60.png
index 2ea6f8973eda..a94eb3026cbe 100644
Binary files a/icon-themes/elementary/chart2/res/nostacksteppedboth_52x60.png and b/icon-themes/elementary/chart2/res/nostacksteppedboth_52x60.png differ
diff --git a/icon-themes/elementary/chart2/res/nostacksteppedlines_52x60.png b/icon-themes/elementary/chart2/res/nostacksteppedlines_52x60.png
index 56db10067e55..6a9f274d1a05 100644
Binary files a/icon-themes/elementary/chart2/res/nostacksteppedlines_52x60.png and b/icon-themes/elementary/chart2/res/nostacksteppedlines_52x60.png differ
diff --git a/icon-themes/elementary/chart2/res/pie3d_52x60.png b/icon-themes/elementary/chart2/res/pie3d_52x60.png
new file mode 100644
index 000000000000..c190c9084c31
Binary files /dev/null and b/icon-themes/elementary/chart2/res/pie3d_52x60.png differ
diff --git a/icon-themes/elementary/chart2/res/pie3dexploded_52x60.png b/icon-themes/elementary/chart2/res/pie3dexploded_52x60.png
new file mode 100644
index 000000000000..86f5c2df4e0d
Binary files /dev/null and b/icon-themes/elementary/chart2/res/pie3dexploded_52x60.png differ
diff --git a/icon-themes/elementary/chart2/res/pie_52x60.png b/icon-themes/elementary/chart2/res/pie_52x60.png
index 7b3adaa15d9b..52fce2bbca81 100644
Binary files a/icon-themes/elementary/chart2/res/pie_52x60.png and b/icon-themes/elementary/chart2/res/pie_52x60.png differ
diff --git a/icon-themes/elementary/chart2/res/pieexploded_52x60.png b/icon-themes/elementary/chart2/res/pieexploded_52x60.png
index 7269172869c0..1790ae2c95c4 100644
Binary files a/icon-themes/elementary/chart2/res/pieexploded_52x60.png and b/icon-themes/elementary/chart2/res/pieexploded_52x60.png differ
diff --git a/icon-themes/elementary/chart2/res/pyramind_52x60.png b/icon-themes/elementary/chart2/res/pyramind_52x60.png
new file mode 100644
index 000000000000..256e6b44bc2d
Binary files /dev/null and b/icon-themes/elementary/chart2/res/pyramind_52x60.png differ
diff --git a/icon-themes/elementary/chart2/res/pyraminddeep_52x60.png b/icon-themes/elementary/chart2/res/pyraminddeep_52x60.png
new file mode 100644
index 000000000000..b7915bf0b9aa
Binary files /dev/null and b/icon-themes/elementary/chart2/res/pyraminddeep_52x60.png differ
diff --git a/icon-themes/elementary/chart2/res/pyramindhori_52x60.png b/icon-themes/elementary/chart2/res/pyramindhori_52x60.png
new file mode 100644
index 000000000000..81fc6f5bcc5a
Binary files /dev/null and b/icon-themes/elementary/chart2/res/pyramindhori_52x60.png differ
diff --git a/icon-themes/elementary/chart2/res/pyramindhorideep_52x60.png b/icon-themes/elementary/chart2/res/pyramindhorideep_52x60.png
new file mode 100644
index 000000000000..39279219be43
Binary files /dev/null and b/icon-themes/elementary/chart2/res/pyramindhorideep_52x60.png differ
diff --git a/icon-themes/elementary/chart2/res/pyramindhoripercent_52x60.png b/icon-themes/elementary/chart2/res/pyramindhoripercent_52x60.png
new file mode 100644
index 000000000000..b8c57733b537
Binary files /dev/null and b/icon-themes/elementary/chart2/res/pyramindhoripercent_52x60.png differ
diff --git a/icon-themes/elementary/chart2/res/pyramindhoristack_52x60.png b/icon-themes/elementary/chart2/res/pyramindhoristack_52x60.png
new file mode 100644
index 000000000000..af639fed8644
Binary files /dev/null and b/icon-themes/elementary/chart2/res/pyramindhoristack_52x60.png differ
diff --git a/icon-themes/elementary/chart2/res/pyramindpercent_52x60.png b/icon-themes/elementary/chart2/res/pyramindpercent_52x60.png
new file mode 100644
index 000000000000..ceaa18aa7746
Binary files /dev/null and b/icon-themes/elementary/chart2/res/pyramindpercent_52x60.png differ
diff --git a/icon-themes/elementary/chart2/res/pyramindstack_52x60.png b/icon-themes/elementary/chart2/res/pyramindstack_52x60.png
new file mode 100644
index 000000000000..068d5381cd56
Binary files /dev/null and b/icon-themes/elementary/chart2/res/pyramindstack_52x60.png differ
diff --git a/icon-themes/elementary/chart2/res/regavg.png b/icon-themes/elementary/chart2/res/regavg.png
new file mode 100644
index 000000000000..7b42028b8501
Binary files /dev/null and b/icon-themes/elementary/chart2/res/regavg.png differ
diff --git a/icon-themes/elementary/chart2/res/regexp.png b/icon-themes/elementary/chart2/res/regexp.png
new file mode 100644
index 000000000000..13ef9b77b18d
Binary files /dev/null and b/icon-themes/elementary/chart2/res/regexp.png differ
diff --git a/icon-themes/elementary/chart2/res/reglin.png b/icon-themes/elementary/chart2/res/reglin.png
new file mode 100644
index 000000000000..a50158940ddc
Binary files /dev/null and b/icon-themes/elementary/chart2/res/reglin.png differ
diff --git a/icon-themes/elementary/chart2/res/reglog.png b/icon-themes/elementary/chart2/res/reglog.png
new file mode 100644
index 000000000000..c2aeb130f578
Binary files /dev/null and b/icon-themes/elementary/chart2/res/reglog.png differ
diff --git a/icon-themes/elementary/chart2/res/regno.png b/icon-themes/elementary/chart2/res/regno.png
new file mode 100644
index 000000000000..7c0f930f8d16
Binary files /dev/null and b/icon-themes/elementary/chart2/res/regno.png differ
diff --git a/icon-themes/elementary/chart2/res/regpoly.png b/icon-themes/elementary/chart2/res/regpoly.png
new file mode 100644
index 000000000000..3771a8f2caaa
Binary files /dev/null and b/icon-themes/elementary/chart2/res/regpoly.png differ
diff --git a/icon-themes/elementary/chart2/res/regpow.png b/icon-themes/elementary/chart2/res/regpow.png
new file mode 100644
index 000000000000..da46b5c721cf
Binary files /dev/null and b/icon-themes/elementary/chart2/res/regpow.png differ
diff --git a/icon-themes/elementary/chart2/res/stackdirect3d_52x60.png b/icon-themes/elementary/chart2/res/stackdirect3d_52x60.png
index 8b883ee27910..519c10893ac0 100644
Binary files a/icon-themes/elementary/chart2/res/stackdirect3d_52x60.png and b/icon-themes/elementary/chart2/res/stackdirect3d_52x60.png differ
diff --git a/icon-themes/elementary/chart2/res/stackdirectboth_52x60.png b/icon-themes/elementary/chart2/res/stackdirectboth_52x60.png
index 29d4d5ff11cd..acb7785dfe03 100644
Binary files a/icon-themes/elementary/chart2/res/stackdirectboth_52x60.png and b/icon-themes/elementary/chart2/res/stackdirectboth_52x60.png differ
diff --git a/icon-themes/elementary/chart2/res/stackdirectlines_52x60.png b/icon-themes/elementary/chart2/res/stackdirectlines_52x60.png
index cba6447a3c61..9ba9c5d163b7 100644
Binary files a/icon-themes/elementary/chart2/res/stackdirectlines_52x60.png and b/icon-themes/elementary/chart2/res/stackdirectlines_52x60.png differ
diff --git a/icon-themes/elementary/chart2/res/stackdirectpoints_52x60.png b/icon-themes/elementary/chart2/res/stackdirectpoints_52x60.png
index 57c4a3953f08..bafa0ed5f9e1 100644
Binary files a/icon-themes/elementary/chart2/res/stackdirectpoints_52x60.png and b/icon-themes/elementary/chart2/res/stackdirectpoints_52x60.png differ
diff --git a/icon-themes/elementary/chart2/res/stacksmooth3d_52x60.png b/icon-themes/elementary/chart2/res/stacksmooth3d_52x60.png
index c63a92f44679..0425e3de9dc0 100644
Binary files a/icon-themes/elementary/chart2/res/stacksmooth3d_52x60.png and b/icon-themes/elementary/chart2/res/stacksmooth3d_52x60.png differ
diff --git a/icon-themes/elementary/chart2/res/stacksmoothboth_52x60.png b/icon-themes/elementary/chart2/res/stacksmoothboth_52x60.png
index b2139379cccc..7c6fbfef71be 100644
Binary files a/icon-themes/elementary/chart2/res/stacksmoothboth_52x60.png and b/icon-themes/elementary/chart2/res/stacksmoothboth_52x60.png differ
diff --git a/icon-themes/elementary/chart2/res/stacksmoothlines_52x60.png b/icon-themes/elementary/chart2/res/stacksmoothlines_52x60.png
index 6a5c4c23ac5c..ce89cc8c011c 100644
Binary files a/icon-themes/elementary/chart2/res/stacksmoothlines_52x60.png and b/icon-themes/elementary/chart2/res/stacksmoothlines_52x60.png differ
diff --git a/icon-themes/elementary/chart2/res/stackstepped3d_52x60.png b/icon-themes/elementary/chart2/res/stackstepped3d_52x60.png
index 990ea91c8dda..155e306e2087 100644
Binary files a/icon-themes/elementary/chart2/res/stackstepped3d_52x60.png and b/icon-themes/elementary/chart2/res/stackstepped3d_52x60.png differ
diff --git a/icon-themes/elementary/chart2/res/stacksteppedboth_52x60.png b/icon-themes/elementary/chart2/res/stacksteppedboth_52x60.png
index 5c0d4515fb70..c552cae720eb 100644
Binary files a/icon-themes/elementary/chart2/res/stacksteppedboth_52x60.png and b/icon-themes/elementary/chart2/res/stacksteppedboth_52x60.png differ
diff --git a/icon-themes/elementary/chart2/res/stacksteppedlines_52x60.png b/icon-themes/elementary/chart2/res/stacksteppedlines_52x60.png
index 515605b98b49..d1793852cdc6 100644
Binary files a/icon-themes/elementary/chart2/res/stacksteppedlines_52x60.png and b/icon-themes/elementary/chart2/res/stacksteppedlines_52x60.png differ
diff --git a/icon-themes/elementary/chart2/res/step_center_x_30.png b/icon-themes/elementary/chart2/res/step_center_x_30.png
new file mode 100644
index 000000000000..e4ddcd88109c
Binary files /dev/null and b/icon-themes/elementary/chart2/res/step_center_x_30.png differ
diff --git a/icon-themes/elementary/chart2/res/step_center_y_30.png b/icon-themes/elementary/chart2/res/step_center_y_30.png
new file mode 100644
index 000000000000..937a8198ab5d
Binary files /dev/null and b/icon-themes/elementary/chart2/res/step_center_y_30.png differ
diff --git a/icon-themes/elementary/chart2/res/step_end_30.png b/icon-themes/elementary/chart2/res/step_end_30.png
new file mode 100644
index 000000000000..af29998f0927
Binary files /dev/null and b/icon-themes/elementary/chart2/res/step_end_30.png differ
diff --git a/icon-themes/elementary/chart2/res/step_start_30.png b/icon-themes/elementary/chart2/res/step_start_30.png
new file mode 100644
index 000000000000..dceb36620328
Binary files /dev/null and b/icon-themes/elementary/chart2/res/step_start_30.png differ
diff --git a/icon-themes/elementary/chart2/res/stock_52x60.png b/icon-themes/elementary/chart2/res/stock_52x60.png
index 42c5a1388fd4..32d1c767ea20 100644
Binary files a/icon-themes/elementary/chart2/res/stock_52x60.png and b/icon-themes/elementary/chart2/res/stock_52x60.png differ
diff --git a/icon-themes/elementary/chart2/res/stockblock_52x60.png b/icon-themes/elementary/chart2/res/stockblock_52x60.png
index 603d936d0389..f2ec3ad072c0 100644
Binary files a/icon-themes/elementary/chart2/res/stockblock_52x60.png and b/icon-themes/elementary/chart2/res/stockblock_52x60.png differ
diff --git a/icon-themes/elementary/chart2/res/stockcolumns_52x60.png b/icon-themes/elementary/chart2/res/stockcolumns_52x60.png
index 74f3ac106275..e8cd48d05cac 100644
Binary files a/icon-themes/elementary/chart2/res/stockcolumns_52x60.png and b/icon-themes/elementary/chart2/res/stockcolumns_52x60.png differ
diff --git a/icon-themes/elementary/chart2/res/stockcolumnsattach_52x60.png b/icon-themes/elementary/chart2/res/stockcolumnsattach_52x60.png
index 4a663688c5bf..255e6bec1c5e 100644
Binary files a/icon-themes/elementary/chart2/res/stockcolumnsattach_52x60.png and b/icon-themes/elementary/chart2/res/stockcolumnsattach_52x60.png differ
diff --git a/icon-themes/elementary/chart2/res/typearea_16.png b/icon-themes/elementary/chart2/res/typearea_16.png
index 1899a8e63908..fc19601bf50e 100644
Binary files a/icon-themes/elementary/chart2/res/typearea_16.png and b/icon-themes/elementary/chart2/res/typearea_16.png differ
diff --git a/icon-themes/elementary/chart2/res/typebar_16.png b/icon-themes/elementary/chart2/res/typebar_16.png
index 802e1889ebce..939765ca0d1e 100644
Binary files a/icon-themes/elementary/chart2/res/typebar_16.png and b/icon-themes/elementary/chart2/res/typebar_16.png differ
diff --git a/icon-themes/elementary/chart2/res/typebubble_16.png b/icon-themes/elementary/chart2/res/typebubble_16.png
index b4cbf58d9d1f..1d2e4a3278a7 100644
Binary files a/icon-themes/elementary/chart2/res/typebubble_16.png and b/icon-themes/elementary/chart2/res/typebubble_16.png differ
diff --git a/icon-themes/elementary/chart2/res/typecolumn_16.png b/icon-themes/elementary/chart2/res/typecolumn_16.png
index b5509b38aa45..7101880932e4 100644
Binary files a/icon-themes/elementary/chart2/res/typecolumn_16.png and b/icon-themes/elementary/chart2/res/typecolumn_16.png differ
diff --git a/icon-themes/elementary/chart2/res/typecolumnline_16.png b/icon-themes/elementary/chart2/res/typecolumnline_16.png
index a3d67fc2cecf..c62153dfaffa 100644
Binary files a/icon-themes/elementary/chart2/res/typecolumnline_16.png and b/icon-themes/elementary/chart2/res/typecolumnline_16.png differ
diff --git a/icon-themes/elementary/chart2/res/typepie_16.png b/icon-themes/elementary/chart2/res/typepie_16.png
index 524ad41a4e5b..59b72ab4044d 100644
Binary files a/icon-themes/elementary/chart2/res/typepie_16.png and b/icon-themes/elementary/chart2/res/typepie_16.png differ
diff --git a/icon-themes/elementary/chart2/res/typepointline_16.png b/icon-themes/elementary/chart2/res/typepointline_16.png
index 56b47323574c..51db2272e7ff 100644
Binary files a/icon-themes/elementary/chart2/res/typepointline_16.png and b/icon-themes/elementary/chart2/res/typepointline_16.png differ
diff --git a/icon-themes/elementary/chart2/res/typestock_16.png b/icon-themes/elementary/chart2/res/typestock_16.png
index 6ddf7ade6182..9423975a411e 100644
Binary files a/icon-themes/elementary/chart2/res/typestock_16.png and b/icon-themes/elementary/chart2/res/typestock_16.png differ
diff --git a/icon-themes/elementary/chart2/res/typexy_16.png b/icon-themes/elementary/chart2/res/typexy_16.png
index 36adba54c1c5..9ed9e9834b0d 100644
Binary files a/icon-themes/elementary/chart2/res/typexy_16.png and b/icon-themes/elementary/chart2/res/typexy_16.png differ
diff --git a/icon-themes/elementary/chart2/res/valueaxisdirect3d_52x60.png b/icon-themes/elementary/chart2/res/valueaxisdirect3d_52x60.png
index 20af57cbd51b..e8dc1b425a66 100644
Binary files a/icon-themes/elementary/chart2/res/valueaxisdirect3d_52x60.png and b/icon-themes/elementary/chart2/res/valueaxisdirect3d_52x60.png differ
diff --git a/icon-themes/elementary/chart2/res/valueaxisdirectboth_52x60.png b/icon-themes/elementary/chart2/res/valueaxisdirectboth_52x60.png
index d32b8d927382..b6246776b944 100644
Binary files a/icon-themes/elementary/chart2/res/valueaxisdirectboth_52x60.png and b/icon-themes/elementary/chart2/res/valueaxisdirectboth_52x60.png differ
diff --git a/icon-themes/elementary/chart2/res/valueaxisdirectlines_52x60.png b/icon-themes/elementary/chart2/res/valueaxisdirectlines_52x60.png
index a44ceb71b543..7185aeb15d1b 100644
Binary files a/icon-themes/elementary/chart2/res/valueaxisdirectlines_52x60.png and b/icon-themes/elementary/chart2/res/valueaxisdirectlines_52x60.png differ
diff --git a/icon-themes/elementary/chart2/res/valueaxisdirectpoints_52x60.png b/icon-themes/elementary/chart2/res/valueaxisdirectpoints_52x60.png
index 1f8de888941d..a1fea3c10726 100644
Binary files a/icon-themes/elementary/chart2/res/valueaxisdirectpoints_52x60.png and b/icon-themes/elementary/chart2/res/valueaxisdirectpoints_52x60.png differ
diff --git a/icon-themes/elementary/chart2/res/valueaxissmooth3d_52x60.png b/icon-themes/elementary/chart2/res/valueaxissmooth3d_52x60.png
index 7508d3de7f70..c0248ca4bf96 100644
Binary files a/icon-themes/elementary/chart2/res/valueaxissmooth3d_52x60.png and b/icon-themes/elementary/chart2/res/valueaxissmooth3d_52x60.png differ
diff --git a/icon-themes/elementary/chart2/res/valueaxissmoothboth_52x60.png b/icon-themes/elementary/chart2/res/valueaxissmoothboth_52x60.png
index 4e4c9e523ec8..f11212278152 100644
Binary files a/icon-themes/elementary/chart2/res/valueaxissmoothboth_52x60.png and b/icon-themes/elementary/chart2/res/valueaxissmoothboth_52x60.png differ
diff --git a/icon-themes/elementary/chart2/res/valueaxissmoothlines_52x60.png b/icon-themes/elementary/chart2/res/valueaxissmoothlines_52x60.png
index 4eda4f499a27..09ec05174af6 100644
Binary files a/icon-themes/elementary/chart2/res/valueaxissmoothlines_52x60.png and b/icon-themes/elementary/chart2/res/valueaxissmoothlines_52x60.png differ
diff --git a/icon-themes/elementary/chart2/res/valueaxisstepped3d_52x60.png b/icon-themes/elementary/chart2/res/valueaxisstepped3d_52x60.png
index 90dcc9cf1a68..b44edb90141f 100644
Binary files a/icon-themes/elementary/chart2/res/valueaxisstepped3d_52x60.png and b/icon-themes/elementary/chart2/res/valueaxisstepped3d_52x60.png differ
diff --git a/icon-themes/elementary/chart2/res/valueaxissteppedboth_52x60.png b/icon-themes/elementary/chart2/res/valueaxissteppedboth_52x60.png
index 369ed3f56236..a5796bba2180 100644
Binary files a/icon-themes/elementary/chart2/res/valueaxissteppedboth_52x60.png and b/icon-themes/elementary/chart2/res/valueaxissteppedboth_52x60.png differ
diff --git a/icon-themes/elementary/chart2/res/valueaxissteppedlines_52x60.png b/icon-themes/elementary/chart2/res/valueaxissteppedlines_52x60.png
index 0bf094548d52..3c20a15de265 100644
Binary files a/icon-themes/elementary/chart2/res/valueaxissteppedlines_52x60.png and b/icon-themes/elementary/chart2/res/valueaxissteppedlines_52x60.png differ
diff --git a/icon-themes/elementary/cmd/32/acceptalltrackedchanges.png b/icon-themes/elementary/cmd/32/acceptalltrackedchanges.png
new file mode 100644
index 000000000000..1d6252eb6e6b
Binary files /dev/null and b/icon-themes/elementary/cmd/32/acceptalltrackedchanges.png differ
diff --git a/icon-themes/elementary/cmd/32/accepttracedchange.png b/icon-themes/elementary/cmd/32/accepttracedchange.png
new file mode 100644
index 000000000000..79739469b9fe
Binary files /dev/null and b/icon-themes/elementary/cmd/32/accepttracedchange.png differ
diff --git a/icon-themes/elementary/cmd/32/accepttrackedchange.png b/icon-themes/elementary/cmd/32/accepttrackedchange.png
new file mode 100644
index 000000000000..ca77fe0a5cc5
Binary files /dev/null and b/icon-themes/elementary/cmd/32/accepttrackedchange.png differ
diff --git a/icon-themes/elementary/cmd/32/accepttrackedchanges.png b/icon-themes/elementary/cmd/32/accepttrackedchanges.png
new file mode 100644
index 000000000000..5b724b883d34
Binary files /dev/null and b/icon-themes/elementary/cmd/32/accepttrackedchanges.png differ
diff --git a/icon-themes/elementary/cmd/32/actionmode.png b/icon-themes/elementary/cmd/32/actionmode.png
new file mode 100644
index 000000000000..d8016935fb3a
Binary files /dev/null and b/icon-themes/elementary/cmd/32/actionmode.png differ
diff --git a/icon-themes/elementary/cmd/32/adddirect.png b/icon-themes/elementary/cmd/32/adddirect.png
new file mode 100644
index 000000000000..e1421d1766db
Binary files /dev/null and b/icon-themes/elementary/cmd/32/adddirect.png differ
diff --git a/icon-themes/elementary/cmd/32/addfield.png b/icon-themes/elementary/cmd/32/addfield.png
new file mode 100644
index 000000000000..33b6ee383ee6
Binary files /dev/null and b/icon-themes/elementary/cmd/32/addfield.png differ
diff --git a/icon-themes/elementary/cmd/32/addons.png b/icon-themes/elementary/cmd/32/addons.png
new file mode 100644
index 000000000000..d2346720f8bc
Binary files /dev/null and b/icon-themes/elementary/cmd/32/addons.png differ
diff --git a/icon-themes/elementary/cmd/32/addprintarea.png b/icon-themes/elementary/cmd/32/addprintarea.png
new file mode 100644
index 000000000000..9cf1af49cad7
Binary files /dev/null and b/icon-themes/elementary/cmd/32/addprintarea.png differ
diff --git a/icon-themes/elementary/cmd/32/addressbooksource.png b/icon-themes/elementary/cmd/32/addressbooksource.png
new file mode 100644
index 000000000000..94d95955450f
Binary files /dev/null and b/icon-themes/elementary/cmd/32/addressbooksource.png differ
diff --git a/icon-themes/elementary/cmd/32/addwatch.png b/icon-themes/elementary/cmd/32/addwatch.png
new file mode 100644
index 000000000000..6de669eb3479
Binary files /dev/null and b/icon-themes/elementary/cmd/32/addwatch.png differ
diff --git a/icon-themes/elementary/cmd/32/alignblock.png b/icon-themes/elementary/cmd/32/alignblock.png
new file mode 100644
index 000000000000..e1afe773c4ed
Binary files /dev/null and b/icon-themes/elementary/cmd/32/alignblock.png differ
diff --git a/icon-themes/elementary/cmd/32/alignbottom.png b/icon-themes/elementary/cmd/32/alignbottom.png
new file mode 100644
index 000000000000..c8a46488f265
Binary files /dev/null and b/icon-themes/elementary/cmd/32/alignbottom.png differ
diff --git a/icon-themes/elementary/cmd/32/aligncenter.png b/icon-themes/elementary/cmd/32/aligncenter.png
new file mode 100644
index 000000000000..51ee0a0b9089
Binary files /dev/null and b/icon-themes/elementary/cmd/32/aligncenter.png differ
diff --git a/icon-themes/elementary/cmd/32/aligndown.png b/icon-themes/elementary/cmd/32/aligndown.png
new file mode 100644
index 000000000000..6c26dc48ea5d
Binary files /dev/null and b/icon-themes/elementary/cmd/32/aligndown.png differ
diff --git a/icon-themes/elementary/cmd/32/alignhorizontalcenter.png b/icon-themes/elementary/cmd/32/alignhorizontalcenter.png
new file mode 100644
index 000000000000..5ce03e51ffe7
Binary files /dev/null and b/icon-themes/elementary/cmd/32/alignhorizontalcenter.png differ
diff --git a/icon-themes/elementary/cmd/32/alignleft.png b/icon-themes/elementary/cmd/32/alignleft.png
new file mode 100644
index 000000000000..12541bfa730e
Binary files /dev/null and b/icon-themes/elementary/cmd/32/alignleft.png differ
diff --git a/icon-themes/elementary/cmd/32/alignmiddle.png b/icon-themes/elementary/cmd/32/alignmiddle.png
new file mode 100644
index 000000000000..abf1379fb05c
Binary files /dev/null and b/icon-themes/elementary/cmd/32/alignmiddle.png differ
diff --git a/icon-themes/elementary/cmd/32/alignright.png b/icon-themes/elementary/cmd/32/alignright.png
new file mode 100644
index 000000000000..d97d364d3c36
Binary files /dev/null and b/icon-themes/elementary/cmd/32/alignright.png differ
diff --git a/icon-themes/elementary/cmd/32/aligntop.png b/icon-themes/elementary/cmd/32/aligntop.png
new file mode 100644
index 000000000000..fe525a670c6a
Binary files /dev/null and b/icon-themes/elementary/cmd/32/aligntop.png differ
diff --git a/icon-themes/elementary/cmd/32/alignup.png b/icon-themes/elementary/cmd/32/alignup.png
new file mode 100644
index 000000000000..a6bba9ab3df2
Binary files /dev/null and b/icon-themes/elementary/cmd/32/alignup.png differ
diff --git a/icon-themes/elementary/cmd/32/alignverticalcenter.png b/icon-themes/elementary/cmd/32/alignverticalcenter.png
new file mode 100644
index 000000000000..ac3f289348c6
Binary files /dev/null and b/icon-themes/elementary/cmd/32/alignverticalcenter.png differ
diff --git a/icon-themes/elementary/cmd/32/alphaliststyle.png b/icon-themes/elementary/cmd/32/alphaliststyle.png
new file mode 100644
index 000000000000..7ea7d215493e
Binary files /dev/null and b/icon-themes/elementary/cmd/32/alphaliststyle.png differ
diff --git a/icon-themes/elementary/cmd/32/alphalowliststyle.png b/icon-themes/elementary/cmd/32/alphalowliststyle.png
new file mode 100644
index 000000000000..2a0c71fde8a3
Binary files /dev/null and b/icon-themes/elementary/cmd/32/alphalowliststyle.png differ
diff --git a/icon-themes/elementary/cmd/32/animationeffects.png b/icon-themes/elementary/cmd/32/animationeffects.png
new file mode 100644
index 000000000000..217dba59f1dc
Binary files /dev/null and b/icon-themes/elementary/cmd/32/animationeffects.png differ
diff --git a/icon-themes/elementary/cmd/32/animationmode.png b/icon-themes/elementary/cmd/32/animationmode.png
new file mode 100644
index 000000000000..1e3a36e6fe0e
Binary files /dev/null and b/icon-themes/elementary/cmd/32/animationmode.png differ
diff --git a/icon-themes/elementary/cmd/32/animationobjects.png b/icon-themes/elementary/cmd/32/animationobjects.png
new file mode 100644
index 000000000000..2754c29388b5
Binary files /dev/null and b/icon-themes/elementary/cmd/32/animationobjects.png differ
diff --git a/icon-themes/elementary/cmd/32/arc.png b/icon-themes/elementary/cmd/32/arc.png
new file mode 100644
index 000000000000..9256e6ac8288
Binary files /dev/null and b/icon-themes/elementary/cmd/32/arc.png differ
diff --git a/icon-themes/elementary/cmd/32/arrowshapes.chevron.png b/icon-themes/elementary/cmd/32/arrowshapes.chevron.png
new file mode 100644
index 000000000000..64e2df54806f
Binary files /dev/null and b/icon-themes/elementary/cmd/32/arrowshapes.chevron.png differ
diff --git a/icon-themes/elementary/cmd/32/arrowshapes.circular-arrow.png b/icon-themes/elementary/cmd/32/arrowshapes.circular-arrow.png
new file mode 100644
index 000000000000..4144b1287b4d
Binary files /dev/null and b/icon-themes/elementary/cmd/32/arrowshapes.circular-arrow.png differ
diff --git a/icon-themes/elementary/cmd/32/arrowshapes.corner-right-arrow.png b/icon-themes/elementary/cmd/32/arrowshapes.corner-right-arrow.png
new file mode 100644
index 000000000000..b0f9a7e0a290
Binary files /dev/null and b/icon-themes/elementary/cmd/32/arrowshapes.corner-right-arrow.png differ
diff --git a/icon-themes/elementary/cmd/32/arrowshapes.down-arrow-callout.png b/icon-themes/elementary/cmd/32/arrowshapes.down-arrow-callout.png
new file mode 100644
index 000000000000..dc94b208a9eb
Binary files /dev/null and b/icon-themes/elementary/cmd/32/arrowshapes.down-arrow-callout.png differ
diff --git a/icon-themes/elementary/cmd/32/arrowshapes.down-arrow.png b/icon-themes/elementary/cmd/32/arrowshapes.down-arrow.png
new file mode 100644
index 000000000000..8d7d0bcfa5d0
Binary files /dev/null and b/icon-themes/elementary/cmd/32/arrowshapes.down-arrow.png differ
diff --git a/icon-themes/elementary/cmd/32/arrowshapes.left-arrow-callout.png b/icon-themes/elementary/cmd/32/arrowshapes.left-arrow-callout.png
new file mode 100644
index 000000000000..ec10bda0d2cd
Binary files /dev/null and b/icon-themes/elementary/cmd/32/arrowshapes.left-arrow-callout.png differ
diff --git a/icon-themes/elementary/cmd/32/arrowshapes.left-arrow.png b/icon-themes/elementary/cmd/32/arrowshapes.left-arrow.png
new file mode 100644
index 000000000000..89541d5ec77a
Binary files /dev/null and b/icon-themes/elementary/cmd/32/arrowshapes.left-arrow.png differ
diff --git a/icon-themes/elementary/cmd/32/arrowshapes.left-right-arrow-callout.png b/icon-themes/elementary/cmd/32/arrowshapes.left-right-arrow-callout.png
new file mode 100644
index 000000000000..fa3b576a897d
Binary files /dev/null and b/icon-themes/elementary/cmd/32/arrowshapes.left-right-arrow-callout.png differ
diff --git a/icon-themes/elementary/cmd/32/arrowshapes.left-right-arrow.png b/icon-themes/elementary/cmd/32/arrowshapes.left-right-arrow.png
new file mode 100644
index 000000000000..d8dda4601f32
Binary files /dev/null and b/icon-themes/elementary/cmd/32/arrowshapes.left-right-arrow.png differ
diff --git a/icon-themes/elementary/cmd/32/arrowshapes.notched-right-arrow.png b/icon-themes/elementary/cmd/32/arrowshapes.notched-right-arrow.png
new file mode 100644
index 000000000000..f4ab06faa8a8
Binary files /dev/null and b/icon-themes/elementary/cmd/32/arrowshapes.notched-right-arrow.png differ
diff --git a/icon-themes/elementary/cmd/32/arrowshapes.pentagon-right.png b/icon-themes/elementary/cmd/32/arrowshapes.pentagon-right.png
new file mode 100644
index 000000000000..9c7b304871e5
Binary files /dev/null and b/icon-themes/elementary/cmd/32/arrowshapes.pentagon-right.png differ
diff --git a/icon-themes/elementary/cmd/32/arrowshapes.quad-arrow-callout.png b/icon-themes/elementary/cmd/32/arrowshapes.quad-arrow-callout.png
new file mode 100644
index 000000000000..2026ad33deaf
Binary files /dev/null and b/icon-themes/elementary/cmd/32/arrowshapes.quad-arrow-callout.png differ
diff --git a/icon-themes/elementary/cmd/32/arrowshapes.quad-arrow.png b/icon-themes/elementary/cmd/32/arrowshapes.quad-arrow.png
new file mode 100644
index 000000000000..2bc822d0268e
Binary files /dev/null and b/icon-themes/elementary/cmd/32/arrowshapes.quad-arrow.png differ
diff --git a/icon-themes/elementary/cmd/32/arrowshapes.right-arrow-callout.png b/icon-themes/elementary/cmd/32/arrowshapes.right-arrow-callout.png
new file mode 100644
index 000000000000..3ca99b245d5e
Binary files /dev/null and b/icon-themes/elementary/cmd/32/arrowshapes.right-arrow-callout.png differ
diff --git a/icon-themes/elementary/cmd/32/arrowshapes.right-arrow.png b/icon-themes/elementary/cmd/32/arrowshapes.right-arrow.png
new file mode 100644
index 000000000000..ec1d6dd1ed3f
Binary files /dev/null and b/icon-themes/elementary/cmd/32/arrowshapes.right-arrow.png differ
diff --git a/icon-themes/elementary/cmd/32/arrowshapes.s-sharped-arrow.png b/icon-themes/elementary/cmd/32/arrowshapes.s-sharped-arrow.png
new file mode 100644
index 000000000000..b4f2d5e29a0f
Binary files /dev/null and b/icon-themes/elementary/cmd/32/arrowshapes.s-sharped-arrow.png differ
diff --git a/icon-themes/elementary/cmd/32/arrowshapes.split-arrow.png b/icon-themes/elementary/cmd/32/arrowshapes.split-arrow.png
new file mode 100644
index 000000000000..e54cfa681d2f
Binary files /dev/null and b/icon-themes/elementary/cmd/32/arrowshapes.split-arrow.png differ
diff --git a/icon-themes/elementary/cmd/32/arrowshapes.split-round-arrow.png b/icon-themes/elementary/cmd/32/arrowshapes.split-round-arrow.png
new file mode 100644
index 000000000000..3650ade669fe
Binary files /dev/null and b/icon-themes/elementary/cmd/32/arrowshapes.split-round-arrow.png differ
diff --git a/icon-themes/elementary/cmd/32/arrowshapes.striped-right-arrow.png b/icon-themes/elementary/cmd/32/arrowshapes.striped-right-arrow.png
new file mode 100644
index 000000000000..e044432d752d
Binary files /dev/null and b/icon-themes/elementary/cmd/32/arrowshapes.striped-right-arrow.png differ
diff --git a/icon-themes/elementary/cmd/32/arrowshapes.up-arrow-callout.png b/icon-themes/elementary/cmd/32/arrowshapes.up-arrow-callout.png
new file mode 100644
index 000000000000..d2897233f606
Binary files /dev/null and b/icon-themes/elementary/cmd/32/arrowshapes.up-arrow-callout.png differ
diff --git a/icon-themes/elementary/cmd/32/arrowshapes.up-arrow.png b/icon-themes/elementary/cmd/32/arrowshapes.up-arrow.png
new file mode 100644
index 000000000000..3e947e1c38ca
Binary files /dev/null and b/icon-themes/elementary/cmd/32/arrowshapes.up-arrow.png differ
diff --git a/icon-themes/elementary/cmd/32/arrowshapes.up-down-arrow-callout.png b/icon-themes/elementary/cmd/32/arrowshapes.up-down-arrow-callout.png
new file mode 100644
index 000000000000..717c96c21476
Binary files /dev/null and b/icon-themes/elementary/cmd/32/arrowshapes.up-down-arrow-callout.png differ
diff --git a/icon-themes/elementary/cmd/32/arrowshapes.up-down-arrow.png b/icon-themes/elementary/cmd/32/arrowshapes.up-down-arrow.png
new file mode 100644
index 000000000000..34a48c3929a4
Binary files /dev/null and b/icon-themes/elementary/cmd/32/arrowshapes.up-down-arrow.png differ
diff --git a/icon-themes/elementary/cmd/32/arrowshapes.up-right-arrow-callout.png b/icon-themes/elementary/cmd/32/arrowshapes.up-right-arrow-callout.png
new file mode 100644
index 000000000000..7e96dcffbdd7
Binary files /dev/null and b/icon-themes/elementary/cmd/32/arrowshapes.up-right-arrow-callout.png differ
diff --git a/icon-themes/elementary/cmd/32/arrowshapes.up-right-arrow.png b/icon-themes/elementary/cmd/32/arrowshapes.up-right-arrow.png
new file mode 100644
index 000000000000..e6fdd6f6d703
Binary files /dev/null and b/icon-themes/elementary/cmd/32/arrowshapes.up-right-arrow.png differ
diff --git a/icon-themes/elementary/cmd/32/arrowshapes.up-right-down-arrow.png b/icon-themes/elementary/cmd/32/arrowshapes.up-right-down-arrow.png
new file mode 100644
index 000000000000..f903e0e33bb8
Binary files /dev/null and b/icon-themes/elementary/cmd/32/arrowshapes.up-right-down-arrow.png differ
diff --git a/icon-themes/elementary/cmd/32/assignlayout.png b/icon-themes/elementary/cmd/32/assignlayout.png
new file mode 100644
index 000000000000..71c16da6a193
Binary files /dev/null and b/icon-themes/elementary/cmd/32/assignlayout.png differ
diff --git a/icon-themes/elementary/cmd/32/assignmacro.png b/icon-themes/elementary/cmd/32/assignmacro.png
new file mode 100644
index 000000000000..99362561572a
Binary files /dev/null and b/icon-themes/elementary/cmd/32/assignmacro.png differ
diff --git a/icon-themes/elementary/cmd/32/attributepagesize.png b/icon-themes/elementary/cmd/32/attributepagesize.png
new file mode 100644
index 000000000000..b1dd311a5f2f
Binary files /dev/null and b/icon-themes/elementary/cmd/32/attributepagesize.png differ
diff --git a/icon-themes/elementary/cmd/32/auditingfillmode.png b/icon-themes/elementary/cmd/32/auditingfillmode.png
new file mode 100644
index 000000000000..868e50c2fc0c
Binary files /dev/null and b/icon-themes/elementary/cmd/32/auditingfillmode.png differ
diff --git a/icon-themes/elementary/cmd/32/autocontrolfocus.png b/icon-themes/elementary/cmd/32/autocontrolfocus.png
new file mode 100644
index 000000000000..f17d332ab8de
Binary files /dev/null and b/icon-themes/elementary/cmd/32/autocontrolfocus.png differ
diff --git a/icon-themes/elementary/cmd/32/autoformat.png b/icon-themes/elementary/cmd/32/autoformat.png
new file mode 100644
index 000000000000..aa807ae145c1
Binary files /dev/null and b/icon-themes/elementary/cmd/32/autoformat.png differ
diff --git a/icon-themes/elementary/cmd/32/autooutline.png b/icon-themes/elementary/cmd/32/autooutline.png
new file mode 100644
index 000000000000..ca031205d755
Binary files /dev/null and b/icon-themes/elementary/cmd/32/autooutline.png differ
diff --git a/icon-themes/elementary/cmd/32/autosum.png b/icon-themes/elementary/cmd/32/autosum.png
new file mode 100644
index 000000000000..dd8b17dd7f46
Binary files /dev/null and b/icon-themes/elementary/cmd/32/autosum.png differ
diff --git a/icon-themes/elementary/cmd/32/avmediaplayer.png b/icon-themes/elementary/cmd/32/avmediaplayer.png
new file mode 100644
index 000000000000..9ce459a74cd3
Binary files /dev/null and b/icon-themes/elementary/cmd/32/avmediaplayer.png differ
diff --git a/icon-themes/elementary/cmd/32/backcolor.png b/icon-themes/elementary/cmd/32/backcolor.png
new file mode 100644
index 000000000000..bb7666c8062c
Binary files /dev/null and b/icon-themes/elementary/cmd/32/backcolor.png differ
diff --git a/icon-themes/elementary/cmd/32/backgroundcolor.png b/icon-themes/elementary/cmd/32/backgroundcolor.png
new file mode 100644
index 000000000000..06ea78270f27
Binary files /dev/null and b/icon-themes/elementary/cmd/32/backgroundcolor.png differ
diff --git a/icon-themes/elementary/cmd/32/backward.png b/icon-themes/elementary/cmd/32/backward.png
new file mode 100644
index 000000000000..3248d78b23bf
Binary files /dev/null and b/icon-themes/elementary/cmd/32/backward.png differ
diff --git a/icon-themes/elementary/cmd/32/basicshapes.block-arc.png b/icon-themes/elementary/cmd/32/basicshapes.block-arc.png
new file mode 100644
index 000000000000..2ed697cadc1a
Binary files /dev/null and b/icon-themes/elementary/cmd/32/basicshapes.block-arc.png differ
diff --git a/icon-themes/elementary/cmd/32/basicshapes.can.png b/icon-themes/elementary/cmd/32/basicshapes.can.png
new file mode 100644
index 000000000000..8f36c906023e
Binary files /dev/null and b/icon-themes/elementary/cmd/32/basicshapes.can.png differ
diff --git a/icon-themes/elementary/cmd/32/basicshapes.circle-pie.png b/icon-themes/elementary/cmd/32/basicshapes.circle-pie.png
new file mode 100644
index 000000000000..9c4ba6d4062d
Binary files /dev/null and b/icon-themes/elementary/cmd/32/basicshapes.circle-pie.png differ
diff --git a/icon-themes/elementary/cmd/32/basicshapes.circle.png b/icon-themes/elementary/cmd/32/basicshapes.circle.png
new file mode 100644
index 000000000000..d26b0d5baa91
Binary files /dev/null and b/icon-themes/elementary/cmd/32/basicshapes.circle.png differ
diff --git a/icon-themes/elementary/cmd/32/basicshapes.cross.png b/icon-themes/elementary/cmd/32/basicshapes.cross.png
new file mode 100644
index 000000000000..c4289c9c2dee
Binary files /dev/null and b/icon-themes/elementary/cmd/32/basicshapes.cross.png differ
diff --git a/icon-themes/elementary/cmd/32/basicshapes.cube.png b/icon-themes/elementary/cmd/32/basicshapes.cube.png
new file mode 100644
index 000000000000..678bc9afe4a3
Binary files /dev/null and b/icon-themes/elementary/cmd/32/basicshapes.cube.png differ
diff --git a/icon-themes/elementary/cmd/32/basicshapes.diamond.png b/icon-themes/elementary/cmd/32/basicshapes.diamond.png
new file mode 100644
index 000000000000..d16681fd8cef
Binary files /dev/null and b/icon-themes/elementary/cmd/32/basicshapes.diamond.png differ
diff --git a/icon-themes/elementary/cmd/32/basicshapes.ellipse.png b/icon-themes/elementary/cmd/32/basicshapes.ellipse.png
new file mode 100644
index 000000000000..3f061652d20b
Binary files /dev/null and b/icon-themes/elementary/cmd/32/basicshapes.ellipse.png differ
diff --git a/icon-themes/elementary/cmd/32/basicshapes.frame.png b/icon-themes/elementary/cmd/32/basicshapes.frame.png
new file mode 100644
index 000000000000..ab481f94a369
Binary files /dev/null and b/icon-themes/elementary/cmd/32/basicshapes.frame.png differ
diff --git a/icon-themes/elementary/cmd/32/basicshapes.hexagon.png b/icon-themes/elementary/cmd/32/basicshapes.hexagon.png
new file mode 100644
index 000000000000..de79e1689b8e
Binary files /dev/null and b/icon-themes/elementary/cmd/32/basicshapes.hexagon.png differ
diff --git a/icon-themes/elementary/cmd/32/basicshapes.isosceles-triangle.png b/icon-themes/elementary/cmd/32/basicshapes.isosceles-triangle.png
new file mode 100644
index 000000000000..66b7b2263c22
Binary files /dev/null and b/icon-themes/elementary/cmd/32/basicshapes.isosceles-triangle.png differ

... etc. - the rest is truncated


More information about the Libreoffice-commits mailing list