Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Plasma Add-ons
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
5
Issues
5
List
Boards
Labels
Service Desk
Milestones
Merge Requests
5
Merge Requests
5
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Plasma
Plasma Add-ons
Commits
8c23889d
Commit
8c23889d
authored
Jan 15, 2018
by
Friedrich W. H. Kossebau
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[weather] Move config qml files in separate subdir, --clutter
parent
243b0da8
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
3 additions
and
3 deletions
+3
-3
applets/weather/package/contents/config/config.qml
applets/weather/package/contents/config/config.qml
+3
-3
applets/weather/package/contents/ui/config/ConfigAppearance.qml
...s/weather/package/contents/ui/config/ConfigAppearance.qml
+0
-0
applets/weather/package/contents/ui/config/ConfigUnits.qml
applets/weather/package/contents/ui/config/ConfigUnits.qml
+0
-0
applets/weather/package/contents/ui/config/ConfigWeatherStation.qml
...ather/package/contents/ui/config/ConfigWeatherStation.qml
+0
-0
No files found.
applets/weather/package/contents/config/config.qml
View file @
8c23889d
...
...
@@ -23,18 +23,18 @@ ConfigModel {
ConfigCategory
{
name
:
i18n
(
"
Weather Station
"
)
icon
:
"
services
"
source
:
"
configWeatherStation.qml
"
source
:
"
config
/Config
WeatherStation.qml
"
}
ConfigCategory
{
name
:
i18n
(
"
Appearance
"
)
icon
:
"
preferences-desktop-color
"
source
:
"
configAppearance.qml
"
source
:
"
config
/Config
Appearance.qml
"
}
ConfigCategory
{
name
:
i18n
(
"
Units
"
)
icon
:
"
preferences-other
"
source
:
"
configUnits.qml
"
source
:
"
config
/Config
Units.qml
"
}
}
applets/weather/package/contents/ui/configAppearance.qml
→
applets/weather/package/contents/ui/config
/Config
Appearance.qml
View file @
8c23889d
File moved
applets/weather/package/contents/ui/configUnits.qml
→
applets/weather/package/contents/ui/config
/Config
Units.qml
View file @
8c23889d
File moved
applets/weather/package/contents/ui/configWeatherStation.qml
→
applets/weather/package/contents/ui/config
/Config
WeatherStation.qml
View file @
8c23889d
File moved
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