Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Q
qtquickcontrols-nemo
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
qtquickcontrols-nemo
Commits
cbeb5326
Commit
cbeb5326
authored
Nov 06, 2017
by
Sergey Chupligin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move qml files to separate dir
parent
09c62c40
Changes
42
Hide whitespace changes
Inline
Side-by-side
Showing
42 changed files
with
42 additions
and
42 deletions
+42
-42
controls.pro
src/controls/controls.pro
+20
-20
ApplicationWindow.qml
src/controls/qml/ApplicationWindow.qml
+0
-0
Button.qml
src/controls/qml/Button.qml
+0
-0
ButtonRow.qml
src/controls/qml/ButtonRow.qml
+0
-0
Checkbox.qml
src/controls/qml/Checkbox.qml
+0
-0
DatePicker.qml
src/controls/qml/DatePicker.qml
+0
-0
GlacierRoller.qml
src/controls/qml/GlacierRoller.qml
+0
-0
GlacierRollerItem.qml
src/controls/qml/GlacierRollerItem.qml
+0
-0
Header.qml
src/controls/qml/Header.qml
+0
-0
HeaderToolsLayout.qml
src/controls/qml/HeaderToolsLayout.qml
+0
-0
IconButton.qml
src/controls/qml/IconButton.qml
+0
-0
InverseMouseArea.qml
src/controls/qml/InverseMouseArea.qml
+0
-0
Label.qml
src/controls/qml/Label.qml
+0
-0
ListView.qml
src/controls/qml/ListView.qml
+0
-0
ListViewItemWithActions.qml
src/controls/qml/ListViewItemWithActions.qml
+0
-0
Page.qml
src/controls/qml/Page.qml
+0
-0
QueryDialog.qml
src/controls/qml/QueryDialog.qml
+0
-0
Slider.qml
src/controls/qml/Slider.qml
+0
-0
Spinner.qml
src/controls/qml/Spinner.qml
+0
-0
qmldir
src/controls/qml/qmldir
+0
-0
ButtonStyle.qml
src/styles/qml/ButtonStyle.qml
+0
-0
CheckBoxStyle.qml
src/styles/qml/CheckBoxStyle.qml
+0
-0
ComboBoxStyle.qml
src/styles/qml/ComboBoxStyle.qml
+0
-0
FocusFrameStyle.qml
src/styles/qml/FocusFrameStyle.qml
+0
-0
GrooveStyle.qml
src/styles/qml/GrooveStyle.qml
+0
-0
GroupBoxStyle.qml
src/styles/qml/GroupBoxStyle.qml
+0
-0
IconButtonStyle.qml
src/styles/qml/IconButtonStyle.qml
+0
-0
MenuBarStyle.qml
src/styles/qml/MenuBarStyle.qml
+0
-0
MenuStyle.qml
src/styles/qml/MenuStyle.qml
+0
-0
ProgressBarStyle.qml
src/styles/qml/ProgressBarStyle.qml
+0
-0
RadioButtonStyle.qml
src/styles/qml/RadioButtonStyle.qml
+0
-0
ScrollViewStyle.qml
src/styles/qml/ScrollViewStyle.qml
+0
-0
SliderStyle.qml
src/styles/qml/SliderStyle.qml
+0
-0
SpinBoxStyle.qml
src/styles/qml/SpinBoxStyle.qml
+0
-0
StatusBarStyle.qml
src/styles/qml/StatusBarStyle.qml
+0
-0
TabViewStyle.qml
src/styles/qml/TabViewStyle.qml
+0
-0
TableViewStyle.qml
src/styles/qml/TableViewStyle.qml
+0
-0
TextFieldStyle.qml
src/styles/qml/TextFieldStyle.qml
+0
-0
ToolBarStyle.qml
src/styles/qml/ToolBarStyle.qml
+0
-0
ToolButtonStyle.qml
src/styles/qml/ToolButtonStyle.qml
+0
-0
qmldir
src/styles/qml/qmldir
+0
-0
styles.pro
src/styles/styles.pro
+22
-22
No files found.
src/controls/controls.pro
View file @
cbeb5326
...
...
@@ -7,24 +7,24 @@ THEME_IMPORT_PATH = QtQuick/Controls/Styles/Nemo/themes
#
Added
/
Reimplemented
Controls
QML_FILES
+=
\
Button
.
qml
\
ApplicationWindow
.
qml
\
Page
.
qml
\
Spinner
.
qml
\
Label
.
qml
\
Checkbox
.
qml
\
ButtonRow
.
qml
\
QueryDialog
.
qml
\
Header
.
qml
\
HeaderToolsLayout
.
qml
\
Slider
.
qml
\
ListView
.
qml
\
ListViewItemWithActions
.
qml
\
GlacierRoller
.
qml
\
GlacierRollerItem
.
qml
\
InverseMouseArea
.
qml
\
IconButton
.
qml
\
DatePicker
.
qml
qml
/
Button
.
qml
\
qml
/
ApplicationWindow
.
qml
\
qml
/
Page
.
qml
\
qml
/
Spinner
.
qml
\
qml
/
Label
.
qml
\
qml
/
Checkbox
.
qml
\
qml
/
ButtonRow
.
qml
\
qml
/
QueryDialog
.
qml
\
qml
/
Header
.
qml
\
qml
/
HeaderToolsLayout
.
qml
\
qml
/
Slider
.
qml
\
qml
/
ListView
.
qml
\
qml
/
ListViewItemWithActions
.
qml
\
qml
/
GlacierRoller
.
qml
\
qml
/
GlacierRollerItem
.
qml
\
qml
/
InverseMouseArea
.
qml
\
qml
/
IconButton
.
qml
\
qml
/
DatePicker
.
qml
OTHER_FILES
+=
qmldir
\
$$
QML_FILES
...
...
@@ -55,8 +55,8 @@ SOURCES += \
target
.
path
=
$$
[
QT_INSTALL_QML
]
/
$$
PLUGIN_IMPORT_PATH
qmlfiles
.
files
=
$$
_PRO_FILE_PWD_
/*
.qml
qmlfiles.files += $$_PRO_FILE_PWD_/qmldir
qmlfiles
.
files
=
$$
_PRO_FILE_PWD_
/
qml
/
*
.qml
qmlfiles.files += $$_PRO_FILE_PWD_/qml
/qml
dir
qmlfiles.path = $$[QT_INSTALL_QML]/$$PLUGIN_IMPORT_PATH
images.files = $$_PRO_FILE_PWD_/images
...
...
src/controls/ApplicationWindow.qml
→
src/controls/
qml/
ApplicationWindow.qml
View file @
cbeb5326
File moved
src/controls/Button.qml
→
src/controls/
qml/
Button.qml
View file @
cbeb5326
File moved
src/controls/ButtonRow.qml
→
src/controls/
qml/
ButtonRow.qml
View file @
cbeb5326
File moved
src/controls/Checkbox.qml
→
src/controls/
qml/
Checkbox.qml
View file @
cbeb5326
File moved
src/controls/DatePicker.qml
→
src/controls/
qml/
DatePicker.qml
View file @
cbeb5326
File moved
src/controls/GlacierRoller.qml
→
src/controls/
qml/
GlacierRoller.qml
View file @
cbeb5326
File moved
src/controls/GlacierRollerItem.qml
→
src/controls/
qml/
GlacierRollerItem.qml
View file @
cbeb5326
File moved
src/controls/Header.qml
→
src/controls/
qml/
Header.qml
View file @
cbeb5326
File moved
src/controls/HeaderToolsLayout.qml
→
src/controls/
qml/
HeaderToolsLayout.qml
View file @
cbeb5326
File moved
src/controls/IconButton.qml
→
src/controls/
qml/
IconButton.qml
View file @
cbeb5326
File moved
src/controls/InverseMouseArea.qml
→
src/controls/
qml/
InverseMouseArea.qml
View file @
cbeb5326
File moved
src/controls/Label.qml
→
src/controls/
qml/
Label.qml
View file @
cbeb5326
File moved
src/controls/ListView.qml
→
src/controls/
qml/
ListView.qml
View file @
cbeb5326
File moved
src/controls/ListViewItemWithActions.qml
→
src/controls/
qml/
ListViewItemWithActions.qml
View file @
cbeb5326
File moved
src/controls/Page.qml
→
src/controls/
qml/
Page.qml
View file @
cbeb5326
File moved
src/controls/QueryDialog.qml
→
src/controls/
qml/
QueryDialog.qml
View file @
cbeb5326
File moved
src/controls/Slider.qml
→
src/controls/
qml/
Slider.qml
View file @
cbeb5326
File moved
src/controls/Spinner.qml
→
src/controls/
qml/
Spinner.qml
View file @
cbeb5326
File moved
src/controls/qmldir
→
src/controls/qml
/qml
dir
View file @
cbeb5326
File moved
src/styles/ButtonStyle.qml
→
src/styles/
qml/
ButtonStyle.qml
View file @
cbeb5326
File moved
src/styles/CheckBoxStyle.qml
→
src/styles/
qml/
CheckBoxStyle.qml
View file @
cbeb5326
File moved
src/styles/ComboBoxStyle.qml
→
src/styles/
qml/
ComboBoxStyle.qml
View file @
cbeb5326
File moved
src/styles/FocusFrameStyle.qml
→
src/styles/
qml/
FocusFrameStyle.qml
View file @
cbeb5326
File moved
src/styles/GrooveStyle.qml
→
src/styles/
qml/
GrooveStyle.qml
View file @
cbeb5326
File moved
src/styles/GroupBoxStyle.qml
→
src/styles/
qml/
GroupBoxStyle.qml
View file @
cbeb5326
File moved
src/styles/IconButtonStyle.qml
→
src/styles/
qml/
IconButtonStyle.qml
View file @
cbeb5326
File moved
src/styles/MenuBarStyle.qml
→
src/styles/
qml/
MenuBarStyle.qml
View file @
cbeb5326
File moved
src/styles/MenuStyle.qml
→
src/styles/
qml/
MenuStyle.qml
View file @
cbeb5326
File moved
src/styles/ProgressBarStyle.qml
→
src/styles/
qml/
ProgressBarStyle.qml
View file @
cbeb5326
File moved
src/styles/RadioButtonStyle.qml
→
src/styles/
qml/
RadioButtonStyle.qml
View file @
cbeb5326
File moved
src/styles/ScrollViewStyle.qml
→
src/styles/
qml/
ScrollViewStyle.qml
View file @
cbeb5326
File moved
src/styles/SliderStyle.qml
→
src/styles/
qml/
SliderStyle.qml
View file @
cbeb5326
File moved
src/styles/SpinBoxStyle.qml
→
src/styles/
qml/
SpinBoxStyle.qml
View file @
cbeb5326
File moved
src/styles/StatusBarStyle.qml
→
src/styles/
qml/
StatusBarStyle.qml
View file @
cbeb5326
File moved
src/styles/TabViewStyle.qml
→
src/styles/
qml/
TabViewStyle.qml
View file @
cbeb5326
File moved
src/styles/TableViewStyle.qml
→
src/styles/
qml/
TableViewStyle.qml
View file @
cbeb5326
File moved
src/styles/TextFieldStyle.qml
→
src/styles/
qml/
TextFieldStyle.qml
View file @
cbeb5326
File moved
src/styles/ToolBarStyle.qml
→
src/styles/
qml/
ToolBarStyle.qml
View file @
cbeb5326
File moved
src/styles/ToolButtonStyle.qml
→
src/styles/
qml/
ToolButtonStyle.qml
View file @
cbeb5326
File moved
src/styles/qmldir
→
src/styles/qml
/qml
dir
View file @
cbeb5326
File moved
src/styles/styles.pro
View file @
cbeb5326
...
...
@@ -8,26 +8,26 @@ QT+=qml
#
Styles
QML_FILES
=
\
ButtonStyle
.
qml
\
CheckBoxStyle
.
qml
\
ComboBoxStyle
.
qml
\
FocusFrameStyle
.
qml
\
GrooveStyle
.
qml
\
GroupBoxStyle
.
qml
\
MenuBarStyle
.
qml
\
MenuStyle
.
qml
\
ProgressBarStyle
.
qml
\
RadioButtonStyle
.
qml
\
ScrollViewStyle
.
qml
\
SliderStyle
.
qml
\
SpinBoxStyle
.
qml
\
StatusBarStyle
.
qml
\
TableViewStyle
.
qml
\
TabViewStyle
.
qml
\
TextFieldStyle
.
qml
\
ToolBarStyle
.
qml
\
ToolButtonStyle
.
qml
\
IconButtonStyle
.
qml
qml
/
ButtonStyle
.
qml
\
qml
/
CheckBoxStyle
.
qml
\
qml
/
ComboBoxStyle
.
qml
\
qml
/
FocusFrameStyle
.
qml
\
qml
/
GrooveStyle
.
qml
\
qml
/
GroupBoxStyle
.
qml
\
qml
/
MenuBarStyle
.
qml
\
qml
/
MenuStyle
.
qml
\
qml
/
ProgressBarStyle
.
qml
\
qml
/
RadioButtonStyle
.
qml
\
qml
/
ScrollViewStyle
.
qml
\
qml
/
SliderStyle
.
qml
\
qml
/
SpinBoxStyle
.
qml
\
qml
/
StatusBarStyle
.
qml
\
qml
/
TableViewStyle
.
qml
\
qml
/
TabViewStyle
.
qml
\
qml
/
TextFieldStyle
.
qml
\
qml
/
ToolBarStyle
.
qml
\
qml
/
ToolButtonStyle
.
qml
\
qml
/
IconButtonStyle
.
qml
#
Images
QML_FILES
+=
\
...
...
@@ -64,8 +64,8 @@ OTHER_FILES += qmldir \
target
.
path
=
$$
[
QT_INSTALL_QML
]
/
$$
PLUGIN_IMPORT_PATH
qmlfiles
.
files
=
$$
_PRO_FILE_PWD_
/*
.qml
qmlfiles.files += $$_PRO_FILE_PWD_/qmldir
qmlfiles
.
files
=
$$
_PRO_FILE_PWD_
/
qml
/
*
.qml
qmlfiles.files += $$_PRO_FILE_PWD_/qml
/qml
dir
qmlfiles.path = $$[QT_INSTALL_QML]/$$PLUGIN_IMPORT_PATH
themes.files = $$_PRO_FILE_PWD_/themes
/*
.json
...
...
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