Chun-wei Fan
abfef39da9
Remove uneeded item form VS10 folder
...
There is no install.vcxproj.filters...oops
2011-02-23 14:22:36 +08:00
Alexander Shopov
1c764f41cc
Updated Bulgarian translation
2011-02-23 08:02:23 +02:00
Matthias Clasen
766d70729b
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'
2011-02-23 00:18:37 -05:00
Cosimo Cecchi
51dd7c5e4a
application: fix a typo in the docs annotation
2011-02-22 22:02:05 -05:00
Andreas Rottmann
fdfb09a793
Bug 638185 - GIOCondition should be annotated as "flags"
...
Add a gtk-doc annotation to GIOCondition marking it as a flags type.
2011-02-22 15:12:30 +01:00
Chun-wei Fan
cd23ae7134
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!
2011-02-22 20:08:36 +08:00
Chun-wei Fan
7b118b0c41
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
2011-02-22 19:58:18 +08:00
Bruce Cowan
aa2ed1dbfb
Updated British English translation
2011-02-20 16:48:48 +00:00
Vincent Untz
f909469e31
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
2011-02-20 16:06:40 +01:00
Tor Lillqvist
1158f9c171
Export _glib_get_locale_dir() as it is now used in gio, too
2011-02-20 01:30:51 +02:00
Matthias Clasen
73af5ab4cf
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.
2011-02-19 16:27:51 -05:00
Matthias Clasen
2c0a8ff4dc
Add a testcase for bug 637738
2011-02-18 23:46:09 -05:00
Matthias Clasen
9dd1f75a41
Document G_VALUE_NOCOPY_CONTENTS
...
https://bugzilla.gnome.org/show_bug.cgi?id=624943
2011-02-18 22:42:24 -05:00
Matthias Clasen
2a1eed20b4
Expand the documentation of g_type_get_qdata()
...
https://bugzilla.gnome.org/show_bug.cgi?id=613269
2011-02-18 22:35:49 -05:00
Matthias Clasen
bb4d6fd1b1
Updates
2011-02-17 23:30:45 -05:00
Matthias Clasen
82388ef3cd
Bump micro to .2
2011-02-17 23:30:29 -05:00
Lin Ma
237df47c5f
Fixed bugster 7007407. Do not clear stat info until a node is really
...
deleted.
2011-02-17 15:07:52 +08:00
Alexander Shopov
48dbfb425d
Updated Bulgarian translation
2011-02-16 22:28:00 +02:00
Colin Walters
a7faf0b16e
gdesktopappinfo: Handle g_get_prgname() being NULL
...
Reported-By: Sebastien Bacher <seb128@ubuntu.com>
https://bugzilla.gnome.org/show_bug.cgi?id=642490
2011-02-16 13:49:20 -05:00
Matthias Clasen
4cda703d8e
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...
2011-02-16 01:28:27 -05:00
Stef Walter
6cd08472b2
Better documentation for g_value_dup_object().
...
State that NULL is returned when value is NULL.
2011-02-16 00:21:27 -05:00
Damien Lespiau
59cbb3a8a3
gtimezone: Rename shadowing variable 'time' to 'time_'
2011-02-15 21:55:38 -05:00
Matthias Clasen
5df049706f
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
2011-02-15 19:50:55 -05:00
Matthias Clasen
6f87ecc14e
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
2011-02-15 19:49:24 -05:00
Daniel Mustieles
470a8dfa1c
Updated Spanish translation
2011-02-15 21:32:56 +01:00
Luca Ferretti
25b2e3cbff
Updated Italian translation
2011-02-15 13:02:30 +01:00
Matthias Clasen
f9ad7baf31
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
2011-02-15 02:29:15 -05:00
Matthias Clasen
b21b3a01c7
Fix bug base in array-test
2011-02-15 00:03:19 -05:00
Matthias Clasen
a46885242b
Add a testcase for bug 640489
2011-02-15 00:03:19 -05:00
Ryan Lortie
c2fbef4125
Bug 642052 - g_timeout_add(_seconds) overflow
...
Fix integer overflow error.
2011-02-14 23:23:33 -05:00
Ryan Lortie
10154d21f0
Bug 642052: add currently-broken test case
...
The test case fails for now. It will be fixed by the next commit.
2011-02-14 23:23:33 -05:00
Matthias Clasen
f1a88e7e42
More GValue conversion tests
2011-02-14 19:20:44 -05:00
Matthias Clasen
cfe8ec429a
Vary the order of unreffing dest and src
...
For slightly better test coverage.
2011-02-14 19:20:44 -05:00
Matthias Clasen
b2919e558b
Add schema name in error message
...
Why not be helpful if it doesn't cost anything...
2011-02-14 19:20:44 -05:00
Yaron Shahrabani
a6f0249d58
Updated Hebrew translation
2011-02-14 07:53:06 +02:00
Matthias Clasen
309f5f978b
Improve test coverage
...
Various test additions, mainly in GObject
2011-02-13 23:49:19 -05:00
Matthias Clasen
1e48bff207
Cosmetic rearrangement
2011-02-13 23:49:19 -05:00
Matthias Clasen
4985088527
Fix the tm.tm_gmtoff check
2011-02-13 23:49:19 -05:00
Matthias Clasen
147139d968
Use g_assert_no_error
...
The option-context test had its own version.
2011-02-13 23:49:18 -05:00
Fran Diéguez
cf3ad6e293
Updated Galician translations
2011-02-13 13:58:18 +01:00
Fran Diéguez
d8a1eac483
Updated Galician translations
2011-02-13 13:55:47 +01:00
Piotr Drąg
18c6e46fd1
Updated Polish translation
2011-02-13 01:18:41 +01:00
Changwoo Ryu
61fec7e821
Update Korean translation
2011-02-13 07:02:24 +09:00
Matthias Clasen
ef6db8f94b
Fix a few string mismatches in the Italian translations
...
Noticed these while testing gsettings translations.
2011-02-12 12:45:25 -05:00
Matthias Clasen
c3334490c7
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.
2011-02-12 12:45:25 -05:00
Matthias Clasen
a536a1f2d7
Complete the translation setup for glib-compile-schemas
2011-02-12 12:45:25 -05:00
Matthias Clasen
7efc12e0d5
Set up message translation for gdbus
...
This was only halfway done before and not working.
2011-02-12 12:45:25 -05:00
Matthias Clasen
deab106457
Docs: Mention gettext setup requirements in i18n section
2011-02-12 12:45:25 -05:00
Benjamin Otte
562f29afdc
doc: Fix typo in previous commit
...
Yuck. I blame it on the weekend.
2011-02-12 18:05:54 +01:00
Benjamin Otte
17eea8fa60
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().
2011-02-12 17:56:34 +01:00