summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Export _glib_get_locale_dir() as it is now used in gio, tooTor Lillqvist2011-02-204-2/+7
|
* Be more forgiving when parsing introspection xmlMatthias Clasen2011-02-191-0/+4
| | | | | | Accept (and silently ignore) version attributes on <interface> and <method> elements - these occur in the wild, and ignoring them does not cost us anything.
* Add a testcase for bug 637738Matthias Clasen2011-02-181-0/+127
|
* Document G_VALUE_NOCOPY_CONTENTSMatthias Clasen2011-02-182-2/+10
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=624943
* Expand the documentation of g_type_get_qdata()Matthias Clasen2011-02-181-0/+4
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=613269
* UpdatesMatthias Clasen2011-02-171-0/+28
|
* Bump micro to .2Matthias Clasen2011-02-171-1/+1
|
* Fixed bugster 7007407. Do not clear stat info until a node is reallyLin Ma2011-02-173-8/+5
| | | | deleted.
* Updated Bulgarian translationAlexander Shopov2011-02-161-114/+114
|
* gdesktopappinfo: Handle g_get_prgname() being NULLColin Walters2011-02-161-3/+4
| | | | | | Reported-By: Sebastien Bacher <seb128@ubuntu.com> https://bugzilla.gnome.org/show_bug.cgi?id=642490
* Use glibc qsort_r() for g_qsort_with_data()Matthias Clasen2011-02-164-12/+131
| | | | | No point in using an outdated copy that claims to 'work best on a Sun 4/260' when we can just wrap qsort_r...
* Better documentation for g_value_dup_object().Stef Walter2011-02-161-1/+2
| | | | State that NULL is returned when value is NULL.
* gtimezone: Rename shadowing variable 'time' to 'time_'Damien Lespiau2011-02-151-39/+39
|
* Don't report standard interfaces more than onceMatthias Clasen2011-02-151-11/+29
| | | | | | If they have a custom implementation, don't add the canned introspection XML, just rely on the generated XML. Fixes https://bugzilla.gnome.org/show_bug.cgi?id=642042
* Add a (currently failing) testcaseMatthias Clasen2011-02-151-0/+140
| | | | | | This testcase check that we don't report the standard interfaces more than one in the introspection XML, see https://bugzilla.gnome.org/show_bug.cgi?id=642042
* Updated Spanish translationDaniel Mustieles2011-02-151-178/+160
|
* Updated Italian translationLuca Ferretti2011-02-151-462/+326
|
* Fix memory leaks in the gdbus introspection parserMatthias Clasen2011-02-152-113/+68
| | | | | | | We were getting our length zero, yet NULL-terminated arrays in a twist in some places. Stop passing around ignored length arguments at the same time. https://bugzilla.gnome.org/show_bug.cgi?id=635099
* Fix bug base in array-testMatthias Clasen2011-02-151-1/+1
|
* Add a testcase for bug 640489Matthias Clasen2011-02-151-0/+27
|
* Bug 642052 - g_timeout_add(_seconds) overflowRyan Lortie2011-02-141-1/+2
| | | | Fix integer overflow error.
* Bug 642052: add currently-broken test caseRyan Lortie2011-02-142-0/+57
| | | | The test case fails for now. It will be fixed by the next commit.
* More GValue conversion testsMatthias Clasen2011-02-141-1/+30
|
* Vary the order of unreffing dest and srcMatthias Clasen2011-02-141-1/+1
| | | | For slightly better test coverage.
* Add schema name in error messageMatthias Clasen2011-02-141-1/+2
| | | | Why not be helpful if it doesn't cost anything...
* Updated Hebrew translationYaron Shahrabani2011-02-141-104/+104
|
* Improve test coverageMatthias Clasen2011-02-1314-7/+1376
| | | | Various test additions, mainly in GObject
* Cosmetic rearrangementMatthias Clasen2011-02-131-81/+93
|
* Fix the tm.tm_gmtoff checkMatthias Clasen2011-02-131-1/+1
|
* Use g_assert_no_errorMatthias Clasen2011-02-131-41/+31
| | | | The option-context test had its own version.
* Updated Galician translationsFran Diéguez2011-02-131-2/+2
|
* Updated Galician translationsFran Diéguez2011-02-131-60/+60
|
* Updated Polish translationPiotr Drąg2011-02-131-46/+45
|
* Update Korean translationChangwoo Ryu2011-02-131-49/+51
|
* Fix a few string mismatches in the Italian translationsMatthias Clasen2011-02-121-5/+5
| | | | Noticed these while testing gsettings translations.
* Fix some problems with message handlingMatthias Clasen2011-02-121-3/+16
| | | | | g_printerr() doesn't append a newline, so we have to consistently do it everywhere. Also, we cannot call gettext on "", ever.
* Complete the translation setup for glib-compile-schemasMatthias Clasen2011-02-121-0/+12
|
* Set up message translation for gdbusMatthias Clasen2011-02-121-3/+21
| | | | This was only halfway done before and not working.
* Docs: Mention gettext setup requirements in i18n sectionMatthias Clasen2011-02-121-2/+15
|
* doc: Fix typo in previous commitBenjamin Otte2011-02-121-1/+1
| | | | Yuck. I blame it on the weekend.
* docs: Fix return value for g_datetime_compare()Benjamin Otte2011-02-121-2/+2
| | | | | Previous code confused dt1 and dt2. The new formulation is stolen from man strcmp() and g_strcmp0().
* GVariant: titlecase ‘Unicode’ in text format docsWill Thompson2011-02-111-5/+5
|
* GVariant: Correct uint32/64 thinko in text format docsWill Thompson2011-02-111-1/+1
|
* GVariant: doc the format of g_variant_parse/printRyan Lortie2011-02-115-1/+622
|
* Branch away from stable, bump to 2.29.0Ryan Lortie2011-02-111-3/+8
| | | | | | This is now the unstable branch. Stable release is on the glib-2-28 branch.
* GObject: correct documentation typosWill Thompson2011-02-111-2/+2
|
* GVariant: support NULL for empty arrays in varargsRyan Lortie2011-02-113-18/+55
| | | | | | | | | | g_variant_new("as", NULL); now gives an empty array of strings, for example. This was documented as working already, but was never actually implemented (due to the fact that it muddies the water when considering maybe types). It's being implemented now because its convenience to programmers exceeds any damage done to the conceptual purity of the API.
* Updated Bengali India TranslationRuna Bhattacharjee2011-02-111-740/+1536
|
* gsettings: Minor typo in previous commitColin Walters2011-02-101-2/+2
|
* GSettings: add paragraph with performance notesRyan Lortie2011-02-091-0/+17
| | | | | | summary: reads are very fast. writes are fast for you, but expensive for the system, so don't do them except in response to explicit user action.