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
9a3aa8e3
Commit
9a3aa8e3
authored
Mar 07, 2017
by
Ronan Abhamon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat(ui/views/App/Assistant/AssistantUseOtherSipAccount): view done
parent
25425041
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
133 additions
and
6 deletions
+133
-6
en.ts
linphone-desktop/assets/languages/en.ts
+31
-0
fr.ts
linphone-desktop/assets/languages/fr.ts
+31
-0
resources.qrc
linphone-desktop/resources.qrc
+1
-0
FormVGroup.qml
...-desktop/ui/modules/Common/Form/Placements/FormVGroup.qml
+1
-6
AssistantUseOtherSipAccount.qml
...op/ui/views/App/Assistant/AssistantUseOtherSipAccount.qml
+69
-0
No files found.
linphone-desktop/assets/languages/en.ts
View file @
9a3aa8e3
...
...
@@ -77,6 +77,37 @@
<
translation
>
This
assistant
will
help
you
to
configure
and
use
your
linphone
account
.
<
/translation
>
<
/message
>
<
/context
>
<
context
>
<
name
>
AssistantUseOtherSipAccount
<
/name
>
<
message
>
<
source
>
confirmAction
<
/source
>
<
translation
>
LOGIN
<
/translation
>
<
/message
>
<
message
>
<
source
>
useOtherSipAccountTitle
<
/source
>
<
translation
>
USE
A
SIP
ACCOUNT
<
/translation
>
<
/message
>
<
message
>
<
source
>
usernameLabel
<
/source
>
<
translation
>
Username
<
/translation
>
<
/message
>
<
message
>
<
source
>
displayNameLabel
<
/source
>
<
translation
>
Display
name
(
optional
)
<
/translation
>
<
/message
>
<
message
>
<
source
>
sipDomainLabel
<
/source
>
<
translation
>
SIP
Domain
<
/translation
>
<
/message
>
<
message
>
<
source
>
passwordLabel
<
/source
>
<
translation
>
Password
<
/translation
>
<
/message
>
<
message
>
<
source
>
transportLabel
<
/source
>
<
translation
>
Transport
<
/translation
>
<
/message
>
<
/context
>
<
context
>
<
name
>
AssistantWindow
<
/name
>
<
message
>
...
...
linphone-desktop/assets/languages/fr.ts
View file @
9a3aa8e3
...
...
@@ -77,6 +77,37 @@
<
translation
>
Cet
assistant
va
vous
aider
à
configurer
et
utiliser
votre
compte
SIP
.
<
/translation
>
<
/message
>
<
/context
>
<
context
>
<
name
>
AssistantUseOtherSipAccount
<
/name
>
<
message
>
<
source
>
confirmAction
<
/source
>
<
translation
>
CONNEXION
<
/translation
>
<
/message
>
<
message
>
<
source
>
useOtherSipAccountTitle
<
/source
>
<
translation
>
UTILISER
UN
COMPTE
SIP
<
/translation
>
<
/message
>
<
message
>
<
source
>
usernameLabel
<
/source
>
<
translation
>
Nom
d
&
apos
;
utilisateur
<
/translation
>
<
/message
>
<
message
>
<
source
>
displayNameLabel
<
/source
>
<
translation
>
Nom
d
&
apos
;
affichage
(
optionnel
)
<
/translation
>
<
/message
>
<
message
>
<
source
>
sipDomainLabel
<
/source
>
<
translation
>
Domaine
SIP
<
/translation
>
<
/message
>
<
message
>
<
source
>
passwordLabel
<
/source
>
<
translation
>
Mot
de
passe
<
/translation
>
<
/message
>
<
message
>
<
source
>
transportLabel
<
/source
>
<
translation
>
Transport
<
/translation
>
<
/message
>
<
/context
>
<
context
>
<
name
>
AssistantWindow
<
/name
>
<
message
>
...
...
linphone-desktop/resources.qrc
View file @
9a3aa8e3
...
...
@@ -312,6 +312,7 @@
<file>
ui/views/App/Assistant/AssistantAbstractView.qml
</file>
<file>
ui/views/App/Assistant/AssistantFetchRemoteConfiguration.qml
</file>
<file>
ui/views/App/Assistant/AssistantHome.qml
</file>
<file>
ui/views/App/Assistant/AssistantUseOtherSipAccount.qml
</file>
<file>
ui/views/App/AssistantWindow.qml
</file>
<file>
ui/views/App/Calls/AbstractStartingCall.qml
</file>
<file>
ui/views/App/Calls/CallsWindow.qml
</file>
...
...
linphone-desktop/ui/modules/Common/Form/Placements/FormVGroup.qml
View file @
9a3aa8e3
...
...
@@ -24,12 +24,7 @@ ColumnLayout {
color
:
FormVGroupStyle
.
legend
.
color
elide
:
Text
.
ElideRight
font
{
bold
:
true
pointSize
:
FormVGroupStyle
.
legend
.
fontSize
}
font.pointSize
:
FormVGroupStyle
.
legend
.
fontSize
verticalAlignment
:
Text
.
AlignVCenter
}
...
...
linphone-desktop/ui/views/App/Assistant/AssistantUseOtherSipAccount.qml
0 → 100644
View file @
9a3aa8e3
import
Common
1.0
// =============================================================================
AssistantAbstractView
{
mainAction
:
(
function
()
{
console
.
log
(
'
TODO
'
)
})
mainActionEnabled
:
username
.
text
.
length
&&
sipDomain
.
text
.
length
&&
password
.
text
.
length
mainActionLabel
:
qsTr
(
'
confirmAction
'
)
Form
{
anchors.fill
:
parent
orientation
:
Qt
.
Vertical
title
:
qsTr
(
'
useOtherSipAccountTitle
'
)
FormLine
{
FormGroup
{
label
:
qsTr
(
'
usernameLabel
'
)
TextField
{
id
:
username
}
}
}
FormLine
{
FormGroup
{
label
:
qsTr
(
'
displayNameLabel
'
)
TextField
{}
}
}
FormLine
{
FormGroup
{
label
:
qsTr
(
'
sipDomainLabel
'
)
TextField
{
id
:
sipDomain
}
}
}
FormLine
{
FormGroup
{
label
:
qsTr
(
'
passwordLabel
'
)
TextField
{
id
:
password
}
}
}
FormLine
{
FormGroup
{
label
:
qsTr
(
'
transportLabel
'
)
ExclusiveButtons
{
texts
:
[
'
UDP
'
,
'
TCP
'
,
'
TLS
'
]
}
}
}
}
}
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