--- at-spi-1.30.0/debian/changelog 2010-07-02 15:52:47.000000000 +1000 +++ at-spi-1.30.1/debian/changelog 2010-07-02 15:52:47.000000000 +1000 @@ -1,3 +1,12 @@ +at-spi (1.30.1-0ubuntu1) lucid-proposed; urgency=low + + * New upstream release (LP: #600906) + - Fixes GNOME bugzilla #538680, collection.getMatchesTo() seems to ignore + the count. + - Updated translations: + + -- Luke Yelavich Fri, 02 Jul 2010 15:50:32 +1000 + at-spi (1.30.0-0ubuntu2) lucid; urgency=low * debian/control.in: depends on libgail-common since the schemas lists --- at-spi-1.30.0/libspi/collection.c 2009-11-26 20:58:23.000000000 +1100 +++ at-spi-1.30.1/libspi/collection.c 2010-04-23 16:19:54.000000000 +1000 @@ -610,7 +610,8 @@ if (flag && match_interfaces_lookup (obj, mrp, ev) && match_states_lookup (obj, mrp, ev) && match_roles_lookup (obj, mrp, ev) - && match_attributes_lookup (obj, mrp, ev)) + && match_attributes_lookup (obj, mrp, ev) + && (max == 0 || kount < max)) { ls = g_list_append (ls, obj); kount++; @@ -622,7 +623,7 @@ indexinparent = Accessibility_Accessible_getIndexInParent (obj, ev); parent = Accessibility_Accessible__get_parent (obj, ev); - if(indexinparent > 0) + if(indexinparent > 0 && (max == 0 || kount < max)) { /* there are still some siblings to visit so get the previous sibling and get it's last descendant. @@ -642,7 +643,7 @@ kount = sort_order_rev_canonical (mrp, ls, kount, max, nextobj, TRUE, pobj, ev); } - else + else if (max == 0 || kount < max) { /* no more siblings so next node must be the parent */ kount = sort_order_rev_canonical (mrp, ls, kount, max, --- at-spi-1.30.0/NEWS 2010-03-30 09:55:23.000000000 +1100 +++ at-spi-1.30.1/NEWS 2010-04-26 16:48:20.000000000 +1000 @@ -1,3 +1,8 @@ +What's new in at-spi-1.30.1: + +* Fixes #538680. +* Translation update. + What's new in at-spi-1.30.0: * Fixes #612554. --- at-spi-1.30.0/po/ca@valencia.po 2009-11-26 18:54:44.000000000 +1100 +++ at-spi-1.30.1/po/ca@valencia.po 2010-04-23 16:19:54.000000000 +1000 @@ -2,14 +2,14 @@ # Copyright © 2003, 2008 Free Software Foundation, Inc. # This file is distributed under the same license as the at-spi package. # Jordi Mallach , 2003. -# Joan Duran , 2008, 2009. +# Joan Duran , 2008-2010. # msgid "" msgstr "" "Project-Id-Version: at-spi\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-11-21 17:44+0100\n" -"PO-Revision-Date: 2009-09-13 23:23+0200\n" +"POT-Creation-Date: 2010-04-23 00:38+0200\n" +"PO-Revision-Date: 2010-03-09 22:41+0100\n" "Last-Translator: Joan Duran \n" "Language-Team: Catalan \n" "MIME-Version: 1.0\n" @@ -18,14 +18,32 @@ "Plural-Forms: nplurals=2; plural=n!=1;\n" #: ../at-spi.schemas.in.h:1 -msgid "GTK+ modules for accessibility support" -msgstr "Mòduls del GTK+ per a permetre l'ús de l'accessibilitat" +msgid "Enable CORBA-based AT-SPI infrastructure" +msgstr "" +"Habilita la infraestructura del servei d'accessibilitat (AT-SPI) basada en " +"CORBA" #: ../at-spi.schemas.in.h:2 +msgid "GTK+ modules for accessibility support" +msgstr "Mòduls del GTK+ per permetre l'ús de l'accessibilitat" + +#: ../at-spi.schemas.in.h:3 +msgid "" +"In combination with /desktop/gnome/interface/accessibility, this key is " +"needed to enable the CORBA-based AT-SPI infrastructure if the CORBA-based AT-" +"SPI infrastructure has been relocated. It is ignored if the CORBA-based AT-" +"SPI infrastructure has not been relocated." +msgstr "" +"Esta clau és necessària en combinació amb /desktop/gnome/interface/" +"accessibility per habilitar la infraestructura del servei d'accessibilitat " +"(AT-SPI) basada en CORBA si s'ha reubicat. S'ignorarà si la infraestructura " +"del servei d'accessibilitat (AT-SPI) basada en CORBA no s'ha reubicat." + +#: ../at-spi.schemas.in.h:4 msgid "This key determines the GTK+ modules to load for accessibility support." msgstr "" -"Esta clau determina els mòduls del GTK+ que es carregaran per a permetre " -"l'ús de l'accessibilitat." +"Esta clau determina els mòduls del GTK+ que es carregaran per permetre l'ús " +"de l'accessibilitat." #: ../registryd/Accessibility_Registry.server.in.in.h:1 msgid "AT-SPI Registry" @@ -36,8 +54,11 @@ msgstr "Registre d'accessibilitat" #: ../registryd/at-spi-registryd.desktop.in.in.in.h:1 -msgid "AT SPI Registry Wrapper" -msgstr "Embolcall del registre del servei d'accessibilitat (AT SPI)" +msgid "AT SPI Registry" +msgstr "Registre del servei d'accessibilitat (AT SPI)" + +#~ msgid "AT SPI Registry Wrapper" +#~ msgstr "Embolcall del registre del servei d'accessibilitat (AT SPI)" #~ msgid "failure: no device event controller found.\n" #~ msgstr "falla: no s'ha trobat un controlador d'events de dispositiu\n" --- at-spi-1.30.0/po/lv.po 2009-10-14 13:39:16.000000000 +1100 +++ at-spi-1.30.1/po/lv.po 2010-04-26 16:47:14.000000000 +1000 @@ -2,30 +2,46 @@ # This file is distributed under the same license as the PACKAGE package. # # Raivis Dejus , 2009. +# Anita Reitere , 2010. msgid "" msgstr "" "Project-Id-Version: at-spi.HEAD\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug." -"cgi?product=at-spi&component=general\n" -"POT-Creation-Date: 2008-12-19 03:48+0000\n" -"PO-Revision-Date: 2009-01-04 20:26+0200\n" -"Last-Translator: Raivis Dejus \n" -"Language-Team: en_US \n" +"cgi?product=at-spi&component=general\n" +"POT-Creation-Date: 2010-03-22 12:06+0000\n" +"PO-Revision-Date: 2010-04-06 10:27+0300\n" +"Last-Translator: Anita Reitere \n" +"Language-Team: Latviešu \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Lokalize 0.2\n" +"X-Generator: Lokalize 1.0\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : " "2);\n" #: ../at-spi.schemas.in.h:1 +msgid "Enable CORBA-based AT-SPI infrastructure" +msgstr "Ieslēgt AT-SPI infrastruktūru uz CORBA pamata" + +#: ../at-spi.schemas.in.h:2 msgid "GTK+ modules for accessibility support" msgstr "GTK+ moduļi pieejamības nodrošināšanai" -#: ../at-spi.schemas.in.h:2 +#: ../at-spi.schemas.in.h:3 +msgid "" +"In combination with /desktop/gnome/interface/accessibility, this key is " +"needed to enable the CORBA-based AT-SPI infrastructure if the CORBA-based AT-" +"SPI infrastructure has been relocated. It is ignored if the CORBA-based AT-" +"SPI infrastructure has not been relocated." +msgstr "" +"Šī atslēga, kopā ar /desktop/gnome/interface/accessibility, ir vajadzīga uz " +"CORBA bāzētas AT-SPI infrestruktūras ieslēgšanai, ja tā tikusi pārnesta uz " +"citu vietu (ja tā nav pārnesta, šī atslēga tiek ignorēta)." + +#: ../at-spi.schemas.in.h:4 msgid "This key determines the GTK+ modules to load for accessibility support." msgstr "" -"Šī vērtība nosaka kādus GTK+ moduļus ielādēt pieejamības nodrošināšanai." +"Šī vērtība nosaka, kādus GTK+ moduļus ielādēt pieejamības nodrošināšanai." #: ../registryd/Accessibility_Registry.server.in.in.h:1 msgid "AT-SPI Registry" @@ -35,3 +51,8 @@ msgid "Accessibility Registry" msgstr "Pieejamības reģistrs" +#: ../registryd/at-spi-registryd.desktop.in.in.in.h:1 +#| msgid "AT-SPI Registry" +msgid "AT SPI Registry" +msgstr "AT SPI reģistrs" + --- at-spi-1.30.0/pyatspi/__init__.py 2010-03-30 10:42:11.000000000 +1100 +++ at-spi-1.30.1/pyatspi/__init__.py 2010-04-26 17:18:43.000000000 +1000 @@ -57,7 +57,7 @@ import pyatspi_dbus sys.modules['pyatspi'] = pyatspi_dbus else: - __version__ = (1, 30, 0) + __version__ = (1, 30, 1) REGISTRY_IID = "OAFIID:Accessibility_Registry:1.0" TYPELIB_NAME = "Accessibility" --- at-spi-1.30.0/README 2010-03-30 09:55:38.000000000 +1100 +++ at-spi-1.30.1/README 2010-04-26 16:48:33.000000000 +1000 @@ -1,6 +1,6 @@ README -at-spi version 1.30.0 +at-spi version 1.30.1 This version of at-spi requires atk 1.17.0 or later.