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
1da42133
Commit
1da42133
authored
Nov 09, 2016
by
Ronan Abhamon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat(Chat): deselect user selection if a click is detected outside message
parent
f52dc26a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
1 deletion
+13
-1
Chat.qml
tests/ui/modules/Linphone/Chat/Chat.qml
+2
-1
Message.qml
tests/ui/modules/Linphone/Chat/Message.qml
+11
-0
No files found.
tests/ui/modules/Linphone/Chat/Chat.qml
View file @
1da42133
...
...
@@ -11,6 +11,8 @@ import Linphone.Styles 1.0
ColumnLayout
{
property
var
contact
// -----------------------------------------------------------------
spacing
:
0
ScrollableListView
{
...
...
@@ -156,7 +158,6 @@ ColumnLayout {
:
event
}
}
}
}
...
...
tests/ui/modules/Linphone/Chat/Message.qml
View file @
1da42133
import
QtQuick
2.7
import
Common
1.0
import
Linphone
.
Styles
1.0
import
Utils
1.0
...
...
@@ -59,6 +60,16 @@ Item {
?
Qt
.
PointingHandCursor
:
Qt
.
ArrowCursor
}
InvertedMouseArea
{
anchors.fill
:
parent
enabled
:
parent
.
activeFocus
onPressed
:
{
parent
.
deselect
()
parent
.
focus
=
false
}
}
}
Item
{
...
...
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