summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2009-09-29UpdatesMatthias Clasen1-0/+17
2009-09-29Don't mark test files for translationMatthias Clasen2-1/+1
As pointed out in bug 596064
2009-09-29Fix mime_info_cache_dir_add_desktop_entriesMatthias Clasen1-1/+1
This function tried to avoid adding duplicate entries, but failed due to using the wrong search function. See bug 595972.
2009-09-29Avoid a C99ismMatthias Clasen1-3/+3
Move a variable declaration to the beginning of the block; see bug 596561. Also remove a pointless register declaration.
2009-09-29Improve docs for g_utf16_to_utf8Matthias Clasen1-5/+11
Document that g_utf16_to_utf8 does not validate the resulting UTF-8 string. See bug 596314.
2009-09-29Clarify docs of g_async_result_get_source_objectMatthias Clasen1-5/+6
It returns a new reference. Reported in bug 596748
2009-09-29Avoid critical error in thread check if source is destroyedAlexander Larsson1-1/+1
The source can be destroyed by the time we complete the result, and then the g_source_get_context(current_source) call will cause a critical error. We check for the source being destroyed and avoid the check in that case. This means we miss the right-thread check in this case, but thats merely a helper, so this is not critical.
2009-09-29Updated Bengali translationJamil Ahmed1-1016/+951
2009-09-28Always report metadata on the path, not symlink targetAlexander Larsson1-10/+1
Metadata are really part of the pathname, not the target file (as they are stored by pathname, and for many metadata like icon position etc make not sense using the target data). So, even if nofollow is not specified we should not follow links for metadata. Ideally this should be implemented in the metadata extension in gvfs, but the extension API does not allow this, so we do it in gio. See https://bugzilla.gnome.org/show_bug.cgi?id=593809
2009-09-28Fix up cast in gdb macrosAlexander Larsson1-1/+1
We need to actually assign the casted value somewhere.
2009-09-28Use right soname for gdb autoloaded python filesAlexander Larsson2-2/+2
We need to look at LT_REVISION too to get the right filename. This was just hardcoded to zero before which is obviously wrong.
2009-09-25Updated Hebrew translationYaron Shahrabani1-464/+469
2009-09-24Fix location of gdb macrosMatthias Clasen3-5/+7
These files need to be put in a location that corresponds to the location of the libraries, so we need to take the runtime-libdir path into account.
2009-09-24Bump versionMatthias Clasen1-2/+2
2009-09-23Fall back to inotify_init if inotify_init1 does not workJosselin Mouette1-1/+3
This fixes monitoring failing to work when glib is built on a 2.6.27+ kernel but run on an older one. http://bugs.debian.org/544354 https://bugzilla.gnome.org/show_bug.cgi?id=593775
2009-09-23Parse libtoolize --version more carefullyTor Lillqvist1-1/+4
Some recent versions of libtoolize output a version blurb like: libtoolize (GNU libtool 1.3110 2009-07-01) 2.2.7a Don't get confused by the numbers inside the parens.
2009-09-222.22.02.22.0Matthias Clasen96-19818/+19793
2009-09-22some doc updatesMatthias Clasen1-0/+3
2009-09-22UpdatesMatthias Clasen1-0/+50
2009-09-22Set version to 2.22.0Matthias Clasen1-2/+2
2009-09-22Updated Slovenian translationMatej Urbančič1-5/+4
2009-09-22Updated Slovenian translationMatej Urbančič1-699/+740
2009-09-22gio: Fix some typos in G*AppInfo documentationMart Raudsepp3-11/+11
2009-09-22Accept -? for glib-mkenums.Mart Raudsepp1-1/+1
Commit 789e260638d tried to add support for -?, but there is a typo and instead -h was added when already present instead of -? for one of the cases. It works without this corrections, because all unrecognized options trigger usage showing as well, but this is more correct. This was bug 556706 originally.
2009-09-22gio: Fix a Since tag to actually show up in new API of 2.20 indecesMart Raudsepp1-1/+1
Typo made in e05426062
2009-09-22po/vi.po: fix type "thoạt"Nguyễn Thái Ngọc Duy1-1/+1
2009-09-21Document new gdb macrosAlexander Larsson1-0/+34
2009-09-21Add gforeach gdb commandAlexander Larsson1-0/+84
2009-09-21Add pretty printer for hashtablesAlexander Larsson1-0/+64
2009-09-21Add pretty printing for GList and GSListAlexander Larsson1-0/+77
2009-09-21Initial support for gdb python macrosAlexander Larsson6-2/+375
This includes support for gobject pointer pretty printing and signal frame compression in backtraces. https://bugzilla.gnome.org/show_bug.cgi?id=595619
2009-09-21Updated Traditional Chinese translation(Hong Kong and Taiwan)Chao-Hsiung Liao2-937/+938
2009-09-20Updated Czech translationPetr Kovar1-457/+464
2009-09-20Updated Malayalam TranslationsAni1-74/+76
2009-09-19Updated Catalan translationGil Forcada1-548/+540
2009-09-19Fix build with srcdir != builddir, bug #594597Paolo Borelli1-0/+1
2009-09-18Reduce false positives in static analysisMatthias Clasen1-3/+9
Tools like clang fail to recognize that stanzas like g_return_if_fail (GTK_IS_FOO (w)) guarantee w != NULL. By minimally rewriting the type-checking macros, we can avoid these false positives.
2009-09-18Fix a lot of clang complaintsMatthias Clasen13-84/+35
Mostly dead assignments.
2009-09-18Updated Romanian translationDumitru Mișu Moldovan1-550/+536
2009-09-17Updated Serbian translationMiloš Popović2-1422/+1351
2009-09-17Updated Telugu Translationkrishnababu k1-485/+475
2009-09-17Updated Tamil Translationsifelix1-484/+477
2009-09-16UPdated Galician TranslationFran Diéguez1-474/+472
2009-09-15Updated Bengali India TranslationsRuna Bhattacharjee1-561/+536
2009-09-15Upadted Oriya TranslationManoj Kumar Giri1-487/+477
2009-09-15Updated Thai translation.Theppitak Karoonboonyanan1-3/+2
2009-09-15Updating Assamese translations.Amitakhya Phukan1-26/+16
2009-09-14Update Norwegian bokmål translation.Kjartan Maraas1-459/+465
2009-09-13Updated Simplified Chinese translation.Aron Xu1-542/+540
2009-09-13Updating Translation for PunjabiA S Alam1-482/+474