Commit Graph

20088 Commits

Author SHA1 Message Date
22b0149b78 Use g_value_take_string to avoid redundant invoking g_free. 2010-03-25 16:34:46 +01:00
014c28c208 Fix compilation warning: Use GtkWidget instead GtkMenuItem 2010-03-25 14:52:18 +01:00
a0f23e1706 Fix a 64bit issue
Thank you libpng, for typedef unsigned long png_uint_32.
2010-03-25 00:55:15 -04:00
eb42c9e9ce Add notes about gobject-introspection 2010-03-23 11:41:17 -04:00
42ef281ea4 Bump version to 2.20.1 2010-03-23 10:24:51 -04:00
7e36ea7010 2.20.0 2010-03-23 10:18:29 -04:00
f31e6568fa Updated Serbian translations 2010-03-23 10:39:34 +01:00
c02fe1ff28 Bump required version of glib in INSTALL.in, too 2010-03-23 00:21:24 -04:00
909fe7f933 Set version to 2.20.0 2010-03-22 23:30:00 -04:00
3ed737e5fc Another small doc cleanup 2010-03-22 23:15:52 -04:00
f5c6712002 Minor doc cleanup 2010-03-22 23:10:38 -04:00
fb262f51c6 Updates 2010-03-22 18:25:49 -04:00
e46240063e Dutch translation updated by Tino Meinen 2010-03-22 19:34:29 +01:00
a957d4593e 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-03-22 14:11:05 -04:00
3c7b29098c Add a dependency for Gtk-2.0.gir on Gdk-2.0.gir
Another parallel build fix, see bug 610946.
2010-03-22 13:02:24 -04:00
0a0e0a868a 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-03-22 12:53:18 -04:00
086b952267 Updated Basque language 2010-03-22 14:22:35 +01:00
cf491292cc Updated Vietnamese translation 2010-03-22 23:18:44 +10:30
b5e9579d49 Updated Vietnamese translation 2010-03-22 23:18:03 +10:30
095dfd783f Updated Basque language 2010-03-22 13:08:52 +01:00
8b6abfd320 Updated Gujarati translations 2010-03-22 13:04:22 +05:30
01f3dfc2b5 Updated Gujarati Translations 2010-03-22 12:31:13 +05:30
910e68502b Updated Swedish translation 2010-03-21 21:12:28 +01:00
beb3d24a22 Updated Swedish translation 2010-03-21 12:29:31 +01:00
e1114f60b5 Updated Swedish translation 2010-03-21 12:29:31 +01:00
e309bec6ea Updated Finnish translation 2010-03-20 21:56:13 +02:00
782dda6c21 Updated Traditional Chinese translation(Hong Kong and Taiwan) 2010-03-20 20:11:07 +08:00
5f29a679f8 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-03-19 23:24:33 -04:00
8dc4a4f954 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-03-19 14:40:11 +01:00
d2642e7ae3 Updated Brazilian Portuguese Translation 2010-03-18 23:46:13 -03:00
f242258f37 Completed Punjabi Translation by A S Alam 2010-03-19 08:07:20 +05:30
b3112949bd Updated Romanian translation 2010-03-18 22:33:16 +02:00
0e4dc91e32 Estonian translation updated 2010-03-18 16:27:02 +02:00
6ad8909e3c 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-03-17 21:18:31 -04:00
3a65f554c5 Fix a tiny documentation typo 2010-03-17 13:10:17 -04:00
59e5e2dd5b 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-03-17 10:14:24 +01:00
14c9a3a596 More uses of g_strcmp0 2010-03-16 19:16:31 +01:00
839c88fd73 Use g_strcmp0 where it makes sense 2010-03-16 19:01:25 +01:00
590ceded96 Don't get settings unless we need them
Pointed out in bug 613028.
2010-03-16 13:01:18 -04:00
996541d096 Don't crash in DND when the X server doesn't support SHAPE
Reported in bug 612768
2010-03-16 12:35:13 -04:00
e9b4d7c69b Require a new-enough glib 2010-03-15 22:30:57 -04:00
63c21edab7 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-03-15 20:50:07 +01:00
e8c0920494 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-03-14 16:29:42 -04:00
a085bb1f0b 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-03-14 16:11:48 -04:00
f3f44d6650 Update release notes
Add a warning about the change in GtkBuilders id/name handling.
2010-03-14 16:08:51 -04:00
55feb804f0 [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-03-14 15:13:26 -04:00
ab650a1bef Update Galician translation 2010-03-13 21:04:38 +01:00
d7796a4b7a Updated Italian translation 2010-03-13 15:42:07 +01:00
c55e0fc372 Fix tests 2010-03-13 00:49:10 -05:00
11649e4ca7 Updated Italian translation 2010-03-12 22:52:01 +01:00