| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
To avoid the burden of maintaining multiple build systems, this
patch removes autotools support.
https://bugzilla.gnome.org/show_bug.cgi?id=785414
|
|
|
|
|
|
|
|
| |
Meson is a build system focused on speed an ease of use, which
helps speeding up the software development. This patch adds meson
support along autotools.
https://bugzilla.gnome.org/show_bug.cgi?id=785414
|
|
|
|
|
|
|
|
| |
In order to share the libgd and gvc modules between autotools and
meson, this patch moves their directories to subprojects
directory and updates autotools.
https://bugzilla.gnome.org/show_bug.cgi?id=785414
|
|
|
|
|
|
|
|
|
| |
- to move to the great new Flatpak future, Apps should rely on shiping
their own app icons, their identity. For more context, see
https://wiki.gnome.org/action/edit/Design/Whiteboards/CoreAppPresentation
https://bugzilla.gnome.org/show_bug.cgi?id=790070
|
|
|
|
|
|
|
|
|
| |
Since automake 1.11.2 it is recommended that packages
use AM_DISTCHECK_CONFIGURE_FLAGS instead of
DISTCHECK_CONFIGURE_FLAGS as the latter is intended
to be a user variable.
https://bugzilla.gnome.org/show_bug.cgi?id=764315
|
|
|
|
| |
https://bugzilla.gnome.org/show_bug.cgi?id=702164
|
|
|
|
|
|
|
| |
automake 1.11.6 seems to install the ./ar-lib wrapper for lib.exe even
under linux, ignore it.
https://bugzilla.gnome.org/show_bug.cgi?id=695640
|
|
|
|
|
|
|
|
|
| |
Replace the gnome-shell builtin settings search, which relied on removed
menu files, with one that uses the remote search infrastructure and
CcSearchModel, and features the ability to continue searching within the
control center application.
https://bugzilla.gnome.org/show_bug.cgi?id=690577
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
This makes loading faster, with less I/O, avoids unnecessary
code duplication (around 1k lines shaved), and ensures that
all the panels link and work appropriately.
By the same token, it will stop external panels from being
created, and loaded.
https://bugzilla.gnome.org/show_bug.cgi?id=690036
|
|
|
|
| |
https://bugzilla.gnome.org/show_bug.cgi?id=687490
|
|
|
|
|
| |
Left-over files from update-icon-cache shouldn't be created
in the first place when running distcheck.
|
|
|
|
|
|
|
|
| |
For embedded systems, it's pointless to build the docs if they're not
going to be used/shown.
Also, for gnome-ostree right now I don't have the Docbook
infrastructure set up.
|
|
|
|
|
|
|
| |
The main purpose of this man page is to document which options
can be given to individual panels.
https://bugzilla.gnome.org/show_bug.cgi?id=680547
|
| |
|
| |
|
|
|
|
|
|
|
| |
This fixes problems with the CcEditableEntry type not being
registered and causing the printers and user-accounts panels not to
work. As we do not need to work on Windows, we do not need to split
out the library.
|
|
|
|
| |
https://bugzilla.gnome.org/show_bug.cgi?id=645704
|
|
|
|
|
|
| |
Commit a0672cb9ad0 removed the API documentation, but left a stray
reference to the docs/ subdirectory causing a build failure with
fresh checkouts.
|
| |
|
|
|
|
|
| |
The example panel is no longer needed as there are now many more panels
implemented.
|
| |
|
| |
|
|
|
|
| |
Will be moved to another module
|
|
|
|
|
|
| |
New requirements:
automake >= 1.10
libtool >= 2.2
|
| |
|
|
|
|
|
| |
Remove libwindow-settings from the build since it is no longer used by
control center.
|
|
|
|
|
| |
The capplets directory does not currently build due to changes in GTK+ and
should be replaced by appropriate settings panels.
|
| |
|
|
|
|
| |
Add a module and CcPanel implementation for the mouse settings.
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
libslab is no longer required since the new shell does not use it.
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
Added a dist-hook rule to create the ChangeLog file from the git log.
|
| |
|
| |
|
| |
|
|
|
|
|
| |
The m4 directory is not automatically ignored by git.mk, so we need to add
it to this variable.
|
| |
|
|
|
|
| |
Add git.mk and include it in all Makefiles to generate .gitignore files
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
2008-07-30 Jens Granseuer <jensgr@gmx.net>
* Makefile.am: remove libsounds from SUBDIRS, too
svn path=/trunk/; revision=8829
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
2008-07-18 Rodrigo Moya <rodrigo@gnome-db.org>
* configure.in:
* Makefile.am:
* vfs-methods/*: removed VFS methods code.
svn path=/trunk/; revision=8787
|
|
|
|
|
|
|
|
|
| |
2008-06-18 Jens Granseuer <jensgr@gmx.net>
* Makefile.am:
* configure.in: require intltool >= 0.40
svn path=/trunk/; revision=8764
|
|
|
|
|
|
|
|
|
|
| |
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
|