Commit graph

355 commits

Author SHA1 Message Date
Matthew Barnes
7dd80f829f online-accounts: Open specific account through command-line
Bump required GOA version to 3.5.90 for goa_client_lookup_by_id.

Fixes: https://bugzilla.gnome.org/680458
2012-08-18 20:19:15 +01:00
Bastien Nocera
e7d6514a11 shell: Only link to clutter-gtk with cheese support 2012-08-18 16:09:24 +01:00
Bastien Nocera
c2987d8cde printers: Check that cups-config exists
Before using it.
2012-08-17 18:04:36 +01:00
Stef Walter
c4f4272f7c bluetooth: Require gnome-bluetooth 3.5.5
* Due to API change in gnome-bluetooth commit
   1c39fbaeaf782597857216430906a74865e7661b where there were
   changes like s/KILLSWITCH_STATE/BLUETOOTH_KILLSWITCH_STATE/

https://bugzilla.gnome.org/show_bug.cgi?id=681734
2012-08-14 10:55:40 +01:00
Bastien Nocera
0f5eae643b 3.5.6 2012-08-08 17:20:52 +01:00
Colin Walters
fdad89f852 build: Add --disable-documentation option
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.
2012-08-06 18:19:24 -04:00
Matthias Clasen
dfede07800 Add a man page
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
2012-08-04 12:54:49 -04:00
Rico Tzschichholz
fbe6756c6f configure: fix build with --disable-ibus
https://bugzilla.gnome.org/show_bug.cgi?id=680133
2012-07-27 09:06:47 +02:00
Dominique Leuenberger
c4db04f8a5 configure: We require ibus version 1.4.99 or newer (1.5 unstable)
https://bugzilla.gnome.org/show_bug.cgi?id=680133
2012-07-24 08:57:40 -04:00
Dominique Leuenberger
f9e052eea0 configure: Bump GTK+ requirement to 3.5.8: first version to bring GtkLevelBar.
https://bugzilla.gnome.org/show_bug.cgi?id=680133
2012-07-24 08:57:30 -04:00
Bastien Nocera
fad7dcba73 3.5.5 2012-07-17 19:09:17 +01:00
Rui Matos
412e53079f region: Add IBus input sources
We query IBus for the available engines and present them alongside XKB
layouts.

https://bugzilla.gnome.org/show_bug.cgi?id=662489
2012-07-16 15:17:24 +01:00
Bastien Nocera
a995cfac99 build: Require PulseAudio 2.0 for the sound changes 2012-07-11 16:35:38 +01:00
Bastien Nocera
0d4aa158d8 build: Require newer gsettings-desktop-schemas 2012-07-11 11:01:11 +01:00
Colin Walters
7d426ffda3 build: Adjust previous patch to be what was intended 2012-07-10 17:54:38 -04:00
Colin Walters
e939825c6d build: Fix previous commit 2012-07-10 17:31:52 -04:00
Giovanni Campagna
484b35ec77 build: Don't check for gsettings-desktop-schemas in each panel
It is already in the common modules, no need to repeat it.

https://bugzilla.gnome.org/show_bug.cgi?id=658660
2012-07-10 16:06:42 +01:00
Bastien Nocera
953da26d68 3.5.4 2012-06-26 16:39:14 +01:00
Bastien Nocera
6339c1819a wacom: Bump required gnome-desktop version
As needed for gnome_rr_output_get_ids_from_edid()
2012-06-20 13:28:22 +01:00
Stef Walter
4bb0739670 user-accounts: Implement enterprise logins in add dialog
* Use realmd for domain joining and lookup, runtime dependency
 * Validate join domain correctly
 * Add UmRealmManager for handling some stuff above the autogenerated
   realmd dbus code
 * Show a dialog if the user's credentials cannot be used to join
   the domain. Prompt for admin creds.
 * Register the user's login with the AccountsService
 * This depends on the CacheUser() method of AccountsService

https://bugzilla.gnome.org/show_bug.cgi?id=677548
2012-06-12 12:31:48 +02:00
Bastien Nocera
42c65b5c5f shell: Use GtkSearchEntry
And require GTK+ 3.3.5 for it.
2012-06-11 19:07:01 +01:00
Frédéric Péters
6c140396e6 configure: bump gnome-settings-daemon required version
This is required to get the input-sources schema used by the Region panel

https://bugzilla.gnome.org/show_bug.cgi?id=677807
2012-06-10 14:13:22 +02:00
Stef Walter
d079041b14 build: Only enable _FORTIFY_SOURCE if optimization enabled
Otherwise we get a spew of warnings when building non-optimized

