Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:11.4
at-spi2-atk
at-spi2-atk.changes
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File at-spi2-atk.changes of Package at-spi2-atk
------------------------------------------------------------------- Mon Feb 14 16:27:55 CET 2011 - sbrabec@suse.cz - Added support for translation-update-upstream. ------------------------------------------------------------------- Tue Dec 28 08:42:05 UTC 2010 - dimstar@opensuse.org - Own directory structure for gtk3 modules. ------------------------------------------------------------------- Thu Nov 18 10:22:17 CET 2010 - vuntz@opensuse.org - Update to version 0.4.1: + Fire all events until we receive a reply from GetRegisteredEvents. + Remove g_atexit handler. ------------------------------------------------------------------- Tue Sep 28 01:53:11 CEST 2010 - vuntz@opensuse.org - Update to version 0.4.0: + Version bump to stable 0.4.0, without any change. ------------------------------------------------------------------- Tue Sep 14 08:43:15 CEST 2010 - vuntz@opensuse.org - Update to version 0.3.92: + Have value methods return 0 on failure rather than fail, as in original pyatspi. ------------------------------------------------------------------- Wed Sep 1 23:59:35 CEST 2010 - dimstar@opensuse.org - Update to version 0.3.91.1: + Fix a build error introduced in 0.3.91. ------------------------------------------------------------------- Tue Aug 31 08:57:02 CEST 2010 - vuntz@opensuse.org - Update to version 0.3.91: + Default to --enable-relocate for now. + fdo#29880: gtk module can't handle reloading. ------------------------------------------------------------------- Tue Aug 17 10:56:52 CEST 2010 - dimstar@opensuse.org - Update to version 0.3.90: + fdo#29365: Stop using a deprecated glib function. + Caching fixes: GetItems was completely broken in v0.3.6, and fixed a possible crash when it is called. + Only emit signals when AT-SPI clients are listening for them. ------------------------------------------------------------------- Fri Aug 6 13:47:52 CEST 2010 - vuntz@opensuse.org - Update to version 0.3.6: + Fixed a problem with dbus introspection. + Do not block waiting for a response when registering. - Changes from version 0.3.5: + Have a socket retrieve its state set from its embedded plug. + Rename AT_SPI_CLIENT to AT_SPI_REENTER_G_MAIN_LOOP, but still check the former variable as well for now. - Changes from version 0.3.4: + Ref an object while adding it to the message generated by GetItems. This prevents a crash if all other references to the objects go away while it is being analyzed. + Add GetChildren to the introspection. + Fix NSelectedRows and NSelectedColumns. + Fix the behavior of ChildCount and GetChildAtIndex for sockets with embedded plugs. + Fix extra unref when calling get_row_header or get_column_header on a table, or calling atk_hyperlink_get_object. + Set the /desktop/gnome/interface/at-spi-dbus gconf key to false by default (this key is only used when at-spi2 is relocated, which it is not by default). + Fix a few compiler warnings. ------------------------------------------------------------------- Fri Jun 4 21:19:10 UTC 2010 - sshaw@decriptor.com - Update to version 0.3.3 + Remove unused gtk build dependency. + Install a copy of the module into the gtk-3.0 modules directory. + Correct handling of some children-changed events sent by Firefox. + Lease objects that send events if they are not cached; fixes some tracebacks when handling Firefox events. - Changes from version 0.3.2: + Some hyperlink fixes. + Cache additions are now done in an idle call. This prevents additions from being made when an object may not be fully initialized and prevents Firefox 3.6 from crashing. Fix bnc#611149. + The cache object has been placed into the org.a11y.atspi namespace. - Changes from version 0.3.1: + Added a gconf schema. + org.freedesktop.DBus.Properties.GetAll now works rather then crashing. + The position, size, and extents of an AtkSocket are now fetched from the corresponding AtkPlug. + An application is no longer registered if its root is an AtkPlug. + Fix bgo#538680 - Count ignored in GetMatchesTo + Fix fdo#27626 - deadlock when registering an application. + Fix a problem with various hyperlink methods. + Fix for an AtkPlug sometimes not appearing in the hierarchy. + Fix a crash if the registry returns an unexpected message while embedding. + Remove libxml2 dependency since libxml2 is no longer used. + Fix handling of MATCH_ANY for a stateset in a collection match rule. + Disabled relocation by default. - Add at-spi2-atk-gtk-64-fix.patch: this is needed to have the GTK+ module work correctly on 64 bit architectures. Fix bnc#611766. - Remove libxml2-devel BuildRequires. - Add gconf2-devel and intltool BuildRequires, package the gconf schemas, and create a lang subpackage. ------------------------------------------------------------------- Thu Apr 8 01:37:24 CEST 2010 - vuntz@opensuse.org - Make this new at-spi stack optional again: the at-spi2 developers think it's safer to ship 11.3 with the old stack by default. - Add a IS_DEFAULT_ATSPI_STACK define to easily change this behavior. ------------------------------------------------------------------- Wed Mar 31 01:26:04 CEST 2010 - vuntz@opensuse.org - Update to version 0.1.8: + List org.a11y.atspi.Application in interfaces for applications + Only query a relation set if it is non-NULL + Avoid calling g_error and aborting the application on some errors + Only reenter the main loop if AT_SPI_CLIENT is set ------------------------------------------------------------------- Sun Feb 21 17:28:14 CET 2010 - vuntz@opensuse.org - Update to version 0.1.7: + Convert droute introspection to use string literals created from the introspection XML in at-spi2-core. + Change the name of interfaces from org.freedesktop.atspi to org.a11y.atspi. + Fix error of prefix length that was preventing matching of new object references. + Modify the droute tests to use the new introspection scheme. ------------------------------------------------------------------- Fri Feb 12 15:04:57 CET 2010 - vuntz@opensuse.org - Update to version 0.1.6: + Allow make distcheck to still ship the atk-adapter *.desktop.in file. + Re-add spi_dbus_general_error method as it is used by the collections adaptor. + Fix cache update signature + Fix appending attribute set + Fix collection interface-checking code + Event fixes + Modify the paths scheme. + Correct the root path definition. + The StreamableContent interface is not currently supported. + Change the keystroke delivery methid re-entrancy from + PropertyChange fixes + Plug/socket fixes, and remove conditional + Fix issue where we would attempt to reference null objects + Move spi_object_append_null_reference and adjust its usage + Fix error where null objects were sent with wrong address. + Enhance droute so that unhandled messages are better debugged. + Move the application argument to the end of the event structure + Make AT-SPI/CORBA the default and relocate AT-SPI/D-Bus + Increase the lease time to rectify errors seen during orca testing. + Attempt to fix build warning related to 64bit builds. + Add change to fix rpmlint 64bit portability errors. - Pass --disable-relocate to configure because we want at-spi2 by default. ------------------------------------------------------------------- Fri Jan 15 01:54:28 CET 2010 - vuntz@opensuse.org - Update to version 0.1.5: + For a full list of changes, see http://git.gnome.org/cgit/at-spi2-atk/log/?id=AT_SPI2_ATK_0_1_5 + Fix g_warning + Fix parents of plugs + Code style enforcement. + Move the D-Bus adaptor code into its own folder within the atk-adaptor library codebase. + Add a class for taking leased references of GObjects. + Integrate leasing scheme in-to atk-bridge. + Fix object lifecycle errors. + Translate child changed ATK signals to AT-SPI. + Fix build error + Ensure the child data is added to children-changed events properly. ------------------------------------------------------------------- Tue Dec 22 17:37:40 CET 2009 - vuntz@opensuse.org - Update to version 0.1.4: + For a full list of changes, see http://git.gnome.org/cgit/at-spi2-atk/log/?id=AT_SPI2_ATK_0_1_4 + Use the new 'Accessibility' bus if the bus address is available in the AT_SPI_BUS X property. + Only set parent to the desktop if an accessible is an Application + Send UpdateAccessible for transient objects + Remove i18n macro that was causing link errors. + Only check for plug if atkplug.h has been included + Finished collection support + Use datarootdir for finding the introspection XML files. They are now in a shared directory under 'at-spi2'. ------------------------------------------------------------------- Wed Dec 2 17:17:42 CET 2009 - vuntz@opensuse.org - Update to version 0.1.3: + For a list of changes, see http://git.gnome.org/cgit/at-spi2-atk/log/?id=AT_SPI2_ATK_0_1_3 - Remove at-spi2-core-devel BuildRequires. - Change gtk-devel BuildRequires to gtk2-devel BuildRequires. - Remove libcspi0, libcspi-devel, python-atspi subpackages: the first two were for a library that wasn't used by anything else (so it's statically linked now) and the third one is becoming a new package on its own. - Obsolete libcspi0 and libcspi-devel packages, without providing them (that would be wrong). Add a rpmlintrc file to make rpmlint happy for this. - Add conflict with old versions of at-spi: some files are clashing. ------------------------------------------------------------------- Fri Aug 14 15:49:00 UTC 2009 - sshaw@decriptor.com - Update to version 0.1.1: + Add ATK libraries to cspi LIBADD. Fixes build problems on OpenSUSE. + Removal of Accessible objects is now handled properly. Object removal causes signal to be emitted. + Fix signature of keyboard event registration when key array is empty. ------------------------------------------------------------------- Fri Aug 14 04:25:13 CEST 2009 - vuntz@novell.com - Clean up packaging a bit. ------------------------------------------------------------------- Thu Aug 13 15:31:35 UTC 2009 - sshaw@decriptor.com - Initial packaging of at-spi2-atk (0.1.0)
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor