Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
glacier-home
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
NemoMobile
glacier-home
Commits
cef25788
Commit
cef25788
authored
Jan 15, 2017
by
Sergey Chupligin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[packaking] Move files for better application understanding
parent
af627a33
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
3 deletions
+10
-3
ConnectionSelector.qml
src/qml/connectivity/ConnectionSelector.qml
+5
-0
USBModeSelector.qml
src/qml/connectivity/USBModeSelector.qml
+0
-0
NotificationPreview.qml
src/qml/notifications/NotificationPreview.qml
+0
-0
src.pro
src/src.pro
+5
-3
No files found.
src/qml/connectivity/ConnectionSelector.qml
0 → 100644
View file @
cef25788
import
QtQuick
2.0
Item
{
}
src/qml/USBModeSelector.qml
→
src/qml/
connectivity/
USBModeSelector.qml
View file @
cef25788
File moved
src/qml/NotificationPreview.qml
→
src/qml/
notifications/
NotificationPreview.qml
View file @
cef25788
File moved
src/src.pro
View file @
cef25788
...
...
@@ -62,10 +62,11 @@ volumecontrol.path = /usr/share/lipstick-glacier-home-qt5/qml/volumecontrol
volumecontrol.files = qml/VolumeControl.qml
connectivity.path = /usr/share/lipstick-glacier-home-qt5/qml/connectivity
connectivity.files = qml/USBModeSelector.qml
connectivity.files = qml/connectivity/USBModeSelector.qml \
qml/connectivity/ConnectionSelector.qml
notifications.path = /usr/share/lipstick-glacier-home-qt5/qml/notifications
notifications.files = qml/NotificationPreview.qml
notifications.files = qml/
notifications/
NotificationPreview.qml
INSTALLS += styles images theme qml qmlcompositor scripts system volumecontrol connectivity notifications
...
...
@@ -117,4 +118,5 @@ OTHER_FILES += qml/*.qml \
TRANSLATIONS += i18n/glacer-home.ts
DISTFILES += \
i18n/glacer-home.ts
i18n/glacer-home.ts \
qml/connectivity/ConnectionSelector.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