https://bugzilla.gnome.org/show_bug.cgi?id=677373
2012-06-06 18:05:36 +02:00
Debarshi Ray
f94490a5b5 build: require GOA >= 3.5.1
GOA got ported from GtkTable to GtkGrid.

Fixes: https://bugzilla.gnome.org/669625
2012-06-06 14:25:08 +02:00
Matthias Clasen
3ab49ea66d Post-release version bump 2012-06-05 00:27:00 -04:00
Matthias Clasen
29fc916be1 3.5.2 2012-06-05 00:02:38 -04:00
Rui Matos
0a78c3504e region: Add XKB input sources
We allow the user to choose from all XKB layouts installed and keep a
user picked list in gsettings.

https://bugzilla.gnome.org/show_bug.cgi?id=662489
2012-06-01 18:46:38 +01:00
Rui Matos
0fb0d6139b region: Removal of the Layouts tab
https://bugzilla.gnome.org/show_bug.cgi?id=662489
2012-06-01 18:46:38 +01:00
Antoine Jacoutot
0b782b5633 disable wacom on s390/s390x and non Linux platforms
Follow gnome-settings-daemon behavior and disable the wacom panel on
s390/s390x (because this architecture does not provide development files
from the wacom xorg driver) and on non Linux platforms (where udev is
missing).

https://bugzilla.gnome.org/show_bug.cgi?id=676714
2012-05-25 10:40:45 +01:00
Bastien Nocera
8f289ff799 user-accounts: Require libpwquality 2012-05-24 15:25:59 +01:00
Cosimo Cecchi
d3841bb2c8 build: require Clutter >= 1.11.3
We require clutter master for ClutterScrollActor now.

https://bugzilla.gnome.org/show_bug.cgi?id=676517
2012-05-22 10:25:58 -04:00
Bastien Nocera
c0aa0b2d43 wacom: Bump libwacom requirements
For API change in 0.5.

See https://bugzilla.gnome.org/show_bug.cgi?id=675872
2012-05-17 18:31:18 +01:00
Bastien Nocera
74aa98b7c8 shell: Add animated notebook
Powered by gtk-clutter.
2012-05-09 16:50:21 +01:00
William Jon McCann
cd867b1158 Adapt to gnome-desktop API change for display labels
GdkColor -> GdkRGBA
2012-05-08 16:28:43 -04:00
Richard Hughes
a7aa5f0c77 trivial: Post branch version bump 2012-03-26 18:47:55 +01:00
Richard Hughes
bff2c80f0e 3.4.0 2012-03-26 18:03:29 +01:00
Richard Hughes
5f614d6361 3.3.92 2012-03-19 09:49:32 +00:00
Bastien Nocera
daa86f15bc 3.3.91 2012-03-05 19:30:35 +00:00
Bastien Nocera
b328274e0e build: Require newest gnome-settings-daemon 2012-03-05 19:05:08 +00:00
Robert Ancell
7dd5ae6b94 printers: Port to GDBus 2012-03-01 09:34:11 +11:00
Shaun McCance
3a3eeeed66 help: Removing the obsolete and near-empty manual 2012-02-27 19:43:42 -05:00
Bastien Nocera
92dfeff5af 3.3.90 2012-02-21 10:32:45 +01:00
Bastien Nocera
94d605d060 build: Require the newly released gsd 3.3.90 2012-02-21 10:32:45 +01:00
Sjoerd Simons
43d30f77dd Include cheese flags for build with webcam support 2012-02-20 11:44:19 +01:00
Bastien Nocera
dafd76378a build: Bump dependency for gnome-settings-daemon
https://bugzilla.gnome.org/show_bug.cgi?id=670158
2012-02-17 17:07:59 +01:00
Bastien Nocera
74f2949022 shell: Fix cheese related crashers
By initialising threading in X11. It's like Totem 10 years ago
(except that libXi doesn't deadlock).

https://bugzilla.gnome.org/show_bug.cgi?id=669834
2012-02-17 12:48:13 +01:00
Robert Ancell
98ebfcb1af user-accounts: Port fingerprint code to GDBus
https://bugzilla.gnome.org/show_bug.cgi?id=622875
2012-02-08 12:18:11 +00:00
Bastien Nocera
0724605957 3.3.5 2012-02-07 18:41:46 +00:00
Bastien Nocera
558c658c97 wacom: Update libwacom dependency 2012-02-07 15:27:00 +00:00
Frédéric Péters
94d3d5d686 build: bump dependency on cheese
There is no release with cheese-gtk.h yet, but it has been introduced
after 3.3.4 was released.

https://bugzilla.gnome.org/show_bug.cgi?id=668580
2012-01-24 15:26:15 +01:00