Alexander Larsson
2624e7d6c6
Remove unnecessary includes
2009-10-02 12:55:54 +02:00
Alexander Larsson
e1643fd76d
xdgmime - support the new case sensitive flag
2009-10-02 12:55:54 +02:00
Alexander Larsson
7c27df1fee
xdgmime - support cache files with minor version 2
2009-10-02 12:55:54 +02:00
Alexander Larsson
ce239a010e
Read the new glob2 format with case sensitive flags
2009-10-02 12:55:54 +02:00
Tor Lillqvist
5e4a895bb3
Drop the VS8 project files from tarballs as they are unmaintained
2009-10-02 12:43:21 +03:00
Pierre A. Joye
e5734fb875
Update VS9 project files to fix build
...
From bug #596784
2009-10-02 12:34:44 +03:00
Matthias Clasen
e9fe53980b
Fix --runtime-libdir option
...
For stable releases, it needs to take LT_REVISION into account, not
hardcode 0.
2009-09-29 23:08:03 -04:00
Matthias Clasen
eeaf8c5120
Bump version
2009-09-29 23:08:03 -04:00
Matthias Clasen
fffc3d41bd
2.22.1
2009-09-29 23:08:03 -04:00
Matthias Clasen
82c6bf7d8c
Updates
2009-09-29 23:08:02 -04:00
Miloš Popović
0c88408218
Updated Serbian translation
2009-09-30 03:05:31 +00:00
Miloš Popović
b0adce8ab4
Updated Serbian translation
2009-09-30 03:04:05 +00:00
Miloš Popović
b38f091b99
Updated Serbian translation
2009-09-30 03:02:15 +00:00
Matthias Clasen
0c652dc66e
Don't mark test files for translation
...
As pointed out in bug 596064
2009-09-29 20:57:45 -04:00
Matthias Clasen
6555e0171d
Fix mime_info_cache_dir_add_desktop_entries
...
This function tried to avoid adding duplicate entries, but failed
due to using the wrong search function. See bug 595972.
2009-09-29 20:52:26 -04:00
Matthias Clasen
2f93bea177
Avoid a C99ism
...
Move a variable declaration to the beginning of the block; see
bug 596561. Also remove a pointless register declaration.
2009-09-29 20:45:26 -04:00
Matthias Clasen
442dadf311
Improve docs for g_utf16_to_utf8
...
Document that g_utf16_to_utf8 does not validate the resulting
UTF-8 string. See bug 596314.
2009-09-29 20:39:39 -04:00
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