History log of /external/bluetooth/glib/gio/gdesktopappinfo.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
56bbed816852c083d46f68f2df597c1b552a2c8a 04-May-2009 Paul Pogonyshev <pogonyshev@gmx.net> Don't try to ref NULL pointer in g_desktop_app_info_dup()

Fixes bug #573246.
/external/bluetooth/glib/gio/gdesktopappinfo.c
896c3d1b2cff1b73b6634ab66672fe5df81a5749 03-Mar-2009 Alexander Larsson <alexl@redhat.com> Bug 561172 – gnome-open fails on local URIs with anchors

2009-03-03 Alexander Larsson <alexl@redhat.com>

Bug 561172 – gnome-open fails on local URIs with anchors

* gdesktopappinfo.c:
Don't force uris to filenames if the uri has an anchor, because
that would strip the anchor.

* glocalvfs.c:
Strip anchor from file:// uris when creating GFile, since
g_filename_from_uri doesn't handle them.



svn path=/trunk/; revision=7953
/external/bluetooth/glib/gio/gdesktopappinfo.c
fa558d00c35ef06e57376d61e774c115aa9e2748 26-Feb-2009 Alexander Larsson <alexl@redhat.com> Support desktop file key X-GIO-NoFuse which disables use of fuse pathnames

2009-02-26 Alexander Larsson <alexl@redhat.com>

* gdesktopappinfo.c:
Support desktop file key X-GIO-NoFuse which disables
use of fuse pathnames for %u and %U arguments.



svn path=/trunk/; revision=7914
/external/bluetooth/glib/gio/gdesktopappinfo.c
f5483302757a9c03c43e25c86cea4a7bd5aaaf3f 23-Feb-2009 Matthias Clasen <matthiasc@src.gnome.org> Fix "it's" vs "its" confusion throughout the source. Patch by Will

* Fix "it's" vs "its" confusion throughout the source. Patch
by Will Thompson.


svn path=/trunk/; revision=7897
/external/bluetooth/glib/gio/gdesktopappinfo.c
ce9729b2fbfccdbff4c68b52a878b5b6d35b3e0d 19-Jan-2009 Matthias Clasen <matthiasc@src.gnome.org> Expand docs

svn path=/trunk/; revision=7822
/external/bluetooth/glib/gio/gdesktopappinfo.c
2479abee2794f6a0d458e334b4a3a95731800dde 08-Jan-2009 Matthias Clasen <matthiasc@src.gnome.org> Add a G_IO_ERROR_TOO_MANY_OPEN_FILES error code. Requested by Olivier

* gioenums.h: Add a G_IO_ERROR_TOO_MANY_OPEN_FILES error code.
Requested by Olivier Sessink.

* gioerror.c: Translate EMFILE to G_IO_ERROR_TOO_MANY_OPEN_FILES.

* glocalfileenumerator.c: Translate G_FILE_ERROR_MFILE to
G_IO_ERROR_TOO_MANY_OPEN_FILES.


svn path=/trunk/; revision=7782
/external/bluetooth/glib/gio/gdesktopappinfo.c
7943f976d4077db3f14230c299ce78025f4d9e5a 05-Jan-2009 Dan Winship <danw@src.gnome.org> cast a "char **" to "const char **" to avoid a warning.

* gdesktopappinfo.c (update_mimeapps_list): cast a "char **" to
"const char **" to avoid a warning.

* gemblem.c (g_emblem_from_tokens):
* gemblemedicon.c (g_emblemed_icon_from_tokens):
* xdgmime/xdgmime.c (xdg_mime_get_icon): remove unused
variables

svn path=/trunk/; revision=7775
/external/bluetooth/glib/gio/gdesktopappinfo.c
782fe440ef9a9c8e7a8379249779b294d9552a23 31-Dec-2008 Matthias Clasen <matthiasc@src.gnome.org> Add notes about being UNIX-specific

svn path=/trunk/; revision=7756
/external/bluetooth/glib/gio/gdesktopappinfo.c
a44f5f6aaa4e90596e2e32df425a0b19fc34ad52 29-Nov-2008 Matthias Clasen <matthiasc@src.gnome.org> Add g_app_info_get_commandline. Requested by Hans Petter Jansson.

