]> Pileus Git - ~andy/gtk/log
~andy/gtk
15 years agoFix compilation with DirectFB 1.0
Sven Neumann [Thu, 9 Apr 2009 14:50:25 +0000 (16:50 +0200)]
Fix compilation with DirectFB 1.0

The code used a field introduced with DirectFB 1.2. Added a
compile-time version check to make it work with DirectFB 1.0.

15 years agoUpdated Crimean Tatar (Crimean Turkish) translation
Reşat SABIQ [Thu, 9 Apr 2009 09:37:32 +0000 (04:37 -0500)]
Updated Crimean Tatar (Crimean Turkish) translation

Updated crh.po.

15 years agoUpdated Crimean Tatar (Crimean Turkish) translation
Reşat SABIQ [Thu, 9 Apr 2009 08:56:37 +0000 (03:56 -0500)]
Updated Crimean Tatar (Crimean Turkish) translation

Updated crh.po.

15 years agoMerge branch 'master' of ssh://simos@git.gnome.org/git/gtk+
Simos Xenitellis [Wed, 8 Apr 2009 23:28:42 +0000 (00:28 +0100)]
Merge branch 'master' of ssh://simos@git.gnome.org/git/gtk+

15 years agoUpdated Greek translation
Simos Xenitellis [Wed, 8 Apr 2009 23:28:18 +0000 (00:28 +0100)]
Updated Greek translation

15 years agoUpdated Italian translation
Luca Ferretti [Wed, 8 Apr 2009 21:33:27 +0000 (23:33 +0200)]
Updated Italian translation

Updated Italian translation by Luca Ferretti

Signed-off-by: Milo Casagrande <milo@ubuntu.com>
15 years agoUpdated Greek translation
Simos Xenitellis [Wed, 8 Apr 2009 19:25:19 +0000 (20:25 +0100)]
Updated Greek translation

15 years agoAllow empty passwords in GtkMountOperation
Matthias Clasen [Wed, 8 Apr 2009 14:02:52 +0000 (10:02 -0400)]
Allow empty passwords in GtkMountOperation

Allow empty passwords, since there are situations where the
backend doesn't need the password.  (#578365)

15 years agoFixed memory leak in jasper loader
Michael J. Chudobiak [Wed, 8 Apr 2009 14:50:30 +0000 (10:50 -0400)]
Fixed memory leak in jasper loader

Bug 578290. The "data" block was allocated but not used
and not freed.

15 years agoFixed minor memory leak on error
Dr. Michael J. Chudobiak [Wed, 8 Apr 2009 14:33:08 +0000 (10:33 -0400)]
Fixed minor memory leak on error

Bug 578290. Fixed a minor memory leak that occurs after a
memory allocation error. Found it using cppcheck.

15 years agoSupport links in licenses
Matthias Clasen [Wed, 8 Apr 2009 04:52:38 +0000 (00:52 -0400)]
Support links in licenses

