Updated Italian translation.
[platform/upstream/glib.git] / gio /
2008-03-01 Benjamin Otteclarify docs for g_file_delete().
2008-02-29 Alexander LarssonMake sure empty files get text/plain type (#518720)
2008-02-27 Alexander LarssonFix type warnings
2008-02-27 Alexander LarssonHandle filesystems (like ntfs-3g) that return EEXIST...
2008-02-25 Matthias Clasen2.15.6 GLIB_2_15_6
2008-02-25 Wouter BolsterleeFixup translator comments (#518578).
2008-02-25 Wouter BolsterleeFix a few typos in translator comments and documentation.
2008-02-25 Alexander LarssonAdd translator comments (#518578)
2008-02-25 Alexander LarssonReintroduce g_file_contains_file, keep around for one...
2008-02-25 Alexander LarssonRemove deprecated g_file_contains_file.
2008-02-25 Alexander LarssonEmit actual change signals in an idle handler. This...
2008-02-25 Alexander LarssonRemove type guessing, instead just display mounts in...
2008-02-25 Alexander LarssonMake new strings reuse old ones.
2008-02-25 Alexander LarssonImplement trashing and filesystem::readonly for win32...
2008-02-23 Matthias ClasenAdd new symbols
2008-02-23 Matthias ClasenSmall doc fix
2008-02-22 Alexander LarssonLook at old-style gnome mime icon names too, as many...
2008-02-21 Matthias ClasenDoc fixes
2008-02-21 David ZeuthenImplement this function by moving bits from glocalfilei...
2008-02-21 Alexander LarssonFix doc typo
2008-02-21 Alexander LarssonFix doc typo
2008-02-21 Alexander LarssonAdd more documentation about how GFiles work (from...
2008-02-21 Alexander LarssonAdd new g_file_has_prefix that does the same as g_file_...
2008-02-20 Benjamin Otteeven more cases of not returning in error path
2008-02-20 Benjamin Ottereturn from function in error path.
2008-02-19 Sylvain PascheRemove trailing coma in GMountMountFlags struct
2008-02-18 Alexander LarssonUse g_unlink/g_rename instead of unlink/rename; do...
2008-02-18 Alexander LarssonOpen files with O_BINARY on windows. (#517140)
2008-02-14 Alexander LarssonCorrectly check for HAVE_FCHMOD and HAVE_FCHOWN
2008-02-14 Alexander LarssonCopy permissions with file on copy (#514084) This is...
2008-02-13 Ryan Lortieadd G_FILE_ATTRIBUTE_TRASH_ITEM_COUNT
2008-02-13 Alexander LarssonDefine IN_ONLYDIR if not in header (#515346)
2008-02-12 Alexander LarssonC89 fixes (#515892)
2008-02-11 Matthias Clasen2.15.5 GLIB_2_15_5
2008-02-11 Matthias ClasenAdd g_mount_mount_flags_get_type
2008-02-11 Alexander LarssonCorrectly handle NULL GAttributeMatcher meaning matches...
2008-02-11 Alexander LarssonAdded GMountMountFlags enum and added a flags argument...
2008-02-11 Alexander LarssonAdded new standard::description attribute. Requested...
2008-02-11 Alexander LarssonMinor docs cleanup
2008-02-11 Matthias ClasenAdd more docs
2008-02-11 Matthias ClasenDocumentation additions
2008-02-10 Matthias ClasenConsistently use getmntent_r() and fall back to getmnte...
2008-02-10 Matthias ClasenFix a mismerge
2008-02-10 Matthias Clasen/bin/ksh can't handle a for-loop with no arguments...
2008-02-08 Alexander LarssonAdd g_volume_should_automount. Docs needed.
2008-02-07 Tor Lillqvistlive-g-file won't build on Windows, too Unix-specific.
2008-02-06 Behdad EsfahbodSkip g_bit_*(). Inline functions may end up with a...
2008-02-06 Murray CummingFixed some minor typos in documentation.
2008-02-06 Christian PerschSave errno before calling other funcs that potentially...
2008-02-06 Tomas BzatekNew GIO testing module working over real data
2008-02-06 Tomas BzatekFallback to rename() if link() is not available (when...
2008-02-06 Michael Nattererreplace "icon && G_IS_ICON (icon)" by simply "G_IS_ICON...
2008-02-06 Tomas BzatekDocumentation update of error codes
2008-02-06 Alexander LarssonUpdate to use both mimeapps.list and defaults.list...
2008-02-06 Benjamin OtteFix some typos in the documentation.
2008-02-06 Alexander LarssonDon't succeed with trash if newly created trash dir...
2008-02-05 Alexander LarssonDon't spew warnings when destination is not a GLocalFile.
2008-02-04 Jonathon Jongsmamodify the new_sized() constructor to take a gsize...
2008-02-03 Hans Breuerupdate
2008-02-01 Michael Nattererassign the return value of xdg_mime_list_mime_parents...
2008-02-01 Alexander LarssonActually call the launch_uris method, not launch.
2008-02-01 Alexander LarssonDon't leak appinfo.
2008-02-01 Alexander LarssonOops, fix last commit.
2008-02-01 Alexander LarssonAdd g_app_info_launch_default_for_uri utility function...
2008-02-01 Cosimo CecchiDoc fix for g_app_info_get_default_for_uri_scheme ...
2008-01-30 Alexander LarssonAdd doc comment about uris vs GFiles to g_app_info_launch()
2008-01-30 Alexander LarssonC89 fixes from Jens Granseuer (#512849)
2008-01-30 Alexander LarssonFix gamin/fam difference build issue. (#509419)
2008-01-29 Alexander LarssonAdd G_APP_INFO_CREATE_SUPPORTS_URIS flag
2008-01-29 Alexander Larssongiomodule-priv.h include moved to .c file.
2008-01-29 Alexander LarssonRemove unused prio/name fields.
2008-01-29 Alexander LarssonDon't treat whitespace as control chars.
2008-01-29 Alexander LarssonLazily create the desktop files for appinfos created by
2008-01-29 Alexander LarssonAdded new symbols to gio.symbols
2008-01-29 Alexander LarssonAdd docs
2008-01-29 Alexander LarssonAdd g_file_query_default_handler utility to easily...
2008-01-29 Alexander LarssonMention need to free returned value in g_file_enumerato...
2008-01-29 Alexander LarssonUse list_parents, not get_parents from xdgmime, because...
2008-01-29 Matthias Clasen2.15.4 GLIB_2_15_4
2008-01-28 Alexander LarssonRegister local vfs with prio 0.
2008-01-28 Matthias ClasenDisable some tests
2008-01-28 Alexander LarssonAdd registration hooks for extension points. Register...
2008-01-28 Matthias ClasenDocument new api
2008-01-28 Matthias ClasenDocument new api
2008-01-28 Matthias ClasenFix docs
2008-01-27 Matthias ClasenDeprecate G_GNUC_(PRETTY)_FUNCTION.
2008-01-27 Matthias ClasenAvoid trivial differences in translatable strings
2008-01-27 Murray CummingDocument that the new_etags output gchar* should be...
2008-01-25 Matthias ClasenMake this build with gcc 3.4 (#509419)
2008-01-25 Matthias ClasenDoc updates
2008-01-25 Matthias ClasenMake GIOSchedulerJobFunc return boolean Keep calling...
2008-01-25 Alexander LarssonImplement changes discussed on xdg list. Now we can...
2008-01-25 Alexander LarssonDon't make local copy of desktop file for mimetype...
2008-01-25 Matthias ClasenString fixes
2008-01-25 Matthias ClasenExpand docs
2008-01-24 Alexander LarssonAdd g_drive_get_identifier and g_drive_enumerate_identi...
2008-01-24 Alexander LarssonAdd g_file_copy_async() (#511580) Based on patch from...
2008-01-23 Matthias ClasenSome doc additions
2008-01-22 Alexander LarssonDon't leak basename.
2008-01-22 Alexander LarssonDon't leak GKeyFile
next