Merge lp:~dobey/ubuntuone-client-gnome/evil-gsettings-2-0 into lp:ubuntuone-client-gnome/stable-2-0

Proposed by dobey
Status: Merged
Approved by: dobey
Approved revision: 7
Merged at revision: 7
Proposed branch: lp:~dobey/ubuntuone-client-gnome/evil-gsettings-2-0
Merge into: lp:ubuntuone-client-gnome/stable-2-0
Diff against target: 73 lines (+40/-1)
3 files modified
gsd/gsd-ubuntuone.gschema.xml.in.in (+5/-0)
nautilus/Makefile.am (+16/-1)
nautilus/nautilus-ubuntuone.gschema.xml.in.in (+19/-0)
To merge this branch: bzr merge lp:~dobey/ubuntuone-client-gnome/evil-gsettings-2-0
Reviewer Review Type Date Requested Status
Roberto Alsina (community) Approve
Review via email: mp+78130@code.launchpad.net

Commit message

Add a gschema for nautilus extension
Add the additional state key we use in g-s-d to the schema

Description of the change

This was already approved and landed in trunk. This is a backport to stable-2-0 for releasing to Oneiric.

To post a comment you must log in.
Revision history for this message
Roberto Alsina (ralsina) wrote :

+1

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'gsd/gsd-ubuntuone.gschema.xml.in.in'
2--- gsd/gsd-ubuntuone.gschema.xml.in.in 2011-09-22 19:06:20 +0000
3+++ gsd/gsd-ubuntuone.gschema.xml.in.in 2011-10-04 17:17:23 +0000
4@@ -10,5 +10,10 @@
5 <summary>Priority for loading Ubuntu One features in gnome-settings-daemon</summary>
6 <description>The startup queue priority for the Ubuntu One gnome-settings-daemon plug-in.</description>
7 </key>
8+ <key name="checked-bookmark-file" type="b">
9+ <default>false</default>
10+ <summary>Whether the bookmarks file configuration has been done yet.</summary>
11+ <description>True if the bookmarks file has been configured with the Ubuntu One bookmark already.</description>
12+ </key>
13 </schema>
14 </schemalist>
15
16=== modified file 'nautilus/Makefile.am'
17--- nautilus/Makefile.am 2011-07-20 20:44:39 +0000
18+++ nautilus/Makefile.am 2011-10-04 17:17:23 +0000
19@@ -4,6 +4,20 @@
20
21 extension_LTLIBRARIES = libnautilus-ubuntuone.la
22
23+gschema_in_files = nautilus-ubuntuone.gschema.xml.in.in
24+gsettings_SCHEMAS = $(gschema_in_files:.xml.in.in=.xml)
25+
26+if HAVE_NAUTILUS_30
27+gsettingsdir = $(datadir)/glib-2.0/schemas
28+
29+%.gschema.xml.in: %.gschema.xml.in.in
30+ $(AM_V_GEN) sed -e "s|\@GETTEXT_PACKAGE\@|$(GETTEXT_PACKAGE)|g" $< > $@
31+
32+@INTLTOOL_XML_NOMERGE_RULE@
33+
34+@GSETTINGS_RULES@
35+endif
36+
37 libnautilus_ubuntuone_la_CFLAGS = \
38 -DG_LOG_DOMAIN=\"UbuntuOne-Nautilus\" \
39 -DGNOMELOCALEDIR=\""$(datadir)/locale"\" \
40@@ -70,7 +84,8 @@
41 test-highlight.c
42 test_highlight_LDADD = $(NAUTILUS_LIBS)
43
44-EXTRA_DIST = \
45+EXTRA_DIST = \
46+ $(gschema_in_files) \
47 ubuntuone-marshallers.list
48
49 MAINTAINERCLEANFILES = \
50
51=== added file 'nautilus/nautilus-ubuntuone.gschema.xml.in.in'
52--- nautilus/nautilus-ubuntuone.gschema.xml.in.in 1970-01-01 00:00:00 +0000
53+++ nautilus/nautilus-ubuntuone.gschema.xml.in.in 2011-10-04 17:17:23 +0000
54@@ -0,0 +1,19 @@
55+<schemalist>
56+ <schema gettext-domain="@GETTEXT_PACKAGE@" id="org.gnome.nautilus.extensions.ubuntuone" path="/org/gnome/nautilus/extensions/ubuntuone/">
57+ <key name="recently-used-contacts" type="as">
58+ <default>[]</default>
59+ <summary>Recently used contacts</summary>
60+ <description>Contacts which have been used recently in the Ubuntu One share dialog.</description>
61+ </key>
62+ <key name="expand-location" type="b">
63+ <default>false</default>
64+ <summary>Whether the location bar is expanded</summary>
65+ <description>True if the location bar is expanded.</description>
66+ </key>
67+ <key name="show-location" type="b">
68+ <default>false</default>
69+ <summary>Hide the location bar.</summary>
70+ <description>True if the Ubuntu One location bar is to be hidden.</description>
71+ </key>
72+ </schema>
73+</schemalist>

Subscribers

People subscribed via source and target branches

to all changes: