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
673a118d
Commit
673a118d
authored
Sep 26, 2016
by
Ronan Abhamon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(app): fix many imports
parent
ba75ede6
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
4 deletions
+7
-4
Chat.qml
tests/ui/Linphone/Chat/Chat.qml
+2
-2
InvertedMouseArea.qml
tests/ui/Linphone/InvertedMouseArea/InvertedMouseArea.qml
+1
-1
qmldir
tests/ui/Linphone/qmldir
+3
-0
MainWindow.qml
tests/ui/Views/MainWindow/MainWindow.qml
+1
-1
No files found.
tests/ui/Linphone/Chat/Chat.qml
View file @
673a118d
...
...
@@ -118,10 +118,10 @@ ScrollableListView {
id
:
loader
source
:
$type
===
'
message
'
?
(
'
qrc:/ui/
components/c
hat/
'
+
'
qrc:/ui/
Linphone/C
hat/
'
+
(
$outgoing
?
'
Outgoing
'
:
'
Incoming
'
)
+
'
Message.qml
'
)
:
'
qrc:/ui/
components/c
hat/Event.qml
'
)
:
'
qrc:/ui/
Linphone/C
hat/Event.qml
'
}
}
...
...
tests/ui/Linphone/InvertedMouseArea/InvertedMouseArea.qml
View file @
673a118d
import
QtQuick
2.7
import
Linphone
.
Styles
1.0
import
Linphone
1.0
// ===================================================================
// Helper to handle button click outside a component.
...
...
tests/ui/Linphone/qmldir
View file @
673a118d
...
...
@@ -23,9 +23,12 @@ DialogPlus 1.0 Dialog/DialogPlus.qml
# Form
ActionBar 1.0 Form/ActionBar.qml
ActionButton 1.0 Form/ActionButton.qml
CheckBoxText 1.0 Form/CheckBoxText.qml
DarkButton 1.0 Form/DarkButton.qml
DropZone 1.0 Form/DropZone.qml
ExclusiveButtons 1.0 Form/ExclusiveButtons.qml
LightButton 1.0 Form/LightButton.qml
ListForm 1.0 Form/ListForm.qml
TransparentComboBox 1.0 Form/TransparentComboBox.qml
# Image
...
...
tests/ui/Views/MainWindow/MainWindow.qml
View file @
673a118d
...
...
@@ -167,7 +167,7 @@ ApplicationWindow {
Loader
{
Layout.fillHeight
:
true
Layout.fillWidth
:
true
source
:
'
qrc:/ui/Views/MainWindow/
Contacts
.qml
'
source
:
'
qrc:/ui/Views/MainWindow/
Home
.qml
'
}
}
...
...
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