Matthias Clasen
5fdb169b72
Clarify docs of g_async_result_get_source_object
...
It returns a new reference. Reported in bug 596748
2009-09-29 20:33:39 -04:00
Alexander Larsson
90e1308809
Avoid critical error in thread check if source is destroyed
...
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-29 11:27:15 +02:00
Jamil Ahmed
10c7b3a17e
Updated Bengali translation
2009-09-29 04:01:37 +07:00
Alexander Larsson
6f1ce483eb
Always report metadata on the path, not symlink target
...
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-28 15:55:44 +02:00
Alexander Larsson
70027bf092
Fix up cast in gdb macros
...
We need to actually assign the casted value somewhere.
2009-09-28 15:48:17 +02:00
Alexander Larsson
e657dee578
Use right soname for gdb autoloaded python files
...
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-28 15:48:17 +02:00
Yaron Shahrabani
660035479b
Updated Hebrew translation
2009-09-25 10:39:58 +03:00
Matthias Clasen
cc95c60c69
Fix location of gdb macros
...
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-24 10:26:46 -04:00
Matthias Clasen
dcee4d4a66
Bump version
2009-09-24 10:25:54 -04:00
Josselin Mouette
cc4970cf94
Fall back to inotify_init if inotify_init1 does not work
...
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-23 18:39:45 +02:00
Tor Lillqvist
1a4763e6ef
Parse libtoolize --version more carefully
...
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-23 09:33:48 +03:00
Matthias Clasen
4c633ff0b5
2.22.0
2009-09-22 16:57:08 -04:00
Matthias Clasen
9203da305b
some doc updates
2009-09-22 12:36:50 -04:00
Matthias Clasen
3413e758eb
Updates
2009-09-22 10:37:05 -04:00
Matthias Clasen
74326a3865
Set version to 2.22.0
2009-09-22 09:41:04 -04:00
Matej Urbančič
01ccc9e3ba
Updated Slovenian translation
2009-09-22 12:21:02 +02:00
Matej Urbančič
1c46514d5e
Updated Slovenian translation
2009-09-22 12:15:38 +02:00
Mart Raudsepp
c755a7fd11
gio: Fix some typos in G*AppInfo documentation
2009-09-22 11:22:44 +03:00
Mart Raudsepp
924f1bc528
Accept -? for glib-mkenums.
...
Commit 789e260638
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-22 11:22:44 +03:00
Mart Raudsepp
6c061da2a2
gio: Fix a Since tag to actually show up in new API of 2.20 indeces
...
Typo made in e05426062
2009-09-22 11:22:44 +03:00
Nguyễn Thái Ngọc Duy
7feb4c3631
po/vi.po: fix type "thoạt"
2009-09-22 09:59:13 +07:00
Alexander Larsson
a830fbd62c
Document new gdb macros
2009-09-21 15:39:00 +02:00
Alexander Larsson
42320706c4
Add gforeach gdb command
2009-09-21 15:39:00 +02:00
Alexander Larsson
2b8943237f
Add pretty printer for hashtables
2009-09-21 15:39:00 +02:00
Alexander Larsson
2e8768d9a5
Add pretty printing for GList and GSList
2009-09-21 15:39:00 +02:00
Alexander Larsson
efe9169234
Initial support for gdb python macros
...
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-21 15:39:00 +02:00
Chao-Hsiung Liao
18af48ba9a
Updated Traditional Chinese translation(Hong Kong and Taiwan)
2009-09-21 20:54:02 +08:00
Petr Kovar
652f47fd2a
Updated Czech translation
2009-09-20 22:26:17 +02:00
Ani
5b30a46da4
Updated Malayalam Translations
2009-09-20 21:04:45 +05:30
Gil Forcada
7a010ac2d4
Updated Catalan translation
2009-09-19 18:04:56 +02:00
Paolo Borelli
80f66b1141
Fix build with srcdir != builddir, bug #594597
2009-09-19 10:22:33 +02:00
Matthias Clasen
8b3853b8a1
Reduce false positives in static analysis
...
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-18 19:20:06 -04:00
Matthias Clasen
53fc10d269
Fix a lot of clang complaints
...
Mostly dead assignments.
2009-09-18 19:20:06 -04:00
Dumitru Mișu Moldovan
04d632ccf5
Updated Romanian translation
2009-09-18 00:17:32 +03:00
Miloš Popović
3bfba7924c
Updated Serbian translation
2009-09-17 17:58:52 +00:00
krishnababu k
dd7f660fb7
Updated Telugu Translation
2009-09-17 21:18:57 +05:30
ifelix
256662ddba
Updated Tamil Translations
2009-09-17 15:50:19 +05:30
Fran Diéguez
78c548b506
UPdated Galician Translation
2009-09-16 16:15:05 +02:00
Runa Bhattacharjee
d88b6a3d60
Updated Bengali India Translations
2009-09-15 18:31:49 +05:30
Manoj Kumar Giri
011592af55
Upadted Oriya Translation
2009-09-15 16:22:41 +05:30
Theppitak Karoonboonyanan
ddc85a8b02
Updated Thai translation.
2009-09-15 14:29:36 +07:00
Amitakhya Phukan
3a240a7f71
Updating Assamese translations.
2009-09-15 12:48:50 +05:30
Kjartan Maraas
ef5e66c330
Update Norwegian bokmål translation.
2009-09-14 00:16:51 +02:00
Aron Xu
220bde833a
Updated Simplified Chinese translation.
2009-09-13 15:09:29 +08:00
A S Alam
7e514b6efa
Updating Translation for Punjabi
2009-09-13 08:58:57 +05:30
Ask H. Larsen
e1957bd71c
Updated Danish translation
2009-09-13 03:16:47 +02:00
Bruce Cowan
6366015dec
Updated British English translation
2009-09-12 20:04:29 +01:00
Tommi Vainikainen
a92f10d712
Updated Finnish translation
2009-09-12 19:10:57 +03:00
Tor Lillqvist
410305255d
Remove old crap for fetching the "build" directory from svn
2009-09-12 01:57:46 +03:00
Sjoerd Simons
8667317766
Fix GNetworkAddress skipping addresses when enumerating
...
g_network_address_address_enumerator_next_finish takes the first item of the
address list and moves the pointer to the next one, so we shouldn't do the same
in g_network_address_address_enumerator_next_async function
Fixes bug #593941
2009-09-11 15:25:34 +01:00