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
9fe2129e
Commit
9fe2129e
authored
Oct 05, 2016
by
Ronan Abhamon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(app): many colors fixes in `Linphone.Styles`
parent
c87d3c49
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
22 additions
and
14 deletions
+22
-14
Colors.qml
tests/ui/modules/Linphone/Colors.qml
+4
-0
CollapseStyle.qml
tests/ui/modules/Linphone/Styles/CollapseStyle.qml
+1
-1
AvatarStyle.qml
tests/ui/modules/Linphone/Styles/Contact/AvatarStyle.qml
+4
-2
ContactDescriptionStyle.qml
...dules/Linphone/Styles/Contact/ContactDescriptionStyle.qml
+4
-2
ListFormStyle.qml
tests/ui/modules/Linphone/Styles/Form/ListFormStyle.qml
+5
-5
MenuStyle.qml
tests/ui/modules/Linphone/Styles/MenuStyle.qml
+1
-1
PanedStyle.qml
tests/ui/modules/Linphone/Styles/PanedStyle.qml
+3
-3
No files found.
tests/ui/modules/Linphone/Colors.qml
View file @
9fe2129e
...
...
@@ -25,4 +25,8 @@ QtObject {
property
color
o
:
'
#232323
'
// TextButtonA Hovered.
property
color
p
:
'
#B1B1B1
'
// TextButtonB text Hovered.
property
color
q
:
'
#E6E6E6
'
property
color
r
:
'
#8F8F8F
'
}
tests/ui/modules/Linphone/Styles/CollapseStyle.qml
View file @
9fe2129e
...
...
@@ -6,7 +6,7 @@ QtObject {
property
int
iconSize
:
32
property
Rectangle
background
:
Rectangle
{
// Do not use
Constants.colors
.
// Do not use
`Colors` singleton
.
// Collapse uses an icon without background color.
color
:
'
transparent
'
}
...
...
tests/ui/modules/Linphone/Styles/Contact/AvatarStyle.qml
View file @
9fe2129e
pragma
Singleton
import
QtQuick
2.7
import
Linphone
1.0
QtObject
{
property
QtObject
initials
:
QtObject
{
property
color
color
:
'
#FFFFFF
'
property
color
color
:
Colors
.
k
property
int
fontSize
:
10
}
property
QtObject
mask
:
QtObject
{
property
color
color
:
'
#8F8F8F
'
property
color
color
:
Colors
.
r
property
int
radius
:
50
}
...
...
tests/ui/modules/Linphone/Styles/Contact/ContactDescriptionStyle.qml
View file @
9fe2129e
pragma
Singleton
import
QtQuick
2.7
import
Linphone
1.0
QtObject
{
property
QtObject
sipAddress
:
QtObject
{
property
color
color
:
'
#5A585B
'
property
color
color
:
Colors
.
d
property
int
fontSize
:
10
}
property
QtObject
username
:
QtObject
{
property
color
color
:
'
#5A585B
'
property
color
color
:
Colors
.
d
property
int
fontSize
:
11
}
...
...
tests/ui/modules/Linphone/Styles/Form/ListFormStyle.qml
View file @
9fe2129e
...
...
@@ -8,12 +8,12 @@ QtObject {
property
QtObject
value
:
QtObject
{
property
QtObject
backgroundColor
:
QtObject
{
property
color
focused
:
'
#E6E6E6
'
property
color
focused
:
Colors
.
q
property
color
normal
:
'
transparent
'
}
property
QtObject
placeholder
:
QtObject
{
property
color
color
:
'
#5A585B
'
property
color
color
:
Colors
.
d
property
int
fontSize
:
10
}
...
...
@@ -22,8 +22,8 @@ QtObject {
property
int
padding
:
10
property
QtObject
color
:
QtObject
{
property
color
focused
:
'
#000000
'
property
color
normal
:
'
#5A585B
'
property
color
focused
:
Colors
.
l
property
color
normal
:
Colors
.
d
}
}
}
...
...
@@ -33,7 +33,7 @@ QtObject {
property
int
iconSize
:
16
property
QtObject
text
:
QtObject
{
property
color
color
:
'
#000000
'
property
color
color
:
Colors
.
l
property
int
fontSize
:
10
property
int
width
:
130
...
...
tests/ui/modules/Linphone/Styles/MenuStyle.qml
View file @
9fe2129e
...
...
@@ -14,8 +14,8 @@ QtObject {
property
int
spacing
:
18
property
QtObject
color
:
QtObject
{
property
color
normal
:
Colors
.
g
property
color
hovered
:
Colors
.
h
property
color
normal
:
Colors
.
g
property
color
pressed
:
Colors
.
i
property
color
selected
:
Colors
.
j
}
...
...
tests/ui/modules/Linphone/Styles/PanedStyle.qml
View file @
9fe2129e
...
...
@@ -8,9 +8,9 @@ QtObject {
property
int
width
:
8
property
QtObject
color
:
QtObject
{
property
color
hovered
:
'
#707070
'
property
color
normal
:
'
#C5C5C5
'
property
color
pressed
:
'
#5E5E5E
'
property
color
hovered
:
Colors
.
h
property
color
normal
:
Colors
.
c
property
color
pressed
:
Colors
.
b
}
}
}
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