Bastien Nocera
cfab2b7370
build: Fix cups cflags sed script
2011-03-15 14:25:41 +00:00
Saleem Abdulrasool
9b1dff0166
build: improve CUPS detection
...
https://bugzilla.gnome.org/show_bug.cgi?id=644064
2011-03-15 12:43:16 +00:00
Bastien Nocera
719dda1ada
user-accounts: Update cheeese minimum requirements
2011-03-14 22:23:22 +00:00
Frédéric Péters
d0704a6882
Fix linking of libshortcuts against X
...
https://bugzilla.gnome.org/show_bug.cgi?id=644410
2011-03-11 08:54:42 +01:00
Matthias Clasen
d032666d06
Bump GTK+ dep to 3.0.2
...
This is necessary because we assign style classes in .ui files.
https://bugzilla.gnome.org/show_bug.cgi?id=644182
2011-03-10 19:10:47 -05:00
Bastien Nocera
5fdc90cc8b
2.91.91
...
Fix wrong include lines, so distcheck works
2011-03-08 11:59:16 +00:00
Sergey V. Udaltsov
233816f028
Bumping libgnomekbd version requirement to 2.91.91
2011-03-07 23:07:59 +00:00
Florian Müllner
0a5ba58fe4
configure: Fix build if cheese is explicitly disabled
...
If --with-cheese=no is passed, the BUILD_CHEESE conditional is never
defined and the build breaks - move the call to AM_CONDITIONAL to
define it in any case.
2011-03-04 12:55:25 +01:00
Bastien Nocera
dd93bbae31
build: Update libgnomekbd dependencies
2011-03-04 00:09:19 +00:00
Colin Walters
bc5c05fef5
configure: Also require a new enough version of cheese
2011-03-03 15:08:57 -05:00
Colin Walters
95b4771bc5
configure: error out if cheese is configured but not enabled
2011-03-03 14:41:53 -05:00
Colin Walters
1b7ce6ee5a
configure: Make cheese detection auto
...
Simply detect cheese availability, and build with if it is.
This helps people jhbuilding the gnome-shell moduleset.
2011-03-03 14:12:23 -05:00
Saleem Abdulrasool
8c6024b967
build: Add explicit option for cheese
...
https://bugzilla.gnome.org/show_bug.cgi?id=643263
2011-03-02 17:45:54 +00:00
Saleem Abdulrasool
88cf391846
build: add explicit option for cups
2011-03-02 17:44:44 +00:00
Rodrigo Moya
5b43e72c95
Link keyboard and mouse panels with x11
2011-02-25 12:41:10 +01:00
Rodrigo Moya
daf6d12620
Release 2.91.90
2011-02-22 16:27:41 +01:00
Richard Hughes
c9a7f99818
network: port to the rm-userset branch of NetworkManager
2011-02-21 12:57:22 +00:00
Thomas Wood
24e785e898
Remove the example panel
...
The example panel is no longer needed as there are now many more panels
implemented.
2011-02-19 17:38:38 +00: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
62f6361af7
configure: remove redundant pkg-config checks
...
Remove pkg-config checks for libraries that are no longer required.
2011-02-18 14:02:21 +00:00
Thomas Wood
65057f54e7
configure: Remove unnecessary use of AC_SUBST
...
AC_SUBST does not need to be used on variables created by the
PKG_CHECK_MODULES macro.
https://bugzilla.gnome.org/show_bug.cgi?id=636593
2011-02-18 11:51:44 +00:00
Bastien Nocera
ca14846ef9
background: Major rework of the CcBackgroundItem code
...
It now is a full GObject, will be able to track the original
XML file for a wallpaper, as well as which values are set in it.
This will allow us to restore wallpapers properly, and only offer
editing options when those aren't already hard-coded inside the
item.
2011-02-10 20:35:02 +00:00
Bastien Nocera
c09ecde3cf
screen: Hook up screen locking
...
https://bugzilla.gnome.org/show_bug.cgi?id=637939
2011-02-08 15:23:10 +00:00
Marek Kasik
a345d23ed0
printers: Check that cups is recent enough
...
Check that cups version is greater than 1.4 or equal to 1.4.
2011-02-07 15:07:35 +01:00
Luca Ferretti
dfdc194cbe
printers: add translation context to statuses ( #641339 )
...
Add translation context to printer status and job status. Increase required
inltool to 0.40.1 in order to use NC_(). See bug #641339 for details.
2011-02-07 11:55:27 +01:00
William Jon McCann
f536171953
require libxklavier 5.1
2011-02-04 16:51:46 -05:00
Bastien Nocera
6d04352c1f
build: Make iso-codes a hard-dependency
...
Otherwise the region panel, and the user-accounts panel would
crash on startup, or when showing a list of languages.
2011-02-03 14:02:56 +00:00
Bastien Nocera
de278d3a85
datetime: Don't crash when g-s-d is badly installed
...
And require a newer gnome-settings-daemon to avoid those problems.
https://bugzilla.gnome.org/show_bug.cgi?id=641232
2011-02-02 11:43:26 +00:00
Matthias Clasen
6d690d6728
Post-release bump
2011-02-02 02:08:14 -05:00
Matthias Clasen
768e9f249b
2.91.6
2011-02-01 21:55:35 -05:00
Bastien Nocera
930540ea28
user-accounts: Move gdm-languages to common/
...
Move gdm-languages and some of the helper functions to common/,
so that we can share it with the region panel.
2011-01-24 18:10:10 +00:00
Bastien Nocera
93a2df6be5
build: Rename cappletname substitution
2011-01-19 15:43:39 +00:00
Marek Kasik
a03eb1664c
printers: Check for CUPS header files
...
Don't build Printers panel if there are not CUPS header files.
2011-01-19 11:11:59 +01:00
William Jon McCann
882971c368
info: use local disk space instead of just root partition
...
https://bugzilla.gnome.org/show_bug.cgi?id=639376
2011-01-18 19:26:37 -05:00
Marek Kasik
8c4511b52e
Initial implementation of Printers panel
...
Created by Marek Kasik, modified by Jon McCann.
It has been implemented according to design at:
http://live.gnome.org/Design/SystemSettings/Printers
(not fully implemented yet)
2011-01-18 12:54:22 +01:00
William Jon McCann
6a81ce5bb3
Remove default-applications panel
...
It isn't part of our designs in this form. Needs rethinking in order
to fit in and be most useful.
2011-01-11 18:30:59 -05:00
William Jon McCann
176e072b59
info: add memory info
2011-01-10 19:45:27 -05:00
Rodrigo Moya
64b7cbea20
Release 2.91.5
2011-01-10 17:36:15 +01:00
Rodrigo Moya
f8204f9c18
Bump libgnomekbd requirement
2011-01-03 11:56:24 +01:00
Rodrigo Moya
cc27612d75
Require gnome-settings-daemon >= 2.91
2011-01-03 11:51:29 +01:00
Matthias Clasen
033e9f60e4
Bump version to 2.91.4
2010-12-22 11:24:29 -05:00
Thomas Wood
ca7bdc3f7e
build: remove redundant variables
...
GNOMECC_CAPPLETS_CLEANFILES duplicated existing files to be removed and
GNOMECC_CAPPLETS_EXTRA_DIST was no longer used anywhere.
2010-12-20 14:51:52 +00:00
William Jon McCann
9a3f023e2c
proxy: remove proxy panel
...
It is replaced by the network panel.
2010-12-16 10:06:46 -05:00
Richard Hughes
a134e09848
network: Add the first version of a simple network panel that uses NetworkManager
...
This is very much a work in progress, and will be changed quite a bit before GNOME 3.
2010-12-14 10:24:32 +00:00
Bastien Nocera
44fbef70a2
background: Load ~/Pictures asynchronously
...
Using the new gdk-pixbuf helper functions in 2.23.0.
https://bugzilla.gnome.org/show_bug.cgi?id=635601
2010-12-13 16:19:58 +00:00
William Jon McCann
ad92153dde
info: add stub for system info panel
2010-12-12 14:39:26 -05:00
Bastien Nocera
189766a634
datetime: Translate timezone names
...
Both Cities and Regions need to be translated. Also make sure that
we sort them properly, and use symbolic names for COLUMNS in the
region liststore.
https://bugzilla.gnome.org/show_bug.cgi?id=630264
2010-12-09 16:29:56 +00:00
Rodrigo Moya
4db6e4d060
Require gsettings-desktop-schemas >= 0.1.3
2010-12-02 18:04:22 +01:00
Richard Hughes
28746145ec
Rename the network panel to 'proxy' so we can work on a true network panel that uses NetworkManager
2010-12-02 16:02:50 +00:00
Cosimo Cecchi
3bb23fef60
build: bump required GTK+ version
2010-12-01 17:08:51 +01:00