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
602993b4
Commit
602993b4
authored
Jun 09, 2017
by
Ronan Abhamon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat(ui/views/App/Calls/Incall): remove sip address in this view
parent
68ccd50f
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
22 additions
and
21 deletions
+22
-21
Incall.qml
linphone-desktop/ui/views/App/Calls/Incall.qml
+20
-19
CallStyle.qml
linphone-desktop/ui/views/App/Styles/Calls/CallStyle.qml
+2
-2
No files found.
linphone-desktop/ui/views/App/Calls/Incall.qml
View file @
602993b4
...
...
@@ -62,6 +62,25 @@ Rectangle {
Layout.rightMargin
:
CallStyle
.
header
.
rightMargin
Layout.preferredHeight
:
CallStyle
.
header
.
contactDescription
.
height
Text
{
id
:
elapsedTime
anchors.bottom
:
parent
.
bottom
color
:
CallStyle
.
header
.
elapsedTime
.
color
font.pointSize
:
CallStyle
.
header
.
elapsedTime
.
pointSize
horizontalAlignment
:
Text
.
AlignHCenter
width
:
parent
.
width
Timer
{
interval
:
1000
repeat
:
true
running
:
true
triggeredOnStart
:
true
onTriggered
:
elapsedTime
.
text
=
Utils
.
formatElapsedTime
(
call
.
duration
)
}
}
ActionBar
{
id
:
leftActions
...
...
@@ -121,7 +140,7 @@ Rectangle {
anchors.centerIn
:
parent
horizontalTextAlignment
:
Text
.
AlignHCenter
sipAddress
:
_sipAddressObserver
.
sipAddress
sipAddress
:
''
username
:
LinphoneUtils
.
getContactUsername
(
_sipAddressObserver
.
contact
||
sipAddress
)
height
:
parent
.
height
...
...
@@ -167,24 +186,6 @@ Rectangle {
}
}
Text
{
id
:
elapsedTime
Layout.fillWidth
:
true
color
:
CallStyle
.
header
.
elapsedTime
.
color
font.pointSize
:
CallStyle
.
header
.
elapsedTime
.
pointSize
horizontalAlignment
:
Text
.
AlignHCenter
Timer
{
interval
:
1000
repeat
:
true
running
:
true
triggeredOnStart
:
true
onTriggered
:
elapsedTime
.
text
=
Utils
.
formatElapsedTime
(
call
.
duration
)
}
}
// -------------------------------------------------------------------------
// Contact visual.
// -------------------------------------------------------------------------
...
...
linphone-desktop/ui/views/App/Styles/Calls/CallStyle.qml
View file @
602993b4
...
...
@@ -32,7 +32,7 @@ QtObject {
}
property
QtObject
container
:
QtObject
{
property
int
margins
:
20
property
int
margins
:
15
property
QtObject
avatar
:
QtObject
{
property
color
backgroundColor
:
Colors
.
w
...
...
@@ -63,7 +63,7 @@ QtObject {
}
property
QtObject
contactDescription
:
QtObject
{
property
int
height
:
6
0
property
int
height
:
5
0
property
int
width
:
150
}
...
...
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