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
cd1e2969
Commit
cd1e2969
authored
Oct 27, 2016
by
Ronan Abhamon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(app): little code style fixes
parent
a4cfd667
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
12 deletions
+8
-12
Collapse.qml
tests/ui/modules/Common/Collapse.qml
+4
-8
ActionMenuEntry.qml
tests/ui/modules/Common/Menu/ActionMenuEntry.qml
+1
-1
CallControls.qml
tests/ui/modules/Linphone/Call/CallControls.qml
+3
-3
No files found.
tests/ui/modules/Common/Collapse.qml
View file @
cd1e2969
...
...
@@ -57,16 +57,12 @@ Item {
}
transitions
:
Transition
{
RotationAnimation
{
direction
:
RotationAnimation
.
Clockwise
duration
:
CollapseStyle
.
animationDuration
property
:
'
rotation
'
target
:
button
}
SequentialAnimation
{
PauseAnimation
{
RotationAnimation
{
direction
:
RotationAnimation
.
Clockwise
duration
:
CollapseStyle
.
animationDuration
property
:
'
rotation
'
target
:
button
}
ScriptAction
{
...
...
tests/ui/modules/Common/Menu/ActionMenuEntry.qml
View file @
cd1e2969
...
...
@@ -7,7 +7,7 @@ import Common.Styles 1.0
Rectangle
{
id
:
entry
property
alias
text
:
text
.
text
property
alias
entryName
:
text
.
text
signal
clicked
...
...
tests/ui/modules/Linphone/Call/CallControls.qml
View file @
cd1e2969
...
...
@@ -64,19 +64,19 @@ RowLayout {
entryWidth
:
120
ActionMenuEntry
{
text
:
qsTr
(
'
acceptAudioCall
'
)
entryName
:
qsTr
(
'
acceptAudioCall
'
)
onClicked
:
menu
.
hideMenu
()
}
ActionMenuEntry
{
text
:
qsTr
(
'
acceptVideoCall
'
)
entryName
:
qsTr
(
'
acceptVideoCall
'
)
onClicked
:
menu
.
hideMenu
()
}
ActionMenuEntry
{
text
:
qsTr
(
'
hangup
'
)
entryName
:
qsTr
(
'
hangup
'
)
onClicked
:
menu
.
hideMenu
()
}
...
...
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