Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
jami-client-qt
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
savoirfairelinux
jami-client-qt
Commits
ef0045c9
Commit
ef0045c9
authored
1 year ago
by
Capucine Berthet
Committed by
Sébastien Blin
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
notification icons: new color and placement
GitLab: #1325 Change-Id: I1df248e37c89cea3007856ce4d56ea9e7c5f6b6d
parent
d45f8636
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/app/constant/JamiTheme.qml
+1
-0
1 addition, 0 deletions
src/app/constant/JamiTheme.qml
src/app/mainview/components/SmartListItemDelegate.qml
+27
-16
27 additions, 16 deletions
src/app/mainview/components/SmartListItemDelegate.qml
with
28 additions
and
16 deletions
src/app/constant/JamiTheme.qml
+
1
−
0
View file @
ef0045c9
...
...
@@ -254,6 +254,7 @@ Item {
property
color
previewUrlColor
:
darkTheme
?
"
#eeeeee
"
:
"
#333
"
property
color
messageWebViewFooterButtonImageColor
:
darkTheme
?
"
#838383
"
:
"
#656565
"
property
color
chatviewSecondaryInformationColor
:
"
#A7A7A7
"
property
color
draftIconColor
:
"
#707070
"
// ChatView Footer
property
color
chatViewFooterListColor
:
darkTheme
?
blackColor
:
"
#E5E5E5
"
...
...
This diff is collapsed.
Click to expand it.
src/app/mainview/components/SmartListItemDelegate.qml
+
27
−
16
View file @
ef0045c9
...
...
@@ -192,11 +192,29 @@ ItemDelegate {
}
}
BlinkingLocationIcon
{
isSharing
:
true
visible
:
showSharePositionIndicator
arrowTimerVisibility
:
locationIconTimer
.
showIconArrow
color
:
JamiTheme
.
draftIconColor
containerWidth
:
25
}
BlinkingLocationIcon
{
isSharing
:
false
visible
:
showSharedPositionIndicator
arrowTimerVisibility
:
locationIconTimer
.
showIconArrow
color
:
JamiTheme
.
draftIconColor
containerWidth
:
25
}
// Draft indicator
ResponsiveImage
{
visible
:
Draft
&&
!
root
.
highlighted
containerWidth
:
20
source
:
JamiResources
.
round_edit_24dp_svg
color
:
JamiTheme
.
primaryForeground
Color
color
:
JamiTheme
.
draftIcon
Color
}
// Show that a call is ongoing for groups indicator
...
...
@@ -206,20 +224,6 @@ ItemDelegate {
color
:
JamiTheme
.
primaryForegroundColor
}
BlinkingLocationIcon
{
isSharing
:
true
visible
:
showSharePositionIndicator
arrowTimerVisibility
:
locationIconTimer
.
showIconArrow
color
:
JamiTheme
.
sharePositionIndicatorColor
}
BlinkingLocationIcon
{
isSharing
:
false
visible
:
showSharedPositionIndicator
arrowTimerVisibility
:
locationIconTimer
.
showIconArrow
color
:
JamiTheme
.
sharedPositionIndicatorColor
}
ColumnLayout
{
Layout.fillHeight
:
true
spacing
:
2
...
...
@@ -228,6 +232,7 @@ ItemDelegate {
Text
{
id
:
callStatusText
visible
:
text
Layout.minimumHeight
:
20
Layout.alignment
:
Qt
.
AlignRight
text
:
InCall
?
UtilsAdapter
.
getCallStatusStr
(
CallState
)
:
""
...
...
@@ -239,17 +244,23 @@ ItemDelegate {
// unread message count
Item
{
Layout.preferredWidth
:
childrenRect
.
width
Layout.preferredHeight
:
childrenRect
.
height
Layout.alignment
:
Qt
.
AlignTop
|
Qt
.
AlignRight
BadgeNotifier
{
size
:
20
size
:
16
count
:
UnreadMessagesCount
animate
:
index
===
0
radius
:
3
}
}
}
Accessible.role
:
Accessible
.
Button
Accessible.name
:
Title
===
undefined
?
""
:
Title
Accessible.description
:
LastInteraction
===
undefined
?
""
:
LastInteraction
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment