Commit graph

15 commits

Author SHA1 Message Date
Robert Ancell
08e27f5f36 Fix broken link to communication guidelines, by fixing the name of this section 2022-11-10 22:56:35 +01:00
Georges Basile Stavracas Neto
bbe3ae4a91 Switch to 'main' everywhere 2022-04-26 14:43:01 -03:00
Georges Basile Stavracas Neto
8643876965 docs: Fix markdown formatting 2019-07-22 20:23:19 +00:00
Georges Basile Stavracas Neto
9780fab0e5
docs: Document the Communication Guidelines
These are the documented guidelines for when communicating
and interacting with humans. Not following the documented
guidelines means the comment will be removed, or the ticket
will be closed.

[skip ci]
2019-04-02 09:06:00 -03:00
Georges Basile Stavracas Neto
b63b2bbb09 project: Document maintainers and workflow
It is important that potential contributors know who
they should get in touch, who is supposed to review
their work, and maintainers to know how they should
introduce changes.

Thus, this commit documents the current maintainers
together with what they maintain, and the workflow
between maintainers as well.

[skip ci]
2018-07-16 20:50:12 -03:00
Georges Basile Stavracas Neto
a4746a90c7 docs: Remove trailing space from code example 2018-06-19 16:29:04 +00:00
Georges Basile Stavracas Neto
baf161085f docs: Document more of the code style 2018-06-19 14:44:57 +00:00
Georges Basile Stavracas Neto
9cc248a1af docs: Improve code style guideline 2018-05-29 13:50:17 -03:00
Georges Basile Stavracas Neto
057610e982 docs: Fix code block 2018-05-13 19:45:52 +00:00
Georges Basile Stavracas Neto
8ae16f34f6 docs: Document style of comments 2018-05-12 20:56:06 -03:00
Georges Basile Stavracas Neto
70b346d8b5 project: Add coding style and contribution guidelines
And also update the README file.
2018-05-02 23:00:31 -03:00
Rodrigo Moya
a0672cb9ad Remove API reference, as it's incomplete and going away for next cycle 2011-04-01 18:42:27 +02:00
Thomas Wood
e2f944a66a configure: Group pkg-config checks based on how they are used
Group the pkg-config checks so that pkg-config can remove duplicated CFLAGS
and LIBS.

https://bugzilla.gnome.org/show_bug.cgi?id=636593
2011-02-19 16:46:26 +00:00
Thomas Wood
95143ad4c7 Fix various issues raised by running distcheck 2010-05-21 14:48:34 +01:00
Thomas Wood
b4fdb6db4f Add libgnome-control-center with two new classes: CcShell and CcPanel
CcShell is an abstract class that represents an instance of a control
center shell. It provides access to some of the properties of the shell
that panels will need to read or change. When a panel is created it has an
instance of CcShell available that represents the current shell.

CcPanel is an abstract class used to implement panels for the shell. A
panel contains a collection of related settings that are displayed within
the shell window.
2010-05-18 16:09:26 +01:00