* gio.symbols:
* gappinfo.[hc]: Add g_app_info_get_commandline. Requested
by Hans Petter Jansson.

* gdesktopappinfo.c: And implement it here.


svn path=/trunk/; revision=7706
/external/bluetooth/glib/gio/gdesktopappinfo.c
5e6aea1b2f1946b0f65a781627224bb89029b6ac 28-Nov-2008 Matthias Clasen <mclasen@redhat.com> Bug 559633 – gtk_image_new_from_gicon does not always work for .desktop

2008-11-28 Matthias Clasen <mclasen@redhat.com>

Bug 559633 – gtk_image_new_from_gicon does not always work for
.desktop files

* gdesktopappinfo.c (g_desktop_app_info_new_from_keyfile): Ignore
extensions on icon names. Proposed by Axel von Bertoldi.


svn path=/trunk/; revision=7698
/external/bluetooth/glib/gio/gdesktopappinfo.c
688b2e0ed2fb614c90c7fb0a942c5c3ef8714fa8 28-Nov-2008 Matthias Clasen <matthiasc@src.gnome.org> Only allow deleting files that have been created by

* gdesktopappinfo.c (g_app_info_can_delete): Only allow deleting
files that have been created by g_app_info_create_from_commandline.


svn path=/trunk/; revision=7693
/external/bluetooth/glib/gio/gdesktopappinfo.c
da2ee0c57ff61cc174026aa1506b70ae41381232 24-Oct-2008 Matthias Clasen <matthiasc@src.gnome.org> Fix docs

