]> Pileus Git - ~andy/gtk/log
~andy/gtk
16 years agoTranslation update by Ivar Smolin.
Priit Laes [Mon, 8 Oct 2007 16:49:35 +0000 (16:49 +0000)]
Translation update by Ivar Smolin.

2007-10-08  Priit Laes  <plaes@svn.gnome.org>

* et.po: Translation update by Ivar Smolin.

svn path=/trunk/; revision=18894

16 years agoFix memory leak, and fix two instances where a GtkRequisition and a
Cody Russell [Mon, 8 Oct 2007 15:02:23 +0000 (15:02 +0000)]
Fix memory leak, and fix two instances where a GtkRequisition and a

2007-10-08  Cody Russell  <bratsche@gnome.org>
* modules/engines/ms-windows/msw_style.c:
(draw_tab): Fix memory leak, and fix two instances where
a GtkRequisition and a GtkBorder were being freed with
g_free() rather than gtk_requisition_free() and
gtk_border_free(). (#484730, Daniel Atallah)

svn path=/trunk/; revision=18893

16 years agoFix a typo in GdkEventGrabBroken where it said "@grab_window id NULL" and
Cody Russell [Mon, 8 Oct 2007 14:49:26 +0000 (14:49 +0000)]
Fix a typo in GdkEventGrabBroken where it said "@grab_window id NULL" and

2007-10-08  Cody Russell  <bratsche@gnome.org>
* docs/reference/gdk/tmpl/event_structs.sgml:
Fix a typo in GdkEventGrabBroken where it said
"@grab_window id NULL" and should say
"@grab_window is NULL". (#484650, Chris Lord)

svn path=/trunk/; revision=18892

16 years agodon't "corrupt" all iterators by reversing the list after adding the
Kristian Rietveld [Mon, 8 Oct 2007 12:44:35 +0000 (12:44 +0000)]
don't "corrupt" all iterators by reversing the list after adding the

2007-10-08  Kristian Rietveld  <kris@imendio.com>

* gtk/gtkfilesystemmodel.c (got_root_folder_cb),
(get_children_get_folder_cb): don't "corrupt" all iterators by
reversing the list after adding the items.  Reversing the list isn't
needed anyway as the order of the items in the model does not matter.
(Fixes #327243, comment 10).

svn path=/trunk/; revision=18891

16 years agoFix #482841, patch by Karl Tomlinson.
Kristian Rietveld [Mon, 8 Oct 2007 12:39:02 +0000 (12:39 +0000)]
Fix #482841, patch by Karl Tomlinson.

2007-10-08  Kristian Rietveld  <kris@imendio.com>

Fix #482841, patch by Karl Tomlinson.

* gtk/gtktooltip.c (gtk_tooltip_display_closed): use g_object_set_data
instead of g_object_set ...
(_gtk_tooltip_toggle_keyboard_mode),
(_gtk_tooltip_handle_event): connect to GdkDisplay::closed after
creating tooltip.

svn path=/trunk/; revision=18890

16 years agoDon't hardcode echo -n
Matthias Clasen [Sun, 7 Oct 2007 18:22:39 +0000 (18:22 +0000)]
Don't hardcode echo -n

svn path=/trunk/; revision=18889

16 years agoFix some live cycle issues
Matthias Clasen [Sun, 7 Oct 2007 18:17:41 +0000 (18:17 +0000)]
Fix some live cycle issues

svn path=/trunk/; revision=18888

16 years agoAdd a little more docs
Matthias Clasen [Sun, 7 Oct 2007 16:14:10 +0000 (16:14 +0000)]
Add a little more docs

svn path=/trunk/; revision=18887

16 years agoRevert the change on 2007-04-29 (Also check the default handler when
Murray Cumming [Fri, 5 Oct 2007 08:18:43 +0000 (08:18 +0000)]
Revert the change on 2007-04-29 (Also check the default handler when

2007-10-05  Murray Cumming  <murrayc@murrayc.com>

* gtk/gtkprintoperation.c: (print_pages_idle):
Revert the change on 2007-04-29 (Also check
the default handler when deciding whether to emit the
paginate signal.  (#345345, Yevgen Muntyan)).
This stopped printing from working in gtkmm, and is apparently
not appropriate anyway. Bug #482089.

svn path=/trunk/; revision=18885

16 years agoUse g_object_ref() instead of gtk_widget_ref(). (#483563)
Hiroyuki Ikezoe [Fri, 5 Oct 2007 03:08:55 +0000 (03:08 +0000)]
Use g_object_ref() instead of gtk_widget_ref(). (#483563)

2007-10-05  Hiroyuki Ikezoe  <poincare@ikezoe.net>

* gtk/gtkdnd.c: Use g_object_ref() instead of gtk_widget_ref().
(#483563)

svn path=/trunk/; revision=18884

16 years agoIterate on the proxies we hold when we change the sorting function and the
Emmanuele Bassi [Thu, 4 Oct 2007 22:52:13 +0000 (22:52 +0000)]
Iterate on the proxies we hold when we change the sorting function and the

2007-10-04  Emmanuele Bassi  <ebassi@gnome.org>

* gtk/gtkrecentaction.c:
(gtk_recent_action_set_sort_func), (set_current_filter): Iterate
on the proxies we hold when we change the sorting function and
the filter.

(gtk_recent_action_connect_proxy),
(gtk_recent_action_create_menu): Set the GtkRecentChooser:filter
property when we create/connect a proxy chooser. Thanks to
Jonh Wendell for pointing this bug out on gtk-list.

(gtk_recent_chooser_set_property): Bail out without iterating
over the proxies when there's no need to.

svn path=/trunk/; revision=18883

16 years agoUpdated Italian translation.
Luca Ferretti [Thu, 4 Oct 2007 14:07:31 +0000 (14:07 +0000)]
Updated Italian translation.

2007-10-04  Luca Ferretti  <elle.uca@libero.it>

* it.po: Updated Italian translation.

svn path=/trunk/; revision=18882

16 years agoAdd a second volume button.
Matthias Clasen [Thu, 4 Oct 2007 12:52:46 +0000 (12:52 +0000)]
Add a second volume button.

2007-10-04  Matthias Clasen  <mclasen@redhat.com>

        * tests/testvolumebutton.c: Add a second volume button.

        * gtk/gtkscalebutton.c: Doh, don't release grabs we don't hold.
        (#478371, reported by Bill Nottingham)

svn path=/trunk/; revision=18881

16 years agoFix warnings and display of modified date / time in filechooser for some
Loïc Minier [Thu, 4 Oct 2007 07:40:55 +0000 (07:40 +0000)]
Fix warnings and display of modified date / time in filechooser for some

2007-10-04  Loïc Minier  <lool@dooz.org>

       * gtk/gtkfilechooserdefault.c: (list_mtime_data_func): Fix warnings
       and display of modified date / time in filechooser for some locales as
       it was missing a locale to UTF-8 conversion. Fixes #482504.

svn path=/trunk/; revision=18880

16 years agoAdded EURO sign to font preview text.
Luca Ferretti [Thu, 4 Oct 2007 07:10:59 +0000 (07:10 +0000)]
Added EURO sign to font preview text.

2007-10-04  Luca Ferretti  <elle.uca@libero.it>

* it.po: Added EURO sign to font preview text.

svn path=/trunk/; revision=18879

16 years agoremove duplicated declaration of gtk_notebook_create_window. Patch by
Xan Lopez [Wed, 3 Oct 2007 19:49:40 +0000 (19:49 +0000)]
remove duplicated declaration of gtk_notebook_create_window. Patch by

2007-10-03  Xan Lopez  <xan@gnome.org>

* gtk/gtknotebook.c: remove duplicated declaration of
gtk_notebook_create_window. Patch by Hiroyuki Ikezoe (#482837)

svn path=/trunk/; revision=18878

16 years agoUpdated Occitan translation
Yannig MARCHEGAY [Wed, 3 Oct 2007 16:31:58 +0000 (16:31 +0000)]
Updated Occitan translation

svn path=/trunk/; revision=18877

16 years agoUpdated Italian translation.
Luca Ferretti [Tue, 2 Oct 2007 20:45:50 +0000 (20:45 +0000)]
Updated Italian translation.

2007-10-02  Luca Ferretti  <elle.uca@libero.it>

* it.po: Updated Italian translation.

svn path=/trunk/; revision=18876

16 years agoDon't do anything while in fullscreen mode. (gdk_window_set_decorations):
Richard Hult [Tue, 2 Oct 2007 17:51:06 +0000 (17:51 +0000)]
Don't do anything while in fullscreen mode. (gdk_window_set_decorations):

2007-10-02  Richard Hult  <richard@imendio.com>

* gdk/quartz/gdkwindow-quartz.c: (gdk_window_move),
(gdk_window_resize): Don't do anything while in fullscreen mode.
(gdk_window_set_decorations): Update the size of the window after
showing/hiding the title bar so the size of the content area
doesn't change.
(gdk_window_get_decorations): NSBorderlessWindowMask is 0, so
don't try to check it as a bit being set.
(gdk_window_fullscreen), (gdk_window_unfullscreen): Implement.

svn path=/trunk/; revision=18875

16 years ago455284 - Focus or toggle location entry
Federico Mena Quintero [Tue, 2 Oct 2007 15:50:27 +0000 (15:50 +0000)]
455284 - Focus or toggle location entry
2007-10-02  Federico Mena Quintero  <federico@novell.com>

Fix http://bugzilla.gnome.org/show_bug.cgi?id=455284 - In the file
chooser, Ctrl-L should switch to the location entry.  If we are
already on the location entry, turn it off.  Based on a patch by
Jaap A. Haitsma <jaap@haitsma.org> and an idea by Wouter
Bolsterlee.

* gtk/gtkfilechooserdefault.c (location_button_toggled_cb): Call
location_mode_set() directly instead of using toggle_location_mode().
(toggle_location_mode): Removed.
(location_toggle_popup_handler): If the file entry is not visible,
show it.  If it is visible, turn it off only if it is focused.
Otherwise, switch to the entry.

Signed-off-by: Federico Mena Quintero <federico@gnu.org>
svn path=/trunk/; revision=18874

16 years agodocs/reference/gtk/tmpl/gtkmenu.sgml: more wording fixups from Owen Taylor.
Tim Janik [Mon, 1 Oct 2007 18:26:45 +0000 (18:26 +0000)]
docs/reference/gtk/tmpl/gtkmenu.sgml: more wording fixups from Owen Taylor.

svn path=/trunk/; revision=18873

16 years agoreworded push_in description with Owen's help, fixes bug #482034.
20:21:28 Tim Janik [Mon, 1 Oct 2007 18:21:54 +0000 (18:21 +0000)]
reworded push_in description with Owen's help, fixes bug #482034.

2007-10-01 20:21:28  Tim Janik  <timj@imendio.com>

        * gtk/tmpl/gtkmenu.sgml: reworded push_in description with Owen's
        help, fixes bug #482034.

svn path=/trunk/; revision=18872

16 years agofix up if-condition to only set the true arrow type if show_sort_indicator
Kristian Rietveld [Mon, 1 Oct 2007 09:04:57 +0000 (09:04 +0000)]
fix up if-condition to only set the true arrow type if show_sort_indicator

2007-10-01  Kristian Rietveld  <kris@imendio.com>

* gtk/gtktreeviewcolumn.c (gtk_tree_view_column_update_button):
fix up if-condition to only set the true arrow type if
show_sort_indicator is TRUE.  (#448343, reported by Emil Nowak).

svn path=/trunk/; revision=18871

16 years agoUpdated Italian translation
Luca Ferretti [Sat, 29 Sep 2007 09:39:48 +0000 (09:39 +0000)]
Updated Italian translation

2007-09-29  Luca Ferretti  <elle.uca@libero.it>

* it.po: Updated Italian translation

svn path=/trunk/; revision=18870

16 years agoUpdated Korean translation.
Changwoo Ryu [Sat, 29 Sep 2007 08:31:29 +0000 (08:31 +0000)]
Updated Korean translation.

2007-09-29  Changwoo Ryu  <cwryu@debian.org>

* ko.po: Updated Korean translation.

svn path=/trunk/; revision=18869

16 years agoUpdated Italian translation fixing some access keys
Luca Ferretti [Thu, 27 Sep 2007 13:00:34 +0000 (13:00 +0000)]
Updated Italian translation fixing some access keys

2007-09-27  Luca Ferretti  <elle.uca@libero.it>

* it.po: Updated Italian translation fixing some access keys

svn path=/trunk/; revision=18868

16 years agosvn path=/trunk/; revision=18867
Iñaki Larrañaga Murgoitio [Wed, 26 Sep 2007 17:05:49 +0000 (17:05 +0000)]
svn path=/trunk/; revision=18867

svn path=/trunk/; revision=18867

16 years agosvn path=/trunk/; revision=18866
Iñaki Larrañaga Murgoitio [Wed, 26 Sep 2007 17:02:33 +0000 (17:02 +0000)]
svn path=/trunk/; revision=18866

svn path=/trunk/; revision=18866

16 years agoFixes for bug #480123.
Emmanuele Bassi [Tue, 25 Sep 2007 20:59:15 +0000 (20:59 +0000)]
Fixes for bug #480123.

2007-09-25  Emmanuele Bassi  <ebassi@gnome.org>

Fixes for bug #480123.

* gtk/gtksearchenginesimple.c:
(gtk_search_engine_simple_dispose), (search_thread_done_idle): Cancel
the file tree walking thread when disposing the search engine
implementation.

* gtk/gtkfilechooserdefault.c (search_stop_searching): Forcibly
stop the search engine implementation when stopping the search,
instead of just unreffing the object.

svn path=/trunk/; revision=18865

16 years agoadd extra NULL check for tooltipsdata to avoid code fiddling with
Kristian Rietveld [Mon, 24 Sep 2007 18:23:01 +0000 (18:23 +0000)]
add extra NULL check for tooltipsdata to avoid code fiddling with

2007-09-24  Kristian Rietveld  <kris@imendio.com>

* gtk/gtktooltips.c (gtk_tooltips_set_tip): add extra NULL check
for tooltipsdata to avoid code fiddling with active_tips_data
from crashing.  (Fixes #460194, Peter Wright, Matthijs De Smedt).

svn path=/trunk/; revision=18864

16 years agoUpdated Slovenian translation
Matic Žgur [Mon, 24 Sep 2007 17:13:40 +0000 (17:13 +0000)]
Updated Slovenian translation

svn path=/trunk/; revision=18863

16 years agocorrect a comment
Matthias Clasen [Mon, 24 Sep 2007 17:12:33 +0000 (17:12 +0000)]
correct a comment

svn path=/trunk/; revision=18862

16 years agoUpdated Slovenian translation
Matic Žgur [Mon, 24 Sep 2007 17:11:37 +0000 (17:11 +0000)]
Updated Slovenian translation

svn path=/trunk/; revision=18861

16 years agoSet the GtkWin32EmbedWidget we create here as modal. Fixes #389358.
Tor Lillqvist [Mon, 24 Sep 2007 13:45:40 +0000 (13:45 +0000)]
Set the GtkWin32EmbedWidget we create here as modal. Fixes #389358.

2007-09-24  Tor Lillqvist  <tml@novell.com>

* gtk/gtkprintoperation-win32.c (pageDlgProc): Set the
GtkWin32EmbedWidget we create here as modal. Fixes #389358.

svn path=/trunk/; revision=18860

16 years agoTranslation updated by Tino Meinen.
Vincent van Adrighem [Sun, 23 Sep 2007 16:38:01 +0000 (16:38 +0000)]
Translation updated by Tino Meinen.

2007-09-23  Vincent van Adrighem  <adrighem@gnome.org>

* nl.po: Translation updated by Tino Meinen.

svn path=/trunk/; revision=18859

16 years agoFixed wrong translation.
Takeshi AIHANA [Sun, 23 Sep 2007 01:59:58 +0000 (01:59 +0000)]
Fixed wrong translation.

2007-09-23  Takeshi AIHANA <takeshi.aihana@gmail.com>

        * ja.po: Fixed wrong translation.

svn path=/trunk/; revision=18858

16 years agoUpdated Belarusian Latin translations.
Ihar Hrachyshka [Sat, 22 Sep 2007 15:30:06 +0000 (15:30 +0000)]
Updated Belarusian Latin translations.

svn path=/trunk/; revision=18857

16 years agoUpdated Korean translation.
Changwoo Ryu [Sat, 22 Sep 2007 07:03:05 +0000 (07:03 +0000)]
Updated Korean translation.

2007-09-22  Changwoo Ryu  <cwryu@debian.org>

* ko.po: Updated Korean translation.

svn path=/trunk/; revision=18856

16 years agogtk/gtkstyle.c (option_menu_get_props) use gtk_requisition_free() instead
Manish Singh [Fri, 21 Sep 2007 21:14:56 +0000 (21:14 +0000)]
gtk/gtkstyle.c (option_menu_get_props) use gtk_requisition_free() instead

2007-09-21  Manish Singh  <yosh@gimp.org>

        * gtk/gtkstyle.c (option_menu_get_props)
        * gtk/gtkoptionmenu.c (gtk_option_menu_get_props): use
        gtk_requisition_free() instead of g_free() for freeing
        requisitions.

svn path=/trunk/; revision=18855

16 years agoSome more fixed to prevent segfaults with missing or nonsensical ranges.
Matthias Clasen [Fri, 21 Sep 2007 15:38:29 +0000 (15:38 +0000)]
Some more fixed to prevent segfaults with missing or nonsensical ranges.

2007-09-21  Matthias Clasen <mclasen@redhat.com>

        * gtk/gtkprintoperation.c (print_pages_idle): Some more
        fixed to prevent segfaults with missing or nonsensical ranges.

svn path=/trunk/; revision=18854

16 years agoabort printing when the range is NULL. (#478803)
Jean Brefort [Fri, 21 Sep 2007 14:50:06 +0000 (14:50 +0000)]
abort printing when the range is NULL. (#478803)

2007-09-21  Jean Brefort  <jean.brefort@normalesup.org>

* gtk/gtkprintoperation.c: (print_pages_idle): abort printing
when the range is NULL. (#478803)

svn path=/trunk/; revision=18853

16 years agomerged patch from maemo-gtk which handles failed keynav correctly also
Michael Natterer [Fri, 21 Sep 2007 14:29:59 +0000 (14:29 +0000)]
merged patch from maemo-gtk which handles failed keynav correctly also

2007-09-21  Michael Natterer  <mitch@imendio.com>

* gtk/gtktextview.c (gtk_text_view_move_cursor_internal)
(gtk_text_view_move_viewport): merged patch from maemo-gtk which
handles failed keynav correctly also when the cursor is invisible.
(Tommi Komulainen)

svn path=/trunk/; revision=18852

16 years agomerged patch from maemo-gtk which handles failed keynav correctly also
Michael Natterer [Fri, 21 Sep 2007 14:29:08 +0000 (14:29 +0000)]
merged patch from maemo-gtk which handles failed keynav correctly also

2007-09-21  Michael Natterer  <mitch@imendio.com>

* gtk/gtktextview.c (gtk_text_view_move_cursor_internal)
(gtk_text_view_move_viewport): merged patch from maemo-gtk which
handles failed keynav correctly also when the cursor is invisible.
(Tommi Komulainen)

svn path=/trunk/; revision=18851

16 years agoForgotten file
Matthias Clasen [Fri, 21 Sep 2007 14:19:19 +0000 (14:19 +0000)]
Forgotten file

svn path=/trunk/; revision=18850

16 years agoRemove trailing commas
Matthias Clasen [Fri, 21 Sep 2007 14:17:53 +0000 (14:17 +0000)]
Remove trailing commas

svn path=/trunk/; revision=18849

16 years agoOverride draw_layout method in GtkStyle in order to adjust by 2 pixels any
Cody Russell [Thu, 20 Sep 2007 16:51:16 +0000 (16:51 +0000)]
Override draw_layout method in GtkStyle in order to adjust by 2 pixels any

2007-09-20  Cody Russell  <bratsche@gnome.org>

        * modules/engines/ms-windows/msw_style.c: Override draw_layout
        method in GtkStyle in order to adjust by 2 pixels any labels
        that are in GtkNotebook tabs using XP theme, so that they appear
        correctly centered. (#478637)

svn path=/trunk/; revision=18848

16 years agoAdd partial Ido (io) translation
Michael Terry [Wed, 19 Sep 2007 00:12:14 +0000 (00:12 +0000)]
Add partial Ido (io) translation

svn path=/trunk/; revision=18847

16 years agoSearch libtrackerclient.so.0 as libtracker changed the shared library
Emmanuele Bassi [Tue, 18 Sep 2007 21:48:01 +0000 (21:48 +0000)]
Search libtrackerclient.so.0 as libtracker changed the shared library

2007-09-18  Emmanuele Bassi  <ebassi@gnome.org>

* gtk/gtksearchenginetracker.c: Search libtrackerclient.so.0
as libtracker changed the shared library name. (#478173,
Michael Kuhn)

svn path=/trunk/; revision=18846

16 years agoUpdated Italian translation.
Luca Ferretti [Tue, 18 Sep 2007 07:39:43 +0000 (07:39 +0000)]
Updated Italian translation.

2007-09-18  Luca Ferretti  <elle.uca@libero.it>

* it.po: Updated Italian translation.

svn path=/trunk/; revision=18845

16 years agoUpdated Italian translation.
Luca Ferretti [Tue, 18 Sep 2007 07:29:41 +0000 (07:29 +0000)]
Updated Italian translation.

2007-09-18  Luca Ferretti  <elle.uca@libero.it>

* it.po: Updated Italian translation.

svn path=/trunk/; revision=18844

16 years agoUpdated zh_CN translation from WangJian
Yang Zhang [Tue, 18 Sep 2007 06:28:23 +0000 (06:28 +0000)]
Updated zh_CN translation from WangJian

svn path=/trunk/; revision=18843

16 years agosvn path=/trunk/; revision=18842
Hans Breuer [Mon, 17 Sep 2007 19:53:54 +0000 (19:53 +0000)]
svn path=/trunk/; revision=18842

svn path=/trunk/; revision=18842

16 years agoUpdated Catalan translation.
Josep Puigdemont i Casamajó [Mon, 17 Sep 2007 19:51:07 +0000 (19:51 +0000)]
Updated Catalan translation.

svn path=/trunk/; revision=18841

16 years agoUpdated Catalan translation.
Josep Puigdemont i Casamajó [Mon, 17 Sep 2007 19:02:52 +0000 (19:02 +0000)]
Updated Catalan translation.

svn path=/trunk/; revision=18840

16 years agoUpdated Arabic Translation by Djihed Afifi.
Djihed Afifi [Mon, 17 Sep 2007 16:37:54 +0000 (16:37 +0000)]
Updated Arabic Translation by Djihed Afifi.

svn path=/trunk/; revision=18839

16 years agoUpdated Lithuanian translation.
Gintautas Miliauskas [Mon, 17 Sep 2007 09:40:56 +0000 (09:40 +0000)]
Updated Lithuanian translation.

2007-09-17  Gintautas Miliauskas  <gintas@akl.lt>

* lt.po: Updated Lithuanian translation.

svn path=/trunk/; revision=18838

16 years agoupdated (again) kn translations
Pramod Raghavendra [Mon, 17 Sep 2007 07:50:04 +0000 (07:50 +0000)]
updated (again) kn translations

svn path=/trunk/; revision=18837

16 years agoupdated kn translations
Pramod Raghavendra [Mon, 17 Sep 2007 07:48:27 +0000 (07:48 +0000)]
updated kn translations

svn path=/trunk/; revision=18836

16 years agoUpdated assamese translations
Amitakhya Phukan [Mon, 17 Sep 2007 07:01:09 +0000 (07:01 +0000)]
Updated assamese translations

svn path=/trunk/; revision=18835

16 years agoUpdated Romanian translation by Mişu Moldovan <dumol@gnome.ro>
Mugurel Tudor [Sat, 15 Sep 2007 18:46:07 +0000 (18:46 +0000)]
Updated Romanian translation by Mişu Moldovan <dumol@gnome.ro>

2007-09-15  Mugurel Tudor  <mugurelu@gnome.ro>

* ro.po: Updated Romanian translation
by Mişu Moldovan <dumol@gnome.ro>

svn path=/trunk/; revision=18834

16 years agoUpdated Polish translation by GNOME PL Team.
Artur Flinta [Sat, 15 Sep 2007 18:01:09 +0000 (18:01 +0000)]
Updated Polish translation by GNOME PL Team.

2007-09-15  Artur Flinta  <aflinta@svn.gnome.org>

* pl.po: Updated Polish translation by GNOME PL Team.

svn path=/trunk/; revision=18833

16 years agoUpdated Basque translation.
Inaki Larranaga Murgoitio [Sat, 15 Sep 2007 17:42:21 +0000 (17:42 +0000)]
Updated Basque translation.

2007-09-15  Inaki Larranaga Murgoitio  <dooteo@zundan.com>

        * eu.po: Updated Basque translation.

svn path=/trunk/; revision=18832

16 years agodon't simply crash if any of the pointer args are NULL. Instead,
Michael Natterer [Sat, 15 Sep 2007 16:48:56 +0000 (16:48 +0000)]
don't simply crash if any of the pointer args are NULL. Instead,

2007-09-15  Michael Natterer  <mitch@imendio.com>

* gtk/gtkselection.c (gtk_target_list_find): don't simply crash if
any of the pointer args are NULL. Instead, g_return_if_fail() on
"list != NULL" and allow to pass NULL as return location for "info".

svn path=/trunk/; revision=18831

16 years agoUpdated Japanese translation.
Takeshi AIHANA [Sat, 15 Sep 2007 09:11:36 +0000 (09:11 +0000)]
Updated Japanese translation.

2007-09-15  Takeshi AIHANA <takeshi.aihana@gmail.com>

        * ja.po: Updated Japanese translation.

svn path=/trunk/; revision=18830

16 years agoUpdated Japanese translation.
Takeshi AIHANA [Sat, 15 Sep 2007 09:10:18 +0000 (09:10 +0000)]
Updated Japanese translation.

2007-09-15  Takeshi AIHANA <takehsi.aihana@gmail.com>

        * ja.po: Updated Japanese translation.

svn path=/trunk/; revision=18829

16 years agoUpdated Georgian translation by Vladimer Sichinava <vsichi@gnome.org>
Vladimer Sichinava [Fri, 14 Sep 2007 12:14:40 +0000 (12:14 +0000)]
Updated Georgian translation by Vladimer Sichinava <vsichi@gnome.org>

svn path=/trunk/; revision=18828

16 years agoUpdated Georgian translation by Vladimer Sichinava <vsichi@gnome.org>
Vladimer Sichinava [Fri, 14 Sep 2007 12:01:11 +0000 (12:01 +0000)]
Updated Georgian translation by Vladimer Sichinava <vsichi@gnome.org>

svn path=/trunk/; revision=18827

16 years agoRemove the warning for the "select-multiple" property getter. (#476686,
Emmanuele Bassi [Fri, 14 Sep 2007 09:51:34 +0000 (09:51 +0000)]
Remove the warning for the "select-multiple" property getter. (#476686,

2007-09-14  Emmanuele Bassi  <ebassi@gnome.org>

* gtk/gtkrecentaction.c:
* gtk/gtkrecentchoosermenu.c: Remove the warning for the
"select-multiple" property getter. (#476686, Christian Persch)

svn path=/trunk/; revision=18826

16 years agono need to get the list of menubars twice.
Michael Natterer [Fri, 14 Sep 2007 09:17:59 +0000 (09:17 +0000)]
no need to get the list of menubars twice.

2007-09-14  Michael Natterer  <mitch@imendio.com>

* gtk/gtkmenubar.c (remove_from_window): no need to get the list
of menubars twice.

Some minor stylistic and indentation fixes.

svn path=/trunk/; revision=18825

16 years agoAdd bug ref
Matthias Clasen [Fri, 14 Sep 2007 02:11:35 +0000 (02:11 +0000)]
Add bug ref

svn path=/trunk/; revision=18824

16 years agoTurn off icon cache validation by default
Matthias Clasen [Fri, 14 Sep 2007 02:11:01 +0000 (02:11 +0000)]
Turn off icon cache validation by default

svn path=/trunk/; revision=18823

16 years agoBump version
Matthias Clasen [Fri, 14 Sep 2007 01:01:59 +0000 (01:01 +0000)]
Bump version

svn path=/trunk/; revision=18822

16 years ago2.12.0
Matthias Clasen [Fri, 14 Sep 2007 00:56:57 +0000 (00:56 +0000)]
2.12.0

svn path=/trunk/; revision=18820

16 years agothe tooltip-column property getter needs to set an integer, not a boolean.
Kristian Rietveld [Thu, 13 Sep 2007 22:39:47 +0000 (22:39 +0000)]
the tooltip-column property getter needs to set an integer, not a boolean.

2007-09-14  Kristian Rietveld  <kris@gtk.org>

* gtk/gtktreeview.c (gtk_tree_view_get_property): the tooltip-column
property getter needs to set an integer, not a boolean. (#476689,
spotted and patch by Christian Persch).

svn path=/trunk/; revision=18818

16 years agoimplement getter for keycode property. (#476665, patch by Christian
Kristian Rietveld [Thu, 13 Sep 2007 22:37:02 +0000 (22:37 +0000)]
implement getter for keycode property. (#476665, patch by Christian

2007-09-14  Kristian Rietveld  <kris@gtk.org>

* gtk/gtkcellrendereraccel.c (gtk_cell_renderer_accel_get_property):
implement getter for keycode property.  (#476665, patch by
Christian Persch).

svn path=/trunk/; revision=18817

16 years agoFix the value type
Matthias Clasen [Thu, 13 Sep 2007 21:25:48 +0000 (21:25 +0000)]
Fix the value type

svn path=/trunk/; revision=18816

16 years agoBump version to 2.12.0
Matthias Clasen [Thu, 13 Sep 2007 20:39:24 +0000 (20:39 +0000)]
Bump version to 2.12.0

svn path=/trunk/; revision=18815

16 years agoUpdates
Matthias Clasen [Thu, 13 Sep 2007 20:26:58 +0000 (20:26 +0000)]
Updates

svn path=/trunk/; revision=18814

16 years agoFix string msgids so my typo fix doesn't interfere with the stats
Kjartan Maraas [Thu, 13 Sep 2007 18:18:40 +0000 (18:18 +0000)]
Fix string msgids so my typo fix doesn't interfere with the stats

svn path=/trunk/; revision=18813

16 years agoif cell is set, always pass in path to gtk_tree_view_get_cell_area()
Kristian Rietveld [Thu, 13 Sep 2007 14:15:40 +0000 (14:15 +0000)]
if cell is set, always pass in path to gtk_tree_view_get_cell_area()

2007-09-13  Kristian Rietveld  <kris@imendio.com>

* gtk/gtktreeview.c (gtk_tree_view_set_toooltip_cell): if cell
is set, always pass in path to gtk_tree_view_get_cell_area() whether
it is NULL or set.  Added explanatory comment and added this
side case to the API documentation.

svn path=/trunk/; revision=18812

16 years agoTranslation updated.
Gabor Kelemen [Thu, 13 Sep 2007 12:23:21 +0000 (12:23 +0000)]
Translation updated.

2007-09-13 Gabor Kelemen  <kelemeng@gnome.hu>

* hu.po: Translation updated.

svn path=/trunk/; revision=18811

16 years agoUpdated Portuguese translation.
Duarte Loreto [Thu, 13 Sep 2007 08:01:32 +0000 (08:01 +0000)]
Updated Portuguese translation.

2007-09-13  Duarte Loreto <happyguy_pt@hotmail.com>

* pt.po: Updated Portuguese translation.

svn path=/trunk/; revision=18810

16 years agoUpdated Romanian translation by Mişu Moldovan <dumol@gnome.ro>
Mugurel Tudor [Thu, 13 Sep 2007 07:40:28 +0000 (07:40 +0000)]
Updated Romanian translation by Mişu Moldovan <dumol@gnome.ro>

2007-09-13  Mugurel Tudor  <mugurelu@gnome.ro>

        * ro.po: Updated Romanian translation
        by Mişu Moldovan <dumol@gnome.ro>

svn path=/trunk/; revision=18809

16 years agoUpdated Finnish translation
Ilkka Tuohela [Thu, 13 Sep 2007 06:23:24 +0000 (06:23 +0000)]
Updated Finnish translation

svn path=/trunk/; revision=18808

16 years agoUpdated kn translations
Pramod Raghavendra [Thu, 13 Sep 2007 05:47:29 +0000 (05:47 +0000)]
Updated kn translations

svn path=/trunk/; revision=18807

16 years agoUpdated kn translations
Pramod Raghavendra [Thu, 13 Sep 2007 05:42:59 +0000 (05:42 +0000)]
Updated kn translations

svn path=/trunk/; revision=18806

16 years agoFix a memory leak
Matthias Clasen [Thu, 13 Sep 2007 05:21:42 +0000 (05:21 +0000)]
Fix a memory leak

svn path=/trunk/; revision=18805

16 years agosvn path=/trunk/; revision=18804
Maxim V. Dziumanenko [Wed, 12 Sep 2007 18:37:59 +0000 (18:37 +0000)]
svn path=/trunk/; revision=18804

svn path=/trunk/; revision=18804

16 years agoUse the "document-open-recent" icon for the the Recently Used shortcut in
Emmanuele Bassi [Wed, 12 Sep 2007 18:00:30 +0000 (18:00 +0000)]
Use the "document-open-recent" icon for the the Recently Used shortcut in

2007-09-12  Emmanuele Bassi  <ebassi@gnome.org>

* gtk/gtkfilechooserdefault.c (render_recent_icon): Use the
"document-open-recent" icon for the the Recently Used shortcut
in the file chooser. (#306445)

* gtk/Makefile.am:
* gtk/stock-icons/16/document-open-recent.png:
* gtk/stock-icons/16/document-open-recent.svg:
* gtk/stock-icons/24/document-open-recent.png:
* gtk/stock-icons/24/document-open-recent.svg: Add the
"document-open-recent" icon to the builtin theme we provide
as a fallback.

svn path=/trunk/; revision=18803

16 years agoFixes #426246.
Kristian Rietveld [Wed, 12 Sep 2007 17:13:24 +0000 (17:13 +0000)]
Fixes #426246.

2007-09-12  Kristian Rietveld  <kris@imendio.com>

Fixes #426246.

* gdk/gdk.symbols:
* gdk/gdkwindow.[ch]
(gdk_window_freeze_toplevel_updates_libgtk_only),
(gdk_window_thaw_toplevel_updates_libgtk_only): new functions
to freeze a toplevel window and all its descendants.  To be made
public in 2.14,
(gdk_window_schedule_update): return if toplevel is frozen,
(gdk_window_process_all_updates): defer processing updates if toplevel
is frozen.

* gtk/gtkwindow.c (gtk_window_configure_event): directly size
allocate for override redirect windows, freeze toplevel and
descendants otherwise and wait until resizing is done.

svn path=/trunk/; revision=18802

16 years agoUpdated Albanian translation.
Laurent Dhima [Wed, 12 Sep 2007 16:24:33 +0000 (16:24 +0000)]
Updated Albanian translation.

* sq.po: Updated Albanian translation.

svn path=/trunk/; revision=18801

16 years agoUpdated Albanian Translation.
Laurent Dhima [Wed, 12 Sep 2007 15:24:36 +0000 (15:24 +0000)]
Updated Albanian Translation.

* sq.po: Updated Albanian Translation.

svn path=/trunk/; revision=18800

16 years agoUpdates
Matthias Clasen [Wed, 12 Sep 2007 13:54:24 +0000 (13:54 +0000)]
Updates

svn path=/trunk/; revision=18799

16 years agoUpdated Italian translation.
Luca Ferretti [Wed, 12 Sep 2007 10:21:03 +0000 (10:21 +0000)]
Updated Italian translation.

2007-09-12  Luca Ferretti  <elle.uca@libero.it>

* it.po: Updated Italian translation.

svn path=/trunk/; revision=18798

16 years agosv.po: Updated Swedish translation
Daniel Nylander [Tue, 11 Sep 2007 22:11:55 +0000 (22:11 +0000)]
sv.po: Updated Swedish translation

svn path=/trunk/; revision=18797

16 years agoremove useless member "has_title" from the private struct and simply set
Michael Natterer [Tue, 11 Sep 2007 18:54:00 +0000 (18:54 +0000)]
remove useless member "has_title" from the private struct and simply set

2007-09-11  Michael Natterer  <mitch@imendio.com>

* gtk/gtkfilechooserbutton.c: remove useless member "has_title"
from the private struct and simply set the default title in
constructor() whenever we create a dialog or the supplied one has
no title. Also accept RESPONSE_ACCEPT *and* RESPONSE_OK as
affirmative responses and document that accordingly. Fixes bug
#436576. Fixed all compiler warnings in the file.

svn path=/trunk/; revision=18796

16 years agoMake sure menu_shell->button gets reset to 0 when we bail out early here
Michael Natterer [Tue, 11 Sep 2007 17:38:12 +0000 (17:38 +0000)]
Make sure menu_shell->button gets reset to 0 when we bail out early here

2007-09-11  Michael Natterer  <mitch@imendio.com>

* gtk/gtkmenu.c (gtk_menu_button_release): Make sure
menu_shell->button gets reset to 0 when we bail out early here
instead of chaining up, so it is in a consistent state for the
next press/release in GtkMenuShell. Fixes bug #449371.

svn path=/trunk/; revision=18795

16 years ago2007-09-11 Jovan Naumovski <jovanna@svn.gnome.org> *mk.po: Updated Macedonian transla...
Jovan Naumovski [Tue, 11 Sep 2007 11:52:21 +0000 (11:52 +0000)]
2007-09-11 Jovan Naumovski <jovanna@svn.gnome.org> *mk.po: Updated Macedonian translation.

svn path=/trunk/; revision=18794

16 years agoUpdated German translation.
Hendrik Richter [Tue, 11 Sep 2007 10:03:56 +0000 (10:03 +0000)]
Updated German translation.

2007-09-11  Hendrik Richter  <hendrikr@gnome.org>

* de.po: Updated German translation.

svn path=/trunk/; revision=18793

16 years agoUpdated Spanish translation
Jorge Gonzalez Gonzalez [Tue, 11 Sep 2007 08:22:34 +0000 (08:22 +0000)]
Updated Spanish translation

svn path=/trunk/; revision=18792