diff options
author | Damian Minkov <damencho@jitsi.org> | 2014-02-04 15:37:38 +0200 |
---|---|---|
committer | Damian Minkov <damencho@jitsi.org> | 2014-02-04 15:37:38 +0200 |
commit | bbba950eb72e0337f4206e6de1037681a62c67b7 (patch) | |
tree | 9db1e51c96d065deff7d70a7378ea252f55d06a8 /resources/images | |
parent | bcd54167c8374e04b883257c6a05a4170fddcd9a (diff) | |
download | jitsi-bbba950eb72e0337f4206e6de1037681a62c67b7.zip jitsi-bbba950eb72e0337f4206e6de1037681a62c67b7.tar.gz jitsi-bbba950eb72e0337f4206e6de1037681a62c67b7.tar.bz2 |
Adds join button for chatrooms in contact list. And shows/hides the join and leave buttons depending on the room status.
Diffstat (limited to 'resources/images')
-rw-r--r-- | resources/images/images.properties | 3 | ||||
-rw-r--r-- | resources/images/impl/gui/buttons/joinRoom.png | bin | 0 -> 1207 bytes | |||
-rw-r--r-- | resources/images/impl/gui/buttons/joinRoomOver.png | bin | 0 -> 1310 bytes | |||
-rw-r--r-- | resources/images/impl/gui/buttons/joinRoomPressed.png | bin | 0 -> 1393 bytes |
4 files changed, 3 insertions, 0 deletions
diff --git a/resources/images/images.properties b/resources/images/images.properties index ace1829..a862b98 100644 --- a/resources/images/images.properties +++ b/resources/images/images.properties @@ -270,6 +270,9 @@ service.gui.buttons.ZRTP_ID_BUTTON=resources/images/impl/gui/buttons/zrtpEditId. service.gui.icons.LEAVE_ICON_BUTTON=resources/images/impl/gui/buttons/leaveRoom.png service.gui.icons.LEAVE_ICON_ROLLOVER_BUTTON=resources/images/impl/gui/buttons/leaveRoomOver.png service.gui.icons.LEAVE_ICON_PRESSED_BUTTON=resources/images/impl/gui/buttons/leaveRoomPressed.png +service.gui.icons.JOIN_ICON_BUTTON=resources/images/impl/gui/buttons/joinRoom.png +service.gui.icons.JOIN_ICON_ROLLOVER_BUTTON=resources/images/impl/gui/buttons/joinRoomOver.png +service.gui.icons.JOIN_ICON_PRESSED_BUTTON=resources/images/impl/gui/buttons/joinRoomPressed.png service.gui.icons.AUTOJOIN_ON_ICON_BUTTON=resources/images/impl/gui/buttons/autoJoinOn.png service.gui.icons.AUTOJOIN_ON_ICON_ROLLOVER_BUTTON=resources/images/impl/gui/buttons/autoJoinOnOver.png service.gui.icons.AUTOJOIN_ON_ICON_PRESSED_BUTTON=resources/images/impl/gui/buttons/autoJoinOnPressed.png diff --git a/resources/images/impl/gui/buttons/joinRoom.png b/resources/images/impl/gui/buttons/joinRoom.png Binary files differnew file mode 100644 index 0000000..9732a3c --- /dev/null +++ b/resources/images/impl/gui/buttons/joinRoom.png diff --git a/resources/images/impl/gui/buttons/joinRoomOver.png b/resources/images/impl/gui/buttons/joinRoomOver.png Binary files differnew file mode 100644 index 0000000..89d483b --- /dev/null +++ b/resources/images/impl/gui/buttons/joinRoomOver.png diff --git a/resources/images/impl/gui/buttons/joinRoomPressed.png b/resources/images/impl/gui/buttons/joinRoomPressed.png Binary files differnew file mode 100644 index 0000000..10cdd6b --- /dev/null +++ b/resources/images/impl/gui/buttons/joinRoomPressed.png |