Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
J
jami-client-gnome
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
153
Issues
153
List
Boards
Labels
Service Desk
Milestones
Iterations
Requirements
Requirements
List
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Analytics
Analytics
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
savoirfairelinux
jami-client-gnome
Commits
13bd408c
Commit
13bd408c
authored
Mar 30, 2015
by
Stepan Salenikovich
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gnome: hide unimplemented call features
Refs #68739 Change-Id: I9f910785a881e9efedc6dc7297ab30a22490f92c
parent
b42fde77
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
3 deletions
+6
-3
ui/currentcallview.ui
ui/currentcallview.ui
+6
-3
No files found.
ui/currentcallview.ui
View file @
13bd408c
...
...
@@ -146,7 +146,8 @@
<child>
<object
class=
"GtkToggleButton"
id=
"togglebutton_muteaudio"
>
<property
name=
"label"
translatable=
"yes"
>
Mute audio
</property>
<property
name=
"visible"
>
True
</property>
<!-- TODO: set visible when feature enabled -->
<property
name=
"visible"
>
False
</property>
<property
name=
"can_focus"
>
True
</property>
<property
name=
"receives_default"
>
True
</property>
<property
name=
"action-name"
>
app.mute_audio
</property>
...
...
@@ -159,7 +160,8 @@
<child>
<object
class=
"GtkToggleButton"
id=
"togglebutton_mutevideo"
>
<property
name=
"label"
translatable=
"yes"
>
Mute video
</property>
<property
name=
"visible"
>
True
</property>
<!-- TODO: set visible when feature enabled -->
<property
name=
"visible"
>
False
</property>
<property
name=
"can_focus"
>
True
</property>
<property
name=
"receives_default"
>
True
</property>
<property
name=
"action-name"
>
app.mute_video
</property>
...
...
@@ -172,7 +174,8 @@
<child>
<object
class=
"GtkToggleButton"
id=
"togglebutton_record"
>
<property
name=
"label"
translatable=
"yes"
>
Record
</property>
<property
name=
"visible"
>
True
</property>
<!-- TODO: set visible when feature enabled -->
<property
name=
"visible"
>
False
</property>
<property
name=
"can_focus"
>
True
</property>
<property
name=
"receives_default"
>
True
</property>
<property
name=
"action-name"
>
app.record
</property>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment