]> Pileus Git - ~andy/gtk/log
~andy/gtk
14 years agoUpdated Basque language
Inaki Larranaga Murgoitio [Mon, 22 Mar 2010 13:22:22 +0000 (14:22 +0100)]
Updated Basque language

14 years agoUpdated Vietnamese translation
Clytie [Mon, 22 Mar 2010 12:48:44 +0000 (23:18 +1030)]
Updated Vietnamese translation

14 years agoUpdated Vietnamese translation
Clytie [Mon, 22 Mar 2010 12:48:03 +0000 (23:18 +1030)]
Updated Vietnamese translation

14 years agoUpdated Basque language
Inaki Larranaga Murgoitio [Mon, 22 Mar 2010 12:08:52 +0000 (13:08 +0100)]
Updated Basque language

14 years agoUpdated Gujarati translations
Sweta Kothari [Mon, 22 Mar 2010 07:34:22 +0000 (13:04 +0530)]
Updated Gujarati translations

14 years agoUpdated Gujarati Translations
Sweta Kothari [Mon, 22 Mar 2010 07:01:13 +0000 (12:31 +0530)]
Updated Gujarati Translations

14 years agoUpdated Swedish translation
Daniel Nylander [Sun, 21 Mar 2010 20:12:28 +0000 (21:12 +0100)]
Updated Swedish translation

14 years agoUpdated Swedish translation
Daniel Nylander [Sun, 21 Mar 2010 11:29:02 +0000 (12:29 +0100)]
Updated Swedish translation

14 years agoUpdated Swedish translation
Daniel Nylander [Sun, 21 Mar 2010 11:02:57 +0000 (12:02 +0100)]
Updated Swedish translation

14 years agoUpdated Finnish translation
Tommi Vainikainen [Sat, 20 Mar 2010 19:55:51 +0000 (21:55 +0200)]
Updated Finnish translation

14 years agoUpdated Traditional Chinese translation(Hong Kong and Taiwan)
Chao-Hsiung Liao [Sat, 20 Mar 2010 12:11:07 +0000 (20:11 +0800)]
Updated Traditional Chinese translation(Hong Kong and Taiwan)

14 years agoAvoid spurious notifications from GtkEntry
Matthias Clasen [Sat, 20 Mar 2010 03:20:38 +0000 (23:20 -0400)]
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.

14 years agosearch: update for tracker 0.8 API
Tomas Bzatek [Fri, 19 Mar 2010 13:40:11 +0000 (14:40 +0100)]
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.

14 years agoUpdated Brazilian Portuguese Translation
Fabrício Godoy [Fri, 19 Mar 2010 02:45:23 +0000 (23:45 -0300)]
Updated Brazilian Portuguese Translation

14 years agoCompleted Punjabi Translation by A S Alam
A S Alam [Fri, 19 Mar 2010 02:37:20 +0000 (08:07 +0530)]
Completed Punjabi Translation by A S Alam

14 years agoUpdated Romanian translation
Dumitru Mișu Moldovan [Thu, 18 Mar 2010 20:33:16 +0000 (22:33 +0200)]
Updated Romanian translation

14 years agoEstonian translation updated
Mattias Põldaru [Thu, 18 Mar 2010 14:27:02 +0000 (16:27 +0200)]
Estonian translation updated

14 years agoMake menu scrolling work with auto mnemonics
Matthias Clasen [Thu, 18 Mar 2010 01:17:38 +0000 (21:17 -0400)]
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.

14 years agoFix a tiny documentation typo
Hiroyuki Ikezoe [Tue, 16 Mar 2010 21:10:18 +0000 (17:10 -0400)]
Fix a tiny documentation typo

14 years agoDefine httpGetHostname() for CUPS 1.1 and lower
Marek Kasik [Wed, 17 Mar 2010 09:14:24 +0000 (10:14 +0100)]
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).

14 years agoMore uses of g_strcmp0
Javier Jardón [Tue, 16 Mar 2010 18:16:31 +0000 (19:16 +0100)]
More uses of g_strcmp0

14 years agoUse g_strcmp0 where it makes sense
Rafal Luzynski [Sat, 9 Jan 2010 00:15:55 +0000 (01:15 +0100)]
Use g_strcmp0 where it makes sense

