Add an icon for Git push
authorKirill Likhodedov <Kirill.Likhodedov@jetbrains.com>
Fri, 7 Oct 2016 14:44:15 +0000 (17:44 +0300)
committerKirill Likhodedov <Kirill.Likhodedov@jetbrains.com>
Fri, 7 Oct 2016 15:02:24 +0000 (18:02 +0300)
IDEA-78105, DSGN-3316

platform/vcs-impl/gen/icons/VcsIcons.java [new file with mode: 0644]
platform/vcs-impl/resources/icons/push.png [new file with mode: 0755]
platform/vcs-impl/resources/icons/push@2x.png [new file with mode: 0755]
platform/vcs-impl/resources/icons/push@2x_dark.png [new file with mode: 0755]
platform/vcs-impl/resources/icons/push_dark.png [new file with mode: 0755]
platform/vcs-impl/vcs-impl.iml

diff --git a/platform/vcs-impl/gen/icons/VcsIcons.java b/platform/vcs-impl/gen/icons/VcsIcons.java
new file mode 100644 (file)
index 0000000..c0d0c6d
--- /dev/null
@@ -0,0 +1,17 @@
+package icons;
+
+import com.intellij.openapi.util.IconLoader;
+
+import javax.swing.*;
+
+/**
+ * NOTE THIS FILE IS AUTO-GENERATED
+ * DO NOT EDIT IT BY HAND, run build/scripts/icons.gant instead
+ */
+public class VcsIcons {
+  private static Icon load(String path) {
+    return IconLoader.getIcon(path, VcsIcons.class);
+  }
+
+  public static final Icon Push = load("/icons/push.png"); // 16x16
+}
diff --git a/platform/vcs-impl/resources/icons/push.png b/platform/vcs-impl/resources/icons/push.png
new file mode 100755 (executable)
index 0000000..28350d8
Binary files /dev/null and b/platform/vcs-impl/resources/icons/push.png differ
diff --git a/platform/vcs-impl/resources/icons/push@2x.png b/platform/vcs-impl/resources/icons/push@2x.png
new file mode 100755 (executable)
index 0000000..49e5bcd
Binary files /dev/null and b/platform/vcs-impl/resources/icons/push@2x.png differ
diff --git a/platform/vcs-impl/resources/icons/push@2x_dark.png b/platform/vcs-impl/resources/icons/push@2x_dark.png
new file mode 100755 (executable)
index 0000000..8a4d960
Binary files /dev/null and b/platform/vcs-impl/resources/icons/push@2x_dark.png differ
diff --git a/platform/vcs-impl/resources/icons/push_dark.png b/platform/vcs-impl/resources/icons/push_dark.png
new file mode 100755 (executable)
index 0000000..57ec1fa
Binary files /dev/null and b/platform/vcs-impl/resources/icons/push_dark.png differ
index b307c0806bb05c072e3b89abc19f5395fdc31794..d422c6d902f5141caf878f22f93cbfd796eae808 100644 (file)
@@ -5,6 +5,8 @@
     <content url="file://$MODULE_DIR$">
       <sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
       <sourceFolder url="file://$MODULE_DIR$/testSrc" isTestSource="true" />
+      <sourceFolder url="file://$MODULE_DIR$/resources" type="java-resource" />
+      <sourceFolder url="file://$MODULE_DIR$/gen" isTestSource="false" generated="true" />
     </content>
     <orderEntry type="inheritedJdk" />
     <orderEntry type="sourceFolder" forTests="false" />