Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
J
jami-client-windows
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Analyze
Contributor analytics
Repository analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
savoirfairelinux
jami-client-windows
Commits
e6538795
Commit
e6538795
authored
10 years ago
by
Edric Milaret
Committed by
Guillaume Roguez
10 years ago
Browse files
Options
Downloads
Patches
Plain Diff
windows: add upnp ui
Refs #71910 Change-Id: I0e0497b59c4a50c9e6200090b1d241b820741da0
parent
f38362d6
No related branches found
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
accountdetails.cpp
+6
-0
6 additions, 0 deletions
accountdetails.cpp
accountdetails.h
+1
-0
1 addition, 0 deletions
accountdetails.h
accountdetails.ui
+1
-1
1 addition, 1 deletion
accountdetails.ui
with
8 additions
and
1 deletion
accountdetails.cpp
+
6
−
0
View file @
e6538795
...
@@ -219,6 +219,7 @@ AccountDetails::setAccount(Account* currentAccount) {
...
@@ -219,6 +219,7 @@ AccountDetails::setAccount(Account* currentAccount) {
ui
->
videoEnabledCheckBox
->
setChecked
(
currentAccount_
->
isVideoEnabled
());
ui
->
videoEnabledCheckBox
->
setChecked
(
currentAccount_
->
isVideoEnabled
());
ui
->
autoAnswerCheckBox
->
setChecked
(
currentAccount_
->
isAutoAnswer
());
ui
->
autoAnswerCheckBox
->
setChecked
(
currentAccount_
->
isAutoAnswer
());
ui
->
upnpCheckBox
->
setChecked
(
currentAccount_
->
isUpnpEnabled
());
}
}
void
void
...
@@ -360,3 +361,8 @@ AccountDetails::on_tabWidget_currentChanged(int index)
...
@@ -360,3 +361,8 @@ AccountDetails::on_tabWidget_currentChanged(int index)
ui
->
videoCodecView
->
setCurrentItem
(
ui
->
videoCodecView
->
item
(
0
,
0
));
ui
->
videoCodecView
->
setCurrentItem
(
ui
->
videoCodecView
->
item
(
0
,
0
));
}
}
}
}
void
AccountDetails
::
on_upnpCheckBox_clicked
(
bool
checked
)
{
currentAccount_
->
setUpnpEnabled
(
checked
);
}
This diff is collapsed.
Click to expand it.
accountdetails.h
+
1
−
0
View file @
e6538795
...
@@ -59,6 +59,7 @@ private slots:
...
@@ -59,6 +59,7 @@ private slots:
void
on_proxyEdit_editingFinished
();
void
on_proxyEdit_editingFinished
();
void
on_voicemailEdit_editingFinished
();
void
on_voicemailEdit_editingFinished
();
void
on_tabWidget_currentChanged
(
int
index
);
void
on_tabWidget_currentChanged
(
int
index
);
void
on_upnpCheckBox_clicked
(
bool
checked
);
private
slots
:
private
slots
:
void
audio_codec_checked
(
int
row
,
int
column
);
void
audio_codec_checked
(
int
row
,
int
column
);
...
...
This diff is collapsed.
Click to expand it.
accountdetails.ui
+
1
−
1
View file @
e6538795
...
@@ -140,7 +140,7 @@
...
@@ -140,7 +140,7 @@
<item
row=
"7"
column=
"0"
>
<item
row=
"7"
column=
"0"
>
<widget
class=
"QCheckBox"
name=
"upnpCheckBox"
>
<widget
class=
"QCheckBox"
name=
"upnpCheckBox"
>
<property
name=
"enabled"
>
<property
name=
"enabled"
>
<bool>
fals
e
</bool>
<bool>
tru
e
</bool>
</property>
</property>
<property
name=
"text"
>
<property
name=
"text"
>
<string>
UPnP enabled
</string>
<string>
UPnP enabled
</string>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment