Khaled Hosny | 1 Jan 2011 01:26
Picon

[evince] Updated Arabic translation

commit 1a9ea7a06314d0b2dda55a96ba63872ec9b2d354
Author: Khaled Hosny <khaledhosny <at> eglug.org>
Date:   Sat Jan 1 02:25:52 2011 +0200

    Updated Arabic translation

 po/ar.po |   35 ++++++++++++++++-------------------
 1 files changed, 16 insertions(+), 19 deletions(-)
---
diff --git a/po/ar.po b/po/ar.po
index 194f37c..8d5d828 100644
--- a/po/ar.po
+++ b/po/ar.po
 <at>  <at>  -2,14 +2,14  <at>  <at> 
 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
 # This file is distributed under the same license as the PACKAGE package.
 # Yousef Raffah <yousef <at> raffah.com>, 2006.
-# Khaled Hosny <khaledhosny <at> eglug.org>, 2006, 2007, 2008, 2009, 2010.
+# Khaled Hosny <khaledhosny <at> eglug.org>, 2006, 2007, 2008, 2009, 2010, 2011.
 # Usama Akkad <uak <at> aya.sy>, 2008.
 msgid ""
 msgstr ""
 "Project-Id-Version: evince.HEAD\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-01-01 02:20+0200\n"
-"PO-Revision-Date: 2010-08-19 20:06+0300\n"
+"POT-Creation-Date: 2011-01-01 02:25+0200\n"
+"PO-Revision-Date: 2011-01-01 02:24+0300\n"
 "Last-Translator: Khaled Hosny <khaledhosny <at> eglug.org>\n"
 "Language-Team: Arabic <doc <at> arabeyes.org>\n"
(Continue reading)

Khaled Hosny | 1 Jan 2011 01:26
Picon

[evince] Updated Arabic translation

commit a12fc467ba8c9578a2c3719ffc30515e8be39b97
Author: Khaled Hosny <khaledhosny <at> eglug.org>
Date:   Sat Jan 1 02:20:56 2011 +0200

    Updated Arabic translation

 po/ar.po |  560 +++++++++++++++++++++++++++++++++-----------------------------
 1 files changed, 301 insertions(+), 259 deletions(-)
---
diff --git a/po/ar.po b/po/ar.po
index b2906f2..194f37c 100644
--- a/po/ar.po
+++ b/po/ar.po
 <at>  <at>  -8,7 +8,7  <at>  <at>  msgid ""
 msgstr ""
 "Project-Id-Version: evince.HEAD\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-08-19 20:08+0200\n"
+"POT-Creation-Date: 2011-01-01 02:20+0200\n"
 "PO-Revision-Date: 2010-08-19 20:06+0300\n"
 "Last-Translator: Khaled Hosny <khaledhosny <at> eglug.org>\n"
 "Language-Team: Arabic <doc <at> arabeyes.org>\n"
 <at>  <at>  -46,8 +46,8  <at>  <at>  msgid "Can't find an appropriate command to decompress this type of comic book"
 msgstr "تعذر العثور على أمر مناسب لفك ضغط هذا النوع من القصص المصورة"
 
 #: ../backend/comics/comics-document.c:458
-#: ../libdocument/ev-document-factory.c:143
-#: ../libdocument/ev-document-factory.c:286
+#: ../libdocument/ev-document-factory.c:93
+#: ../libdocument/ev-document-factory.c:230
(Continue reading)

Travis Reitter | 1 Jan 2011 01:44
Picon

[folks] Add a missing backslash to the configure.ac file

commit 5655e72bef34eb0308ecd3624d458bf069930c2f
Author: Philip Withnall <philip.withnall <at> collabora.co.uk>
Date:   Fri Dec 31 14:21:11 2010 +0000

    Add a missing backslash to the configure.ac file

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 8fc67f0..a5c2cc6 100644
--- a/configure.ac
+++ b/configure.ac
 <at>  <at>  -203,7 +203,7  <at>  <at>  AS_IF([test "$enable_inspect_tool" != "no" -a "x$enable_vala" = "xyes"],
       [AC_CHECK_LIB([readline], [main],
                     [with_inspect_tool=yes], [with_inspect_tool=no],
                     [-lncurses])])
