The example panel implements CcPanel and registers itself as extending the
panel extension point. It provides a simple "Hello World" message. The
example panel is not build by default, but enabled through a configure option.
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.
2008-10-16 Davyd Madeley <davyd@madeley.id.au>
* configure.in:
* font-viewer/Makefile.am:
* Makefile.am:
- hook gnome-font-viewer and gnome-thumbnail font back into the build
- need to check to see if the strings were lost from the translations
svn path=/trunk/; revision=9068
Thu Jul 24 15:34:50 2008 Søren Sandmann <sandmann@redhat.com>
* configure.in
* NEWS
Updated for 2.23.5
* configure.in, Makefile.am
Make typing-break a conditional to make it distcheck
svn path=/trunk/; revision=8794
Fri May 16 21:55:52 2008 Søren Sandmann <sandmann@redhat.com>
* libbackground: Delete this directory since it's not used any
more
svn path=/trunk/; revision=8708
2008-01-16 Rodrigo Moya <rodrigo@gnome-db.org>
* Makefile.am:
* configure.in: disabled schemas directory from the build, those
files are now part of gnome-settings-daemon.
svn path=/trunk/; revision=8397
2008-01-12 Rodrigo Moya <rodrigo@gnome-db.org>
* Makefile.am: disabled settings daemon build so that the separate
module gets more testing.
svn path=/trunk/; revision=8381
2004-11-28 James Henstridge <james@jamesh.id.au>
* vfs-methods/themus/themus-properties-main.c: use GNOMELOCALEDIR.
* vfs-methods/themus/Makefile.am: similar changes to the fontilus
ones.
* vfs-methods/fontilus/fontilus-context-menu.c: same here.
* vfs-methods/fontilus/font-view.c: use GNOMELOCALEDIR rather than
FONTILUS_LOCALEDIR in the bindtextdomain() call, to match the rest
of gnome-control-center.
* vfs-methods/fontilus/Makefile.am: similar schema and desktop
file fixes. Don't include the old mime files in the dist.
* schemas/Makefile.am: remove .schemas files on clean, when
installing schemas, look for them in builddir rather than srcdir.
* gnome-settings-daemon/actions/Makefile.am: fix up build rules so
that ALSA_CFLAGS isn't defined multiple times (use the newer
automake += syntax).
* control-center/Makefile.am: distribute $(icon_DATA).
* capplets/*/Makefile.am: put the .desktop and .desktop.in files
in CLEANFILES. The .desktop.in.in file gets included because it
is listed in the configure script.
* configure.in: update configure script, and remove macro calls
that are not needed by modern versions of Automake.
* Makefile.am: remove intltool files on distclean.
* autogen.sh: request Automake >= 1.7.
2004-11-10 Mark McLoughlin <mark@skynet.ie>
* configure.in: require libgnome-menu for the shell, fixup
other shell requirements and don't look for libnautilus
anymore.
* Makefile.am: don't install control-center2.png anymore.
* control-center2.png: remove.
2003-11-12 Jody Goldberg <jody@gnome.org>
* Makefile.am (EXTRA_DIST) : always dist gswitchit.pc.in to keep
automake happy. There is no significant downside to it.
2003-11-12 Jody Goldberg <jody@gnome.org>
* Makefile.am : add a libgswitchit subdir
* configure.in : Add a test to ensure the new virtual include of
libgswitchit is in place
* configure.in : define LIBXKLAVIER_*
* configure.in : include libgswitchit in SUBDIRS
Thu Jun 26 16:31:41 2003 Jonathan Blandford <jrb@redhat.com>
* gnome-keyboard-properties.c (setup_dialog): use the correct
schemas.
Thu Jun 26 16:37:50 2003 Jonathan Blandford <jrb@redhat.com>
* Makefile.am (SUBDIRS): add typing-break to subdirs.
2002-05-14 Seth Nickell <snickell@stanford.edu>
* Makefile.am:
* configure.in:
Move the window setting code into a seperate directory, libwindow-settings
so it can be shared between the capplet and the settings daemon, and
potentially, external window managers.
2002-04-10 Kevin Breit <mrproper@ximian.com>
* configure.in: Added the help/Makefile.am and help/C/Makefile.am. If the build breaks, look at this stuff. It's not the first time I've killed the build.
* Makefile.am: Made sure that help was in the SUBDIRS. I don't want to break the build again. :/