Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linphone-desktop
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
linphone-desktop
Commits
49f42df3
Commit
49f42df3
authored
Apr 21, 2017
by
Ronan Abhamon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat(ui/views/App/Calls/Incall): add tooltips on pending requests
parent
eb7a7528
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
18 additions
and
0 deletions
+18
-0
en.ts
linphone-desktop/assets/languages/en.ts
+4
-0
fr.ts
linphone-desktop/assets/languages/fr.ts
+4
-0
Incall.qml
linphone-desktop/ui/views/App/Calls/Incall.qml
+10
-0
No files found.
linphone-desktop/assets/languages/en.ts
View file @
49f42df3
...
...
@@ -656,6 +656,10 @@ Server url not configured.</translation>
<
source
>
acceptVideoDescription
<
/source
>
<
translation
>
Your
contact
would
like
to
turn
on
video
.
<
/translation
>
<
/message
>
<
message
>
<
source
>
pendingRequestLabel
<
/source
>
<
translation
>
Please
to
wait
,
a
request
is
pending
.
<
/translation
>
<
/message
>
<
/context
>
<
context
>
<
name
>
InviteFriends
<
/name
>
...
...
linphone-desktop/assets/languages/fr.ts
View file @
49f42df3
...
...
@@ -656,6 +656,10 @@ Url du serveur non configurée.</translation>
<
source
>
acceptVideoDescription
<
/source
>
<
translation
>
Votre
correspondant
souhaite
ajouter
la
vid
é
o
.
<
/translation
>
<
/message
>
<
message
>
<
source
>
pendingRequestLabel
<
/source
>
<
translation
>
Merci
de
patienter
,
une
requ
ê
te
est
en
attente
.
<
/translation
>
<
/message
>
<
/context
>
<
context
>
<
name
>
InviteFriends
<
/name
>
...
...
linphone-desktop/ui/views/App/Calls/Incall.qml
View file @
49f42df3
...
...
@@ -317,6 +317,11 @@ Rectangle {
updating
:
call
.
updating
onClicked
:
call
.
videoEnabled
=
!
enabled
TooltipArea
{
text
:
qsTr
(
'
pendingRequestLabel
'
)
visible
:
parent
.
updating
}
}
ActionButton
{
...
...
@@ -366,6 +371,11 @@ Rectangle {
updating
:
call
.
updating
onClicked
:
call
.
pausedByUser
=
enabled
TooltipArea
{
text
:
qsTr
(
'
pendingRequestLabel
'
)
visible
:
parent
.
updating
}
}
ActionButton
{
...
...
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