Michael Kotsarinis [Wed, 9 Mar 2011 23:36:54 +0000 (01:36 +0200)]
l10n: Updated Greek translation for glib
Martin Nordholts [Tue, 8 Mar 2011 06:36:15 +0000 (07:36 +0100)]
Check availability of linux/magic.h
Check availability of linux/magic.h. It isn't available in Linux
versions before 2.6.19.
Matthias Clasen [Mon, 7 Mar 2011 04:08:46 +0000 (23:08 -0500)]
Improve preconditions in action-related GApplication api
https://bugzilla.gnome.org/show_bug.cgi?id=643780
Matthias Clasen [Mon, 7 Mar 2011 03:37:01 +0000 (22:37 -0500)]
Go back to the old logic in set_expiration
It was more complicated, but also more correct...
Also add a test to ensure that our rounding works as expected.
https://bugzilla.gnome.org/show_bug.cgi?id=643795
Matthias Clasen [Mon, 28 Feb 2011 02:26:42 +0000 (21:26 -0500)]
Forgotten file
Murray Cumming [Sat, 5 Mar 2011 13:51:55 +0000 (14:51 +0100)]
g_application_run(): Add (allow-none) introspection annotation.
Matthias Clasen [Fri, 4 Mar 2011 17:10:06 +0000 (12:10 -0500)]
Some more details about GApplicationFlags
Matthias Clasen [Fri, 4 Mar 2011 17:03:15 +0000 (12:03 -0500)]
Add more GApplication docs
Add more details about ::command-line to the g_application_run docs.
Murray Cumming [Mon, 28 Feb 2011 10:15:13 +0000 (11:15 +0100)]
GApplication: Check more before warning about a missing signal handler.
* gio/application.c (g_application_real_command_line): Check that the
default signal handler is not the current one before complaining, because
it is not unusual for overloads to call the base class implementation as
a matter of habit.
g_application_real_open() and g_application_real_activate() already do this
extra check.
Matthias Clasen [Fri, 4 Mar 2011 06:53:56 +0000 (01:53 -0500)]
GApplication: More documentation tweaks
Matthias Clasen [Fri, 4 Mar 2011 06:36:51 +0000 (01:36 -0500)]
Fix a typo
Ryan Lortie [Fri, 4 Mar 2011 05:57:51 +0000 (00:57 -0500)]
GVariant docs cleanups
Fix some gtk-doc warnings
Ryan Lortie [Wed, 2 Mar 2011 11:15:21 +0000 (06:15 -0500)]
GVariant: add G_VARIANT_TYPE_VARDICT for a{sv}
Matthias Clasen [Fri, 4 Mar 2011 05:27:23 +0000 (00:27 -0500)]
Small doc correction
We don't actually pass @argc to local_command_line().
Matthias Clasen [Fri, 4 Mar 2011 05:12:34 +0000 (00:12 -0500)]
GApplication: Clarify docs for @argv
Clearly state that @argv may be NULL.
https://bugzilla.gnome.org/show_bug.cgi?id=643649
Matthias Clasen [Fri, 4 Mar 2011 05:03:13 +0000 (00:03 -0500)]
GApplication: Beef up the local_command_line() docs
This adds some details, such as the meaning of @argc, @argv and @status,
even though gtk-doc does not make it easy to document vfunc arguments.
Requested in
https://bugzilla.gnome.org/show_bug.cgi?id=643478
Matthias Clasen [Fri, 4 Mar 2011 04:34:49 +0000 (23:34 -0500)]
GApplication: Improve documentation
This commit adds some details regarding platform data.
Matthias Clasen [Fri, 4 Mar 2011 03:40:48 +0000 (22:40 -0500)]
Try harder to explain GApplicationCommandline
Trying to answer some of the questions in
https://bugzilla.gnome.org/show_bug.cgi?id=643468
Will Thompson [Thu, 3 Mar 2011 14:51:41 +0000 (14:51 +0000)]
g_value_array_remove(): clarify docstring formatting
Duarte Loreto [Wed, 2 Mar 2011 01:11:04 +0000 (01:11 +0000)]
Updated Portuguese translation
Yaron Shahrabani [Sun, 27 Feb 2011 20:56:31 +0000 (22:56 +0200)]
Updated Hebrew translation.
Luca Ferretti [Sun, 27 Feb 2011 20:47:44 +0000 (21:47 +0100)]
Updated Italian translation
Changwoo Ryu [Sun, 27 Feb 2011 05:43:34 +0000 (14:43 +0900)]
Updated Korean translation
Bruno Brouard [Fri, 25 Feb 2011 22:53:52 +0000 (23:53 +0100)]
Updated French translation
Matthias Clasen [Fri, 25 Feb 2011 16:13:55 +0000 (11:13 -0500)]
GApplications: Tighten up application-id validity checks
Also add tests for these conditions.
https://bugzilla.gnome.org/show_bug.cgi?id=643197
Matthias Clasen [Fri, 25 Feb 2011 15:41:29 +0000 (10:41 -0500)]
Add some tests for g_hash_table_lookup_extended
Matthias Clasen [Fri, 25 Feb 2011 15:40:39 +0000 (10:40 -0500)]
GHashTable: Clarify g_hash_table_lookup_extended docs
Passing NULL as a key is only ok if your hash and equal functions
can deal with it.
https://bugzilla.gnome.org/show_bug.cgi?id=642944
Matthias Clasen [Fri, 25 Feb 2011 15:10:37 +0000 (10:10 -0500)]
GOptionContext: Warn about invalid arg/flag combinations
This was proposed by Kjell Ahlstedt in bug 642825.
Also adding a few tests for this new behaviour.
Matthias Clasen [Fri, 25 Feb 2011 13:45:28 +0000 (08:45 -0500)]
Treat optional arguments the same for long and short options
This was noticed in bug 642825 and the change was proposed
by Kjell Ahlstedt.
Daniel Mustieles [Thu, 24 Feb 2011 19:36:04 +0000 (20:36 +0100)]
Updated Spanish translation
Chun-wei Fan [Thu, 24 Feb 2011 04:38:51 +0000 (12:38 +0800)]
Fix the VS2010 project generation for GLib
The scripts accently pick up gcc-only source files... this fixes that.
Piotr Drąg [Wed, 23 Feb 2011 21:03:34 +0000 (22:03 +0100)]
Updated Polish translation
Chun-wei Fan [Wed, 23 Feb 2011 06:22:36 +0000 (14:22 +0800)]
Remove uneeded item form VS10 folder
There is no install.vcxproj.filters...oops
Alexander Shopov [Wed, 23 Feb 2011 06:02:23 +0000 (08:02 +0200)]
Updated Bulgarian translation
Matthias Clasen [Wed, 23 Feb 2011 05:13:39 +0000 (00:13 -0500)]
Allow to list keys in all schemas
Make the schema argument to gsettings list-recursively optional.
This allows to search for not exactly known keys by going
gsettings list-recursively | grep 'font'
Cosimo Cecchi [Wed, 23 Feb 2011 03:02:05 +0000 (22:02 -0500)]
application: fix a typo in the docs annotation
Andreas Rottmann [Tue, 22 Feb 2011 14:12:30 +0000 (15:12 +0100)]
Bug 638185 - GIOCondition should be annotated as "flags"
Add a gtk-doc annotation to GIOCondition marking it as a flags type.
Chun-wei Fan [Tue, 22 Feb 2011 12:08:36 +0000 (20:08 +0800)]
Visual C++ 2010 Project Files
These are the actual GLib VS2010 project files (*.vcxproj,
*.vcxproj.filters) and property sheet file (*.props) that are used
to compile the GLib, GModule, GObject, GThread, GIO DLLs, along with
the gspawn-win32-helper* programs, glib-genmarshal utility and
testglib test program. A readme.txt file is also enclosed for
references for building GLib under VS2010.
Note that the project files for GLib, GIO and GObject are templates
that makes use of the autotools items of my last commit so that maintenance
of those files are simplified as new source files are added to these rather
frequently.
Suggestions are welcome for these-please let me know via BugZilla.
Thank you!
Chun-wei Fan [Tue, 22 Feb 2011 11:58:18 +0000 (19:58 +0800)]
Visual C++ 2010 Project Files: autotools files
These are the updates to the autotools files to
ensure the expansion of the GIO, GLib and GObject
project files (*.vcxproj, *.vcxproj.filters) and to
enable the distribution of the VS2010 project files
The actual VS2010 project files will follow shortly
Bruce Cowan [Sun, 20 Feb 2011 16:47:56 +0000 (16:47 +0000)]
Updated British English translation
Vincent Untz [Sun, 20 Feb 2011 09:41:17 +0000 (10:41 +0100)]
appinfo: Do not override system default handler with less specific one
We were considering explicitly configured defaults for parent types
after we already got results for the specific type we're interested in.
This resulted in the explicit default for text/plain to override all
system defaults for subtypes of text/plain, for example. The explicit
default should not apply to subtypes that have a system default.
https://bugzilla.gnome.org/show_bug.cgi?id=642797
Tor Lillqvist [Sat, 19 Feb 2011 23:23:48 +0000 (01:23 +0200)]
Export _glib_get_locale_dir() as it is now used in gio, too
Matthias Clasen [Sat, 19 Feb 2011 21:27:51 +0000 (16:27 -0500)]
Be more forgiving when parsing introspection xml
Accept (and silently ignore) version attributes on <interface>
and <method> elements - these occur in the wild, and ignoring
them does not cost us anything.
Matthias Clasen [Sat, 19 Feb 2011 04:46:09 +0000 (23:46 -0500)]
Add a testcase for bug 637738
Matthias Clasen [Sat, 19 Feb 2011 03:42:24 +0000 (22:42 -0500)]
Document G_VALUE_NOCOPY_CONTENTS
https://bugzilla.gnome.org/show_bug.cgi?id=624943
Matthias Clasen [Sat, 19 Feb 2011 03:35:49 +0000 (22:35 -0500)]
Expand the documentation of g_type_get_qdata()
https://bugzilla.gnome.org/show_bug.cgi?id=613269
Matthias Clasen [Fri, 18 Feb 2011 04:30:45 +0000 (23:30 -0500)]
Updates
Matthias Clasen [Fri, 18 Feb 2011 04:30:29 +0000 (23:30 -0500)]
Bump micro to .2
Lin Ma [Thu, 17 Feb 2011 06:57:37 +0000 (14:57 +0800)]
Fixed bugster
7007407. Do not clear stat info until a node is really
deleted.
Alexander Shopov [Wed, 16 Feb 2011 20:28:00 +0000 (22:28 +0200)]
Updated Bulgarian translation
Colin Walters [Wed, 16 Feb 2011 18:49:20 +0000 (13:49 -0500)]
gdesktopappinfo: Handle g_get_prgname() being NULL
Reported-By: Sebastien Bacher <seb128@ubuntu.com>
https://bugzilla.gnome.org/show_bug.cgi?id=642490
Matthias Clasen [Wed, 16 Feb 2011 06:28:27 +0000 (01:28 -0500)]
Use glibc qsort_r() for g_qsort_with_data()
No point in using an outdated copy that claims to
'work best on a Sun 4/260' when we can just wrap qsort_r...
Stef Walter [Tue, 15 Feb 2011 18:54:53 +0000 (19:54 +0100)]
Better documentation for g_value_dup_object().
State that NULL is returned when value is NULL.
Damien Lespiau [Thu, 30 Sep 2010 16:27:19 +0000 (17:27 +0100)]
gtimezone: Rename shadowing variable 'time' to 'time_'
Matthias Clasen [Wed, 16 Feb 2011 00:50:55 +0000 (19:50 -0500)]
Don't report standard interfaces more than once
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
Matthias Clasen [Wed, 16 Feb 2011 00:49:24 +0000 (19:49 -0500)]
Add a (currently failing) testcase
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
Daniel Mustieles [Tue, 15 Feb 2011 20:32:56 +0000 (21:32 +0100)]
Updated Spanish translation
Luca Ferretti [Tue, 15 Feb 2011 12:02:30 +0000 (13:02 +0100)]
Updated Italian translation
Matthias Clasen [Tue, 15 Feb 2011 07:27:54 +0000 (02:27 -0500)]
Fix memory leaks in the gdbus introspection parser
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
Matthias Clasen [Tue, 15 Feb 2011 05:02:42 +0000 (00:02 -0500)]
Fix bug base in array-test
Matthias Clasen [Tue, 15 Feb 2011 05:02:13 +0000 (00:02 -0500)]
Add a testcase for bug 640489
Ryan Lortie [Tue, 15 Feb 2011 04:21:14 +0000 (23:21 -0500)]
Bug 642052 - g_timeout_add(_seconds) overflow
Fix integer overflow error.
Ryan Lortie [Tue, 15 Feb 2011 04:20:38 +0000 (23:20 -0500)]
Bug 642052: add currently-broken test case
The test case fails for now. It will be fixed by the next commit.
Matthias Clasen [Tue, 15 Feb 2011 00:15:41 +0000 (19:15 -0500)]
More GValue conversion tests
Matthias Clasen [Tue, 15 Feb 2011 00:14:44 +0000 (19:14 -0500)]
Vary the order of unreffing dest and src
For slightly better test coverage.
Matthias Clasen [Tue, 15 Feb 2011 00:13:09 +0000 (19:13 -0500)]
Add schema name in error message
Why not be helpful if it doesn't cost anything...
Yaron Shahrabani [Mon, 14 Feb 2011 05:53:06 +0000 (07:53 +0200)]
Updated Hebrew translation
Matthias Clasen [Mon, 14 Feb 2011 04:47:42 +0000 (23:47 -0500)]
Improve test coverage
Various test additions, mainly in GObject
Matthias Clasen [Sun, 13 Feb 2011 22:37:06 +0000 (17:37 -0500)]
Cosmetic rearrangement
Matthias Clasen [Sun, 13 Feb 2011 03:23:04 +0000 (22:23 -0500)]
Fix the tm.tm_gmtoff check
Matthias Clasen [Sun, 13 Feb 2011 02:08:57 +0000 (21:08 -0500)]
Use g_assert_no_error
The option-context test had its own version.
Fran Diéguez [Sun, 13 Feb 2011 12:58:18 +0000 (13:58 +0100)]
Updated Galician translations
Fran Diéguez [Sun, 13 Feb 2011 12:55:47 +0000 (13:55 +0100)]
Updated Galician translations
Piotr Drąg [Sun, 13 Feb 2011 00:18:41 +0000 (01:18 +0100)]
Updated Polish translation
Changwoo Ryu [Sat, 12 Feb 2011 22:02:24 +0000 (07:02 +0900)]
Update Korean translation
Matthias Clasen [Sat, 12 Feb 2011 17:43:15 +0000 (12:43 -0500)]
Fix a few string mismatches in the Italian translations
Noticed these while testing gsettings translations.
Matthias Clasen [Sat, 12 Feb 2011 17:42:18 +0000 (12:42 -0500)]
Fix some problems with message handling
g_printerr() doesn't append a newline, so we have to consistently
do it everywhere. Also, we cannot call gettext on "", ever.
Matthias Clasen [Sat, 12 Feb 2011 17:30:35 +0000 (12:30 -0500)]
Complete the translation setup for glib-compile-schemas
Matthias Clasen [Sat, 12 Feb 2011 17:26:26 +0000 (12:26 -0500)]
Set up message translation for gdbus
This was only halfway done before and not working.
Matthias Clasen [Sat, 12 Feb 2011 17:09:39 +0000 (12:09 -0500)]
Docs: Mention gettext setup requirements in i18n section
Benjamin Otte [Sat, 12 Feb 2011 17:05:54 +0000 (18:05 +0100)]
doc: Fix typo in previous commit
Yuck. I blame it on the weekend.
Benjamin Otte [Sat, 12 Feb 2011 16:56:34 +0000 (17:56 +0100)]
docs: Fix return value for g_datetime_compare()
Previous code confused dt1 and dt2. The new formulation is stolen from
man strcmp() and g_strcmp0().
Will Thompson [Fri, 11 Feb 2011 19:09:48 +0000 (19:09 +0000)]
GVariant: titlecase ‘Unicode’ in text format docs
Will Thompson [Fri, 11 Feb 2011 19:07:45 +0000 (19:07 +0000)]
GVariant: Correct uint32/64 thinko in text format docs
Ryan Lortie [Fri, 11 Feb 2011 15:27:44 +0000 (10:27 -0500)]
GVariant: doc the format of g_variant_parse/print
Ryan Lortie [Fri, 11 Feb 2011 15:27:44 +0000 (10:27 -0500)]
Branch away from stable, bump to 2.29.0
This is now the unstable branch.
Stable release is on the glib-2-28 branch.
Will Thompson [Fri, 11 Feb 2011 15:18:02 +0000 (15:18 +0000)]
GObject: correct documentation typos
Ryan Lortie [Fri, 11 Feb 2011 15:14:29 +0000 (10:14 -0500)]
GVariant: support NULL for empty arrays in varargs
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.
Runa Bhattacharjee [Fri, 11 Feb 2011 13:31:05 +0000 (19:01 +0530)]
Updated Bengali India Translation
Colin Walters [Fri, 11 Feb 2011 04:42:34 +0000 (23:42 -0500)]
gsettings: Minor typo in previous commit
Ryan Lortie [Wed, 9 Feb 2011 16:55:35 +0000 (11:55 -0500)]
GSettings: add paragraph with performance notes
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.
Matthias Clasen [Tue, 8 Feb 2011 18:21:37 +0000 (13:21 -0500)]
Bump version
Piotr Drąg [Tue, 8 Feb 2011 17:22:44 +0000 (18:22 +0100)]
Updated Polish translation
Matthias Clasen [Tue, 8 Feb 2011 15:05:00 +0000 (10:05 -0500)]
Document new API
Matthias Clasen [Tue, 8 Feb 2011 15:04:36 +0000 (10:04 -0500)]
Fix some parameter mismatches in GVariant docs
Matthias Clasen [Tue, 8 Feb 2011 12:41:49 +0000 (07:41 -0500)]
Avoid more compiler warnings
Matthias Clasen [Tue, 8 Feb 2011 12:35:54 +0000 (07:35 -0500)]
g_date_time_format: drop an unused variable
Matthias Clasen [Tue, 8 Feb 2011 12:33:02 +0000 (07:33 -0500)]
Add release note about GApplication
Matthias Clasen [Tue, 8 Feb 2011 05:00:08 +0000 (00:00 -0500)]
Update NEWS
Matthias Clasen [Tue, 8 Feb 2011 04:53:29 +0000 (23:53 -0500)]
Bump version to 2.28.0