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) |
(→Introduction) |
||
(One intermediate revision by one user not shown) | |||
Line 2: | Line 2: | ||
==Introduction== | ==Introduction== | ||
− | Glacier settings - settings application for [[Nemo/Glacier| Glacier UX]] | + | Glacier settings - settings application for [[Nemo/Glacier| Glacier UX]]. [https://github.com/qwazix/glacier-apps/blob/master/settings/settings.pdf| Mockup] |
==Installing== | ==Installing== | ||
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== |
Latest revision as of 08:04, 6 April 2018
Contents |
[edit] Introduction
Glacier settings - settings application for Glacier UX. Mockup
[edit] Installing
[edit] Latest packages
You can download latest packages on nemo:ux:devel repo
[edit] Sources
Sources aviable on github
[edit] Aviable plugins
[edit] Develop
Minimal needed files you can see in example plugins
[edit] 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