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
f1f60030
Commit
f1f60030
authored
2 years ago
by
Sébastien Blin
Browse files
Options
Downloads
Patches
Plain Diff
swarmdetailspanel: add scrollbar to settings
Change-Id: I46e3ef0d00b3db97f4908d84e7b251ee67a861c7
parent
fc0ee942
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/app/mainview/components/SwarmDetailsPanel.qml
+213
-204
213 additions, 204 deletions
src/app/mainview/components/SwarmDetailsPanel.qml
with
213 additions
and
204 deletions
src/app/mainview/components/SwarmDetailsPanel.qml
+
213
−
204
View file @
f1f60030
...
...
@@ -293,78 +293,54 @@ Rectangle {
Layout.preferredHeight
:
root
.
height
-
header
.
height
-
JamiTheme
.
preferredMarginSize
color
:
JamiTheme
.
secondaryBackgroundColor
ColumnLayout
{
id
:
aboutSwarm
anchors.left
:
parent
.
left
anchors.right
:
parent
.
right
anchors.rightMargin
:
JamiTheme
.
settingsMarginSize
visible
:
tabBar
.
currentIndex
===
0
Layout.alignment
:
Qt
.
AlignTop
SwarmDetailsItem
{
Layout.fillWidth
:
true
Layout.preferredHeight
:
JamiTheme
.
settingsFontSize
+
2
*
JamiTheme
.
preferredMarginSize
+
4
ToggleSwitch
{
id
:
ignoreSwarm
JamiFlickable
{
id
:
settingsScrollView
property
ScrollBar
vScrollBar
:
ScrollBar
.
vertical
anchors.fill
:
parent
anchors.fill
:
parent
anchors.leftMargin
:
JamiTheme
.
preferredMarginSize
contentHeight
:
aboutSwarm
.
height
+
JamiTheme
.
preferredMarginSize
checked
:
CurrentConversation
.
ignoreNotifications
ColumnLayout
{
id
:
aboutSwarm
anchors.left
:
parent
.
left
anchors.right
:
parent
.
right
anchors.rightMargin
:
JamiTheme
.
settingsMarginSize
visible
:
tabBar
.
currentIndex
===
0
Layout.alignment
:
Qt
.
AlignTop
labelText
:
JamiStrings
.
muteConversation
fontPointSize
:
JamiTheme
.
settingsFontSize
SwarmDetailsItem
{
Layout.fillWidth
:
true
Layout.preferredHeight
:
JamiTheme
.
settingsFontSize
+
2
*
JamiTheme
.
preferredMarginSize
+
4
tooltipText
:
JamiStrings
.
ignoreNotificationsTooltip
ToggleSwitch
{
id
:
ignoreSwarm
onSwitchToggled
:
{
CurrentConversation
.
setPreference
(
"
ignoreNotifications
"
,
checked
?
"
true
"
:
"
false
"
)
}
}
}
anchors.fill
:
parent
anchors.leftMargin
:
JamiTheme
.
preferredMarginSize
SwarmDetailsItem
{
Layout.fillWidth
:
true
Layout.preferredHeight
:
JamiTheme
.
settingsFontSize
+
2
*
JamiTheme
.
preferredMarginSize
+
4
Text
{
anchors.left
:
parent
.
left
anchors.top
:
parent
.
top
anchors.margins
:
JamiTheme
.
preferredMarginSize
text
:
JamiStrings
.
leaveConversation
font.pointSize
:
JamiTheme
.
settingsFontSize
font.kerning
:
true
elide
:
Text
.
ElideRight
horizontalAlignment
:
Text
.
AlignLeft
verticalAlignment
:
Text
.
AlignVCenter
color
:
JamiTheme
.
textColor
}
checked
:
CurrentConversation
.
ignoreNotifications
labelText
:
JamiStrings
.
muteConversation
fontPointSize
:
JamiTheme
.
settingsFontSize
tooltipText
:
JamiStrings
.
ignoreNotificationsTooltip
TapHandler
{
target
:
parent
enabled
:
parent
.
visible
onTapped
:
function
onTapped
(
eventPoint
)
{
rmDialog
.
open
()
onSwitchToggled
:
{
CurrentConversation
.
setPreference
(
"
ignoreNotifications
"
,
checked
?
"
true
"
:
"
false
"
)
}
}
}
}
SwarmDetailsItem
{
Layout.fillWidth
:
true
Layout.preferredHeight
:
JamiTheme
.
settingsFontSize
+
2
*
JamiTheme
.
preferredMarginSize
+
4
RowLayout
{
anchors.fill
:
parent
anchors.leftMargin
:
JamiTheme
.
preferredMarginSize
SwarmDetailsItem
{
Layout.fillWidth
:
true
Layout.preferredHeight
:
JamiTheme
.
settingsFontSize
+
2
*
JamiTheme
.
preferredMarginSize
+
4
Text
{
Layout.fillWidth
:
true
Layout.preferredHeight
:
30
Layout.rightMargin
:
JamiTheme
.
preferredMarginSize
text
:
JamiStrings
.
chooseAColor
anchors.left
:
parent
.
left
anchors.top
:
parent
.
top
anchors.margins
:
JamiTheme
.
preferredMarginSize
text
:
JamiStrings
.
leaveConversation
font.pointSize
:
JamiTheme
.
settingsFontSize
font.kerning
:
true
elide
:
Text
.
ElideRight
...
...
@@ -374,198 +350,231 @@ Rectangle {
color
:
JamiTheme
.
textColor
}
Rectangle
{
id
:
chooseAColorBtn
Layout.alignment
:
Qt
.
AlignRight
width
:
JamiTheme
.
aboutBtnSize
height
:
JamiTheme
.
aboutBtnSize
radius
:
JamiTheme
.
aboutBtnSize
/
2
color
:
CurrentConversation
.
color
TapHandler
{
target
:
parent
enabled
:
parent
.
visible
onTapped
:
function
onTapped
(
eventPoint
)
{
rmDialog
.
open
()
}
}
}
TapHandler
{
target
:
parent
enabled
:
parent
.
visible
onTapped
:
function
onTapped
(
eventPoint
)
{
colorDialog
.
open
()
}
}
}
SwarmDetailsItem
{
Layout.fillWidth
:
true
Layout.preferredHeight
:
JamiTheme
.
settingsFontSize
+
2
*
JamiTheme
.
preferredMarginSize
+
4
SwarmDetailsItem
{
id
:
settingsSwarmItem
Layout.fillWidth
:
true
Layout.preferredHeight
:
JamiTheme
.
settingsFontSize
+
2
*
JamiTheme
.
preferredMarginSize
+
4
RowLayout
{
anchors.fill
:
parent
anchors.leftMargin
:
JamiTheme
.
preferredMarginSize
Text
{
Layout.fillWidth
:
true
Layout.preferredHeight
:
30
Layout.rightMargin
:
JamiTheme
.
preferredMarginSize
text
:
JamiStrings
.
chooseAColor
font.pointSize
:
JamiTheme
.
settingsFontSize
font.kerning
:
true
elide
:
Text
.
ElideRight
horizontalAlignment
:
Text
.
AlignLeft
verticalAlignment
:
Text
.
AlignVCenter
color
:
JamiTheme
.
textColor
}
RowLayout
{
anchors.fill
:
parent
anchors.leftMargin
:
JamiTheme
.
preferredMarginSize
Rectangle
{
id
:
chooseAColorBtn
Text
{
id
:
settingsSwarmText
Layout.fillWidth
:
true
Layout.preferredHeight
:
30
Layout.rightMargin
:
JamiTheme
.
preferredMarginSize
Layout.maximumWidth
:
settingsSwarmItem
.
width
/
2
Layout.alignment
:
Qt
.
AlignRight
text
:
JamiStrings
.
defaultCallHost
font.pointSize
:
JamiTheme
.
settingsFontSize
font.kerning
:
true
elide
:
Text
.
ElideRight
horizontalAlignment
:
Text
.
AlignLeft
verticalAlignment
:
Text
.
AlignVCenter
width
:
JamiTheme
.
aboutBtnSize
height
:
JamiTheme
.
aboutBtnSize
radius
:
JamiTheme
.
aboutBtnSize
/
2
color
:
JamiTheme
.
textColor
color
:
CurrentConversation
.
color
}
}
TapHandler
{
target
:
parent
enabled
:
parent
.
visible
onTapped
:
function
onTapped
(
eventPoint
)
{
colorDialog
.
open
()
}
}
}
SwarmDetailsItem
{
id
:
settingsSwarmItem
Layout.fillWidth
:
true
Layout.preferredHeight
:
JamiTheme
.
settingsFontSize
+
2
*
JamiTheme
.
preferredMarginSize
+
4
RowLayout
{
id
:
swarmRdvPref
spacing
:
10
Layout.alignment
:
Qt
.
AlignRight
Layout.maximumWidth
:
settingsSwarmItem
.
width
/
2
anchors.fill
:
parent
anchors.leftMargin
:
JamiTheme
.
preferredMarginSize
Text
{
id
:
settingsSwarmText
Layout.fillWidth
:
true
Layout.preferredHeight
:
30
Layout.rightMargin
:
JamiTheme
.
preferredMarginSize
Layout.maximumWidth
:
settingsSwarmItem
.
width
/
2
text
:
JamiStrings
.
defaultCallHost
font.pointSize
:
JamiTheme
.
settingsFontSize
font.kerning
:
true
elide
:
Text
.
ElideRight
horizontalAlignment
:
Text
.
AlignLeft
verticalAlignment
:
Text
.
AlignVCenter
color
:
JamiTheme
.
textColor
}
Connections
{
target
:
CurrentConversation
RowLayout
{
id
:
swarmRdvPref
spacing
:
10
Layout.alignment
:
Qt
.
AlignRight
Layout.maximumWidth
:
settingsSwarmItem
.
width
/
2
function
onRdvAccountChanged
()
{
// This avoid incorrect avatar by always modifying the mode before the imageId
avatar
.
mode
=
CurrentConversation
.
rdvAccount
===
CurrentAccount
.
uri
?
Avatar
.
Mode
.
Account
:
Avatar
.
Mode
.
Contact
avatar
.
imageId
=
CurrentConversation
.
rdvAccount
===
CurrentAccount
.
uri
?
CurrentAccount
.
id
:
CurrentConversation
.
rdvAccount
Connections
{
target
:
CurrentConversation
function
onRdvAccountChanged
()
{
// This avoid incorrect avatar by always modifying the mode before the imageId
avatar
.
mode
=
CurrentConversation
.
rdvAccount
===
CurrentAccount
.
uri
?
Avatar
.
Mode
.
Account
:
Avatar
.
Mode
.
Contact
avatar
.
imageId
=
CurrentConversation
.
rdvAccount
===
CurrentAccount
.
uri
?
CurrentAccount
.
id
:
CurrentConversation
.
rdvAccount
}
}
}
Avatar
{
id
:
avatar
width
:
JamiTheme
.
contactMessageAvatarSize
height
:
JamiTheme
.
contactMessageAvatarSize
Layout.leftMargin
:
JamiTheme
.
preferredMarginSize
Layout.topMargin
:
JamiTheme
.
preferredMarginSize
/
2
visible
:
CurrentConversation
.
rdvAccount
!==
""
imageId
:
""
showPresenceIndicator
:
false
mode
:
Avatar
.
Mode
.
Account
}
Avatar
{
id
:
avatar
width
:
JamiTheme
.
contactMessageAvatarSize
height
:
JamiTheme
.
contactMessageAvatarSize
Layout.leftMargin
:
JamiTheme
.
preferredMarginSize
Layout.topMargin
:
JamiTheme
.
preferredMarginSize
/
2
visible
:
CurrentConversation
.
rdvAccount
!==
""
imageId
:
""
showPresenceIndicator
:
false
mode
:
Avatar
.
Mode
.
Account
}
ColumnLayout
{
spacing
:
0
Layout.alignment
:
Qt
.
AlignVCenter
ColumnLayout
{
spacing
:
0
Layout.alignment
:
Qt
.
AlignVCenter
ElidedTextLabel
{
id
:
bestName
ElidedTextLabel
{
id
:
bestName
eText
:
{
if
(
CurrentConversation
.
rdvAccount
===
""
)
return
JamiStrings
.
none
else
if
(
CurrentConversation
.
rdvAccount
===
CurrentAccount
.
uri
)
return
CurrentAccount
.
bestName
else
return
UtilsAdapter
.
getBestNameForUri
(
CurrentAccount
.
id
,
CurrentConversation
.
rdvAccount
)
}
maxWidth
:
JamiTheme
.
preferredFieldWidth
eText
:
{
if
(
CurrentConversation
.
rdvAccount
===
""
)
return
JamiStrings
.
none
else
if
(
CurrentConversation
.
rdvAccount
===
CurrentAccount
.
uri
)
return
CurrentAccount
.
bestName
else
return
UtilsAdapter
.
getBestNameForUri
(
CurrentAccount
.
id
,
CurrentConversation
.
rdvAccount
)
}
maxWidth
:
JamiTheme
.
preferredFieldWidth
font.pointSize
:
JamiTheme
.
participantFontSize
color
:
JamiTheme
.
primaryForegroundColor
font.kerning
:
true
font.pointSize
:
JamiTheme
.
participantFontSize
color
:
JamiTheme
.
primaryForegroundColor
font.kerning
:
true
verticalAlignment
:
Text
.
AlignVCenter
}
verticalAlignment
:
Text
.
AlignVCenter
}
ElidedTextLabel
{
id
:
deviceId
ElidedTextLabel
{
id
:
deviceId
eText
:
CurrentConversation
.
rdvDevice
===
""
?
JamiStrings
.
none
:
CurrentConversation
.
rdvDevice
visible
:
CurrentConversation
.
rdvDevice
!==
""
maxWidth
:
JamiTheme
.
preferredFieldWidth
eText
:
CurrentConversation
.
rdvDevice
===
""
?
JamiStrings
.
none
:
CurrentConversation
.
rdvDevice
visible
:
CurrentConversation
.
rdvDevice
!==
""
maxWidth
:
JamiTheme
.
preferredFieldWidth
font.pointSize
:
JamiTheme
.
participantFontSize
color
:
JamiTheme
.
textColorHovered
font.kerning
:
true
font.pointSize
:
JamiTheme
.
participantFontSize
color
:
JamiTheme
.
textColorHovered
font.kerning
:
true
horizontalAlignment
:
Text
.
AlignRight
verticalAlignment
:
Text
.
AlignVCenter
horizontalAlignment
:
Text
.
AlignRight
verticalAlignment
:
Text
.
AlignVCenter
}
}
}
}
}
TapHandler
{
target
:
parent
TapHandler
{
target
:
parent
enabled
:
parent
.
visible
&&
root
.
isAdmin
onTapped
:
function
onTapped
(
eventPoint
)
{
devicesListPopup
.
open
()
enabled
:
parent
.
visible
&&
root
.
isAdmin
onTapped
:
function
onTapped
(
eventPoint
)
{
devicesListPopup
.
open
()
}
}
}
}
RowLayout
{
Layout.leftMargin
:
JamiTheme
.
preferredMarginSize
Layout.preferredHeight
:
JamiTheme
.
settingsFontSize
+
2
*
JamiTheme
.
preferredMarginSize
+
4
RowLayout
{
Layout.leftMargin
:
JamiTheme
.
preferredMarginSize
Layout.preferredHeight
:
JamiTheme
.
settingsFontSize
+
2
*
JamiTheme
.
preferredMarginSize
+
4
Text
{
Layout.fillWidth
:
true
Layout.preferredHeight
:
30
Layout.rightMargin
:
JamiTheme
.
preferredMarginSize
Text
{
Layout.fillWidth
:
true
Layout.preferredHeight
:
30
Layout.rightMargin
:
JamiTheme
.
preferredMarginSize
text
:
JamiStrings
.
typeOfSwarm
font.pointSize
:
JamiTheme
.
settingsFontSize
font.kerning
:
true
elide
:
Text
.
ElideRight
horizontalAlignment
:
Text
.
AlignLeft
verticalAlignment
:
Text
.
AlignVCenter
text
:
JamiStrings
.
typeOfSwarm
font.pointSize
:
JamiTheme
.
settingsFontSize
font.kerning
:
true
elide
:
Text
.
ElideRight
horizontalAlignment
:
Text
.
AlignLeft
verticalAlignment
:
Text
.
AlignVCenter
color
:
JamiTheme
.
textColor
}
color
:
JamiTheme
.
textColor
}
Label
{
id
:
typeOfSwarmLabel
Label
{
id
:
typeOfSwarmLabel
Layout.alignment
:
Qt
.
AlignRight
Layout.alignment
:
Qt
.
AlignRight
color
:
JamiTheme
.
textColor
color
:
JamiTheme
.
textColor
text
:
CurrentConversation
.
modeString
text
:
CurrentConversation
.
modeString
}
}
}
RowLayout
{
Layout.leftMargin
:
JamiTheme
.
preferredMarginSize
Layout.preferredHeight
:
JamiTheme
.
settingsFontSize
+
2
*
JamiTheme
.
preferredMarginSize
+
4
Layout.maximumWidth
:
parent
.
width
visible
:
LRCInstance
.
debugMode
()
Text
{
id
:
idLabel
Layout.preferredHeight
:
30
Layout.rightMargin
:
JamiTheme
.
preferredMarginSize
Layout.maximumWidth
:
parent
.
width
/
2
text
:
JamiStrings
.
identifier
font.pointSize
:
JamiTheme
.
settingsFontSize
font.kerning
:
true
elide
:
Text
.
ElideRight
horizontalAlignment
:
Text
.
AlignLeft
verticalAlignment
:
Text
.
AlignVCenter
color
:
JamiTheme
.
textColor
}
RowLayout
{
Layout.leftMargin
:
JamiTheme
.
preferredMarginSize
Layout.preferredHeight
:
JamiTheme
.
settingsFontSize
+
2
*
JamiTheme
.
preferredMarginSize
+
4
Layout.maximumWidth
:
parent
.
width
visible
:
LRCInstance
.
debugMode
()
Text
{
id
:
idLabel
Layout.preferredHeight
:
30
Layout.rightMargin
:
JamiTheme
.
preferredMarginSize
Layout.maximumWidth
:
parent
.
width
/
2
text
:
JamiStrings
.
identifier
font.pointSize
:
JamiTheme
.
settingsFontSize
font.kerning
:
true
elide
:
Text
.
ElideRight
horizontalAlignment
:
Text
.
AlignLeft
verticalAlignment
:
Text
.
AlignVCenter
Text
{
Layout.alignment
:
Qt
.
AlignRight
Layout.maximumWidth
:
parent
.
width
/
2
color
:
JamiTheme
.
textColor
}
color
:
JamiTheme
.
textColor
Text
{
Layout.alignment
:
Qt
.
AlignRight
Layout.maximumWidth
:
parent
.
width
/
2
color
:
JamiTheme
.
textColor
text
:
CurrentConversation
.
id
elide
:
Text
.
ElideRight
text
:
CurrentConversation
.
id
elide
:
Text
.
ElideRight
}
}
}
}
...
...
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