Commit graph

222 commits

Author SHA1 Message Date
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
Bastien Nocera
5b7132bacf display: Use new GtkSwitch for display switching
Instead of 2 radio buttons.

https://bugzilla.gnome.org/show_bug.cgi?id=636065
2010-12-01 14:45:41 +00:00
Cosimo Cecchi
85b23fff9f build: bumop required gsettings-desktop-schemas version 2010-12-01 11:28:06 +01:00
Rodrigo Moya
6c04751f39 Release 2.91.3.1 2010-11-29 23:53:25 +01:00
Rodrigo Moya
cab4c66ec6 Release 2.91.3 2010-11-29 14:37:31 +01:00
Cosimo Cecchi
b70172e707 media: initial port of Nautilus capplet code. 2010-11-23 15:25:01 +01:00
Bastien Nocera
e6fc259fb0 Add headset icon
Icon from Hylke Bons, and Andreas Nilsson:
https://bugzilla.gnome.org/show_bug.cgi?id=581917
2010-11-19 16:23:32 +00:00
Richard Hughes
0ce60e84cb Add a 'Power' panel that matches the mockups 2010-11-18 19:20:35 +00:00
Didier Roche
f6bf9efd67 region: Link against libxklavier also 2010-11-15 10:35:49 +01:00
William Jon McCann
a6e64f1aa3 [screen] Add screen brightness and lock panel
Not yet wired up.
2010-11-09 23:15:40 -05:00
Rodrigo Moya
c09c82b2aa Release 2.91.2 2010-11-09 19:54:44 +01:00
Bastien Nocera
2f9a05a210 user-accounts: Require newer polkit for GPermission support 2010-11-09 17:13:46 +00:00
William Jon McCann
c0fdba46c4 Bump gtk3 dep to 2.91.3 for box, etc changes 2010-11-01 16:25:44 -04:00
William Jon McCann
728331f306 [keyboard] Rename keybindings to keyboard 2010-10-31 23:58:35 -04:00