1134 Commits

Author SHA1 Message Date
Matthias Clasen
dbe65858b2 Cosmetic fixes in gkeyfilesettingsbackend.h 2010-04-16 23:39:59 -04:00
Matthias Clasen
1184f003ce Add a test for future API
This tests the coming G_SETTINGS_BIND_GET_NO_CHANGE flag.
Test-driven and all that...
2010-04-16 23:27:25 -04:00
Matthias Clasen
3b560a129b Cosmetics 2010-04-16 23:27:25 -04:00
Vincent Untz
d17c77ce95 Improve error messages in schema converter 2010-04-16 23:25:13 -04:00
Ryan Lortie
eedfbdf80f g_settings_bind() fixes
- track sensitivity changes
 - move vuntz-mapping code to new file
 - option to only get initial value from settings
2010-04-16 23:04:10 -04:00
Vincent Untz
ed0544b305 Support gettext-domain attribute in schema converter 2010-04-16 22:59:07 -04:00
Vincent Untz
461eac0f58 Fix trivial crashes when outputting range/choices in simple format 2010-04-16 22:39:00 -04:00
Vincent Untz
63377bd1de Support l10n attribute in schema converter 2010-04-16 22:38:46 -04:00
Vincent Untz
881261e957 Fix choices output in simple format 2010-04-16 22:25:31 -04:00
Vincent Untz
c4036752ba Fix support for choices/range in schema converter 2010-04-16 22:22:02 -04:00
Vincent Untz
fd619f24e8 Do not crash when converting a gconf schema with no default value 2010-04-16 22:00:27 -04:00
Matthias Clasen
6363ddeb76 Some wording changes in the docs
A few typo fixes included as well.
2010-04-16 21:39:18 -04:00
Vincent Untz
41d50f655d Do not crash when binding with no schema
There's already a g_critical() call for this later on.
2010-04-16 19:23:14 -04:00
Vincent Untz
0b72c678c7 Do not blindly fail if default mapping function can't handle the binding
It's perfectly okay to have no specific mapping function for get if the
caller is not interested in get anyway.
2010-04-16 19:19:02 -04:00
Matthias Clasen
2a1e228408 Add context attribute to DTD 2010-04-16 19:03:50 -04:00
Matthias Clasen
ca51cd6f45 Fix a parameter name mismatch that gives gtk-doc heartburn 2010-04-16 18:36:36 -04:00
Matthias Clasen
c3c7263b0b Add new convenience api to docs 2010-04-16 18:28:38 -04:00
Matthias Clasen
788d082dcd Some more details about bindings 2010-04-16 18:00:51 -04:00
Matthias Clasen
bf25ce26b3 Cosmetic fix 2010-04-16 17:52:56 -04:00
Matthias Clasen
97e34bd9fb Documentation fixes 2010-04-16 17:51:59 -04:00
Matthias Clasen
c057ec2dd6 Fix binding test failures 2010-04-16 17:33:43 -04:00
Matthias Clasen
644e9c8984 Some more binding tests 2010-04-16 17:30:49 -04:00
Matthias Clasen
0629f96c67 A first binding test 2010-04-16 16:57:05 -04:00
Matthias Clasen
a55ec73fa4 Add a destroy notify for the user_data in the binding api 2010-04-16 15:47:30 -04:00
Matthias Clasen
741a4cb25f Document binding api 2010-04-16 15:45:55 -04:00
Ryan Lortie
4b62609783 removed unused gio-marshallers 2010-04-16 15:31:59 -04:00
Ryan Lortie
31b389788f GSettings: new signal setup 2010-04-16 15:31:59 -04:00
Vincent Untz
9c20ad6806 Add --schema-id option to gsettings-schema-convert
This is useful for easier migration of gconf schemas.
2010-04-16 14:52:07 -04:00
Ryan Lortie
a15c852873 won't build. must DO THIS ======> 2010-04-16 14:30:43 -04:00
Ryan Lortie
dfe3dbfad1 gio.symbols for convenience wrappers 2010-04-16 14:30:43 -04:00
Ryan Lortie
46ba0d3e85 Add convenience get/set wrappers 2010-04-16 14:30:43 -04:00
Matthias Clasen
9970c6854a Add an --allow-any-name option
This will make it easier for people to keep their GConf key names
in the transition period.
2010-04-16 13:03:14 -04:00
Vincent Untz
d02558fbf3 Add support for common types in the default mapping functions for bind 2010-04-16 12:56:38 -04:00
Ryan Lortie
1a3771e144 delayed settings copyright fixups 2010-04-16 12:06:22 -04:00
Ryan Lortie
db3f203b89 merge builder from master 2010-04-16 11:07:23 -04:00
Ryan Lortie
5936df8ba8 awo;fjie 2010-04-16 11:07:14 -04:00
Matthias Clasen
44e4c97d8b Some cosmetic changes 2010-04-16 10:55:37 -04:00
Matthias Clasen
d34c1ba0dd Update docs for api changes 2010-04-16 10:55:36 -04:00
Ryan Lortie
943307689f exports/PLT fixups 2010-04-16 09:07:34 -04:00
Ryan Lortie
b7db858c04 delayed: fix issues found by test
gsettings: remove dead code
test: don't leak in a way that causes test failures
2010-04-16 08:42:38 -04:00
Ryan Lortie
2af9caf953 re-enable keyfile backend 2010-04-16 08:41:49 -04:00
Ryan Lortie
3694f97910 delayed backend stuff 2010-04-16 01:23:14 -04:00
Ryan Lortie
28aa9f9426 fix signals in gsettings.c 2010-04-16 01:23:14 -04:00
Ryan Lortie
461169ccfd merge back from master again 2010-04-16 01:23:14 -04:00
Matthias Clasen
efbc932b30 document key name restrictions 2010-04-16 01:11:57 -04:00
Vincent Untz
52503e625b Make keyfile backend writable only if the file is actually writable 2010-04-15 23:41:33 -04:00
Ryan Lortie
a3f3392d72 clean up schema compiler
enforce key name restrictions
2010-04-15 23:32:26 -04:00
Vincent Untz
b535bff3bd Rename memory backend to keyfile 2010-04-15 23:06:05 -04:00
Matthias Clasen
8acd0cc084 Trivial style fixups 2010-04-15 23:00:32 -04:00
Ryan Lortie
5c0f99a3e0 update memory settings to new API 2010-04-15 18:36:08 -04:00