summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2008-01-142.15.2GLIB_2_15_2Matthias Clasen95-6489/+8342
svn path=/trunk/; revision=6310
2008-01-14Updated Spanish translationJorge Gonzalez Gonzalez2-53/+66
svn path=/trunk/; revision=6309
2008-01-14UpdatesMatthias Clasen2-0/+31
svn path=/trunk/; revision=6308
2008-01-14Don't set error here, since we fallback to polling monitor.Alexander Larsson2-1/+6
2008-01-14 Alexander Larsson <alexl@redhat.com> * gfile.c (g_file_monitor_file): Don't set error here, since we fallback to polling monitor. svn path=/trunk/; revision=6307
2008-01-14Add GError to file monitor callsAlexander Larsson9-21/+65
2008-01-14 Alexander Larsson <alexl@redhat.com> * gfile.[ch]: (g_file_monitor_directory): (g_file_monitor_file): Add GError to file monitor calls * glocaldirectorymonitor.c: * glocaldirectorymonitor.h: * glocalfile.c: * glocalfilemonitor.c: * glocalfilemonitor.h: * gunixmounts.c: Update for above change svn path=/trunk/; revision=6306
2008-01-14Handle root correctly in g_file_get_relative_path (#508719)Alexander Larsson2-0/+13
2008-01-14 Alexander Larsson <alexl@redhat.com> * glocalfile.c: (match_prefix): Handle root correctly in g_file_get_relative_path (#508719) svn path=/trunk/; revision=6305
2008-01-14Clarify docs for g_uri_escape_string (#508773)Alexander Larsson2-0/+12
2008-01-14 Alexander Larsson <alexl@redhat.com> * glib/gurifuncs.c: Clarify docs for g_uri_escape_string (#508773) svn path=/trunk/; revision=6304
2008-01-14Clean up docs and example for GAsyncResult (#508074)Alexander Larsson2-3/+7
2008-01-14 Alexander Larsson <alexl@redhat.com> * gasyncresult.c: Clean up docs and example for GAsyncResult (#508074) svn path=/trunk/; revision=6303
2008-01-13Updated Italian translation.Luca Ferretti2-405/+434
2008-01-13 Luca Ferretti <elle.uca@libero.it> * it.po: Updated Italian translation. svn path=/trunk/; revision=6302
2008-01-12Updated Arabic Translation by Djihed Afifi. Djihed Afifi2-503/+517
svn path=/trunk/; revision=6301
2008-01-12Updated Turkish TranslationBaris Cicek2-600/+604
svn path=/trunk/; revision=6300
2008-01-12Updated Korean translation.Changwoo Ryu2-441/+447
svn path=/trunk/; revision=6299
2008-01-12ALL_LINGUAS: remove line breaks from previous commit to get damned-liesAndre Klapper2-3/+6
2008-01-12 Andre Klapper <a9016009@gmx.de> * configure.in: ALL_LINGUAS: remove line breaks from previous commit to get damned-lies stats correct again. Add Sinhala (si). svn path=/trunk/; revision=6298
2008-01-11Fixed copyright and credit for Asbjoern Pettersen.Tim Janik2-2/+2
svn path=/trunk/; revision=6297
2008-01-11hook up testutils docsMatthias Clasen10-42/+172
svn path=/trunk/; revision=6296
2008-01-11Clarify the sentence about GAsyncReadyCallback, and correct some spellingMurray Cumming2-23/+29
2008-01-11 Murray Cumming <murrayc@murrayc.com> * gfile.c: Clarify the sentence about GAsyncReadyCallback, and correct some spelling mistakes. Bug #508108. svn path=/trunk/; revision=6295
2008-01-11Add a commentMatthias Clasen2-1/+6
svn path=/trunk/; revision=6294
2008-01-11GFileInfo description: Mention how to actually set attributes in a GFileMurray Cumming2-0/+16
2008-01-10 Murray Cumming <murrayc@murrayc.com> * gfileinfo.c: GFileInfo description: Mention how to actually set attributes in a GFile and how to discover which attributes are settable. Bug #508378. svn path=/trunk/; revision=6293
2008-01-11added g_base64_encode()/g_base64_decode() test case by Asbjoern12:55:19 Tim Janik3-0/+243
2008-01-11 12:55:19 Tim Janik <timj@imendio.com> * tests/testingbase64.c: added g_base64_encode()/g_base64_decode() test case by Asbjoern <asbgpe@online.no>. fixed up coding style. svn path=/trunk/; revision=6292
2008-01-11use mv/sed/rm on a temporary file instead of "sed -i" which is not09:00:28 Tim Janik2-4/+9
2008-01-11 09:00:28 Tim Janik <timj@imendio.com> * glib/Makefile.am (install-exec-hook): use mv/sed/rm on a temporary file instead of "sed -i" which is not portable enough. svn path=/trunk/; revision=6291
2008-01-10Check for NULL content types.A. Walton2-2/+13
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
2008-01-10add rpc_pipefs to systemfs list (#508309).Frederic Crozat2-0/+5
2008-01-10 Frederic Crozat <fcrozat@mandriva.com> * gunixmounts.c: add rpc_pipefs to systemfs list (#508309). svn path=/trunk/; revision=6289
2008-01-09updated hebrew translationYair Hershkovitz2-462/+390
svn path=/trunk/; revision=6288
2008-01-09*_async() functions: Several small corrections to the documentation,Murray Cumming2-13/+33
2008-01-09 Murray Cumming <murrayc@murrayc.com> * gfile.c: *_async() functions: Several small corrections to the documentation, mostly correcting copy/paste errors and improving some sentences. svn path=/trunk/; revision=6287
2008-01-09x86_64 fixDan Winship2-1/+5
* glocalfile.c (get_unique_filename): x86_64 fix svn path=/trunk/; revision=6286
2008-01-09Add g_unix_mount_guess_should_display and use for unix volume monitorAlexander Larsson5-1/+48
2008-01-09 Alexander Larsson <alexl@redhat.com> * gio.symbols: * gunixmount.c: * gunixmounts.[ch]: Add g_unix_mount_guess_should_display and use for unix volume monitor backend. This means we more or less show what the gnome-vfs backend did. Based on patch from Padraig O'Briain svn path=/trunk/; revision=6285
2008-01-09Add g_themed_icon_new_with_default_fallbacksAlexander Larsson5-5/+53
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
2008-01-09Updated Spanish translationJorge Gonzalez Gonzalez2-499/+411
svn path=/trunk/; revision=6283
2008-01-09Change the API a bit so that unhandled methods get reported via the reply,Alexander Larsson4-39/+64
2008-01-09 Alexander Larsson <alexl@redhat.com> * gio-marshal.list: * gmountoperation.[ch]: Change the API a bit so that unhandled methods get reported via the reply, rather than by the signal emission return value. This is because some handlers can't know this immediately without doing I/O, and this is an async operation that should not block. svn path=/trunk/; revision=6282
2008-01-09Fix double free crash (#508224) Patch from Joe Marcus ClarkeAlexander Larsson4-5/+9
2008-01-09 Alexander Larsson <alexl@redhat.com> * fam/fam-helper.c: * fam/gfamdirectorymonitor.c: * fam/gfamfilemonitor.c: Fix double free crash (#508224) Patch from Joe Marcus Clarke svn path=/trunk/; revision=6281
2008-01-08Add gio/gio.h include to check for c++ problems.Alexander Larsson2-0/+6
2008-01-08 Alexander Larsson <alexl@redhat.com> * tests/cxx-test.C: Add gio/gio.h include to check for c++ problems. svn path=/trunk/; revision=6280
2008-01-08Remove GDirectoryMonitor referncesAlexander Larsson3-2/+7
2008-01-08 Alexander Larsson <alexl@redhat.com> * gio/gio-docs.xml: * gio/migrating.xml: Remove GDirectoryMonitor refernces svn path=/trunk/; revision=6278
2008-01-07bump versionMatthias Clasen2-1/+3
svn path=/trunk/; revision=6269
2008-01-072.15.1GLIB_2_15_1Matthias Clasen100-12229/+15378
svn path=/trunk/; revision=6267
2008-01-07remove deleted file gio/gdirectorymonitor.cLuca Ferretti3-566/+677
2008-01-07 Luca Ferretti <elle.uca@libero.it> * POTFILES.in: remove deleted file gio/gdirectorymonitor.c * it.po: Updated Italian translation. svn path=/trunk/; revision=6266
2008-01-07UpdatesMatthias Clasen2-2/+5
svn path=/trunk/; revision=6265
2008-01-07Fix warning (#507835)Alexander Larsson2-0/+6
2008-01-07 Alexander Larsson <alexl@redhat.com> * gunixinputstream.c (g_unix_input_stream_skip_finish): Fix warning (#507835) svn path=/trunk/; revision=6264
2008-01-07Pass --internal to glib-genmarshalAlexander Larsson5-11/+22
2008-01-07 Alexander Larsson <alexl@redhat.com> * Makefile.am: Pass --internal to glib-genmarshal * gfilemonitor.c: * gmountoperation.c: * gio-marshal.list: Use better types for signal arguments (#507822) svn path=/trunk/; revision=6263
2008-01-07Build test subdir after . Remove gdirectorymonitor.[ch]Alexander Larsson19-879/+293
2008-01-07 Alexander Larsson <alexl@redhat.com> * Makefile.am: Build test subdir after . Remove gdirectorymonitor.[ch] * gdirectorymonitor.[ch]: * gfilemonitor.c: * gfile.[ch]: * gio.h: Remove GDirectoryMonitor and make GFileMonitor the baseclass for both file and directory monitors. Lift the more generic rate limiting code from GDirectoryMonitor into GFileMonitor. * fam/fam-helper.c: * fam/gfamdirectorymonitor.[ch]: * inotify/ginotifydirectorymonitor.[ch]: * inotify/inotify-helper.c: * glocaldirectorymonitor.[ch]: * glocalfile.c: * gvolumemonitor.c: Update for the removed GDirectoryMonitor. * gmemoryoutputstream.c: Remove ununsed variable svn path=/trunk/; revision=6262
2008-01-07Translation updated by Ivar SmolinPriit Laes2-534/+460
2008-01-07 Priit Laes <plaes at svn dot gnome dot org> * et.po: Translation updated by Ivar Smolin svn path=/trunk/; revision=6261
2008-01-07Translate error stringsAlexander Larsson5-301/+194
2008-01-07 Alexander Larsson <alexl@redhat.com> * gmemoryinputstream.c: Translate error strings * gio.symbols: * gmemoryoutputstream.[ch]: New implementation that avoids using GByteArray in implementation and API. (#506377) svn path=/trunk/; revision=6260
2008-01-07Add gio/test/Makefile to AC_CONFIG_FILESAlexander Larsson2-0/+6
2008-01-07 Alexander Larsson <alexl@redhat.com> * configure.in: Add gio/test/Makefile to AC_CONFIG_FILES svn path=/trunk/; revision=6259
2008-01-07UpdatesMatthias Clasen2-0/+51
svn path=/trunk/; revision=6258
2008-01-07Add some testsMatthias Clasen4-2/+108
svn path=/trunk/; revision=6257
2008-01-07Mark strings for translation.Matthias Clasen3-6/+26
svn path=/trunk/; revision=6256
2008-01-07Add a translator comment (#503051, Pedro de Medeiros)Matthias Clasen2-0/+8
2008-01-06 Matthias Clasen <mclasen@redhat.com> * glib/gregex.c: Add a translator comment (#503051, Pedro de Medeiros) svn path=/trunk/; revision=6255
2008-01-07Cope with gcc 4.3 changed 'extern inline' semantics. (#315437, patch byMatthias Clasen2-1/+23
2008-01-06 Matthias Clasen <mclasen@redhat.com> * glib/gutils.h: Cope with gcc 4.3 changed 'extern inline' semantics. (#315437, patch by Loïc Minier) svn path=/trunk/; revision=6254
2008-01-06Fix fdwalk on OS XMatthias Clasen2-1/+6
svn path=/trunk/; revision=6253
2008-01-06Document new dependenciesMatthias Clasen5-0/+73
svn path=/trunk/; revision=6252
2008-01-06Require glib-2.0Matthias Clasen3-2/+7
svn path=/trunk/; revision=6251