Updated some images.

cusax-fix
Yana Stamcheva 17 years ago
parent f2c9964e1c
commit c028023fc9

@ -1,6 +1,7 @@
# gui
SIP_COMMUNICATOR_LOGO=resources/images/logo/sc_logo16x16.png
ADD_ICON=resources/images/impl/gui/buttons/add.png
ACCOUNT_ICON=resources/images/impl/gui/buttons/addAccount.png
QUICK_MENU_ADD_ICON=resources/images/impl/gui/buttons/addContactIcon.png
QUICK_MENU_CONFIGURE_ICON=resources/images/impl/gui/buttons/configureIcon.png
@ -34,13 +35,12 @@ STAR_DIAL_BUTTON=resources/images/impl/gui/buttons/star.png
ZERO_DIAL_BUTTON=resources/images/impl/gui/buttons/zero.png
DIEZ_DIAL_BUTTON=resources/images/impl/gui/buttons/diez.png
DEFAULT_USER_PHOTO=resources/images/impl/gui/common/personPhoto.png
USER_PHOTO_FRAME=resources/images/impl/gui/common/personPhotoFrame.png
CALL_PANEL_MINIMIZE_BUTTON=resources/images/impl/gui/buttons/callPanelMinimizeButton.png
CALL_PANEL_RESTORE_BUTTON=resources/images/impl/gui/buttons/callPanelRestoreButton.png
CALL_PANEL_MINIMIZE_ROLLOVER_BUTTON=resources/images/impl/gui/buttons/callPanelMinimizeButtonRollover.png
CALL_PANEL_RESTORE_ROLLOVER_BUTTON=resources/images/impl/gui/buttons/callPanelRestoreButtonRollover.png
ADD_TO_CHAT_BUTTON=resources/images/impl/gui/buttons/addToChat.png
ADD_TO_CHAT_ROLLOVER_BUTTON=resources/images/impl/gui/buttons/addToChatRollover.png
ADD_TO_CHAT_ICON=resources/images/impl/gui/buttons/addToChatIcon.png
ADD_TO_CHAT_ICON=resources/images/impl/gui/buttons/addToChat.png
RIGHT_ARROW_ICON=resources/images/impl/gui/common/rightArrow.png
RIGHT_ARROW_ROLLOVER_ICON=resources/images/impl/gui/common/rightArrowRollover.png
ALIGN_LEFT_BUTTON=resources/images/impl/gui/buttons/alignLeft.png
@ -52,9 +52,8 @@ ALIGN_CENTER_ROLLOVER_BUTTON=resources/images/impl/gui/buttons/alignCenterRollov
TEXT_BOLD_BUTTON=resources/images/impl/gui/buttons/textBold.png
TEXT_ITALIC_BUTTON=resources/images/impl/gui/buttons/textItalic.png
TEXT_UNDERLINED_BUTTON=resources/images/impl/gui/buttons/textUnderlined.png
TEXT_BOLD_ROLLOVER_BUTTON=resources/images/impl/gui/buttons/textBoldRollover.png
TEXT_ITALIC_ROLLOVER_BUTTON=resources/images/impl/gui/buttons/textItalicRollover.png
TEXT_UNDERLINED_ROLLOVER_BUTTON=resources/images/impl/gui/buttons/textUnderlinedRollover.png
EDIT_TOOLBAR_BUTTON=resources/images/impl/gui/buttons/editToolbarButton.png
EDIT_TOOLBAR_BUTTON_PRESSED=resources/images/impl/gui/buttons/editToolbarButtonPressed.png
DIAL_BUTTON=resources/images/impl/gui/buttons/dialButton.png
HOLD_BUTTON=resources/images/impl/gui/buttons/holdButton.png
MUTE_BUTTON=resources/images/impl/gui/buttons/muteButton.png
@ -79,6 +78,8 @@ NEXT_ICON=resources/images/impl/gui/buttons/next.png
HISTORY_ICON=resources/images/impl/gui/buttons/history.png
SEND_FILE_ICON=resources/images/impl/gui/buttons/sendFile.png
FONT_ICON=resources/images/impl/gui/buttons/fontIcon.png
ADD_CONTACT_CHAT_ICON=resources/images/impl/gui/buttons/addContactChatIcon.png
DELETE_BUTTON_ICON=resources/images/impl/gui/buttons/delete.png
CHAT_CONTACT_INFO_BUTTON=resources/images/impl/gui/buttons/chatInfoButton.png
CHAT_CONTACT_INFO_ROLLOVER_BUTTON=resources/images/impl/gui/buttons/chatInfoButtonRollover.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 533 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 706 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 739 B