14 years agoDon't get settings unless we need them
Hiroyuki Ikezoe [Tue, 16 Mar 2010 17:01:18 +0000 (13:01 -0400)]
Don't get settings unless we need them

Pointed out in bug 613028.

14 years agoDon't crash in DND when the X server doesn't support SHAPE
Matthias Clasen [Tue, 16 Mar 2010 16:35:13 +0000 (12:35 -0400)]
Don't crash in DND when the X server doesn't support SHAPE

Reported in bug 612768

14 years agoRequire a new-enough glib
Matthias Clasen [Mon, 15 Mar 2010 13:18:47 +0000 (09:18 -0400)]
Require a new-enough glib

14 years agoFix notify::label emmision in GtkMenuItem
Jan Arne Petersen [Thu, 11 Mar 2010 14:40:55 +0000 (15:40 +0100)]
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.

14 years agoRefixed patch for bug 612505.
Tristan Van Berkom [Sun, 14 Mar 2010 19:23:55 +0000 (15:23 -0400)]
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().

14 years agoImprove the behaviour of automatic mnemonics
Matthias Clasen [Sun, 14 Mar 2010 20:11:48 +0000 (16:11 -0400)]
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.

14 years agoUpdate release notes
Matthias Clasen [Sun, 14 Mar 2010 13:03:13 +0000 (09:03 -0400)]
Update release notes

Add a warning about the change in GtkBuilders id/name handling.

14 years ago[startup notification] Set APPLICATION_ID
Colin Walters [Sat, 13 Mar 2010 23:10:25 +0000 (18:10 -0500)]
[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

14 years agoUpdate Galician translation
Fran Diéguez [Sat, 13 Mar 2010 20:04:38 +0000 (21:04 +0100)]
Update Galician translation

14 years agoUpdated Italian translation
Luca Ferretti [Sat, 13 Mar 2010 14:42:07 +0000 (15:42 +0100)]
Updated Italian translation

14 years agoFix tests
Matthias Clasen [Sat, 13 Mar 2010 05:47:59 +0000 (00:47 -0500)]
Fix tests

14 years agoUpdated Italian translation
Luca Ferretti [Fri, 12 Mar 2010 21:52:01 +0000 (22:52 +0100)]
Updated Italian translation

14 years agoRecompute label contents when the buffer changes
Matthias Clasen [Fri, 12 Mar 2010 20:58:11 +0000 (15:58 -0500)]
Recompute label contents when the buffer changes

Also reset cursor positions to avoid assertions.
This fixes bug 612505, patch by Tristan Van Berkom.

14 years agoFix gdk_window_set_icon_name
Matthias Clasen [Fri, 12 Mar 2010 20:52:36 +0000 (15:52 -0500)]
Fix gdk_window_set_icon_name

A typo kept this from working on toplevel windows.
Reported in bug 612346.

14 years agoupdates
Matthias Clasen [Fri, 12 Mar 2010 04:07:49 +0000 (23:07 -0500)]
updates

14 years agoRemove most G_OBJECT casts in the tutorial
Christian Dywan [Fri, 12 Mar 2010 20:04:50 +0000 (21:04 +0100)]
Remove most G_OBJECT casts in the tutorial

This fixes bug 605333.

14 years agoReword explanation of delete-event and destroy
Christian Dywan [Fri, 12 Mar 2010 20:03:35 +0000 (21:03 +0100)]
Reword explanation of delete-event and destroy

14 years agoSpell delete-event with hyphen and don't cast to G_OBJECT
Christian Dywan [Fri, 12 Mar 2010 20:02:42 +0000 (21:02 +0100)]
Spell delete-event with hyphen and don't cast to G_OBJECT

14 years agoImprove docs of gtk_notebook_set_tab_label_packing
Christian Dywan [Fri, 12 Mar 2010 16:50:42 +0000 (17:50 +0100)]
Improve docs of gtk_notebook_set_tab_label_packing

Use the term tab label rather than bookmark and point out
that packing type is deprecated.

Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=612575
14 years agoCheck for __MINGW64__ and not __MINGW64
Tor Lillqvist [Fri, 12 Mar 2010 09:44:32 +0000 (11:44 +0200)]
Check for __MINGW64__ and not __MINGW64

Should fix bug #612308.

14 years agoImprove GTK_WIDGET_FLAGS() deprecation documentation
Javier Jardón [Fri, 5 Mar 2010 18:22:12 +0000 (19:22 +0100)]
Improve GTK_WIDGET_FLAGS() deprecation documentation

Also, use GTK_OBJECT_FLAGS() instead.
Note that some internal code still uses GTK_WIDGET_FLAGS().

https://bugzilla.gnome.org/show_bug.cgi?id=69872

14 years agoFix definition of GTK_VOLUME_BUTTON_CLASS cast
Christian Dywan [Thu, 11 Mar 2010 14:26:06 +0000 (15:26 +0100)]
Fix definition of GTK_VOLUME_BUTTON_CLASS cast

There is an extra 'e' there.

14 years agoFix introspection on return value transfer for gtk_clipboard_get*
Alan Knowles [Wed, 10 Mar 2010 14:21:52 +0000 (22:21 +0800)]
Fix introspection on return value transfer for gtk_clipboard_get*

ownership transfer set to none for clipboard get methods

14 years agoFix gtk_text_tag_table_lookup transfer introspection notes
Alan Knowles [Wed, 10 Mar 2010 14:13:53 +0000 (22:13 +0800)]
Fix gtk_text_tag_table_lookup transfer introspection notes

transfer should be none for return value of gtk_text_tag_table_lookup

14 years agoUpdated Spanish translation
Jorge González [Wed, 10 Mar 2010 07:59:18 +0000 (08:59 +0100)]
Updated Spanish translation

14 years agoUpdated Spanish translation
Jorge González [Wed, 10 Mar 2010 07:55:17 +0000 (08:55 +0100)]
Updated Spanish translation

14 years agoUpdated Catalan translation
David Planella [Tue, 9 Mar 2010 19:01:39 +0000 (20:01 +0100)]
Updated Catalan translation

14 years agoBump version
Matthias Clasen [Tue, 9 Mar 2010 18:56:16 +0000 (13:56 -0500)]
Bump version

14 years ago2.19.7
Matthias Clasen [Tue, 9 Mar 2010 18:52:34 +0000 (13:52 -0500)]
2.19.7

14 years agoUpdates
Matthias Clasen [Tue, 9 Mar 2010 17:07:35 +0000 (12:07 -0500)]
Updates

14 years agoFix compilation warning: use entry var correctly initilized
Javier Jardón [Tue, 9 Mar 2010 16:14:50 +0000 (17:14 +0100)]
Fix compilation warning: use entry var correctly initilized

The warning was added in
commit c744594b2099d03af6b7654de6c8ed5565acd1a9

14 years agoRemove conflicting legacy compose sequences in favour of X.org sequences
Matthias Clasen [Tue, 9 Mar 2010 07:23:39 +0000 (02:23 -0500)]
Remove conflicting legacy compose sequences in favour of X.org sequences

Patch by Jeroen Hoek. See bug 557420 for a prolonged discussion.
Quick summary of the removed sequences:

<Multi_key> <asciicircum> <0>
Consistency. <Multi_key> <asciicircum> [1..9] gives the superscript digit,
legacy sequence for zero is inconsistent.

<Multi_key> <c> <o>
<Multi_key> <c> <O>
Consistency. <Multi_key> <c> [:letter:] already gives vowel plus caron, legacy
sequence for c is inconsistent.

<Multi_key> <comma> <e>
<Multi_key> <comma> <E>
Consistency. <Multi_key> <comma> [:letter:] is for letter with cedilla,
<Multi_key> <semicolon> [:letter:] is for letter with ogolek

<Multi_key> <C> <slash>
<Multi_key> <slash> <C>
Unintuitive. ¢ is visually a vertical bar through a lowercase c, not a slash
through an uppercase C. ₡ has no alternatives, whilst ¢ can be typed as
<Multi_key> <bar> <c>.

<Multi_key> <d> <minus>
đ can be input through <Multi_key> <minus> <d>. <Multi_key> <d> <minus> is used
for ₫.

<Multi_key> <equal> <L>
<Multi_key> <L> <equal>
Unintuitive. ₤ has two dashes, £ one; therefore L + = > ₤, and L + - = £.

<Multi_key> <exclam> <s>
<Multi_key> <exclam> <S>
Consistency. <Multi_key> <exclam> [:letter:] is used for letter with dot below.
§ can be input using <Multi_key> <o> <s>.

<Multi_key> <period> <period>
Might need an alternative for ˙, but … (upstream) has no alternative either.

<Multi_key> <underscore> <a>
<Multi_key> <underscore> <A>
<Multi_key> <underscore> <o>
<Multi_key> <underscore> <O>
Consistency. <Multi_key> <underscore> [:vowel:] gives vowel with macron for ȳ ū
ī ē too.

<Multi_key> <minus> <d>
<Multi_key> <minus> <D>
<Multi_key> <o> <e>
<Multi_key> <O> <E>
Redundant. In upstream as is.

14 years agoRegenerated compose tables
Matthias Clasen [Tue, 9 Mar 2010 07:15:20 +0000 (02:15 -0500)]
Regenerated compose tables

Now without non-BMP keysyms.

14 years agoUpdates to the compose-parse.py script
Matthias Clasen [Tue, 9 Mar 2010 07:12:33 +0000 (02:12 -0500)]
Updates to the compose-parse.py script

Get gdkkeysyms.h from git, instead of the outdated copy from svn.
Get Unicode 5.2.0 data. Fix a few issues with missing keysyms in
keysyms.txt. Make the filtering of non-BMP keysyms work.

14 years agoAdd some keysyms missing from keysyms.txt
Matthias Clasen [Tue, 9 Mar 2010 05:54:08 +0000 (00:54 -0500)]
Add some keysyms missing from keysyms.txt

14 years agofix file permissions
Matthias Clasen [Tue, 9 Mar 2010 05:52:26 +0000 (00:52 -0500)]
fix file permissions

14 years agoAdd some more annotation to the DND api
Matthias Clasen [Tue, 9 Mar 2010 05:12:57 +0000 (00:12 -0500)]
Add some more annotation to the DND api

14 years agoFix file chooser refcounting issues
Matthias Clasen [Tue, 9 Mar 2010 04:56:43 +0000 (23:56 -0500)]
Fix file chooser refcounting issues

This was reported in bug 600992.

14 years agoAdd missing colons
Matthias Clasen [Tue, 9 Mar 2010 02:34:17 +0000 (21:34 -0500)]
Add missing colons

14 years agoDocument the use of NULL in gtk_window_set_transient_for
Christian Dywan [Tue, 9 Mar 2010 02:22:54 +0000 (21:22 -0500)]
Document the use of NULL in gtk_window_set_transient_for

This fixes bug 611319.

14 years agoMinor doc clarification for gdk_drag_begin
Matthias Clasen [Tue, 9 Mar 2010 01:59:27 +0000 (20:59 -0500)]
Minor doc clarification for gdk_drag_begin

Mention that targets is a list of atoms. Bug 611317.

14 years agoDon't use GTK_WIDGET_STATE in internal code anymore
Javier Jardón [Wed, 3 Mar 2010 20:49:33 +0000 (21:49 +0100)]
Don't use GTK_WIDGET_STATE in internal code anymore

Use gtk_widget_get/set_state() instead

https://bugzilla.gnome.org/show_bug.cgi?id=69872

14 years agoRemove obsolete translator comments
Matthias Clasen [Tue, 9 Mar 2010 01:14:37 +0000 (20:14 -0500)]
Remove obsolete translator comments

Reported in bug 611217

14 years agoAdd accessible alternatives to entry icon functionality
Matthias Clasen [Tue, 9 Mar 2010 00:59:24 +0000 (19:59 -0500)]
Add accessible alternatives to entry icon functionality

Inspired by the complaint in bug 611051.

14 years agoAdd introspection annotations to gtk_drag_(source|dest)_set
Matthias Clasen [Tue, 9 Mar 2010 00:21:32 +0000 (19:21 -0500)]
Add introspection annotations to gtk_drag_(source|dest)_set

Also move docs inline at the same time. Bug 610905.

14 years agoUpdate release HOWTO
Ryan Lortie [Mon, 8 Mar 2010 17:11:33 +0000 (12:11 -0500)]
Update release HOWTO

- 'cvs' -> 'git'
- gnome-hackers is now closed.  Reply-to: desktop-devel-list instead.

14 years agoDon't scroll to insert after middle-click paste
Matthias Clasen [Mon, 8 Mar 2010 16:25:26 +0000 (11:25 -0500)]
Don't scroll to insert after middle-click paste

Patch by Ignacio Casal Quinteiro, bug 612119.

14 years agoFix an infinite loop in gtk_dialog_map()
Matthias Clasen [Mon, 8 Mar 2010 15:36:11 +0000 (10:36 -0500)]
Fix an infinite loop in gtk_dialog_map()

The new focus handling with links in labels tripped up the code
that tries to avoid focussing labels. Bug 612066

14 years agoUpdated LowGerman translation
Nils-Christoph Fiedler [Mon, 8 Mar 2010 10:41:52 +0000 (11:41 +0100)]
Updated LowGerman translation

14 years agoUpdated LowGerman translation
Nils-Christoph Fiedler [Mon, 8 Mar 2010 10:37:14 +0000 (11:37 +0100)]
Updated LowGerman translation

14 years agoUpdated LowGerman translation
Nils-Christoph Fiedler [Mon, 8 Mar 2010 10:37:04 +0000 (11:37 +0100)]
Updated LowGerman translation

14 years agoUpdated Bulgarian translation
Alexander Shopov [Mon, 8 Mar 2010 05:02:00 +0000 (07:02 +0200)]
Updated Bulgarian translation

14 years agogtk: remove begin-user-action/end-user-action around copying
Michael Natterer [Sun, 7 Mar 2010 11:15:33 +0000 (12:15 +0100)]
gtk: remove begin-user-action/end-user-action around copying

Copying to the clipboard is not a buffer mutation, so calling
gtk_text_buffer_begin_user_action() and _end_user_action() is only
confusing apps which connect to these signals in order to build undo
stacks or otherwise track buffer changes. Most likely, these apps
either didn't notice the bugus undo step or simply work around it.

14 years agoUpdated Greek translation.
Jennie Petoumenou [Sun, 7 Mar 2010 05:56:23 +0000 (06:56 +0100)]
Updated Greek translation.

14 years agoUpdated Greek translation.
Jennie Petoumenou [Sat, 6 Mar 2010 23:07:43 +0000 (00:07 +0100)]
Updated Greek translation.

14 years agoUpdated French translation
Claude Paroz [Sat, 6 Mar 2010 14:22:12 +0000 (15:22 +0100)]
Updated French translation

14 years agoDon't use GTK_WIDGET_SET_FLAGS() in gtk_widget_init()
Javier Jardón [Sat, 6 Mar 2010 12:17:56 +0000 (13:17 +0100)]
Don't use GTK_WIDGET_SET_FLAGS() in gtk_widget_init()

14 years agoDon't use GTK_WIDGET_*SET_FLAGS (wid, GTK_PARENT_SENSITIVE)
Javier Jardón [Sat, 6 Mar 2010 12:13:01 +0000 (13:13 +0100)]
Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_PARENT_SENSITIVE)

https://bugzilla.gnome.org/show_bug.cgi?id=69872

14 years agoDon't use GTK_WIDGET_*SET_FLAGS (wid, GTK_RC_STYLE)
Javier Jardón [Sat, 6 Mar 2010 12:01:58 +0000 (13:01 +0100)]
Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_RC_STYLE)

https://bugzilla.gnome.org/show_bug.cgi?id=69872

14 years agoDon't use GTK_WIDGET_*SET_FLAGS (wid, GTK_APP_PAINTABLE)
Javier Jardón [Sat, 6 Mar 2010 11:29:26 +0000 (12:29 +0100)]
Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_APP_PAINTABLE)

https://bugzilla.gnome.org/show_bug.cgi?id=69872

14 years agoDon't use GTK_WIDGET_*SET_FLAGS (wid, GTK_MAPPED)
Javier Jardón [Sat, 6 Mar 2010 11:02:21 +0000 (12:02 +0100)]
Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_MAPPED)

Use new API instead: gtk_widget_set_mapped ()

https://bugzilla.gnome.org/show_bug.cgi?id=69872

14 years agoDon't use GTK_WIDGET_*SET_FLAGS (wid, GTK_REALIZED)
Javier Jardón [Sat, 6 Mar 2010 10:51:33 +0000 (11:51 +0100)]
Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_REALIZED)

Use new API instead: gtk_widget_set_realized ()

https://bugzilla.gnome.org/show_bug.cgi?id=69872

14 years agoDon't use GTK_WIDGET_*SET_FLAGS (wid, GTK_NO_WINDOW)
Javier Jardón [Sat, 6 Mar 2010 10:29:31 +0000 (11:29 +0100)]
Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_NO_WINDOW)

Use new API instead: gtk_widget_set_has_window ()

https://bugzilla.gnome.org/show_bug.cgi?id=69872

14 years agoUpdated Swedish translation
Daniel Nylander [Fri, 5 Mar 2010 23:26:05 +0000 (00:26 +0100)]
Updated Swedish translation

14 years agoUpdated Swedish translation
Daniel Nylander [Fri, 5 Mar 2010 23:24:37 +0000 (00:24 +0100)]
Updated Swedish translation

14 years agoAdd/Remove ATK_STATE_SENSITIVE according to cells' state.
Joanmarie Diggs [Fri, 5 Mar 2010 06:48:23 +0000 (14:48 +0800)]
Add/Remove ATK_STATE_SENSITIVE according to cells' state.

Bug #569042.

14 years agoMove documentation to inline comments: GtkPlug
Patrick Bernaud [Fri, 5 Mar 2010 04:34:16 +0000 (05:34 +0100)]
Move documentation to inline comments: GtkPlug