svn path=/trunk/; revision=7622
/external/bluetooth/glib/gio/gdesktopappinfo.c
6eb38fb4db7a0802774bbd31c66d16bd369ced52 13-Oct-2008 Alexander Larsson <alexl@redhat.com> When adding an application as handling a mime type (but not as the

2008-10-13 Alexander Larsson <alexl@redhat.com>

* gdesktopappinfo.c:
When adding an application as handling a mime type (but
not as the default), copy the full list of desktop ids handling
that type in before adding the new one on the end of the list.
This means we're not accidentally changing the default by overriding
the info from the later directories in the search path.

Also, fixes small leak of removed_entries.



svn path=/trunk/; revision=7595
/external/bluetooth/glib/gio/gdesktopappinfo.c
d8b489853cadaacb788751d37cdc2708c17e1fd6 05-Oct-2008 Pascal Terjan <pterjan@linuxfr.org> Bug 554970 – segfault when update-desktop-database is not available

2008-10-05 Pascal Terjan <pterjan@linuxfr.org>

Bug 554970 – segfault when update-desktop-database is not available
on the system

* gdesktopappinfo.c (run_update_command): Have the error set before
using it.


svn path=/trunk/; revision=7570
/external/bluetooth/glib/gio/gdesktopappinfo.c
04f074281801011c345485c42663f789fed849bc 01-Oct-2008 David Zeuthen <davidz@redhat.com> If possible, always pass FUSE file:// URIs (such as

2008-10-01 David Zeuthen <davidz@redhat.com>

* gdesktopappinfo.c (expand_macro): If possible, always pass FUSE
file:// URIs (such as '/home/davidz/.gvfs/sftp on foo/file.avi')
instead of the gio URI (such as sftp://foo/file.avi) when using
g_app_info_launch() and friends. With a sufficiently recent gvfs,
apps using gio+gvfs will map the FUSE file:// URI back to the gio
URI (and thus bypass the fuse daemon) thanks the patch from bug
#530654. Since Nautilus is an user of g_app_info_launch() it
means that non-gio POSIX apps, such as mplayer, will Just Work(tm)
when launced via the file manager. Win. Fixes bug #528670.

* gappinfo.c: Add some notes about the FUSE POSIX URI <-> GIO URI
mapping to the description of GAppInfo.

2008-10-01 David Zeuthen <davidz@redhat.com>

* README.in: Add "Notes about glib 2.20" section detailing the
ramifications of the patch from bug #528670.


svn path=/trunk/; revision=7566
/external/bluetooth/glib/gio/gdesktopappinfo.c
764e187fd9f1f54a2c622fce2b3e1c0aa4fafdf0 26-Sep-2008 Matthias Clasen <mclasen@redhat.com> Bug 545350 – GAppInfo deletion Bug 545351 – Reset associations for

2008-09-26 Matthias Clasen <mclasen@redhat.com>

Bug 545350 – GAppInfo deletion
Bug 545351 – Reset associations for content type

* gio.symbols:
* gappinfo.[hc]: New functions g_app_info_can_delete,
g_app_info_delete and g_app_info_reset_type_associations.

* gdesktopappinfo.c:
* gwin32appinfo.c: Implementations of these.

* tests/Makefile.am:
* tests/desktop-app-info.c: Tests for GAppInfo functionality.


svn path=/trunk/; revision=7554
/external/bluetooth/glib/gio/gdesktopappinfo.c
5360907e9e777f2dee34f933b7cd5898709255de 26-Sep-2008 Dan Winship <danw@src.gnome.org> add a cast to stop a gcc warning

* gdesktopappinfo.c (get_all_desktop_entries_for_mime_type): add a
cast to stop a gcc warning

* gfile.c (g_file_copy_attributes): add parens to stop a gcc
warning

svn path=/trunk/; revision=7550
/external/bluetooth/glib/gio/gdesktopappinfo.c
130d8f010f41432b35ba9413aaba375381dc07b6 21-Sep-2008 Matthias Clasen <matthiasc@src.gnome.org> Plug a memory leak

svn path=/trunk/; revision=7520
/external/bluetooth/glib/gio/gdesktopappinfo.c
1d627b703f79c7250a9eb6442fd1a81c9c2f5d53 16-Sep-2008 Wouter Bolsterlee <wbolster@svn.gnome.org> Fix trivial typo to unbreak the build (there was a colon instead of a

2008-09-16 Wouter Bolsterlee <wbolster@svn.gnome.org>

* gdesktopappinfo.c (g_desktop_app_info_new_from_keyfile):
Fix trivial typo to unbreak the build (there was a colon
instead of a semicolon at the end of a statement).


svn path=/trunk/; revision=7500
/external/bluetooth/glib/gio/gdesktopappinfo.c
cdded60e29dd76d5c08c05572e064a397be29abd 15-Sep-2008 Matthias Clasen <matthiasc@src.gnome.org> Ignore an empty Path value

svn path=/trunk/; revision=7492
/external/bluetooth/glib/gio/gdesktopappinfo.c
6e3f927901c5da258ea3bbdf9c728ced724ef7f7 14-Sep-2008 Cosimo Cecchi <cosimoc@gnome.org> Bug 551887 – Docs for g_desktop_app_info_new_from_filename () aren't

2008-09-14 Cosimo Cecchi <cosimoc@gnome.org>

Bug 551887 – Docs for g_desktop_app_info_new_from_filename ()
aren't clear.

* gdesktopappinfo.c: add a note in the docs clarifying what the
"filename" parameter really is.

svn path=/trunk/; revision=7481
/external/bluetooth/glib/gio/gdesktopappinfo.c
3d5a13121dfc80bc44d68c96332d567f48c40cca 01-Aug-2008 Matthias Clasen <matthiasc@src.gnome.org> Remove debug spew

svn path=/trunk/; revision=7282
/external/bluetooth/glib/gio/gdesktopappinfo.c
b51d77011c92e973fcf23fd577707ff69513ec5d 28-Jul-2008 Matthias Clasen <mclasen@redhat.com> Bug 545157 – wrong/no list of "open with" applications for .cc and .cpp

2008-07-28 Matthias Clasen <mclasen@redhat.com>

Bug 545157 – wrong/no list of "open with" applications for .cc and
.cpp files

* gdesktopappinfo.c (get_all_desktop_entries_for_mime_type):
Collect all ancestors, not just direct parents. Pointed
out by Bastien Nocera


svn path=/trunk/; revision=7268
/external/bluetooth/glib/gio/gdesktopappinfo.c
acb7f6449a8c553e4e4564cc24ed9916168b7e5f 20-Jul-2008 Matthias Clasen <mclasen@redhat.com> 543504 – crash in Epiphany Web Browser: Opening local file

2008-07-19 Matthias Clasen <mclasen@redhat.com>

543504 – crash in Epiphany Web Browser: Opening local file

* gappinfo.c:
* gasyncresult.c:
* gdesktopappinfo.c:
* gdrive.c:
* gfile.c:
* gicon.c:
* gloadableicon.c:
* gmount.c:
* gseekable.c:
* gvolume.c: Register types thread-safely.
Patch by Christian Persch


svn path=/trunk/; revision=7208
/external/bluetooth/glib/gio/gdesktopappinfo.c
548b2bd02bece4fa9a7faa9129019e2822e27e3e 04-Jul-2008 Matthias Clasen <matthiasc@src.gnome.org> Fix a stupid crash

svn path=/trunk/; revision=7155
/external/bluetooth/glib/gio/gdesktopappinfo.c
9d82224015b23b1138cb4533eb94d408e100124d 02-Jul-2008 Matthias Clasen <matthiasc@src.gnome.org> Add a function to create a GDesktopAppInfo from a GKeyFile. Proposed by

* gio.symbols:
* gdesktopappinfo.[hc]: Add a function to create a
GDesktopAppInfo from a GKeyFile. Proposed by Josselin Mouette.


svn path=/trunk/; revision=7143
/external/bluetooth/glib/gio/gdesktopappinfo.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/gdesktopappinfo.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/gdesktopappinfo.c
9c17697b56501d11b4c653432cc9e290347aa03e 16-Jun-2008 Christian Persch <chpe@src.gnome.org> Use g_set_error_literal where appropriate. Patch from bug #535947.

svn path=/trunk/; revision=7051
/external/bluetooth/glib/gio/gdesktopappinfo.c
8e964bf99a48c6709824d804cb0bd390848bc1fa 16-Apr-2008 Michael Meeks <michael.meeks@novell.com> tolerate an empty TryExec= line without failing; nautilus used to create

2008-04-16 Michael Meeks <michael.meeks@novell.com>

* gdesktopappinfo.c (g_desktop_app_info_new_from_filename):
tolerate an empty TryExec= line without failing; nautilus used
to create launchers with these in previous versions. Fixes #528433


svn path=/trunk/; revision=6853
/external/bluetooth/glib/gio/gdesktopappinfo.c
105dc15a033763d510ff296f9cece59c2ec56f46 09-Apr-2008 Padraig O'Briain <padraig.obriain@sun.com> In g_app_info_create_from_commandline set comment after name. Fixes

2008-04-09 Padraig O'Briain <padraig.obriain@sun.com>

* gdesktopappinfo.c: In g_app_info_create_from_commandline set comment
after name. Fixes #527132.


svn path=/trunk/; revision=6844
/external/bluetooth/glib/gio/gdesktopappinfo.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/gdesktopappinfo.c
d07d500f0af48be77970378b06ed537ebcdf4084 11-Feb-2008 Alexander Larsson <alexl@redhat.com> Minor docs cleanup

2008-02-11 Alexander Larsson <alexl@redhat.com>

* gdesktopappinfo.c:
Minor docs cleanup


svn path=/trunk/; revision=6495
/external/bluetooth/glib/gio/gdesktopappinfo.c
826d8c5b41de02387dbfd5b815765c94d6128eac 11-Feb-2008 Matthias Clasen <matthiasc@src.gnome.org> Documentation additions

svn path=/trunk/; revision=6492
/external/bluetooth/glib/gio/gdesktopappinfo.c
37ac644bd18168330f43f4d52be7e3cbb3415415 06-Feb-2008 Christian Persch <chpe@src.gnome.org> Save errno before calling other funcs that potentially alter it. Bug

* gio/gdesktopappinfo.c: (ensure_dir):
* gio/glocalfile.c: (g_local_file_query_filesystem_info),
(g_local_file_read), (g_local_file_delete), (g_local_file_trash),
(g_local_file_move):
* gio/glocalfileinfo.c: (set_xattr), (_g_local_file_info_get),
(_g_local_file_info_get_from_fd), (set_unix_mode),
(set_unix_uid_gid), (set_symlink), (set_mtime_atime):
* gio/glocalfileinputstream.c: (g_local_file_input_stream_read),
(g_local_file_input_stream_skip),
(g_local_file_input_stream_close),
(g_local_file_input_stream_seek):
* gio/glocalfileoutputstream.c:
(g_local_file_output_stream_write),
(g_local_file_output_stream_close),
(g_local_file_output_stream_seek),
(g_local_file_output_stream_truncate), (copy_file_data),
(handle_overwrite_open):
* gio/gunixinputstream.c: (g_unix_input_stream_read),
(g_unix_input_stream_close), (read_async_cb), (close_async_cb):
* gio/gunixoutputstream.c: (g_unix_output_stream_write),
(g_unix_output_stream_close), (write_async_cb), (close_async_cb):
Save
errno before calling other funcs that potentially alter it. Bug
#514766.

svn path=/trunk/; revision=6466
/external/bluetooth/glib/gio/gdesktopappinfo.c
b4a7d48aadb7aa6a15183ed7178a457d8e723b2e 06-Feb-2008 Alexander Larsson <alexl@redhat.com> Update to use both mimeapps.list and defaults.list as discussed on xdg

2008-02-06 Alexander Larsson <alexl@redhat.com>

* gdesktopappinfo.c:
Update to use both mimeapps.list and
defaults.list as discussed on xdg list.



svn path=/trunk/; revision=6461
/external/bluetooth/glib/gio/gdesktopappinfo.c
a7749bab36a79b509310baf8e479da2bf75d58a0 01-Feb-2008 Alexander Larsson <alexl@redhat.com> Actually call the launch_uris method, not launch.

2008-02-01 Alexander Larsson <alexl@redhat.com>

* gappinfo.c (g_app_info_launch_uris):
Actually call the launch_uris method, not
launch.

2008-02-01 Alexander Larsson <alexl@redhat.com>

* gdesktopappinfo.c (g_desktop_app_info_equal):
Ensure appinfos with no id but same pointer value
compare equal



svn path=/trunk/; revision=6440
/external/bluetooth/glib/gio/gdesktopappinfo.c
cebfe57343603067a3baa6a332a11f2af61f7380 01-Feb-2008 Cosimo Cecchi <cosimoc@svn.gnome.org> Doc fix for g_app_info_get_default_for_uri_scheme () Bug #513483.

2008-02-01 Cosimo Cecchi <cosimoc@svn.gnome.org>

* gdesktopappinfo.c:
Doc fix for g_app_info_get_default_for_uri_scheme ()
Bug #513483.

svn path=/trunk/; revision=6436
/external/bluetooth/glib/gio/gdesktopappinfo.c
692e9086b49fbfb5e1a6066e73a396520568c82a 30-Jan-2008 Alexander Larsson <alexl@redhat.com> Add doc comment about uris vs GFiles to g_app_info_launch()

2008-01-30 Alexander Larsson <alexl@redhat.com>

* gappinfo.c:
Add doc comment about uris vs GFiles to
g_app_info_launch()

* gdesktopappinfo.c:
Ensure uris passed to g_app_info_launch_uris()
are not roundtriped through GFile (as that
may be slightly destructive for e.g. mailto: links)



svn path=/trunk/; revision=6424
/external/bluetooth/glib/gio/gdesktopappinfo.c
6ff29c1deaef7936a535878996f92bf3a499f349 29-Jan-2008 Alexander Larsson <alexl@redhat.com> Add G_APP_INFO_CREATE_SUPPORTS_URIS flag

2008-01-29 Alexander Larsson <alexl@redhat.com>

* gappinfo.h:
* gdesktopappinfo.c:
Add G_APP_INFO_CREATE_SUPPORTS_URIS flag


svn path=/trunk/; revision=6418
/external/bluetooth/glib/gio/gdesktopappinfo.c
e61e022333893730c4e35eccbb402d09f87df2a1 29-Jan-2008 Alexander Larsson <alexl@redhat.com> giomodule-priv.h include moved to .c file.

2008-01-29 Alexander Larsson <alexl@redhat.com>

* gdesktopappinfo.c:
* gdesktopappinfo.h:
giomodule-priv.h include moved to .c file.



svn path=/trunk/; revision=6416
/external/bluetooth/glib/gio/gdesktopappinfo.c
3b78d8000b97d68ef3490a1804c7624c0298bb66 29-Jan-2008 Alexander Larsson <alexl@redhat.com> Lazily create the desktop files for appinfos created by

2008-01-29 Alexander Larsson <alexl@redhat.com>

* gdesktopappinfo.c:
Lazily create the desktop files for appinfos created
by g_app_info_create_from_commandline() when needed
for mime associations. This allows run-time use
of GAppInfo object without creating unnecessary
files on disk.


svn path=/trunk/; revision=6412
/external/bluetooth/glib/gio/gdesktopappinfo.c
431fef861755439c2c060a81a35805cdd023c3df 29-Jan-2008 Alexander Larsson <alexl@redhat.com> Add g_file_query_default_handler utility to easily look up the GAppInfo

2008-01-29 Alexander Larsson <alexl@redhat.com>

* gfile.[ch]:
Add g_file_query_default_handler utility to easily look up
the GAppInfo that handles a file.

* gdesktopappinfo.[ch]:
* giomodule.c:
Set up an extension point for g_app_info_get_default_for_uri_scheme()

* gvfs.c:
Remove unused function



svn path=/trunk/; revision=6409
/external/bluetooth/glib/gio/gdesktopappinfo.c
06d957d95d5a51d6c9254c0753132091c6fa49a8 25-Jan-2008 Alexander Larsson <alexl@redhat.com> Implement changes discussed on xdg list. Now we can add supported

2008-01-25 Alexander Larsson <alexl@redhat.com>

* gdesktopappinfo.c:
Implement changes discussed on xdg list.
Now we can add supported mimetypes by just using defaults.list
We can also remove associations in defaults.list.


svn path=/trunk/; revision=6374
/external/bluetooth/glib/gio/gdesktopappinfo.c
331d373e9aed298481f6b9b500caf9c824f01892 25-Jan-2008 Alexander Larsson <alexl@redhat.com> Don't make local copy of desktop file for mimetype changes if the file

2008-01-25 Alexander Larsson <alexl@redhat.com>

* gdesktopappinfo.c:
Don't make local copy of desktop file
for mimetype changes if the file already
supports the new mimetype.


svn path=/trunk/; revision=6372
/external/bluetooth/glib/gio/gdesktopappinfo.c
61014f7e13c9546d94424599b5c343e4a55c5b01 22-Jan-2008 Alexander Larsson <alexl@redhat.com> Don't leak basename.

2008-01-22 Alexander Larsson <alexl@redhat.com>

* gdesktopappinfo.c:
(g_desktop_app_info_new):
Don't leak basename.


svn path=/trunk/; revision=6356
/external/bluetooth/glib/gio/gdesktopappinfo.c
aa88b00475b8c2fa4b13ee21b73962d6ff5597ce 22-Jan-2008 Alexander Larsson <alexl@redhat.com> Don't leak GKeyFile

2008-01-22 Alexander Larsson <alexl@redhat.com>

* gdesktopappinfo.c:
(g_desktop_app_info_new_from_filename):
Don't leak GKeyFile



svn path=/trunk/; revision=6355
/external/bluetooth/glib/gio/gdesktopappinfo.c
d43b188954d2152136767f9ceae0962243d6d125 10-Jan-2008 A. Walton <awalton@svn.gnome.org> Check for NULL content types.

2008-01-10 A. Walton <awalton@svn.gnome.org>

* gdesktopappinfo.c: (g_app_info_get_all_for_type),
(g_app_info_get_default_for_type):
Check for NULL content types.

svn path=/trunk/; revision=6290
/external/bluetooth/glib/gio/gdesktopappinfo.c
ff068af4171f7959d0a553dc6653f6f3ec882137 06-Jan-2008 Matthias Clasen <matthiasc@src.gnome.org> Documentation additions

svn path=/trunk/; revision=6247
/external/bluetooth/glib/gio/gdesktopappinfo.c
8af463f939730be9236460977878912b856dbb9d 04-Jan-2008 Alexander Larsson <alexl@redhat.com> Add g_app_info_supports_files() Remove desktop arg from

2008-01-04 Alexander Larsson <alexl@redhat.com>

* gappinfo.[ch]:
* gwin32appinfo.c:
* gio.symbols:
Add g_app_info_supports_files()
Remove desktop arg from g_app_info_should_show().

* gdesktopappinfo.[ch]:
Implement g_app_info_supports_files() and new should_show()
Add g_desktop_app_info_set_desktop_env() to set the desktop
for should_show(). (This will be set by gtk+ later)


svn path=/trunk/; revision=6242
/external/bluetooth/glib/gio/gdesktopappinfo.c
4ea56399b61071b70e53ddea4da9919b281d7cbf 31-Dec-2007 Matthias Clasen <mclasen@redhat.com> Don't include NULLs in the list of returned app infos.

2007-12-30 Matthias Clasen <mclasen@redhat.com>

* gdesktopfileinfo.c (g_app_info_get_all): Don't include NULLs
in the list of returned app infos.


svn path=/trunk/; revision=6218
/external/bluetooth/glib/gio/gdesktopappinfo.c
d285f28401bd9f4b8e9ed46ef21ce7b01dfb8ba5 30-Dec-2007 Matthias Clasen <matthiasc@src.gnome.org> Documentation updates

svn path=/trunk/; revision=6211
/external/bluetooth/glib/gio/gdesktopappinfo.c
5f1c3a491aad98c099963432e6cf8f17cf414743 27-Dec-2007 Matthias Clasen <mclasen@redhat.com> Include crt_externs.h. (#505730, Tommi Komulainen)

2007-12-26 Matthias Clasen <mclasen@redhat.com>

* gdesktopappinfo.c: Include crt_externs.h. (#505730,
Tommi Komulainen)



svn path=/trunk/; revision=6206
/external/bluetooth/glib/gio/gdesktopappinfo.c
c58f33940138291ef29fc391030e50e45e7e4782 25-Dec-2007 Matthias Clasen <mclasen@redhat.com> Fix the environment handling. (#504829, Cosimo Cecchi)

2007-12-24 Matthias Clasen <mclasen@redhat.com>

* gdesktopappinfo.c (g_desktop_app_info_launch): Fix the
environment handling. (#504829, Cosimo Cecchi)



svn path=/trunk/; revision=6200
/external/bluetooth/glib/gio/gdesktopappinfo.c
1daa618e0529aed771a7ff5099463e75f721956f 22-Dec-2007 Matthias Clasen <mclasen@redhat.com> Doc improvements

2007-12-22 Matthias Clasen <mclasen@redhat.com>

* gio/gappinfo.c: Doc improvements

* gio/gdesktopappinfo.c (g_app_info_get_all): Return app infos,
not ids.


svn path=/trunk/; revision=6188
/external/bluetooth/glib/gio/gdesktopappinfo.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/gdesktopappinfo.c
2e3f48993ddf2a18eff36f3e4eae10da0207e510 17-Dec-2007 Matthias Clasen <matthiasc@src.gnome.org> Documentation updates

svn path=/trunk/; revision=6138
/external/bluetooth/glib/gio/gdesktopappinfo.c
2f3aef1617b23b636033516361cc3fef06590460 15-Dec-2007 Matthias Clasen <matthiasc@src.gnome.org> Use hash iterators

svn path=/trunk/; revision=6132
/external/bluetooth/glib/gio/gdesktopappinfo.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/gdesktopappinfo.c
355d85b1715e60eb1224b7702f6d2ad6c5974fcf 10-Dec-2007 Matthias Clasen <matthiasc@src.gnome.org> Install gdesktopappinfo as unix-specific api

svn path=/trunk/; revision=6090
/external/bluetooth/glib/gio/gdesktopappinfo.c
ab69ee2945af25672ad4bb48ae6ab5b87f0e06e2 09-Dec-2007 A. Walton <awalton@svn.gnome.org> More documentation cleanup and filling in missing information, bringing

2007-12-09 A. Walton <awalton@svn.gnome.org>

* gdesktopappinfo.c:
* gdrive.c:
* gdrive.h:
* gfile.c:
* gfile.h:
* gfileattribute.c:
* gfileenumerator.c:
* gioerror.c:
* gioscheduler.c:
* gioscheduler.h:
* gloadableicon.c:
* gmemoryinputstream.c:
* gmemoryoutputstream.c:
* goutputstream.h:
* gsimpleasyncresult.c:
More documentation cleanup and filling in missing information,
bringing
GIO to 99% symbol coverage.

svn path=/trunk/; revision=6077
/external/bluetooth/glib/gio/gdesktopappinfo.c
a2ca589703273fca80cb126430a8b058aba3eb52 30-Nov-2007 Matthias Clasen <matthiasc@src.gnome.org> More coding style fixes

svn path=/trunk/; revision=5999
/external/bluetooth/glib/gio/gdesktopappinfo.c
09471fec46619a62fbe9b6e7a7b67c9a421f919e 29-Nov-2007 Matthias Clasen <matthiasc@src.gnome.org> Coding style fixups

svn path=/trunk/; revision=5993
/external/bluetooth/glib/gio/gdesktopappinfo.c
d9594f5709313d6e7a8a4f3e5f3b23fc72017417 28-Nov-2007 Alexander Larsson <alexl@redhat.com> Removed unnecessary file

2007-11-28 Alexander Larsson <alexl@redhat.com>

* Makefile.am:
* gdriveprivate.h:
Removed unnecessary file

* gdesktopappinfo.[ch]:
* gdummyfile.[ch]:
* gfile.c:
* glocaldirectorymonitor.[ch]:
* glocalfile.[ch]:
* glocalfileenumerator.[ch]:
* glocalfileinputstream.[ch]:
* glocalfilemonitor.[ch]:
* glocalfileoutputstream.[ch]:
* glocalvfs.[ch]:
* gnativevolumemonitor.c:
* gpollfilemonitor.[ch]:
* gunionvolumemonitor.[ch]:
* gunixdrive.[ch]:
* gunixvolume.[ch]:
* gunixvolumemonitor.[ch]:
* gvfs.c:
* gvolumeprivate.h:
* inotify/ginotifydirectorymonitor.[ch]:
* inotify/ginotifyfilemonitor.[ch]:
* inotify/inotify-helper.c:
Append _ to all internal functions

* gio.symbols:
Add missing symbols
Export symbols needed for modules


svn path=/trunk/; revision=5977
/external/bluetooth/glib/gio/gdesktopappinfo.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/gdesktopappinfo.c
54e52e099e11e0fd6541ce97c16b9f2dd381eb91 28-Nov-2007 Matthias Clasen <matthiasc@src.gnome.org> More trivial doc fixes

svn path=/trunk/; revision=5968
/external/bluetooth/glib/gio/gdesktopappinfo.c
442e8df1b833e3311a214ae1bf02337b0c831544 28-Nov-2007 Matthias Clasen <matthiasc@src.gnome.org> Clean up some docs

svn path=/trunk/; revision=5966
/external/bluetooth/glib/gio/gdesktopappinfo.c
98c89274e121f6fcee1b049504586dba2f6e2370 28-Nov-2007 Andre Klapper <a9016009@gmx.de> Fix a typo.

2007-11-28 Andre Klapper <a9016009@gmx.de>

* gdesktopappinfo.c: Fix a typo.


svn path=/trunk/; revision=5962
/external/bluetooth/glib/gio/gdesktopappinfo.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/gdesktopappinfo.c