4f0b18d2031c2c9882c2d5a84435b3613f372c4c |
|
21-Oct-2008 |
Alexander Larsson <alexl@redhat.com> |
Bug 555740 - gicon serialization Based on patch from David Zeuthen 2008-10-21 Alexander Larsson <alexl@redhat.com> Bug 555740 - gicon serialization Based on patch from David Zeuthen * gicon.[ch]: * gio.symbols: Add g_icon_to_string() and g_icon_new_for_string(). * gemblem.c: * gemblemedicon.c: * gfileicon.c: * gthemedicon.c: Implement icon serialization for built-in icon types * tests/Makefile.am: * tests/g-icon.c: Added GIcon serialization test svn path=/trunk/; revision=7618
/external/bluetooth/glib/gio/gthemedicon.c
|
4bd7cc6ad77597d47db3107ce878458e086ad396 |
|
06-Aug-2008 |
Paul Pogonyshev <pogonyshev@gmx.net> |
Also handle `PROP_USE_DEFAULT_FALLBACKS'. (g_themed_icon_class_init): Make 2008-08-06 Paul Pogonyshev <pogonyshev@gmx.net> * gthemedicon.c (g_themed_icon_get_property): Also handle `PROP_USE_DEFAULT_FALLBACKS'. (g_themed_icon_class_init): Make `GThemedIcon:use-default-fallbacks' read-write (bug #546483). svn path=/trunk/; revision=7316
/external/bluetooth/glib/gio/gthemedicon.c
|
3d93bf6968884d75dd2706ef85e2014305eb92f2 |
|
01-Jul-2008 |
Cody Russell <bratsche@gnome.org> |
Moved all relevant typedefs into these files. 2008-07-01 Cody Russell <bratsche@gnome.org> * gio/gioenums.h: * gio/giotypes.h: Moved all relevant typedefs into these files. * gio/*.[ch]: Updated wrt added files. Split types into separate file for easier maintainership. (#538564) svn path=/trunk/; revision=7127
/external/bluetooth/glib/gio/gthemedicon.c
|
761424465aaad736916b029383483b6ac419d831 |
|
22-Jun-2008 |
Johan Dahlin <jdahlin@async.com.br> |
Include "config.h" instead of <config.h> Command used: find -name 2008-06-21 Johan Dahlin <jdahlin@async.com.br> * *.[ch]: Include "config.h" instead of <config.h> Command used: find -name \*.[ch]|xargs perl -p -i -e 's/^#include <config.h>/#include "config.h"/g' Rubberstamped by Mitch svn path=/trunk/; revision=7092
/external/bluetooth/glib/gio/gthemedicon.c
|
a4427bfff5d31499dc0b46fa3f734bc92f7d0dd5 |
|
16-Jun-2008 |
Michael Natterer <mitch@imendio.com> |
chain up unconditionally in finalize() and dispose(). Also don't 2008-06-16 Michael Natterer <mitch@imendio.com> * *.c: chain up unconditionally in finalize() and dispose(). Also don't dereference these function pointers when calling them since that has no meaning at all. svn path=/trunk/; revision=7048
/external/bluetooth/glib/gio/gthemedicon.c
|
0f370f9a042214453d9d92ca1daafadb0870aa9e |
|
10-Jun-2008 |
Matthias Clasen <matthiasc@src.gnome.org> |
Add g_themed_icon_prepend_name svn path=/trunk/; revision=6991
/external/bluetooth/glib/gio/gthemedicon.c
|
fd2e57c644ede9cd7d46c0957426be854ae809e8 |
|
11-Mar-2008 |
Alexander Larsson <alexl@redhat.com> |
Fix crashes in new constructor and properties code 2008-03-11 Alexander Larsson <alexl@redhat.com> * gthemedicon.c: Fix crashes in new constructor and properties code svn path=/trunk/; revision=6666
/external/bluetooth/glib/gio/gthemedicon.c
|
83ba7b5fbadd3ba47e7251c257b94c70ec13272b |
|
10-Mar-2008 |
Matthias Clasen <mclasen@redhat.com> |
Add properties to make bindings happy. (#517676, Samuel Cormier-Iijima) 2008-03-10 Matthias Clasen <mclasen@redhat.com> * gthemedicon.c: Add properties to make bindings happy. (#517676, Samuel Cormier-Iijima) svn path=/trunk/; revision=6655
/external/bluetooth/glib/gio/gthemedicon.c
|
5241d96b2188f285dfd60a4b85f9d1cdf7ccb124 |
|
06-Mar-2008 |
Alexander Larsson <alexl@redhat.com> |
Fix sparse warnings (#519489) 2008-03-06 Alexander Larsson <alexl@redhat.com> * gdesktopappinfo.c: * gfilemonitor.c: * gthemedicon.c: * gunionvolumemonitor.c: * gunixmounts.c: * tests/g-file.c: * tests/live-g-file.c: * xdgmime/xdgmimecache.c: Fix sparse warnings (#519489) svn path=/trunk/; revision=6632
/external/bluetooth/glib/gio/gthemedicon.c
|
f3144c7efe8c84f7a00bff9b796d5e73efc151cf |
|
21-Feb-2008 |
Matthias Clasen <matthiasc@src.gnome.org> |
Doc fixes svn path=/trunk/; revision=6554
/external/bluetooth/glib/gio/gthemedicon.c
|
bfda430eff9778c8b2b01c7af8fda19e491c9a7d |
|
21-Feb-2008 |
David Zeuthen <davidz@redhat.com> |
Implement this function by moving bits from glocalfileinfo.c 2008-02-21 David Zeuthen <davidz@redhat.com> * glocalfileinfo.c: (_g_local_file_info_get): * gcontenttype.c: (g_content_type_get_icon): Implement this function by moving bits from glocalfileinfo.c (g_content_type_get_description): Unalias before getting description (#517687) * gfile.c: (g_file_class_init), (g_file_query_filesystem_info_async), (g_file_query_filesystem_info_finish), (query_filesystem_info_data_free), (query_filesystem_info_async_thread), (g_file_real_query_filesystem_info_async), (g_file_real_query_filesystem_info_finish): * gfile.h: Implement async version of g_file_query_filesystem_info() * gfileinfo.h: Add new attributes for filesystem::use-preview * gio.symbols: Update * gthemedicon.c: (g_themed_icon_append_name): * gthemedicon.h: Add new new convenience function. * gunionvolumemonitor.c: (g_union_volume_monitor_dispose), (get_mounts), (get_volumes), (get_connected_drives), (get_volume_for_uuid), (get_mount_for_uuid), (g_union_volume_monitor_init), (populate_union_monitor), (g_volume_monitor_get), (_g_mount_get_for_mount_path), (g_volume_monitor_adopt_orphan_mount): * gvolumemonitor.c: * gvolumemonitor.h: Use recursive locks so it's safe for volume monitor implementations to call into the main volume monitor. Also separate object initialization and volume monitor initialization such that non-native volume monitors can properly adopt their mounts away. svn path=/trunk/; revision=6550
/external/bluetooth/glib/gio/gthemedicon.c
|
d16037e0e7ff12577574ed41be893c90d4b3477c |
|
21-Jan-2008 |
Matthias Clasen <matthiasc@src.gnome.org> |
Documentation updates svn path=/trunk/; revision=6336
/external/bluetooth/glib/gio/gthemedicon.c
|
47b8809e176f4bc7f22768cb45fec47280c4242f |
|
09-Jan-2008 |
Alexander Larsson <alexl@redhat.com> |
Add g_themed_icon_new_with_default_fallbacks 2008-01-09 Alexander Larsson <alexl@redhat.com> * gio.symbols: * gthemedicon.[ch]: Add g_themed_icon_new_with_default_fallbacks * gunixmounts.c: Use default fallbacks for icons svn path=/trunk/; revision=6284
/external/bluetooth/glib/gio/gthemedicon.c
|
0debd52858ffb4f468e55cd2f3c7e4dec5455b94 |
|
18-Dec-2007 |
Matthias Clasen <matthiasc@src.gnome.org> |
Fix up includes in section docs svn path=/trunk/; revision=6149
/external/bluetooth/glib/gio/gthemedicon.c
|
41d1650c9b6b0b8368c0648d2885b83e18020303 |
|
12-Dec-2007 |
Alexander Larsson <alexl@redhat.com> |
Fix up a bunch of details in the docs. 2007-12-12 Alexander Larsson <alexl@redhat.com> * gappinfo.[ch]: * gasyncresult.c: * gbufferedinputstream.c: * gbufferedoutputstream.c: * gcancellable.c: * gcontenttype.c: * gdatainputstream.[ch]: * gdesktopappinfo.c: * gdirectorymonitor.c: * gfile.[ch]: * gfileattribute.[ch]: * gfileicon.[ch]: * gfileinfo.h: * gfileinputstream.h: * gfilemonitor.[ch]: * gfileoutputstream.[ch]: * gfilterinputstream.h: * gfilteroutputstream.h: * gicon.h: * gioscheduler.c: * gloadableicon.[ch]: * gmemoryinputstream.c: * gmountoperation.c: * gthemedicon.c: Fix up a bunch of details in the docs. * glocalfileinfo.c: CR/LF -> LF fixups svn path=/trunk/; revision=6100
/external/bluetooth/glib/gio/gthemedicon.c
|
650c65e892ba6d04bdecf32be16287c3f4dc861e |
|
01-Dec-2007 |
Matthias Clasen <matthiasc@src.gnome.org> |
Doc improvements svn path=/trunk/; revision=6005
/external/bluetooth/glib/gio/gthemedicon.c
|
a2ca589703273fca80cb126430a8b058aba3eb52 |
|
30-Nov-2007 |
Matthias Clasen <matthiasc@src.gnome.org> |
More coding style fixes svn path=/trunk/; revision=5999
/external/bluetooth/glib/gio/gthemedicon.c
|
0c867d344461515213e6e04de9f072e43ea2e646 |
|
29-Nov-2007 |
Andrew Walton <awalton@src.gnome.org> |
Fixes unknown meaning in GAppLaunchContext docs. Clarify asynchronous ops. * gappinfo.c: Fixes unknown meaning in GAppLaunchContext docs. * gfile.c: Clarify asynchronous ops. * gfileattribute.c: Fix entity tag docs. * gicon.c: * gthemedicon.c: Provides missing gtk-doc section, fixes API docs slighly. * gsimpleasyncresult.c: Fill in missing info in docs. * gunixinputstream.c: * gunixoutputstream.c: Be more expressive in short description. * gunixvolume.c: Remove gtk-doc stubs for non-public API. svn path=/trunk/; revision=5994
/external/bluetooth/glib/gio/gthemedicon.c
|
7f3280230bc9448a5750fc17a6eabef691ba25f4 |
|
28-Nov-2007 |
Alexander Larsson <alexl@redhat.com> |
Added. Added. Added. Added. 2007-11-28 Alexander Larsson <alexl@redhat.com> * Makefile.am: * abicheck.sh: Added. * makegioalias.pl: Added. * pltcheck.sh: Added. * gio.symbols: Added. * *.c: * inotify/*.c Initial work on adding symbol handling. * gvfs.h: Correct ifdef guard name * fam/Makefile.am: * inotify/Makefile.am: * xdgmime/Makefile.am: Include toplevel Makefile.decl svn path=/trunk/; revision=5972
/external/bluetooth/glib/gio/gthemedicon.c
|
61582bd91cba508362d0e28db4d6e3f307b27b48 |
|
28-Nov-2007 |
Matthias Clasen <matthiasc@src.gnome.org> |
Another round of trivial doc fixes svn path=/trunk/; revision=5970
/external/bluetooth/glib/gio/gthemedicon.c
|
5247f12f3649726471080440de0d37b78c1cec33 |
|
27-Nov-2007 |
Andrew Walton <awalton@src.gnome.org> |
Bumps documentation to 93% symbol coverage, touching most of the public files. Fixes broken function documentation prototypes. Fixes GCancellable inaccuracies. Removes unnecessary incomplete gtk-doc headers in private files. svn path=/trunk/; revision=5953
/external/bluetooth/glib/gio/gthemedicon.c
|
3781343738de4abddf56982325a77bd70a98cd26 |
|
26-Nov-2007 |
Alexander Larsson <alexl@redhat.com> |
gio/ docs/reference/gio Merged gio-standalone into glib. 2007-11-26 Alexander Larsson <alexl@redhat.com> * Makefile.am: * configure.in: * gio-2.0-uninstalled.pc.in: * gio-2.0.pc.in: * gio-unix-2.0-uninstalled.pc.in: * gio-unix-2.0.pc.in: * gio/ * docs/reference/gio Merged gio-standalone into glib. * glib/glibintl.h: * glib/gutils.c: Export glib_gettext so that gio can use it Add P_ (using same domain for now) Add I_ as g_intern_static_string svn path=/trunk/; revision=5941
/external/bluetooth/glib/gio/gthemedicon.c
|