A fork of Gnome-control-center with some tweaks
CcListRow is very similar to CcInfoRow: - The "show-arrow" property is the equivalent of the "is-link" property from CcInfoRow[1] - The "secondary-label" is the equivalent of the "info" property from CcInfoRow - Setting the "activatable" property of CcListRow to "false" makes the row to not be activatable just like CcInfoRow Unlike CcListRow, CcInfoRow has the `expanded` property. However, none of the CcInfoRows from the Apps panel are currently using it. Also, CcInfoRow is specific to the Apps panel, while CcListRow is used in many different panels All of these things makes CcInfoRow redundant, so remove it and replace all CcInfoRows with CcListRows. [1] used together with the "has-expander" property |
||
---|---|---|
.gitlab/issue_templates | ||
.gitlab-ci | ||
build-aux | ||
data/icons | ||
docs | ||
gettext/its | ||
man | ||
panels | ||
po | ||
search-provider | ||
shell | ||
subprojects | ||
tests | ||
.clang-format | ||
.gitignore | ||
.gitlab-ci.yml | ||
.gitmodules | ||
COPYING | ||
gnome-control-center.doap | ||
meson.build | ||
meson_options.txt | ||
NEWS | ||
README.md |
GNOME Settings
GNOME Settings is GNOME's main interface for configuration of various aspects of your desktop.
If you are looking for usage tips and instructions, you can find it at the User Documentation (translated in various languages).
Reporting Issues
Before reporting any bugs or opening feature requests, read the communication guidelines.
Report issues to the GNOME issue tracking system.
Feature Requests
For feature requests or conceptual changes, please start a topic on GNOME Discourse.
Contributing
See docs/CONTRIBUTING.md
for details on the contribution process, and docs/CODING_STYLE.md
for the coding style guidelines.
Visit the Settings development wiki for more information.