mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-24 14:48:07 +00:00
add muted icons and set toggled callback.
git-svn-id: svn+ssh://svn.savannah.nongnu.org/linphone/trunk@689 3f6dc0c8-ddfe-455d-9043-3cd528dc4637
This commit is contained in:
parent
bffaeae923
commit
a0cb1b132b
5 changed files with 10 additions and 1 deletions
|
|
@ -1,3 +1,9 @@
|
|||
linphone-3.2.1 --
|
||||
* improved mute button
|
||||
* updated translations
|
||||
*
|
||||
|
||||
|
||||
linphone-3.2.0 -- September 17, 2009
|
||||
* new in-call layout
|
||||
* new idle view with two buttons
|
||||
|
|
|
|||
|
|
@ -522,6 +522,7 @@ Online users</property>
|
|||
<property name="sensitive">False</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="receives_default">True</property>
|
||||
<signal name="toggled" handler="linphone_gtk_mute_toggled"/>
|
||||
</widget>
|
||||
<packing>
|
||||
<property name="fill">False</property>
|
||||
|
|
@ -1090,6 +1091,7 @@ Fiber Channel</property>
|
|||
<property name="sensitive">False</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="receives_default">True</property>
|
||||
<signal name="toggled" handler="linphone_gtk_mute_toggled"/>
|
||||
</widget>
|
||||
<packing>
|
||||
<property name="expand">False</property>
|
||||
|
|
|
|||
|
|
@ -7,6 +7,7 @@ sip-away.png sip-bifm.png \
|
|||
sip-busy.png sip-closed.png \
|
||||
sip-online.png sip-otl.png \
|
||||
sip-otp.png sip-wfa.png \
|
||||
green.png red.png
|
||||
green.png red.png \
|
||||
mic_muted.png mic_active.png
|
||||
|
||||
EXTRA_DIST=$(pixmap_DATA)
|
||||
|
|
|
|||
BIN
linphone/pixmaps/mic_active.png
Normal file
BIN
linphone/pixmaps/mic_active.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.7 KiB |
BIN
linphone/pixmaps/mic_muted.png
Normal file
BIN
linphone/pixmaps/mic_muted.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2 KiB |
Loading…
Add table
Reference in a new issue