aboutsummaryrefslogtreecommitdiffstats
path: root/resources/images
diff options
context:
space:
mode:
authorDamian Minkov <damencho@jitsi.org>2013-11-15 16:59:09 +0200
committerDamian Minkov <damencho@jitsi.org>2013-11-15 16:59:09 +0200
commit1dd9764ed775b3c0ec5679be76978dcce90bbdac (patch)
tree42caea556cec282d4e6cc05d06fa8220c9e7312d /resources/images
parentd2e968135779ec631f4ac70eea930928793633af (diff)
downloadjitsi-1dd9764ed775b3c0ec5679be76978dcce90bbdac.zip
jitsi-1dd9764ed775b3c0ec5679be76978dcce90bbdac.tar.gz
jitsi-1dd9764ed775b3c0ec5679be76978dcce90bbdac.tar.bz2
Improves send sms functionality, updates icons.
Diffstat (limited to 'resources/images')
-rw-r--r--resources/images/images.properties9
-rw-r--r--resources/images/impl/gui/buttons/searchSMSIcon.pngbin0 -> 1640 bytes
-rw-r--r--resources/images/impl/gui/buttons/searchSMSPressedIcon.pngbin0 -> 1587 bytes
-rw-r--r--resources/images/impl/gui/buttons/searchSMSRolloverIcon.pngbin0 -> 1623 bytes
-rw-r--r--resources/images/impl/gui/common/sendSMSButton.pngbin0 -> 1734 bytes
-rw-r--r--resources/images/impl/gui/common/sendSMSSelectedButton.pngbin0 -> 1886 bytes
-rw-r--r--resources/images/impl/gui/common/sms.pngbin757 -> 0 bytes
-rw-r--r--resources/images/impl/gui/common/smsButton.pngbin0 -> 1145 bytes
-rw-r--r--resources/images/impl/gui/common/smsSelected.pngbin675 -> 0 bytes
9 files changed, 7 insertions, 2 deletions
diff --git a/resources/images/images.properties b/resources/images/images.properties
index eed832e..c02cec9 100644
--- a/resources/images/images.properties
+++ b/resources/images/images.properties
@@ -95,8 +95,10 @@ service.gui.icons.CHANGE_NICKNAME=resources/images/impl/gui/common/changeNicknam
service.gui.icons.BAN_16x16=resources/images/impl/gui/common/ban16x16.png
service.gui.icons.KICK_16x16=resources/images/impl/gui/common/kick16x16.png
service.gui.icons.VOICEMAIL=resources/images/impl/gui/common/voicemail.png
-service.gui.icons.SEND_SMS=resources/images/impl/gui/common/sms.png
-service.gui.icons.SEND_SMS_SELECTED=resources/images/impl/gui/common/smsSelected.png
+service.gui.icons.SEND_SMS=resources/images/impl/gui/common/sendSMSButton.png
+service.gui.icons.SEND_SMS_SELECTED=resources/images/impl/gui/common/sendSMSSelectedButton.png
+service.gui.icons.SMS_ICON=resources/images/impl/gui/common/phoneAvatar.png
+service.gui.icons.SMS_BUTTON_ICON=resources/images/impl/gui/common/smsButton.png
service.gui.icons.TYPING=resources/images/impl/gui/common/typing.gif
service.gui.icons.WINDOW_RESIZE_ICON=resources/images/impl/gui/common/windowResizeIcon.png
service.gui.icons.LO_VIDEO_ICON=resources/images/impl/gui/common/loVideoIcon.png
@@ -243,6 +245,9 @@ service.gui.buttons.CALL_HISTORY_BUTTON_PRESSED=resources/images/impl/gui/button
service.gui.buttons.SEARCH_CALL_ICON=resources/images/impl/gui/buttons/searchCallIcon.png
service.gui.buttons.SEARCH_CALL_ROLLOVER_ICON=resources/images/impl/gui/buttons/searchCallRolloverIcon.png
service.gui.buttons.SEARCH_CALL_PRESSED_ICON=resources/images/impl/gui/buttons/searchCallPressedIcon.png
+service.gui.buttons.SEARCH_SMS_ICON=resources/images/impl/gui/buttons/searchSMSIcon.png
+service.gui.buttons.SEARCH_SMS_ROLLOVER_ICON=resources/images/impl/gui/buttons/searchSMSRolloverIcon.png
+service.gui.buttons.SEARCH_SMS_PRESSED_ICON=resources/images/impl/gui/buttons/searchSMSPressedIcon.png
service.gui.buttons.ZOOM_OUT=resources/images/impl/gui/buttons/magnifier_zoom_out.png
service.gui.buttons.ZOOM_IN=resources/images/impl/gui/buttons/magnifier_zoom_in.png
service.gui.buttons.RESET=resources/images/impl/gui/buttons/reset.png
diff --git a/resources/images/impl/gui/buttons/searchSMSIcon.png b/resources/images/impl/gui/buttons/searchSMSIcon.png
new file mode 100644
index 0000000..f1e659d
--- /dev/null
+++ b/resources/images/impl/gui/buttons/searchSMSIcon.png
Binary files differ
diff --git a/resources/images/impl/gui/buttons/searchSMSPressedIcon.png b/resources/images/impl/gui/buttons/searchSMSPressedIcon.png
new file mode 100644
index 0000000..99406ba
--- /dev/null
+++ b/resources/images/impl/gui/buttons/searchSMSPressedIcon.png
Binary files differ
diff --git a/resources/images/impl/gui/buttons/searchSMSRolloverIcon.png b/resources/images/impl/gui/buttons/searchSMSRolloverIcon.png
new file mode 100644
index 0000000..fef3a09
--- /dev/null
+++ b/resources/images/impl/gui/buttons/searchSMSRolloverIcon.png
Binary files differ
diff --git a/resources/images/impl/gui/common/sendSMSButton.png b/resources/images/impl/gui/common/sendSMSButton.png
new file mode 100644
index 0000000..2ec3196
--- /dev/null
+++ b/resources/images/impl/gui/common/sendSMSButton.png
Binary files differ
diff --git a/resources/images/impl/gui/common/sendSMSSelectedButton.png b/resources/images/impl/gui/common/sendSMSSelectedButton.png
new file mode 100644
index 0000000..29e77df
--- /dev/null
+++ b/resources/images/impl/gui/common/sendSMSSelectedButton.png
Binary files differ
diff --git a/resources/images/impl/gui/common/sms.png b/resources/images/impl/gui/common/sms.png
deleted file mode 100644
index 69b4b3c..0000000
--- a/resources/images/impl/gui/common/sms.png
+++ /dev/null
Binary files differ
diff --git a/resources/images/impl/gui/common/smsButton.png b/resources/images/impl/gui/common/smsButton.png
new file mode 100644
index 0000000..70f1576
--- /dev/null
+++ b/resources/images/impl/gui/common/smsButton.png
Binary files differ
diff --git a/resources/images/impl/gui/common/smsSelected.png b/resources/images/impl/gui/common/smsSelected.png
deleted file mode 100644
index 7481b26..0000000
--- a/resources/images/impl/gui/common/smsSelected.png
+++ /dev/null
Binary files differ