The Mer Wiki now uses your Mer user account and password (create account on https://bugs.merproject.org/)
Glacier-settings
From Mer Wiki
(Difference between revisions)
(→Installing) |
(→Develop) |
||
Line 17: | Line 17: | ||
==Develop== | ==Develop== | ||
+ | |||
+ | Minimal needed files you can see in [https://github.com/nemomobile-ux/glacier-settings/tree/master/qml/plugins/example| example plugins] | ||
+ | |||
+ | === Aviable groups === | ||
+ | |||
+ | *Personalization | ||
+ | *Network | ||
+ | *Development | ||
+ | *Info | ||
+ | *Other | ||
+ | |||
+ | If you need add some another group - just create merge requirest into project on github. Ordering set in [https://github.com/nemomobile-ux/glacier-settings/blob/master/src/models/settingsmodel.cpp#L45| src/models/settingsmodel.cpp] | ||
==Know bugs== | ==Know bugs== |
Revision as of 07:53, 6 April 2018
Contents |
Introduction
Glacier settings - settings application for Glacier UX
Installing
Latest packages
You can download latest packages on nemo:ux:devel repo
Sources
Sources aviable on github
Aviable plugins
Develop
Minimal needed files you can see in example plugins
Aviable groups
- Personalization
- Network
- Development
- Info
- Other
If you need add some another group - just create merge requirest into project on github. Ordering set in src/models/settingsmodel.cpp