[EGIT PATCH 28/31] Checkbox images/screenshots

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Screenshots of checkboxes in various states, made at QT with Plastik
style. These images may be used as workaround in cases when we can
only display images and handle buttons pressed, but can't display Button
directly.

I'm somewhat uncertain about license issues regarding these images.
Recently, I realized that they are LGPL licensed perhaps. Is it possible
to license that small stuff? If so, we may have to replace them by some
other images or create ours.

Signed-off-by: Marek Zawirski <marek.zawirski@xxxxxxxxx>
---
 .../icons/checkboxes/disabled_checked.gif          |  Bin 0 -> 166 bytes
 .../icons/checkboxes/disabled_unchecked.gif        |  Bin 0 -> 125 bytes
 .../icons/checkboxes/enabled_checked.gif           |  Bin 0 -> 166 bytes
 .../icons/checkboxes/enabled_unchecked.gif         |  Bin 0 -> 157 bytes
 .../src/org/spearce/egit/ui/UIIcons.java           |   13 +++++++++++++
 5 files changed, 13 insertions(+), 0 deletions(-)
 create mode 100644 org.spearce.egit.ui/icons/checkboxes/disabled_checked.gif
 create mode 100644 org.spearce.egit.ui/icons/checkboxes/disabled_unchecked.gif
 create mode 100644 org.spearce.egit.ui/icons/checkboxes/enabled_checked.gif
 create mode 100644 org.spearce.egit.ui/icons/checkboxes/enabled_unchecked.gif

diff --git a/org.spearce.egit.ui/icons/checkboxes/disabled_checked.gif b/org.spearce.egit.ui/icons/checkboxes/disabled_checked.gif
new file mode 100644
index 0000000000000000000000000000000000000000..6b86dc94de2bb83490c2f506fa76855e11b7b838
GIT binary patch
literal 166
zcmZ?wbhEHb<YnMxc+A1DcHP=z$B&&meeT@(bI+eYfB*VD5Pbjq{XY(%_)pNeC^fMp
zHASI3vm`^o-P1RKLGdRGBNqb)gAM}_fDC3}u?uMM)SjUJy7rmmfrOp~FBly&8ZsYl
wRFv9vVB@Kk9=FTwF10b`7-=vhDkuen`7m)zj=mVtWXE}9&9|hNTuKbq0JEx6@Bjb+

literal 0
HcmV?d00001

diff --git a/org.spearce.egit.ui/icons/checkboxes/disabled_unchecked.gif b/org.spearce.egit.ui/icons/checkboxes/disabled_unchecked.gif
new file mode 100644
index 0000000000000000000000000000000000000000..4b20c7eddc78f300565f520e2661abcc4c081122
GIT binary patch
literal 125
zcmZ?wbhEHb<YnMxIK;-VcHP=@r_Viq{`~#x_dxLd^Y{N?p!iSFxhOTUBsE2$JhLQ2
z!QIn0fI;ym3nLc;JA)1b5P%F|VAhq`aA$$)smL%zi|p0EAH;rR4DaY&YANLWdLQ@i
Zb07b3ZN2-b;lY20Ifou{s4y^C0|0zaIU@i7

literal 0
HcmV?d00001

diff --git a/org.spearce.egit.ui/icons/checkboxes/enabled_checked.gif b/org.spearce.egit.ui/icons/checkboxes/enabled_checked.gif
new file mode 100644
index 0000000000000000000000000000000000000000..f25b4ae6b6f55585e2ecfeb3e4ab3ca430ec2c7a
GIT binary patch
literal 166
zcmZ?wbhEHb<YnMxc+A6KXkggWH)YDSDSLPAy?6iK^T*GD;Qj0OK=A$ZcOdxx`#&;J
z{3qyKl$uzQnxasiS(2gP?&%xAp!k!8k&A(!L5BedKn63g*cG&RW>3(0eO67lVL{`e
zM~oSqi@LVAWz48JHCu}#_IOiMHRtR%4<3EwSuXOZm8Zt3Lt~|ZV#NB0Lq`wEx-c+U
F0|3l^QBME>

literal 0
HcmV?d00001

diff --git a/org.spearce.egit.ui/icons/checkboxes/enabled_unchecked.gif b/org.spearce.egit.ui/icons/checkboxes/enabled_unchecked.gif
new file mode 100644
index 0000000000000000000000000000000000000000..82138fec0ce82ffa1c946740956c62d919356c63
GIT binary patch
literal 157
zcmZ?wbhEHb<YnMxc+ADn(>G=BuD$o}-+TV}IS{;m{T>LufBp^x|9}6-1d9Izor_Wv
zOHxx5$}>wc6x=<10~i#4vM_Qn@H6Nz00GEg1{PC;22bq?TCdltJ@1^}qte-tT3O-o
odKcU8eTEBUD&~pLdnYW{TwuX+tK-B$mjgLgtm54!0*nmS0LAf6#sB~S

literal 0
HcmV?d00001

diff --git a/org.spearce.egit.ui/src/org/spearce/egit/ui/UIIcons.java b/org.spearce.egit.ui/src/org/spearce/egit/ui/UIIcons.java
index ba14df3..fcc5707 100644
--- a/org.spearce.egit.ui/src/org/spearce/egit/ui/UIIcons.java
+++ b/org.spearce.egit.ui/src/org/spearce/egit/ui/UIIcons.java
@@ -55,6 +55,15 @@ public class UIIcons {
 	public static final ImageDescriptor ELCL16_TRASH;
 	/** Clear icon */
 	public static final ImageDescriptor ELCL16_CLEAR;
+	
+	/** Enabled, checked, checkbox image */
+	public static final ImageDescriptor CHECKBOX_ENABLED_CHECKED;
+	/** Enabled, unchecked, checkbox image */
+	public static final ImageDescriptor CHECKBOX_ENABLED_UNCHECKED;
+	/** Disabled, checked, checkbox image */
+	public static final ImageDescriptor CHECKBOX_DISABLED_CHECKED;
+	/** Disabled, unchecked, checkbox image */
+	public static final ImageDescriptor CHECKBOX_DISABLED_UNCHECKED;
 
 	/** Import Wizard banner */
 	public static final ImageDescriptor WIZBAN_IMPORT_REPO;
@@ -80,6 +89,10 @@ public class UIIcons {
 		ELCL16_ADD = map("elcl16/add.gif");
 		ELCL16_TRASH = map("elcl16/trash.gif");
 		ELCL16_CLEAR = map("elcl16/clear.gif");
+		CHECKBOX_ENABLED_CHECKED = map("checkboxes/enabled_checked.gif");
+		CHECKBOX_ENABLED_UNCHECKED = map("checkboxes/enabled_unchecked.gif");
+		CHECKBOX_DISABLED_CHECKED = map("checkboxes/disabled_checked.gif");
+		CHECKBOX_DISABLED_UNCHECKED = map("checkboxes/disabled_unchecked.gif");
 	}
 
 	private static ImageDescriptor map(final String icon) {
-- 
1.5.6.3

--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]

  Powered by Linux