https://bugzilla.gnome.org/show_bug.cgi?id=611707

Signed-off-by: Javier Jardón <jjardon@gnome.org>
14 years agoMove documentation to inline comments: GtkVBox
Steven Harms [Thu, 4 Mar 2010 18:21:16 +0000 (13:21 -0500)]
Move documentation to inline comments: GtkVBox

Fixes https://bugzilla.gnome.org/show_bug.cgi?id=611831

14 years agoUpdate Galician translation
Fran Diéguez [Thu, 4 Mar 2010 23:25:31 +0000 (00:25 +0100)]
Update Galician translation

14 years agoUpdate Afrikaans translation
Friedel Wolff [Thu, 4 Mar 2010 10:35:33 +0000 (11:35 +0100)]
Update Afrikaans translation

14 years agoReturn FALSE in signal handlers to make the signals be propagated
Li Yuan [Thu, 4 Mar 2010 08:30:00 +0000 (16:30 +0800)]
Return FALSE in signal handlers to make the signals be propagated

Bug #611686.

14 years agoMove documentation to inline comments: GtkVSeparator
Steven Harms [Wed, 3 Mar 2010 23:35:45 +0000 (18:35 -0500)]
Move documentation to inline comments: GtkVSeparator

Fixes https://bugzilla.gnome.org/show_bug.cgi?id=611662

14 years agoMove documentation to inline comments: GtkVScrollbar
Steven Harms [Wed, 3 Mar 2010 23:21:56 +0000 (18:21 -0500)]
Move documentation to inline comments: GtkVScrollbar

Fixes https://bugzilla.gnome.org/show_bug.cgi?id=611658

14 years agoUpdated Hungarian translation
Gabor Kelemen [Wed, 3 Mar 2010 23:34:04 +0000 (00:34 +0100)]
Updated Hungarian translation

14 years agoUpdate gtkvscale documentation for in code comments. Removed template document
Steven Harms [Wed, 3 Mar 2010 21:39:29 +0000 (16:39 -0500)]
Update gtkvscale documentation for in code comments. Removed template document

14 years agoUpdated Basque language
Inaki Larranaga Murgoitio [Wed, 3 Mar 2010 22:19:47 +0000 (23:19 +0100)]
Updated Basque language

14 years agoAdd version info about the deprecation of GTK_WIDGET_SENSITIVE
Javier Jardón [Wed, 3 Mar 2010 22:03:13 +0000 (23:03 +0100)]
Add version info about the deprecation of GTK_WIDGET_SENSITIVE

This completes the patch of
commit 64f526d34e1adc609944078e2fea38b2792f8230

14 years agoUpdated Basque language
Inaki Larranaga Murgoitio [Wed, 3 Mar 2010 21:43:01 +0000 (22:43 +0100)]
Updated Basque language