3be389fe96
Bump version to 2.20.1
2010-04-03 20:59:23 -04:00
5a5a24d4dc
2.20.0
2010-04-03 20:59:23 -04:00
39779813ab
Updated Serbian translations
2010-04-03 20:59:20 -04:00
f743b2460a
Bump required version of glib in INSTALL.in, too
2010-04-03 20:59:20 -04:00
cbfdfb8450
Set version to 2.20.0
2010-04-03 20:59:20 -04:00
381d892079
Another small doc cleanup
2010-04-03 20:59:20 -04:00
7431550129
Minor doc cleanup
2010-04-03 20:59:20 -04:00
a22afdb642
Updates
2010-04-03 20:59:20 -04:00
15bc2b787b
Dutch translation updated by Tino Meinen
2010-04-03 20:59:20 -04:00
177973bdfc
Prevent the destruction of the menu label on page removal
...
In certain cases the menu label of a notebook page will be reused after the
page was removed from the notebook, for instance when a page is dragged from
one notebook to another. For such cases make sure that the menu label isn't
destroyed as part of destroying the menu item it was in.
2010-04-03 20:59:19 -04:00
b1ca3163a6
Add a dependency for Gtk-2.0.gir on Gdk-2.0.gir
...
Another parallel build fix, see bug 610946.
2010-04-03 20:59:19 -04:00
2055066d92
introspection: Fix parallel builds
...
One needs to add an explicit dependency between the gir files and the
.la libtool wrapper as this dependency is not added automatically by
Makefile.introspection. Not adding these breaks parallel builds as make
does not wait for the .la to be generated before launching g-ir-scanner.
2010-04-03 20:59:19 -04:00
449bc50b24
Updated Basque language
2010-04-03 20:59:19 -04:00
69e86f56be
Updated Vietnamese translation
2010-04-03 20:59:19 -04:00
472ffe7539
Updated Vietnamese translation
2010-04-03 20:59:19 -04:00
0b0b960122
Updated Basque language
2010-04-03 20:59:19 -04:00
99b6a3df76
Updated Gujarati translations
2010-04-03 20:59:18 -04:00
cf87932bba
Updated Gujarati Translations
2010-04-03 20:59:18 -04:00
984a16df2a
Updated Swedish translation
2010-04-03 20:59:18 -04:00
deb012bd34
Updated Swedish translation
2010-04-03 20:59:18 -04:00
5f7e8547f9
Updated Swedish translation
2010-04-03 20:59:18 -04:00
ad87a23ffe
Updated Finnish translation
2010-04-03 20:59:18 -04:00
637df00c87
Updated Traditional Chinese translation(Hong Kong and Taiwan)
2010-04-03 20:59:17 -04:00
fe34ee4ff3
Avoid spurious notifications from GtkEntry
...
Using gtk_entry_set_buffer() in dispose() causes problematic
notifications, so just get rid of the buffer manually. See bug 613241.
2010-04-03 20:59:17 -04:00
95dbbe2bda
search: update for tracker 0.8 API
...
Tracker 0.8 series (and late 0.7.xx) introduces new API based on SPARQL
query language. The queries here use fulltext search, just like with
with previous tracker versions. Old tracker 0.6 support is still maintained.
2010-04-03 20:59:17 -04:00
e64cc4edeb
Updated Brazilian Portuguese Translation
2010-04-03 20:59:17 -04:00
151c6c2a78
Completed Punjabi Translation by A S Alam
2010-04-03 20:59:17 -04:00
036fa03550
Updated Romanian translation
2010-04-03 20:59:16 -04:00
291e8bd913
Estonian translation updated
2010-04-03 20:59:16 -04:00
643c7c2060
Make menu scrolling work with auto mnemonics
...
The menu scrolling code is not robust against menu repositioning so
we have avoid causing unnecessary recalculations of labels in parent
menuitems.
2010-04-03 20:59:16 -04:00
837b998810
Fix a tiny documentation typo
2010-04-03 20:59:16 -04:00
bc57726d91
Define httpGetHostname() for CUPS 1.1 and lower
...
Function httpGetHostname() is in CUPS since version 1.2, that is why we need
its equivalent for lower versions of CUPS (#610176 ).
2010-04-03 20:59:16 -04:00
add084329c
More uses of g_strcmp0
2010-04-03 20:59:16 -04:00
7a6e782184
Use g_strcmp0 where it makes sense
2010-04-03 20:59:16 -04:00
5f30ba46ea
Don't get settings unless we need them
...
Pointed out in bug 613028.
2010-04-03 20:59:15 -04:00
1f3a57691f
Don't crash in DND when the X server doesn't support SHAPE
...
Reported in bug 612768
2010-04-03 20:59:15 -04:00
4b7b8e513f
Require a new-enough glib
2010-04-03 20:59:15 -04:00
ed9cff6fbb
Fix notify::label emmision in GtkMenuItem
...
Emit notify::label in GtkMenuItem also when label is changed through GtkAction.
Refactor GtkMenuItem and remove duplicated code for GtkLabel creation. Reset
the accel-widget back to the GtkMenuItem itself when there is no action related
to the GtkMenuItem anymore.
Add test for notify::label emmisions.
Fixes bug 612574 - GtkMenuItem does not emit notify::label when label is
changed through GtkAction.
2010-04-03 20:59:15 -04:00
c8ee1927a5
Refixed patch for bug 612505.
...
New patch makes sure to update the display even when
the GtkEntry's buffer is set to NULL, it also breaks the
reference to the buffer in ->dispose() instead of ->finalize().
2010-04-03 20:59:15 -04:00
56c488e690
Improve the behaviour of automatic mnemonics
...
With this change, key events continue to go to an open menu even
when the pointer is moved over a non-selectable menuitem. The mnemonics
are shown and hidden accordingly.
2010-04-03 20:59:15 -04:00
5b20892a3d
Update release notes
...
Add a warning about the change in GtkBuilders id/name handling.
2010-04-03 20:59:15 -04:00
a0508bc64c
[startup notification] Set APPLICATION_ID
...
http://lists.freedesktop.org/archives/xdg/2010-February/011321.html
In addition to ICON, BINARY_NAME etc., it's very helpful if launcher
programs include the name of the .desktop file they're launching.
This is APPLICATION_ID.
https://bugzilla.gnome.org/show_bug.cgi?id=611118
2010-04-03 20:59:14 -04:00
d240b649e7
Update Galician translation
2010-04-03 20:59:14 -04:00
0f90c49440
Updated Italian translation
2010-04-03 20:59:14 -04:00
de1b75aabb
Fix tests
2010-04-03 20:59:14 -04:00
908915c9da
Updated Italian translation
2010-04-03 20:59:14 -04:00
9408915114
Recompute label contents when the buffer changes
...
Also reset cursor positions to avoid assertions.
This fixes bug 612505, patch by Tristan Van Berkom.
2010-04-03 20:59:14 -04:00
df95db7649
Fix gdk_window_set_icon_name
...
A typo kept this from working on toplevel windows.
Reported in bug 612346.
2010-04-03 20:59:14 -04:00
b04186d272
updates
2010-04-03 20:59:13 -04:00
f909f3866f
Remove most G_OBJECT casts in the tutorial
...
This fixes bug 605333.
2010-04-03 20:59:13 -04:00