After

Width:  |  Height:  |  Size: 804 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 949 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 353 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 547 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 602 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 329 B

After

Width:  |  Height:  |  Size: 304 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 964 B

After

Width:  |  Height:  |  Size: 958 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 319 B

After

Width:  |  Height:  |  Size: 247 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 267 B

After

Width:  |  Height:  |  Size: 228 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 284 B

After

Width:  |  Height:  |  Size: 243 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.3 KiB

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

@ -250,6 +250,12 @@ public class ImageLoader {
public static final ImageID MAIN_WINDOW_BACKGROUND
= new ImageID("MAIN_WINDOW_BACKGROUND");
/**
* The add icon used in some forms.
*/
public static final ImageID ADD_ICON
= new ImageID("ADD_ICON");
/**
* The background of the main window and chat window.
*/
@ -480,6 +486,12 @@ public class ImageLoader {
public static final ImageID DEFAULT_USER_PHOTO
= new ImageID("DEFAULT_USER_PHOTO");
/**
* The image used to draw a frame around the contact photo image.
*/
public static final ImageID USER_PHOTO_FRAME
= new ImageID("USER_PHOTO_FRAME");
/**
* The minimize button icon in the <tt>CallPanel</tt>.
*/
@ -504,20 +516,6 @@ public class ImageLoader {
public static final ImageID CALL_PANEL_RESTORE_ROLLOVER_BUTTON
= new ImageID("CALL_PANEL_RESTORE_ROLLOVER_BUTTON");
/**
* The background image of the "Add contact to chat" button in the
* chat window.
*/
public static final ImageID ADD_TO_CHAT_BUTTON
= new ImageID("ADD_TO_CHAT_BUTTON");
/**
* The background rollover image of the "Add contact to chat" button in
* the chat window.
*/
public static final ImageID ADD_TO_CHAT_ROLLOVER_BUTTON
= new ImageID("ADD_TO_CHAT_ROLLOVER_BUTTON");
/**
* The icon image of the "Add contact to chat" button in the
* chat window.
@ -698,7 +696,16 @@ public class ImageLoader {
public static final ImageID QUICK_MENU_CREATE_GROUP_ICON
= new ImageID("QUICK_MENU_CREATE_GROUP_ICON");
// ///////////////////// Edit Text Toolbar icons //////////////////////////
/**
* Add not in contact list contact icon.
*/
public static final ImageID ADD_CONTACT_CHAT_ICON
= new ImageID("ADD_CONTACT_CHAT_ICON");
public static final ImageID DELETE_BUTTON_ICON
= new ImageID("DELETE_BUTTON_ICON");
/////////////////////// Edit Text Toolbar icons /////////////////////////
/**
* "Left align" button image in the <tt>EditTextToolBar</tt> in the
@ -764,25 +771,16 @@ public class ImageLoader {
= new ImageID("TEXT_UNDERLINED_BUTTON");
/**
* "Bold" button rollover image in the <tt>EditTextToolBar</tt> in the
* <tt>ChatWindow</tt>.
* Edit toolbar button background icon.
*/
public static final ImageID TEXT_BOLD_ROLLOVER_BUTTON
= new ImageID("TEXT_BOLD_ROLLOVER_BUTTON");
public static final ImageID EDIT_TOOLBAR_BUTTON
= new ImageID("EDIT_TOOLBAR_BUTTON");
/**
* "Italic" button roll-over image in the <tt>EditTextToolBar</tt> in the
* <tt>ChatWindow</tt>.
*/
public static final ImageID TEXT_ITALIC_ROLLOVER_BUTTON
= new ImageID("TEXT_ITALIC_ROLLOVER_BUTTON");
/**
* "Underline" button roll-over image in the <tt>EditTextToolBar</tt> in
* the <tt>ChatWindow</tt>.
* Edit toolbar button background icon for toggled state.
*/
public static final ImageID TEXT_UNDERLINED_ROLLOVER_BUTTON
= new ImageID("TEXT_UNDERLINED_ROLLOVER_BUTTON");
public static final ImageID EDIT_TOOLBAR_BUTTON_PRESSED
= new ImageID("EDIT_TOOLBAR_BUTTON_PRESSED");
/**
* The icon shown in the invite dialog.

Loading…
Cancel
Save