GSettings: deprecate 'schema' property
[platform/upstream/glib.git] / gio /
2011-11-17 Ryan LortieGSettings: deprecate 'schema' property
2011-11-17 Ryan Lortiedrop the now-trivial g_settings_schema_new
2011-11-17 Ryan Lortienew public header: gsettingsschema.h
2011-11-17 Ryan LortieAdd non-aborting g_settings_schema_source_lookup()
2011-11-17 Ryan LortieGSettingSchemaSource: add refcounting
2011-11-17 Ryan LortieGSettingsSchema: use our own linked lists
2011-11-17 Ryan LortieGSettingsSchema: alter our 'reverse' technology
2011-11-17 Ryan Lortiemove GSettingsSchemaKey to gsettingsschema.c
2011-11-17 Ryan LortieGSettingsSchemaKey: store the GSettingsSchema*
2011-11-17 Ryan Lortieg_settings_schema_key_init: take GSettingsSchema*
2011-11-17 Ryan Lortieadd internal g_settings_schema_get_name()
2011-11-17 Ryan Lortierename GSettingsKeyInfo to GSettingsSchemaKey
2011-11-17 Ryan LortieGSettingsKeyInfo: rename field 'key' to 'name'
2011-11-17 Ryan Lortieremove GSettings* from GSettingsKeyInfo
2011-11-17 Ryan Lortiestore some extra info in GSettingsKeyInfo
2011-11-17 Ryan LortieGSettingsKeyInfo: drop unused variable
2011-11-17 Ryan Lortierename gsettingsschema.h to -internal.h
2011-11-17 Ryan LortieunGObjectify GSettingsSchema
2011-11-16 Benjamin Ottelocalfileenumerator: Improve non-stat'ing code
2011-11-16 Benjamin Ottelocalfileinfo: Split out attributes that don't need...
2011-11-16 Benjamin Ottelocalfileenumerator: Take the type from the readdir...
2011-11-16 Benjamin Ottegio: Add tests for g_file_attribute_matcher_subtract()
2011-11-16 Benjamin Ottefileinfo: Add g_file_attribute_matcher_subtract()
2011-11-16 Benjamin Ottetests: Add tests for fileattributematchers
2011-11-16 Benjamin Ottefileinfo: Add g_file_attribute_matcher_to_string()
2011-11-16 Benjamin Ottefileinfo: Store namespace::* as 0th attribute
2011-11-16 Benjamin Ottefileinfo: Change the way attribute matchers are created
2011-11-16 Benjamin Ottefileinfo: Remove optimization for GFileAttributeMatcher
2011-11-15 Dan WinshipGSocketClient: improve error messages on connection...
2011-11-14 Dan WinshipGUnixInput/OutputStream: fix blocking methods to always...
2011-11-14 Dan Winshipadd GNetworkMonitor, for... monitoring the network
2011-11-14 Dan WinshipGInetAddressMask: new type for internet address range...
2011-11-13 Dan Winshipgunixinput/outputstream: fix docs
2011-11-13 Dan WinshipGUnixInputStream, GUnixOutputStream: support ordinary...
2011-11-11 Simon McVittieGDBusWorker: tolerate read errors while closing
2011-11-11 Simon McVittieGDBusWorker: debug on read errors if transport debuggin...
2011-11-11 Simon McVittiegdbus-exit-on-close test: don't leak a variant
2011-11-11 Simon McVittiegdbus-exit-on-close test: optionally be more verbose...
2011-11-09 Dan Winshipgio: more implementations of GFileDescriptorBased
2011-11-07 Dan Winshipgio/tests/proxy: don't use deprecated functions
2011-11-07 Benjamin Ottedocs: Improve g_variant_loop() docs
2011-11-07 Matthias ClasenAdd a test for CDATA in gschema.xml files
2011-11-07 Matthias ClasenAccept CDATA in gschema.xml files
2011-11-03 Matthias ClasenGIO: Don't use G_DISABLE_DEPRECATED for functions
2011-10-27 Aleksander Morgadogdbus: avoid warning when finalizing a GDBusObjectManag...
2011-10-27 David Zeutheng_bus_own_name: fix race when unowning a name immediate...
2011-10-24 Simon McVittieGDBusConnection: document that this object is (meant...
2011-10-24 Simon McVittieGDBusConnection: make the closed flag atomic (but still...
2011-10-24 Simon McVittieGDBusConnection: document which properties are protecte...
2011-10-24 Simon McVittieGDBusConnection: access the exit-on-close flag atomically
2011-10-24 Simon McVittieAnnotate GDBusConnection private functions with thread...
2011-10-21 Ryan LortieGDBusMessage: fix leak of GError
2011-10-21 Simon McVittieGDBusConnection: check for initializedness in most...
2011-10-21 Simon McVittieGDBusConnection: document use while uninitialized as...
2011-10-21 Simon McVittieGDBusConnection: check for initialization where needed...
2011-10-21 Simon McVittieGDBusConnection: replace is_initialized with an atomic...
2011-10-19 Cosimo Cecchidesktop-app-info: annotate g_desktop_app_info_get_keywo...
2011-10-19 Simon McVittiegdbus-non-socket test: avoid use of a GMainContext...
2011-10-19 Simon McVittiegdbus-exit-on-close test: cover more possibilities
2011-10-19 Simon McVittieGDBusWorker: if a read was cancelled it means we closed...
2011-10-19 Simon McVittieRevert "Disable two GDBus tests"
2011-10-18 David Zeuthengio: Introduce get_sort_key() methods on GDrive, GVolum...
2011-10-18 Javier Jardóngio: Use G_VALUE_INIT
2011-10-18 Sjoerd SimonsGDBusConnection: Fix race in /gdbus/connection/life...
2011-10-17 Alexander LarssonFix up testcase broken due to g_thread_new API change
2011-10-17 Chun-wei FanFix gio.symbols
2011-10-17 Ryan Lortiepush G_THREADS_MANDATORY over the cliff
2011-10-17 Ryan Lortiegobject/gio: some last missed statics/inclues
2011-10-17 Ryan Lortiegio static fixups
2011-10-17 Ryan Lortiemore 'static' adding in testcases
2011-10-17 Ryan Lortiecontexts test: don't use deprecated GCond wait API
2011-10-16 Ryan Lortiegitignore
2011-10-16 Matthias ClasenAdd a tests of some GVfs functions
2011-10-16 Matthias ClasenAdd app lauch environment test
2011-10-15 Simon McVittieGDBusConnection: warn that direct access to the stream...
2011-10-15 Torsten SchönfeldAdd two annotations to gio
2011-10-15 Kean JohnstonGIOModule: Use G_SEARCHPATH_SEPARATOR_S instead of ":"
2011-10-15 Dan WinshipGAppLaunchContext: add environment-manipulating functions
2011-10-14 Florian Müllnerdesktop-app-info: Add support for X-GNOME-Keywords
2011-10-13 Ryan Lortieg_thread_new: never fail
2011-10-13 Ryan Lortiethread: nuke the concept of 'joinable'
2011-10-12 Dan Winshipgiomodule: make the default_modules mutex recursive
2011-10-11 Chun-wei FanUse GLIB_DEPRECATED instead of G_GNUC_DEPRECATED in...
2011-10-10 Matthias ClasenDon't use deprecated GThread API in gio tests
2011-10-09 Matthias ClasenAdd G_GNUC_DEPRECATED to deprecated functions in gio
2011-10-08 Antoine Jacoutotgio: enable test_peer regression test for OpenBSD
2011-10-07 David ZeuthenGDBusConnection: Make pending calls error when the...
2011-10-07 Dan WinshipAdd g_main_context_ref_thread_default()
2011-10-05 David ZeuthenGDBus: Regenerate code when the codegen or options...
2011-10-05 Dan WinshipFix up some doc comments that referred to threads not...
2011-10-05 David ZeuthenGDBus: disable two more GDBus tests using fork()
2011-10-05 David ZeuthenGDBusProxy: Correctly handle unknown members when havin...
2011-10-05 Dan Winshipgthreadedresolver: remove a bit of cruft
2011-10-05 Ryan Lortiegdbusprivate: fix a missed g_mutex_free()
2011-10-04 Ryan LortieRemove g_mutex_new()/g_cond_new() in testcases
2011-10-04 Dan WinshipAdd _g_io_module_get_default(), use to simplify other...
2011-10-04 Dan Winshipgsettingsbackend: remove useless check
2011-10-04 Dan Winshipgio/tests/socket-client: fix a crash (and some indentation)
2011-10-04 Chun-wei FanBug 660851: Update GIO for changes in GThread API
2011-10-04 Bastien Nocera[gio] Improve doc for g_file_make_directory_with_parents()
next