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
07be9867
Commit
07be9867
authored
Oct 20, 2016
by
Ronan Abhamon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat(app): add comments
parent
8fd37075
Changes
9
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
21 additions
and
1 deletion
+21
-1
CaterpillarAnimationStyle.qml
...es/Common/Styles/Animations/CaterpillarAnimationStyle.qml
+5
-1
CollapseStyle.qml
tests/ui/modules/Common/Styles/CollapseStyle.qml
+2
-0
DialogStyle.qml
tests/ui/modules/Common/Styles/DialogStyle.qml
+2
-0
DroppableTextAreaStyle.qml
tests/ui/modules/Common/Styles/DroppableTextAreaStyle.qml
+2
-0
ForceScrollBarStyle.qml
tests/ui/modules/Common/Styles/ForceScrollBarStyle.qml
+2
-0
MenuStyle.qml
tests/ui/modules/Common/Styles/MenuStyle.qml
+2
-0
PanedStyle.qml
tests/ui/modules/Common/Styles/PanedStyle.qml
+2
-0
PopupStyle.qml
tests/ui/modules/Common/Styles/PopupStyle.qml
+2
-0
SearchBoxStyle.qml
tests/ui/modules/Common/Styles/SearchBoxStyle.qml
+2
-0
No files found.
tests/ui/modules/Common/Styles/Animations/CaterpillarAnimationStyle.qml
View file @
07be9867
pragma
Singleton
import
QtQuick
2.7
import
Common
.
Styles
1.0
// ===================================================================
QtObject
{
property
int
nSpheres
:
3
...
...
@@ -10,7 +14,7 @@ QtObject {
}
property
QtObject
sphere
:
QtObject
{
property
color
color
:
'
#8F8F8F
'
property
color
color
:
Colors
.
r
property
int
size
:
10
}
...
...
tests/ui/modules/Common/Styles/CollapseStyle.qml
View file @
07be9867
pragma
Singleton
import
QtQuick
2.7
// ===================================================================
QtObject
{
property
int
animationDuration
:
200
property
int
iconSize
:
32
...
...
tests/ui/modules/Common/Styles/DialogStyle.qml
View file @
07be9867
...
...
@@ -3,6 +3,8 @@ import QtQuick 2.7
import
Common
1.0
// ===================================================================
QtObject
{
property
int
leftMargin
:
50
property
int
rightMargin
:
50
...
...
tests/ui/modules/Common/Styles/DroppableTextAreaStyle.qml
View file @
07be9867
...
...
@@ -3,6 +3,8 @@ import QtQuick 2.7
import
Common
1.0
// ===================================================================
QtObject
{
property
QtObject
fileChooserButton
:
QtObject
{
property
int
margins
:
6
...
...
tests/ui/modules/Common/Styles/ForceScrollBarStyle.qml
View file @
07be9867
...
...
@@ -3,6 +3,8 @@ import QtQuick 2.7
import
Common
1.0
// ===================================================================
QtObject
{
property
Rectangle
background
:
Rectangle
{
color
:
Colors
.
a
...
...
tests/ui/modules/Common/Styles/MenuStyle.qml
View file @
07be9867
...
...
@@ -3,6 +3,8 @@ import QtQuick 2.7
import
Common
1.0
// ===================================================================
QtObject
{
property
int
spacing
:
2
...
...
tests/ui/modules/Common/Styles/PanedStyle.qml
View file @
07be9867
...
...
@@ -3,6 +3,8 @@ import QtQuick 2.7
import
Common
1.0
// ===================================================================
QtObject
{
property
int
transitionDuration
:
200
...
...
tests/ui/modules/Common/Styles/PopupStyle.qml
View file @
07be9867
...
...
@@ -3,6 +3,8 @@ import QtQuick 2.7
import
Common
1.0
// ===================================================================
QtObject
{
property
color
backgroundColor
:
Colors
.
k
...
...
tests/ui/modules/Common/Styles/SearchBoxStyle.qml
View file @
07be9867
...
...
@@ -3,6 +3,8 @@ import QtQuick 2.7
import
Common
1.0
// ===================================================================
QtObject
{
property
color
shadowColor
:
Colors
.
f
...
...
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