-AS_IF([test "$enable_inspect_tool" != "no" -a "$with_inspect_tool" = "yes" -a
+AS_IF([test "$enable_inspect_tool" != "no" -a "$with_inspect_tool" = "yes" -a \
        "x$enable_vala" = "xyes"],
       [VALA_CHECK_PACKAGES([readline])
        LIBREADLINE="-lreadline -lncurses"
_______________________________________________
commits-list mailing list (read only)
http://mail.gnome.org/mailman/listinfo/commits-list

Want to limit the commits to a few modules? Go to above URL, log in to edit your options and select the modules
('topics') you want.

(Continue reading)

Travis Reitter | 1 Jan 2011 01:44
Picon

[folks] Bug 638395 — folks-inspect prevents default Vala-free builds

commit 8b2e847d2a9c9b78e095f8dff7f5f20e4db00df9
Author: Philip Withnall <philip.withnall <at> collabora.co.uk>
Date:   Fri Dec 31 14:23:31 2010 +0000

    Bug 638395 — folks-inspect prevents default Vala-free builds

    Add notices and errors to the configure script to notify the user of why
    the inspect tool is not being built. Closes: bgo#638395

 configure.ac |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index a5c2cc6..28becb7 100644
--- a/configure.ac
+++ b/configure.ac
 <at>  <at>  -199,6 +199,12  <at>  <at>  AC_ARG_ENABLE([inspect-tool],
                              [Enable building the data inspection tool]),
               [enable_inspect_tool=$enableval with_inspect_tool=$enableval],
               [enable_inspect_tool=maybe with_inspect_tool=no])
+AS_IF([test "$enable_inspect_tool" = "yes" -a "$enable_vala" != "yes"],
+      [AC_MSG_ERROR([Inspect tool explicitly enabled, but Vala wasn't enabled \
+                     using --enable-vala])])
+AS_IF([test "$enable_inspect_tool" = "maybe" -a "$enable_vala" != "yes"],
+      [AC_MSG_NOTICE([Inspect tool disabled, as Vala wasn't enabled using \
+                      --enable-vala])])
 AS_IF([test "$enable_inspect_tool" != "no" -a "x$enable_vala" = "xyes"],
       [AC_CHECK_LIB([readline], [main],
                     [with_inspect_tool=yes], [with_inspect_tool=no],
(Continue reading)

Kai Willadsen | 1 Jan 2011 01:47
Picon

[meld] Remove inconsistent VcView behaviour when comparing an unchanged file

commit 4a3fb2a885abe527c3fab30d716de9002c41dc88
Author: Kai Willadsen <kai.willadsen <at> gmail.com>
Date:   Fri Oct 22 05:12:15 2010 +1000

    Remove inconsistent VcView behaviour when comparing an unchanged file

    In other situations, comparing an unchanged file will simply show the
    file in Meld. VcView instead popped up a dialog saying that no changes
    were found, a fact which is already adequately shown by the tree. This
    change removes that dialogue and the corresponding arguments.

 meld/vcview.py |   11 ++++-------
 1 files changed, 4 insertions(+), 7 deletions(-)
---
diff --git a/meld/vcview.py b/meld/vcview.py
index 464c089..fcb65d4 100644
--- a/meld/vcview.py
+++ b/meld/vcview.py
 <at>  <at>  -372,7 +372,7  <at>  <at>  class VcView(melddoc.MeldDoc, gnomeglade.Component):
             path = self.model.value_path(it, 0)
             self.run_diff( [path] )

-    def run_diff_iter(self, path_list, empty_patch_ok):
+    def run_diff_iter(self, path_list):
         silent_error = hasattr(self.vc, 'switch_to_external_diff')
         retry_diff = True
         while retry_diff:
 <at>  <at>  -393,16 +393,13  <at>  <at>  class VcView(melddoc.MeldDoc, gnomeglade.Component):
                     silent_error = False
                     self.vc.switch_to_external_diff()
(Continue reading)

Amanpreet Singh Alam | 1 Jan 2011 04:58
Picon

[evolution] updating Punjabi Translation

commit 29d0e17768a680fcc3368c677ea02d39e4f233f8
Author: A S Alam <aalam <at> users.sf.net>
Date:   Sat Jan 1 09:28:32 2011 +0530

    updating Punjabi Translation

 po/pa.po |  845 +++++++++++++++++++++++++++++---------------------------------
 1 files changed, 390 insertions(+), 455 deletions(-)
---
diff --git a/po/pa.po b/po/pa.po
index 649ffaa..e0c9f42 100644
--- a/po/pa.po
+++ b/po/pa.po
 <at>  <at>  -4,14 +4,14  <at>  <at> 
 #
 #: ../shell/main.c:615
 # Punjab Linux Technology <punjablinux <at> netscape.net>, 2004.
-# A S Alam <aalam <at> users.sf.net>, 2004, 2005, 2006, 2007, 2009, 2010.
+# A S Alam <aalam <at> users.sf.net>, 2004, 2005, 2006, 2007, 2009, 2010, 2011.
 # Amanpreet Singh Alam <aalam <at> users.sf.net>, 2008, 2009.
 msgid ""
 msgstr ""
 "Project-Id-Version: evolution.HEAD\n"
 "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=evolution\n"
-"POT-Creation-Date: 2010-12-08 13:33+0000\n"
-"PO-Revision-Date: 2010-12-16 08:51+0530\n"
+"POT-Creation-Date: 2010-12-30 00:23+0000\n"
+"PO-Revision-Date: 2011-01-01 09:27+0530\n"
 "Last-Translator: A S Alam <aalam <at> users.sf.net>\n"
 "Language-Team: Punjabi/Panjabi <punjabi-users <at> lists.sf.net>\n"
(Continue reading)

John Ralls | 1 Jan 2011 08:28
Picon

[gtk+/quartz-integration] Return a NULL context instead of asserting if a drag is already in progress.

commit cc0ba8e7c27b1cefcd129908f5cafc0981f43448
Author: John Ralls <jralls <at> ceridwen.us>
Date:   Fri Dec 31 17:05:53 2010 -0800

    Return a NULL context instead of asserting if a drag is already in progress.

 gdk/quartz/gdkdnd-quartz.c |    5 ++++-
 gtk/gtkdnd-quartz.c        |    3 +++
 2 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/gdk/quartz/gdkdnd-quartz.c b/gdk/quartz/gdkdnd-quartz.c
index 7ba1705..fc99fd7 100644
--- a/gdk/quartz/gdkdnd-quartz.c
+++ b/gdk/quartz/gdkdnd-quartz.c
 <at>  <at>  -39,7 +39,10  <at>  <at>  _gdk_quartz_window_drag_begin (GdkWindow *window,
                                GdkDevice *device,
                                GList     *targets)
 {
-  g_assert (_gdk_quartz_drag_source_context == NULL);
+  /* If the context isn't NULL, then we're in a drag already and the
+     calling application didn't notice. Return NULL to prevent
+     queueing up another gdk_drag_begin_idle. */
+  g_return_val_if_fail (_gdk_quartz_drag_source_context == NULL, NULL);

   /* Create fake context */
   _gdk_quartz_drag_source_context = g_object_new (GDK_TYPE_QUARTZ_DRAG_CONTEXT,
diff --git a/gtk/gtkdnd-quartz.c b/gtk/gtkdnd-quartz.c
index d990029..f9bec1e 100644
--- a/gtk/gtkdnd-quartz.c
+++ b/gtk/gtkdnd-quartz.c
(Continue reading)

John Ralls | 1 Jan 2011 08:28
Picon

[gtk+/quartz-integration] Bug 571582: GtkSelection implementation for quartz.Forgot to add the most important file!

commit 2e39877103a4c02c04f33f8dcd629e35d1c9b91a
Author: John Ralls <jralls <at> ceridwen.us>
Date:   Fri Dec 31 17:10:53 2010 -0800

    Bug 571582: GtkSelection implementation for quartz.Forgot to add the most important file!

 gtk/gtkselection-quartz.c |  669 +++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 669 insertions(+), 0 deletions(-)
---
diff --git a/gtk/gtkselection-quartz.c b/gtk/gtkselection-quartz.c
new file mode 100644
index 0000000..f7b4654
--- /dev/null
+++ b/gtk/gtkselection-quartz.c
 <at>  <at>  -0,0 +1,669  <at>  <at> 
+/* GTK - The GIMP Toolkit
+ * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.	 See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the
(Continue reading)

John Ralls | 1 Jan 2011 08:28
Picon

[gtk+/quartz-integration] Force a pasteboard changeOwner notification when a widget with an active selection is deleted.

commit 9493ce2ab215fb2f0a8dd637c95e29e6e9fd184a
Author: John Ralls <jralls <at> ceridwen.us>
Date:   Fri Dec 31 17:12:31 2010 -0800

    Force a pasteboard changeOwner notification when a widget with an active selection is deleted.

 gtk/gtkselection-quartz.c |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)
---
diff --git a/gtk/gtkselection-quartz.c b/gtk/gtkselection-quartz.c
index f7b4654..6f97693 100644
--- a/gtk/gtkselection-quartz.c
+++ b/gtk/gtkselection-quartz.c
 <at>  <at>  -562,6 +562,12  <at>  <at>  gtk_selection_info_remove (GdkAtom selection, GtkWidget *owner)
       if (selection_info->selection == selection &&
 	  selection_info->owner == owner)
 	{
+	  /* Clear the clipboard; this will send a changedOwner to the
+	     pasteboard so that it won't try to retrieve the
+	     still-pending types later when the window isn't around to
+	     provide them. */
+	  GtkClipboard *clip = gtk_clipboard_get(selection_info->selection);
+	  gtk_clipboard_clear(clip);
 	  current_selections = g_list_remove_link (current_selections,
 						   tmp_list);
 	  g_list_free (tmp_list);
_______________________________________________
commits-list mailing list (read only)
http://mail.gnome.org/mailman/listinfo/commits-list

(Continue reading)

John Ralls | 1 Jan 2011 08:28
Picon

[gtk+/quartz-integration] Null out the target_list and source_widget pointers on a changeOwner, and prevent provideDataForType

commit 4d4cdc70d5b447d12aaf521ecf6e6a511ffa5c50
Author: John Ralls <jralls <at> ceridwen.us>
Date:   Fri Dec 31 17:15:32 2010 -0800

    Null out the target_list and source_widget pointers on a changeOwner, and prevent provideDataForType
from doing anything (like crashing)if they've been nulled.

 gtk/gtkdnd-quartz.c |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)
---
diff --git a/gtk/gtkdnd-quartz.c b/gtk/gtkdnd-quartz.c
index f9bec1e..39a47a9 100644
--- a/gtk/gtkdnd-quartz.c
+++ b/gtk/gtkdnd-quartz.c
 <at>  <at>  -142,7 +142,8  <at>  <at>  struct _GtkDragFindData
 {
   guint target_info;
   GtkSelectionData selection_data;
-
+  g_return_if_fail(info->source_widget != NULL);
+  g_return_if_fail(info->target_list != NULL);
   selection_data.selection = GDK_NONE;
   selection_data.data = NULL;
   selection_data.length = -1;
 <at>  <at>  -165,6 +166,13  <at>  <at>  struct _GtkDragFindData
     }
 }

+- (void)pasteboardChangedOwner: (NSPasteboard*)sender
+{
(Continue reading)


Gmane