Apply the same linkification to the license that we do for credits
in about dialogs. E.g. GTK3 contains a link.  (#577789)

15 years agoRemove a non-effective style-set handler
Matthias Clasen [Wed, 8 Apr 2009 04:39:22 +0000 (00:39 -0400)]
Remove a non-effective style-set handler

The style-set handler was supposed to set the background color of
the text views in the credits dialog, but due to a thinko it never
had any effect, unless a theme change happened while the dialog
was open. Seems best to keep the current appearance now and remove
the handler. (#577868)

15 years agoImprove accessibility of the print dialog
Matthias Clasen [Wed, 8 Apr 2009 04:12:54 +0000 (00:12 -0400)]
Improve accessibility of the print dialog

Add accessible name and description to the "Pages" and "At" entries,
and improve focus handling.  (#577964)

15 years agoImprove focus handling in the print dialog
Matthias Clasen [Wed, 8 Apr 2009 03:51:52 +0000 (23:51 -0400)]
Improve focus handling in the print dialog

Move the focus to the range entry when selecting the "Pages".

15 years agoFix --help output of gtk-builder-convert
Matthias Clasen [Wed, 8 Apr 2009 03:38:07 +0000 (23:38 -0400)]
Fix --help output of gtk-builder-convert

15 years agoAvoid warnings when unrealizing a text view
Matthias Clasen [Tue, 7 Apr 2009 23:28:29 +0000 (19:28 -0400)]
Avoid warnings when unrealizing a text view

For some reason, input methods can emit preedit-changed when a
text view is unrealized, at which point the layout has already
been cleared. (#578221)

15 years agoMention writable git location, too
Matthias Clasen [Tue, 7 Apr 2009 23:20:53 +0000 (19:20 -0400)]
Mention writable git location, too

15 years agoFix a memory leak in GtkAccelGroup
Matthias Clasen [Tue, 7 Apr 2009 23:09:28 +0000 (19:09 -0400)]
Fix a memory leak in GtkAccelGroup

Unref closures in accel group finalization (#577824).

15 years agoConvert GtkComboBox items propertly
Johan Dahlin [Tue, 7 Apr 2009 21:04:05 +0000 (18:04 -0300)]
Convert GtkComboBox items propertly

If the last character is a newline, just ignore it.
This is what glade normally writes, fixes #578276.

15 years agoMerge branch 'master' of ssh://alexl@git.gnome.org/git/gtk+
Alexander Larsson [Tue, 7 Apr 2009 17:29:19 +0000 (19:29 +0200)]
Merge branch 'master' of ssh://alexl@git.gnome.org/git/gtk+

15 years agoclarify bugfix in 2.14 for gtk_expander_get_label
Björn Lindqvist [Tue, 7 Apr 2009 16:54:15 +0000 (12:54 -0400)]
clarify bugfix in 2.14 for gtk_expander_get_label

Updated documentation for gtk_expander_get_label to clarify that
it was changed in 2.14.

15 years agoUpdated Greek translation
Simos Xenitellis [Tue, 7 Apr 2009 13:50:57 +0000 (14:50 +0100)]
Updated Greek translation

15 years agoSet user_time from startup_id if window realized
Alexander Larsson [Tue, 7 Apr 2009 13:39:00 +0000 (15:39 +0200)]
Set user_time from startup_id if window realized

For non-realized windows we set the user_time from the startup id on
realization. However, if the window is already realized when the
startup_id is not set we currently don't, but we should. (#573922)

15 years agoDon't move global user time backwards
Alexander Larsson [Tue, 7 Apr 2009 13:37:40 +0000 (15:37 +0200)]
Don't move global user time backwards

When setting the user_time on a specific app to something, make sure
we're not moving the global per-display user time backwards.

15 years agoSet errno to 0 before calling strtoul
Alexander Larsson [Tue, 7 Apr 2009 13:32:16 +0000 (15:32 +0200)]
Set errno to 0 before calling strtoul

We check errno for failure, so ensure its cleared first. (#573922)

15 years agoUpdated French translation
Claude Paroz [Tue, 7 Apr 2009 06:36:42 +0000 (08:36 +0200)]
Updated French translation

15 years agoFix a GtkBuilder crash
Matthias Clasen [Tue, 7 Apr 2009 00:55:26 +0000 (20:55 -0400)]
Fix a GtkBuilder crash

Always set an error when returning FALSE from gtk_builder_value_from_string.
This fixes the crash reported in bug 532858.

15 years agoTrivial formatting fix
Matthias Clasen [Tue, 7 Apr 2009 00:45:11 +0000 (20:45 -0400)]
Trivial formatting fix

15 years agoImprove gtk-builder-convert error reporting
Matthias Clasen [Tue, 7 Apr 2009 00:21:04 +0000 (20:21 -0400)]
Improve gtk-builder-convert error reporting

Make gtk-builder-convert warn when it meets duplicate ids, since
those will not work with GtkBuilder.

15 years agoImprove GtkBuilder error reporting
Matthias Clasen [Tue, 7 Apr 2009 00:13:35 +0000 (20:13 -0400)]
Improve GtkBuilder error reporting

Make GtkBuilder report an error when it encounters a duplicate id,
instead of segfaulting later on

15 years agoUpdated Greek translation
Jennie Petoumenou [Mon, 6 Apr 2009 21:00:42 +0000 (22:00 +0100)]
Updated Greek translation

15 years agoBetter i18n support in GtkBuilder
Matthias Clasen [Mon, 6 Apr 2009 16:12:08 +0000 (12:12 -0400)]
Better i18n support in GtkBuilder

Let descriptions of accessible actions be translated, by specifying
the description as content of the <action> element, and allowing
"translatable", "context" and "comment" as attributes. (#518642)

15 years agoBug 578094 - ProcessIdToSessionId needs to be declared as WINAPI
Tor Lillqvist [Mon, 6 Apr 2009 12:10:35 +0000 (15:10 +0300)]
Bug 578094 - ProcessIdToSessionId needs to be declared as WINAPI

Patch by  Shixin Zeng.

15 years agoMove G_END_DECLS before the #endif in gtkitemfactory.h
Christian Dywan [Sat, 4 Apr 2009 11:32:09 +0000 (13:32 +0200)]
Move G_END_DECLS before the #endif in gtkitemfactory.h

Bug 577650 – gtkitemfactory.h fails to compile

Place G_END_DECLS inside conditionals, otherwise C++ compilers
will see a closing curly bracket when including the file for
the second time.

15 years agoAdd a rule to generate ChangeLog
Matthias Clasen [Fri, 3 Apr 2009 06:00:48 +0000 (02:00 -0400)]
Add a rule to generate ChangeLog

We use the same rule pango uses to create a ChangeLog file with
the help of git-log. The format is somewhat different from traditional
ChangeLog, but it contains the relevant information.

15 years agoRemove generated files
Matthias Clasen [Fri, 3 Apr 2009 05:49:24 +0000 (01:49 -0400)]
Remove generated files

README and INSTALL are generated files, no need to keep them
under source control.

15 years agoRename ChangeLog to ChangeLog.pre-2-20
Matthias Clasen [Fri, 3 Apr 2009 05:48:22 +0000 (01:48 -0400)]
Rename ChangeLog to ChangeLog.pre-2-20

Rename ChangeLog to prevent old habits from luring me into adding
entries there. Also, this makes room for autogenerating a ChangeLog
at make dist.

15 years agofix slist/list confusion
Matthias Clasen [Thu, 2 Apr 2009 14:17:23 +0000 (10:17 -0400)]
fix slist/list confusion

Don't use g_list_find on a GSList in _gtk_window_set_is_toplevel
(rh#492767).

15 years agobgo#571374 - Add 30-bit visuals to the list of supported depths
John Brown [Tue, 31 Mar 2009 23:31:28 +0000 (17:31 -0600)]
bgo#571374 - Add 30-bit visuals to the list of supported depths

Signed-off-by: Federico Mena Quintero <federico@novell.com>
15 years agoUpdate README files to refer to git
Matthias Clasen [Tue, 31 Mar 2009 22:49:48 +0000 (18:49 -0400)]
Update README files to refer to git

Update various README files to refer to git instead of svn.
Also discontinue ChangeLog files.

15 years agoUpdate README files to refer to git
Matthias Clasen [Tue, 31 Mar 2009 22:49:48 +0000 (18:49 -0400)]
Update README files to refer to git

Update various README files to refer to git instead of svn.
Also discontinue ChangeLog files.

15 years agoAdded entries for Oriya language Translation updation.
Manoj Kumar Giri [Mon, 30 Mar 2009 13:13:16 +0000 (13:13 +0000)]
Added entries for Oriya language Translation updation.

svn path=/trunk/; revision=22596

15 years agoUpdated Oriya Translation.
Manoj Kumar Giri [Mon, 30 Mar 2009 13:12:11 +0000 (13:12 +0000)]
Updated Oriya Translation.

svn path=/trunk/; revision=22595

15 years agoBug 577224 – crash when setting new icon after setting icon in
Christian Persch [Sun, 29 Mar 2009 21:25:13 +0000 (21:25 +0000)]
Bug 577224 – crash when setting new icon after setting icon in

2009-03-29  Christian Persch  <chpe@gnome.org>

Bug 577224 – crash when setting new icon after setting icon in
gtkstatusicon

* gtk/gtkstatusicon.c: (gtk_status_icon_reset_image_data),
(gtk_status_icon_set_from_gicon): Retain a reference when setting
from a GIcon, and use g_object_unref on GIcon, not g_free.

svn path=/trunk/; revision=22594

15 years agoFixed wrog string translation
Jorge Gonzalez Gonzalez [Sat, 28 Mar 2009 14:41:58 +0000 (14:41 +0000)]
Fixed wrog string translation

svn path=/trunk/; revision=22593

15 years agoBug 437533 – Implement draw_shape PangoRenderer method
Behdad Esfahbod [Fri, 27 Mar 2009 16:54:10 +0000 (16:54 +0000)]
Bug 437533 – Implement draw_shape PangoRenderer method

2009-03-27  Behdad Esfahbod  <behdad@gnome.org>

        Bug 437533 – Implement draw_shape PangoRenderer method

        * gdk/gdkpango.c (gdk_pango_renderer_draw_shape),
        (gdk_pango_renderer_class_init): Implement draw_shape

        * demos/gtk-demo/rotated_text.c (fancy_shape_renderer),
        (create_fancy_attr_list_for_layout), (rotated_text_expose_event),
        (do_rotated_text):
        1) Port to pangocairo
        2) Also show a rotated label
        3) Install a custom shape renderer on both.  The second one goes
        through gdkpango and hence tests the patch above.  It's working.

svn path=/trunk/; revision=22592

15 years agoUpdated Greek translation (Marios Zindilis)
Simos Xenitellis [Fri, 27 Mar 2009 11:02:30 +0000 (11:02 +0000)]
Updated Greek translation (Marios Zindilis)

svn path=/trunk/; revision=22590

15 years agoUse gtk_entry_xxx functions rather than using GtkEntry structure directly.
Stefan Walter [Fri, 27 Mar 2009 05:22:23 +0000 (05:22 +0000)]
Use gtk_entry_xxx functions rather than using GtkEntry structure directly.

See bug #576801

svn path=/trunk/; revision=22589

15 years agoTypo correction, s/hilding/holding
Christian Dywan [Wed, 25 Mar 2009 22:54:10 +0000 (22:54 +0000)]
Typo correction, s/hilding/holding

svn path=/trunk/; revision=22588

15 years agoBug 562863 - GtkVscrollbar is hardly documented
Paul Bolle [Wed, 25 Mar 2009 20:21:30 +0000 (20:21 +0000)]
Bug 562863 - GtkVscrollbar is hardly documented

2009-03-25   Paul Bolle <pebolle@tiscali.nl>

Bug 562863 - GtkVscrollbar is hardly documented

* gtk/tmpl/gtkvscrollbar.sgml:
* gtk/tmpl/gtkhscrollbar.sgml: Minor tweaks.

svn path=/trunk/; revision=22587

15 years agoBug 575644 - Cygwin gail build patch
Tor Lillqvist [Wed, 25 Mar 2009 07:18:58 +0000 (07:18 +0000)]
Bug 575644 - Cygwin gail build patch

2009-03-25  Tor Lillqvist  <tml@novell.com>

Bug 575644 - Cygwin gail build patch

* modules/other/gail/Makefile.am
* modules/other/gail/libgail-util/Makefile.am
* modules/other/gail/tests/Makefile.am: Use -no-undefined also on
Cygwin. Patch from "Cygwin ports maintainer".

svn path=/trunk/; revision=22586

15 years agoRemove a misleading sentence
Matthias Clasen [Wed, 25 Mar 2009 03:47:15 +0000 (03:47 +0000)]
Remove a misleading sentence

svn path=/trunk/; revision=22585

15 years agocompile fix for build with DIRECT_ENABLE_DEBUG.
Sven Neumann [Wed, 25 Mar 2009 00:07:12 +0000 (00:07 +0000)]
compile fix for build with DIRECT_ENABLE_DEBUG.

2009-03-25  Sven Neumann  <sven@gimp.org>

* gdk/directfb/gdkwindow-directfb.c
(gdk_window_directfb_process_all_updates): compile fix for build
with DIRECT_ENABLE_DEBUG.

svn path=/trunk/; revision=22583

15 years agoFix get_nearest_monitor
Matthias Clasen [Tue, 24 Mar 2009 05:57:53 +0000 (05:57 +0000)]
Fix get_nearest_monitor

svn path=/trunk/; revision=22582

15 years agoFix typos and document the GdkPixbufSimpleAnim structure.
Claudio Saavedra [Mon, 23 Mar 2009 08:57:30 +0000 (08:57 +0000)]
Fix typos and document the GdkPixbufSimpleAnim structure.

2009-03-23  Claudio Saavedra  <csaavedra@igalia.com>

* gdk-pixbuf/tmpl/animation.sgml: Fix typos and document the
GdkPixbufSimpleAnim structure.

svn path=/trunk/; revision=22581

15 years agoBug 576254 - <object> requires attribute "id"
Hiroyuki Ikezoe [Sun, 22 Mar 2009 23:09:54 +0000 (23:09 +0000)]
Bug 576254 - <object> requires attribute "id"

2009-03-23  Hiroyuki Ikezoe  <poincare@ikezoe.net>

Bug 576254 - <object> requires attribute "id"

* docs/reference/gtk/tmpl/gtkdialog.sgml: Add id attribute to
GtkBuilder UI sample.

svn path=/trunk/; revision=22580

15 years agoUpdated Russian translation.
Nickolay V. Shmyrev [Sun, 22 Mar 2009 07:31:12 +0000 (07:31 +0000)]
Updated Russian translation.

2008-03-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>

* ru.po: Updated Russian translation.

svn path=/trunk/; revision=22579

15 years agoUpdated Russian translation.
Nickolay V. Shmyrev [Sun, 22 Mar 2009 06:31:16 +0000 (06:31 +0000)]
Updated Russian translation.

2009-03-22  Nickolay V. Shmyrev <nshmyrev@yandex.ru>

* ru.po: Updated Russian translation.

svn path=/trunk/; revision=22578

15 years agoBug 538840 – [Win32] GTK menu theming could be improved
Cody Russell [Sat, 21 Mar 2009 13:58:12 +0000 (13:58 +0000)]
Bug 538840 – [Win32] GTK menu theming could be improved

2009-03-21  Cody Russell  <bratsche@gnome.org>

        Bug 538840 – [Win32] GTK menu theming could be improved

        * modules/engines/ms-windows/xp_theme.c
        * modules/engines/ms-windows/msw_style.c: Use newer
        menu styling API.  This makes gtk+ look much better on
        Windows Vista.

svn path=/trunk/; revision=22577

15 years agoUpdated simplified Chinese translations by Xiyue Deng <manphiz at gmail dot com>
Aron Xu [Sat, 21 Mar 2009 08:56:20 +0000 (08:56 +0000)]
Updated simplified Chinese translations by Xiyue Deng <manphiz at gmail dot com>

svn path=/trunk/; revision=22576

15 years agoBug 574283 – unused assignment and dead code in
Claudio Saavedra [Thu, 19 Mar 2009 07:47:23 +0000 (07:47 +0000)]
Bug 574283 – unused assignment and dead code in

2009-03-19  Claudio Saavedra  <csaavedra@igalia.com>

Bug 574283 – unused assignment and dead code in
gtk_widget_set_tooltip_window()

* gtk/gtkwidget.c: (gtk_widget_set_tooltip_window): Remove
an unused assignment, improving checks, and clean up method.

svn path=/trunk/; revision=22575

15 years agoadd static function gtk_scale_button_set_orientation_private() and use it
Michael Natterer [Wed, 18 Mar 2009 21:19:07 +0000 (21:19 +0000)]
add static function gtk_scale_button_set_orientation_private() and use it

2009-03-18  Michael Natterer  <mitch@gimp.org>

* gtk/gtkscalebutton.c: add static function
gtk_scale_button_set_orientation_private() and use it instead of
the public but deprecated gtk_scale_button_set_orientation().

svn path=/trunk/; revision=22574

15 years agoUpdated Greek Translation by Jennie Petoumenou.
Kostas Papadimas [Wed, 18 Mar 2009 15:53:51 +0000 (15:53 +0000)]
Updated Greek Translation by Jennie Petoumenou.

svn path=/trunk/; revision=22573

15 years agoUpdated Pashto translation by Zabeeh Khan
Jorge Gonzalez Gonzalez [Wed, 18 Mar 2009 14:45:46 +0000 (14:45 +0000)]
Updated Pashto translation by Zabeeh Khan

svn path=/trunk/; revision=22572

15 years agoUpdated Arabic translation
Djihed Afifi [Wed, 18 Mar 2009 09:22:49 +0000 (09:22 +0000)]
Updated Arabic translation

svn path=/trunk/; revision=22571

15 years agoBug 575700 - Crash when moving a GtkWindow
Tor Lillqvist [Tue, 17 Mar 2009 18:26:28 +0000 (18:26 +0000)]
Bug 575700 - Crash when moving a GtkWindow

2009-03-17  Tor Lillqvist  <tml@novell.com>

Bug 575700 - Crash when moving a GtkWindow

* gdk/win32/gdkevents-win32.c (gdk_event_translate): Fix
embarrassing crasher bug introduced on 2009-03-11. A variable was
assigned a value only inside a GDK_NOTE but still used outside
that.

svn path=/trunk/; revision=22568

15 years agoUpdated Slovenian translation
Matej Urbančič [Tue, 17 Mar 2009 16:55:07 +0000 (16:55 +0000)]
Updated Slovenian translation

svn path=/trunk/; revision=22567

15 years agoUpdated Slovenian translation
Matej Urbančič [Tue, 17 Mar 2009 16:35:58 +0000 (16:35 +0000)]
Updated Slovenian translation

svn path=/trunk/; revision=22566

15 years agoUpdated Malayalam Translation
Ani Peter [Tue, 17 Mar 2009 15:37:08 +0000 (15:37 +0000)]
Updated Malayalam Translation

svn path=/trunk/; revision=22565

15 years agoUpdated Malayalam Translation
Ani Peter [Tue, 17 Mar 2009 15:36:58 +0000 (15:36 +0000)]
Updated Malayalam Translation

svn path=/trunk/; revision=22564

15 years agoUpdated Malayalam Translations
Ani Peter [Tue, 17 Mar 2009 15:09:53 +0000 (15:09 +0000)]
Updated Malayalam Translations

svn path=/trunk/; revision=22563

15 years agoUpdated Malayalam Translation
Ani Peter [Tue, 17 Mar 2009 15:06:02 +0000 (15:06 +0000)]
Updated Malayalam Translation

svn path=/trunk/; revision=22562

15 years agoNewer mingw-w64 uses an underscore-prefixed identification macro.
Tor Lillqvist [Tue, 17 Mar 2009 12:58:40 +0000 (12:58 +0000)]
Newer mingw-w64 uses an underscore-prefixed identification macro.

2009-03-17  Tor Lillqvist  <tml@novell.com>

* gtk/gtkprintoperation-win32.c: Newer mingw-w64 uses an
underscore-prefixed identification macro.

svn path=/trunk/; revision=22561

15 years agoUpdated Crimean Tatar translation by Reşat SABIQ.
Andre Klapper [Mon, 16 Mar 2009 22:30:32 +0000 (22:30 +0000)]
Updated Crimean Tatar translation by Reşat SABIQ.

2009-03-16  Andre Klapper  <a9016009@gmx.de>

* crh.po: Updated Crimean Tatar translation by Reşat SABIQ.

svn path=/trunk/; revision=22560

15 years agoUpdated Crimean Tatar translation by Reşat SABIQ.
Andre Klapper [Mon, 16 Mar 2009 22:28:43 +0000 (22:28 +0000)]
Updated Crimean Tatar translation by Reşat SABIQ.

2009-03-16  Andre Klapper  <a9016009@gmx.de>

* crh.po: Updated Crimean Tatar translation by Reşat SABIQ.

svn path=/trunk/; revision=22559

15 years agoUpdated Turkish Translation
Baris Cicek [Mon, 16 Mar 2009 19:21:53 +0000 (19:21 +0000)]
Updated Turkish Translation

svn path=/trunk/; revision=22558

15 years agoUpdated Turkish Translation
Baris Cicek [Mon, 16 Mar 2009 19:20:27 +0000 (19:20 +0000)]
Updated Turkish Translation

svn path=/trunk/; revision=22557

15 years agoUpdated Galician translation by Suso Baleato.
Ignacio Casal Quinteiro [Mon, 16 Mar 2009 17:29:49 +0000 (17:29 +0000)]
Updated Galician translation by Suso Baleato.

svn path=/trunk/; revision=22556

15 years agoUpdated assamese translations
Amitakhya Phukan [Mon, 16 Mar 2009 12:22:28 +0000 (12:22 +0000)]
Updated assamese translations

svn path=/trunk/; revision=22555

15 years agoUpdated assamese translations
Amitakhya Phukan [Mon, 16 Mar 2009 12:02:07 +0000 (12:02 +0000)]
Updated assamese translations

svn path=/trunk/; revision=22554

15 years agoUpdated Bulgarian translation by Alexander Shopov <ash@contact.bg>
Alexander Shopov [Mon, 16 Mar 2009 11:18:19 +0000 (11:18 +0000)]
Updated Bulgarian translation by Alexander Shopov <ash@contact.bg>

2009-03-16  Alexander Shopov  <ash@contact.bg>

* bg.po: Updated Bulgarian translation by
Alexander Shopov <ash@contact.bg>

svn path=/trunk/; revision=22553

15 years agoUpdated Basque translation.
Inaki Larranaga Murgoitio [Mon, 16 Mar 2009 10:44:12 +0000 (10:44 +0000)]
Updated Basque translation.

2009-03-16  Inaki Larranaga Murgoitio  <dooteo@euskalgnu.org>

* eu.po: Updated Basque translation.

svn path=/trunk/; revision=22552

15 years agoupdating for Gnome Punjabi Translation by A S Alam
Amanpreet Singh Alam [Mon, 16 Mar 2009 02:36:42 +0000 (02:36 +0000)]
updating for Gnome Punjabi Translation by A S Alam

svn path=/trunk/; revision=22551

15 years agoFixed wrong translations.
Takeshi AIHANA [Sun, 15 Mar 2009 23:19:49 +0000 (23:19 +0000)]
Fixed wrong translations.

2009-03-16  Takeshi AIHANA <takeshi.aihana@gmail.com>

* ja.po: Fixed wrong translations.

svn path=/trunk/; revision=22550

15 years agoUpdated German translation, by Christian Kirbach
Hendrik Richter [Sun, 15 Mar 2009 18:07:04 +0000 (18:07 +0000)]
Updated German translation, by Christian Kirbach

2009-03-15  Hendrik Richter  <hendrikr@gnome.org>

* de.po: Updated German translation, by
         Christian Kirbach

svn path=/trunk/; revision=22548

15 years agoupdated kn.po
Shankar Prasad [Sun, 15 Mar 2009 14:42:29 +0000 (14:42 +0000)]
updated kn.po

svn path=/trunk/; revision=22547

15 years agoUpdated Telugu translations
Krishnababu Krothapalli [Sun, 15 Mar 2009 14:02:50 +0000 (14:02 +0000)]
Updated Telugu translations

svn path=/trunk/; revision=22546

15 years agoUpdated Changelog entry
Krishnababu Krothapalli [Sun, 15 Mar 2009 13:57:09 +0000 (13:57 +0000)]
Updated Changelog entry

svn path=/trunk/; revision=22545

15 years agotamil translation updated
Felix I [Sun, 15 Mar 2009 13:38:22 +0000 (13:38 +0000)]
tamil translation updated

svn path=/trunk/; revision=22544

15 years agoUpdated Marathi Translations
Sandeep Shedmake [Sun, 15 Mar 2009 11:50:41 +0000 (11:50 +0000)]
Updated Marathi Translations

svn path=/trunk/; revision=22543

15 years agoUpdated Marathi Translations
Sandeep Shedmake [Sun, 15 Mar 2009 11:40:36 +0000 (11:40 +0000)]
Updated Marathi Translations

svn path=/trunk/; revision=22542

15 years agoUpdated Gujarati Translations
Ankitkumar Rameshchandra Patel [Sun, 15 Mar 2009 04:53:17 +0000 (04:53 +0000)]
Updated Gujarati Translations

svn path=/trunk/; revision=22541

15 years agoUpdated Simplified Chinese translations by Deng Xiyue <manphiz@gmail.com>
Aron Xu [Sat, 14 Mar 2009 11:45:07 +0000 (11:45 +0000)]
Updated Simplified Chinese translations by Deng Xiyue <manphiz@gmail.com>

svn path=/trunk/; revision=22540

15 years agoupdated kn.po
Shankar Prasad [Sat, 14 Mar 2009 10:43:14 +0000 (10:43 +0000)]
updated kn.po

svn path=/trunk/; revision=22539

15 years agoUpdated Danish translations
Kenneth Nielsen [Sat, 14 Mar 2009 04:03:19 +0000 (04:03 +0000)]
Updated Danish translations

svn path=/trunk/; revision=22538

15 years agoupdated kn.po
Shankar Prasad [Sat, 14 Mar 2009 03:19:26 +0000 (03:19 +0000)]
updated kn.po

svn path=/trunk/; revision=22537

15 years agoUpdated Galician translation
Ignacio Casal Quinteiro [Fri, 13 Mar 2009 18:43:23 +0000 (18:43 +0000)]
Updated Galician translation

svn path=/trunk/; revision=22536

15 years agoUpdated Galician translation
Ignacio Casal Quinteiro [Fri, 13 Mar 2009 18:36:38 +0000 (18:36 +0000)]
Updated Galician translation

svn path=/trunk/; revision=22535

15 years agoLate release notes
Matthias Clasen [Fri, 13 Mar 2009 16:27:55 +0000 (16:27 +0000)]
Late release notes

svn path=/trunk/; revision=22534

15 years agoUpdated German translation.
Hendrik Richter [Fri, 13 Mar 2009 15:54:39 +0000 (15:54 +0000)]
Updated German translation.

2009-03-13  Hendrik Richter  <hendrikr@gnome.org>

* de.po: Updated German translation.

svn path=/trunk/; revision=22533