From 396d74322af6af7a6d813643ecab2a3f9b3f7bba Mon Sep 17 00:00:00 2001 From: Berke Viktor Date: Sat, 3 Nov 2012 01:42:47 +0100 Subject: Rainbow user list colors and more senseful variable names --- src/pixmaps/Makefile.am | 16 ++++++++-------- src/pixmaps/hop.png | Bin 832 -> 0 bytes src/pixmaps/op.png | Bin 824 -> 0 bytes src/pixmaps/orange.png | Bin 788 -> 0 bytes src/pixmaps/pixmaps-xp.vcxproj | 12 ++++++------ src/pixmaps/pixmaps-xp.vcxproj.filters | 20 ++++++++++---------- src/pixmaps/pixmaps.vcxproj | 12 ++++++------ src/pixmaps/pixmaps.vcxproj.filters | 20 ++++++++++---------- src/pixmaps/purple.png | Bin 837 -> 0 bytes src/pixmaps/red.png | Bin 699 -> 0 bytes src/pixmaps/ulist_founder.png | Bin 0 -> 788 bytes src/pixmaps/ulist_halfop.png | Bin 0 -> 832 bytes src/pixmaps/ulist_netop.png | Bin 0 -> 699 bytes src/pixmaps/ulist_op.png | Bin 0 -> 824 bytes src/pixmaps/ulist_owner.png | Bin 0 -> 831 bytes src/pixmaps/ulist_voice.png | Bin 0 -> 837 bytes src/pixmaps/voice.png | Bin 831 -> 0 bytes 17 files changed, 40 insertions(+), 40 deletions(-) delete mode 100644 src/pixmaps/hop.png delete mode 100644 src/pixmaps/op.png delete mode 100644 src/pixmaps/orange.png delete mode 100644 src/pixmaps/purple.png delete mode 100644 src/pixmaps/red.png create mode 100644 src/pixmaps/ulist_founder.png create mode 100644 src/pixmaps/ulist_halfop.png create mode 100644 src/pixmaps/ulist_netop.png create mode 100644 src/pixmaps/ulist_op.png create mode 100644 src/pixmaps/ulist_owner.png create mode 100644 src/pixmaps/ulist_voice.png delete mode 100644 src/pixmaps/voice.png (limited to 'src/pixmaps') diff --git a/src/pixmaps/Makefile.am b/src/pixmaps/Makefile.am index 5fc0bac0..6e3e5ab0 100644 --- a/src/pixmaps/Makefile.am +++ b/src/pixmaps/Makefile.am @@ -1,22 +1,22 @@ ## Process this file with automake to produce Makefile.in -LIST = traymsgpng $(srcdir)/message.png \ +LIST = png_ulist_voice $(srcdir)/ulist_voice.png \ + png_ulist_halfop $(srcdir)/ulist_halfop.png \ + png_ulist_op $(srcdir)/ulist_op.png \ + png_ulist_owner $(srcdir)/ulist_owner.png \ + png_ulist_founder $(srcdir)/ulist_founder.png \ + png_ulist_netop $(srcdir)/ulist_netop.png \ + traymsgpng $(srcdir)/message.png \ trayhilightpng $(srcdir)/highlight.png \ trayfilepng $(srcdir)/fileoffer.png \ bookpng $(srcdir)/book.png \ - hoppng $(srcdir)/hop.png \ - oppng $(srcdir)/op.png \ - orangepng $(srcdir)/orange.png \ - purplepng $(srcdir)/purple.png \ - redpng $(srcdir)/red.png \ - voicepng $(srcdir)/voice.png \ channelpng $(srcdir)/channel.png \ dialogpng $(srcdir)/dialog.png \ serverpng $(srcdir)/server.png \ utilpng $(srcdir)/util.png \ hexchatpng $(srcdir)/../../hexchat.png -PNGS = message.png highlight.png fileoffer.png book.png hop.png op.png orange.png purple.png red.png voice.png channel.png dialog.png server.png util.png +PNGS = ulist_voice.png ulist_halfop.png ulist_op.png ulist_owner.png ulist_founder.png ulist_netop.png message.png highlight.png fileoffer.png book.png channel.png dialog.png server.png util.png noinst_HEADERS = inline_pngs.h CLEANFILES = $(noinst_HEADERS) EXTRA_DIST = $(PNGS) diff --git a/src/pixmaps/hop.png b/src/pixmaps/hop.png deleted file mode 100644 index 169310c2..00000000 Binary files a/src/pixmaps/hop.png and /dev/null differ diff --git a/src/pixmaps/op.png b/src/pixmaps/op.png deleted file mode 100644 index 7dc91631..00000000 Binary files a/src/pixmaps/op.png and /dev/null differ diff --git a/src/pixmaps/orange.png b/src/pixmaps/orange.png deleted file mode 100644 index 63d76046..00000000 Binary files a/src/pixmaps/orange.png and /dev/null differ diff --git a/src/pixmaps/pixmaps-xp.vcxproj b/src/pixmaps/pixmaps-xp.vcxproj index 9d47bf87..a177822b 100644 --- a/src/pixmaps/pixmaps-xp.vcxproj +++ b/src/pixmaps/pixmaps-xp.vcxproj @@ -92,21 +92,21 @@ + + + + + + - - - - - - diff --git a/src/pixmaps/pixmaps-xp.vcxproj.filters b/src/pixmaps/pixmaps-xp.vcxproj.filters index 5ae1c68a..661d5b49 100644 --- a/src/pixmaps/pixmaps-xp.vcxproj.filters +++ b/src/pixmaps/pixmaps-xp.vcxproj.filters @@ -7,34 +7,34 @@ - + Resource Files - + Resource Files - + Resource Files - + Resource Files - + Resource Files - + Resource Files - + Resource Files - + Resource Files - + Resource Files - + Resource Files diff --git a/src/pixmaps/pixmaps.vcxproj b/src/pixmaps/pixmaps.vcxproj index e3072bb2..623724d7 100644 --- a/src/pixmaps/pixmaps.vcxproj +++ b/src/pixmaps/pixmaps.vcxproj @@ -89,21 +89,21 @@ + + + + + + - - - - - - diff --git a/src/pixmaps/pixmaps.vcxproj.filters b/src/pixmaps/pixmaps.vcxproj.filters index 5ae1c68a..661d5b49 100644 --- a/src/pixmaps/pixmaps.vcxproj.filters +++ b/src/pixmaps/pixmaps.vcxproj.filters @@ -7,34 +7,34 @@ - + Resource Files - + Resource Files - + Resource Files - + Resource Files - + Resource Files - + Resource Files - + Resource Files - + Resource Files - + Resource Files - + Resource Files diff --git a/src/pixmaps/purple.png b/src/pixmaps/purple.png deleted file mode 100644 index 86474778..00000000 Binary files a/src/pixmaps/purple.png and /dev/null differ diff --git a/src/pixmaps/red.png b/src/pixmaps/red.png deleted file mode 100644 index 08e314a8..00000000 Binary files a/src/pixmaps/red.png and /dev/null differ diff --git a/src/pixmaps/ulist_founder.png b/src/pixmaps/ulist_founder.png new file mode 100644 index 00000000..63d76046 Binary files /dev/null and b/src/pixmaps/ulist_founder.png differ diff --git a/src/pixmaps/ulist_halfop.png b/src/pixmaps/ulist_halfop.png new file mode 100644 index 00000000..169310c2 Binary files /dev/null and b/src/pixmaps/ulist_halfop.png differ diff --git a/src/pixmaps/ulist_netop.png b/src/pixmaps/ulist_netop.png new file mode 100644 index 00000000..08e314a8 Binary files /dev/null and b/src/pixmaps/ulist_netop.png differ diff --git a/src/pixmaps/ulist_op.png b/src/pixmaps/ulist_op.png new file mode 100644 index 00000000..7dc91631 Binary files /dev/null and b/src/pixmaps/ulist_op.png differ diff --git a/src/pixmaps/ulist_owner.png b/src/pixmaps/ulist_owner.png new file mode 100644 index 00000000..b709f343 Binary files /dev/null and b/src/pixmaps/ulist_owner.png differ diff --git a/src/pixmaps/ulist_voice.png b/src/pixmaps/ulist_voice.png new file mode 100644 index 00000000..86474778 Binary files /dev/null and b/src/pixmaps/ulist_voice.png differ diff --git a/src/pixmaps/voice.png b/src/pixmaps/voice.png deleted file mode 100644 index b709f343..00000000 Binary files a/src/pixmaps/voice.png and /dev/null differ -- cgit 1.4.1