Title: [190504] trunk/Source/WebInspectorUI
Revision
190504
Author
[email protected]
Date
2015-10-02 07:08:18 -0700 (Fri, 02 Oct 2015)

Log Message

[GTK] Web Inspector: Add GTK+ icons for new plus icons in the style sidebar
https://bugs.webkit.org/show_bug.cgi?id=149227

Reviewed by Carlos Garcia Campos.

* UserInterface/Images/gtk/NewTabPlus.svg: Updated.
* UserInterface/Images/gtk/Plus13.svg: Copied from Source/WebInspectorUI/UserInterface/Images/gtk/Plus.svg.
* UserInterface/Images/gtk/Plus15.svg: Renamed from Source/WebInspectorUI/UserInterface/Images/gtk/Plus.svg.

Modified Paths

Added Paths

Removed Paths

Diff

Modified: trunk/Source/WebInspectorUI/ChangeLog (190503 => 190504)


--- trunk/Source/WebInspectorUI/ChangeLog	2015-10-02 13:58:12 UTC (rev 190503)
+++ trunk/Source/WebInspectorUI/ChangeLog	2015-10-02 14:08:18 UTC (rev 190504)
@@ -1,3 +1,14 @@
+2015-10-02  Andres Gomez  <[email protected]>
+
+        [GTK] Web Inspector: Add GTK+ icons for new plus icons in the style sidebar
+        https://bugs.webkit.org/show_bug.cgi?id=149227
+
+        Reviewed by Carlos Garcia Campos.
+
+        * UserInterface/Images/gtk/NewTabPlus.svg: Updated.
+        * UserInterface/Images/gtk/Plus13.svg: Copied from Source/WebInspectorUI/UserInterface/Images/gtk/Plus.svg.
+        * UserInterface/Images/gtk/Plus15.svg: Renamed from Source/WebInspectorUI/UserInterface/Images/gtk/Plus.svg.
+
 2015-10-01  Joseph Pecoraro  <[email protected]>
 
         Web Inspector: Simplify filterableData processing

Modified: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/NewTabPlus.svg (190503 => 190504)


--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/NewTabPlus.svg	2015-10-02 13:58:12 UTC (rev 190503)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/NewTabPlus.svg	2015-10-02 14:08:18 UTC (rev 190504)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!-- Licensed under the Creative Commons Attribution-Share Alike 3.0 United States License (http://creativecommons.org/licenses/by-sa/3.0/) -->
-<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 16 16">
- <path d="m6.9767 2.5v4.5208h-4.4767v1.9584h4.4767v4.5208h2.0465v-4.5208h4.4767v-1.9584h-4.4767v-4.5208h-2.0465" class="filled"/>
+<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 15 15">
+ <path d="m6.4767 2v4.5208h-4.4767v1.9584h4.4767v4.5208h2.0465v-4.5208h4.4767v-1.9584h-4.4767v-4.5208h-2.0465" class="filled"/>
 </svg>

Deleted: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Plus.svg (190503 => 190504)


--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Plus.svg	2015-10-02 13:58:12 UTC (rev 190503)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Plus.svg	2015-10-02 14:08:18 UTC (rev 190504)
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!-- Licensed under the Creative Commons Attribution-Share Alike 3.0 United States License (http://creativecommons.org/licenses/by-sa/3.0/) -->
-<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 13 13">
- <path d="m5.4767 1v4.5208h-4.4767v1.9584h4.4767v4.5208h2.0465v-4.5208h4.4767v-1.9584h-4.4767v-4.5208h-2.0465" class="filled"/>
-</svg>

Copied: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Plus13.svg (from rev 190484, trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Plus.svg) (0 => 190504)


--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Plus13.svg	                        (rev 0)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Plus13.svg	2015-10-02 14:08:18 UTC (rev 190504)
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Licensed under the Creative Commons Attribution-Share Alike 3.0 United States License (http://creativecommons.org/licenses/by-sa/3.0/) -->
+<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 13 13">
+ <path d="m5.4767 1v4.5208h-4.4767v1.9584h4.4767v4.5208h2.0465v-4.5208h4.4767v-1.9584h-4.4767v-4.5208h-2.0465" class="filled"/>
+</svg>

Copied: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Plus15.svg (from rev 190484, trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Plus.svg) (0 => 190504)


--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Plus15.svg	                        (rev 0)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Plus15.svg	2015-10-02 14:08:18 UTC (rev 190504)
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Licensed under the Creative Commons Attribution-Share Alike 3.0 United States License (http://creativecommons.org/licenses/by-sa/3.0/) -->
+<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 15 15">
+ <path d="m6.2907 1v5.3428h-5.2907v2.3145h5.2907v5.3428h2.4186v-5.3428h5.2907v-2.3145h-5.2907v-5.3428h-2.4186" class="filled"/>
+</svg>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to