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
a0ea030f
Commit
a0ea030f
authored
Oct 24, 2016
by
Ronan Abhamon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat(Calls/Calls): left panel in progress
parent
d0778b4e
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
57 additions
and
10 deletions
+57
-10
en.ts
tests/languages/en.ts
+14
-3
fr.ts
tests/languages/fr.ts
+14
-3
AbstractTextButton.qml
tests/ui/modules/Common/Form/AbstractTextButton.qml
+1
-0
Calls.qml
tests/ui/views/Calls/Calls.qml
+28
-4
No files found.
tests/languages/en.ts
View file @
a0ea030f
<
?
xml
version
=
"
1.0
"
encoding
=
"
utf-8
"
?
>
<!
DOCTYPE
TS
>
<
TS
version
=
"
2.1
"
>
<
context
>
<
name
>
Calls
<
/name
>
<
message
>
<
source
>
newCall
<
/source
>
<
translation
type
=
"
vanished
"
>
NEW
CALL
<
/translation
>
<
/message
>
<
message
>
<
source
>
newConference
<
/source
>
<
translation
type
=
"
vanished
"
>
NEW
CONFERENCE
<
/translation
>
<
/message
>
<
/context
>
<
context
>
<
name
>
Chat
<
/name
>
<
message
>
<
source
>
newMessagePlaceholder
<
/source
>
<
translation
type
=
"
unfinished
"
>
Enter
your
message
<
/translation
>
<
translation
>
Enter
your
message
<
/translation
>
<
/message
>
<
/context
>
<
context
>
...
...
@@ -119,11 +130,11 @@
<
name
>
DroppableTextArea
<
/name
>
<
message
>
<
source
>
fileChooserTitle
<
/source
>
<
translation
type
=
"
unfinished
"
>
Please
choose
one
or
many
files
<
/translation
>
<
translation
>
Please
choose
one
or
many
files
<
/translation
>
<
/message
>
<
message
>
<
source
>
dropYourAttachment
<
/source
>
<
translation
type
=
"
unfinished
"
>
<
/translation
>
<
translation
>
Drop
your
attachment
<
/translation
>
<
/message
>
<
/context
>
<
context
>
...
...
tests/languages/fr.ts
View file @
a0ea030f
<
?
xml
version
=
"
1.0
"
encoding
=
"
utf-8
"
?
>
<!
DOCTYPE
TS
>
<
TS
version
=
"
2.1
"
>
<
context
>
<
name
>
Calls
<
/name
>
<
message
>
<
source
>
newCall
<
/source
>
<
translation
type
=
"
vanished
"
>
NOUVEL
APPEL
<
/translation
>
<
/message
>
<
message
>
<
source
>
newConference
<
/source
>
<
translation
type
=
"
vanished
"
>
NOUVELLE
CONFERENCE
<
/translation
>
<
/message
>
<
/context
>
<
context
>
<
name
>
Chat
<
/name
>
<
message
>
<
source
>
newMessagePlaceholder
<
/source
>
<
translation
type
=
"
unfinished
"
>
Entrer
votre
message
.
<
/translation
>
<
translation
>
Entrer
votre
message
.
<
/translation
>
<
/message
>
<
/context
>
<
context
>
...
...
@@ -119,11 +130,11 @@
<
name
>
DroppableTextArea
<
/name
>
<
message
>
<
source
>
fileChooserTitle
<
/source
>
<
translation
type
=
"
unfinished
"
>
Merci
de
choisir
un
ou
plusieurs
fichiers
<
/translation
>
<
translation
>
Merci
de
choisir
un
ou
plusieurs
fichiers
<
/translation
>
<
/message
>
<
message
>
<
source
>
dropYourAttachment
<
/source
>
<
translation
type
=
"
unfinished
"
>
<
/translation
>
<
translation
>
D
é
posez
votre
pi
è
ce
jointe
<
/translation
>
<
/message
>
<
/context
>
<
context
>
...
...
tests/ui/modules/Common/Form/AbstractTextButton.qml
View file @
a0ea030f
...
...
@@ -41,6 +41,7 @@ Button {
pointSize
:
AbstractTextButtonStyle
.
text
.
fontSize
}
elide
:
Text
.
ElideRight
horizontalAlignment
:
Text
.
AlignHCenter
text
:
button
.
text
verticalAlignment
:
Text
.
AlignVCenter
...
...
tests/ui/views/Calls/Calls.qml
View file @
a0ea030f
...
...
@@ -19,12 +19,36 @@ Window {
minimumLeftLimit
:
50
// Calls list.
childA
:
Rectangle
{
childA
:
ColumnLayout
{
anchors.fill
:
parent
color
:
'
yellow
'
spacing
:
0
Text
{
text
:
'
calls
'
Rectangle
{
Layout.fillWidth
:
true
Layout.preferredHeight
:
50
color
:
'
#FFFFFF
'
ActionBar
{
anchors.verticalCenter
:
parent
.
verticalCenter
anchors.leftMargin
:
10
anchors.left
:
parent
.
left
iconSize
:
30
spacing
:
16
ActionButton
{
icon
:
'
call
'
}
ActionButton
{
icon
:
'
conference
'
}
}
}
Rectangle
{
Layout.fillWidth
:
true
Layout.fillHeight
:
true
color
:
'
red
'
}
}
...
...
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