From 63e45ad668447ff78503f0160ed3fdb7595b233e Mon Sep 17 00:00:00 2001 From: "SND\\edgbla_cp" Date: Mon, 13 Jun 2011 18:42:16 +0000 Subject: New icons (linux). git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@67822 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- data/pcsxr.glade2 | 87 ++++++++++++++++++++++++------------------------- gui/AboutDlg.c | 2 -- pixmaps/Makefile.am | 4 +-- pixmaps/cd.png | Bin 0 -> 1593 bytes pixmaps/cdr.png | Bin 0 -> 1537 bytes pixmaps/gpu.png | Bin 0 -> 1503 bytes pixmaps/iso-open.png | Bin 0 -> 3065 bytes pixmaps/iso-reopen.png | Bin 0 -> 1756 bytes pixmaps/memcard.png | Bin 0 -> 926 bytes pixmaps/pad.png | Bin 0 -> 1771 bytes pixmaps/pcsxr.png | Bin 40887 -> 60106 bytes pixmaps/play.png | Bin 0 -> 893 bytes pixmaps/spu.png | Bin 0 -> 2126 bytes 13 files changed, 44 insertions(+), 49 deletions(-) create mode 100644 pixmaps/cd.png create mode 100644 pixmaps/cdr.png create mode 100644 pixmaps/gpu.png create mode 100644 pixmaps/iso-open.png create mode 100644 pixmaps/iso-reopen.png create mode 100644 pixmaps/memcard.png create mode 100644 pixmaps/pad.png create mode 100644 pixmaps/play.png create mode 100644 pixmaps/spu.png diff --git a/data/pcsxr.glade2 b/data/pcsxr.glade2 index 55f87148..e445873f 100644 --- a/data/pcsxr.glade2 +++ b/data/pcsxr.glade2 @@ -668,34 +668,30 @@ - + True - icons - True + 5 + 11 True + True Run CD - Run CD True - gtk-cdrom + cd.png - - False - True - True + True Run ISO Image - Run ISO... True - gtk-open + iso-open.png - False - True + 1 + 2 @@ -703,34 +699,34 @@ True - False - True + 2 + 3 True + True Continue Emulation - Continue... True - gtk-go-forward + play.png - False - True + 3 + 4 True + True Switch ISO Image - Switch ISO... True - gtk-undo + cd-load.png - False - True + 4 + 5 @@ -738,78 +734,79 @@ True - False - True + 5 + 6 True + True Configure Memory Cards - Memcards... True - gtk-floppy + memcard.png - False - True + 6 + 7 True + True Configure Graphics - Graphics... True - gtk-select-color + gpu.png - False - True + 7 + 8 True + True Configure Sound - Sound... True - gtk-convert + spu.png - False - True + 8 + 9 True + True Configure CD-ROM - CD-ROM... True - gtk-cdrom + cdr.png - False - True + 9 + 10 True + True Configure Controllers - Controllers... True - gtk-execute + pad.png - False - True + 10 + 11 False + False 1 diff --git a/gui/AboutDlg.c b/gui/AboutDlg.c index 232249db..380b8e61 100644 --- a/gui/AboutDlg.c +++ b/gui/AboutDlg.c @@ -57,8 +57,6 @@ void RunAboutDialog(void) { const gchar *artists[] = { "Ryan Schultz ", - "", - "Icon Design:", "Romain Lafourcade", "perchibald", NULL diff --git a/pixmaps/Makefile.am b/pixmaps/Makefile.am index 39358e06..917702a8 100644 --- a/pixmaps/Makefile.am +++ b/pixmaps/Makefile.am @@ -1,7 +1,7 @@ pixmapdir = "$(datadir)/pcsxr" -pixmap_DATA = pcsxr.png +pixmap_DATA = pcsxr.png iso-open.png iso-reopen.png cd.png cdr.png gpu.png memcard.png pad.png play.png spu.png icondir = "$(datadir)/pixmaps" icon_DATA = pcsxr-icon.png -EXTRA_DIST = pcsxr.png pcsxr-icon.png +EXTRA_DIST = pcsxr.png iso-open.png iso-reopen.png cd.png cdr.png gpu.png memcard.png pad.png play.png spu.png pcsxr-icon.png diff --git a/pixmaps/cd.png b/pixmaps/cd.png new file mode 100644 index 00000000..1f07c0e7 Binary files /dev/null and b/pixmaps/cd.png differ diff --git a/pixmaps/cdr.png b/pixmaps/cdr.png new file mode 100644 index 00000000..4f900be7 Binary files /dev/null and b/pixmaps/cdr.png differ diff --git a/pixmaps/gpu.png b/pixmaps/gpu.png new file mode 100644 index 00000000..f4d630a3 Binary files /dev/null and b/pixmaps/gpu.png differ diff --git a/pixmaps/iso-open.png b/pixmaps/iso-open.png new file mode 100644 index 00000000..e5266f13 Binary files /dev/null and b/pixmaps/iso-open.png differ diff --git a/pixmaps/iso-reopen.png b/pixmaps/iso-reopen.png new file mode 100644 index 00000000..fa975f66 Binary files /dev/null and b/pixmaps/iso-reopen.png differ diff --git a/pixmaps/memcard.png b/pixmaps/memcard.png new file mode 100644 index 00000000..5d4476f4 Binary files /dev/null and b/pixmaps/memcard.png differ diff --git a/pixmaps/pad.png b/pixmaps/pad.png new file mode 100644 index 00000000..82b43c6f Binary files /dev/null and b/pixmaps/pad.png differ diff --git a/pixmaps/pcsxr.png b/pixmaps/pcsxr.png index 7ecf7810..8dc59052 100644 Binary files a/pixmaps/pcsxr.png and b/pixmaps/pcsxr.png differ diff --git a/pixmaps/play.png b/pixmaps/play.png new file mode 100644 index 00000000..dbd7f061 Binary files /dev/null and b/pixmaps/play.png differ diff --git a/pixmaps/spu.png b/pixmaps/spu.png new file mode 100644 index 00000000..1827d0df Binary files /dev/null and b/pixmaps/spu.png differ -- cgit v1.2.3