platform/upstream/at-spi2-core.git
11 years agoRelease as v2.6.0 AT_SPI2_CORE_2_6_0
Mike Gorse [Mon, 24 Sep 2012 20:49:47 +0000 (15:49 -0500)]
Release as v2.6.0

11 years agoRelease v2.5.92 AT_SPI2_CORE_2_5_92
Mike Gorse [Tue, 18 Sep 2012 03:06:39 +0000 (22:06 -0500)]
Release v2.5.92

11 years agoDon't leak dbus connections
William Jon McCann [Fri, 14 Sep 2012 16:50:18 +0000 (12:50 -0400)]
Don't leak dbus connections

By using a private connection and closing it.

https://bugzilla.gnome.org/show_bug.cgi?id=684033

11 years agoDon't check for NULL when calling _atspi_application_new
Mike Gorse [Mon, 17 Sep 2012 16:16:08 +0000 (11:16 -0500)]
Don't check for NULL when calling _atspi_application_new

g_object_new will error out rather than return NULL when out of memory,
so no need to check its return value.

11 years agoDon't leak the display string
William Jon McCann [Fri, 14 Sep 2012 17:17:35 +0000 (13:17 -0400)]
Don't leak the display string

https://bugzilla.gnome.org/show_bug.cgi?id=684033

11 years agoMake build silent
William Jon McCann [Fri, 14 Sep 2012 15:26:14 +0000 (11:26 -0400)]
Make build silent

So we can see warnings better.

https://bugzilla.gnome.org/show_bug.cgi?id=684033

11 years agoDon't leak errors
William Jon McCann [Fri, 14 Sep 2012 15:18:53 +0000 (11:18 -0400)]
Don't leak errors

https://bugzilla.gnome.org/show_bug.cgi?id=684033

11 years agoExit without a SIGABRT when unable to open X display
Mike Gorse [Mon, 10 Sep 2012 17:00:19 +0000 (12:00 -0500)]
Exit without a SIGABRT when unable to open X display

At-spi2-registryd was calling g_error when unable to open the default
display, which led to a SIGABRT and a core dump. This behavior is
inconsistent with what is generally done by GNOME apps, so let's call
g_warning() and exit(1) instead.

https://bugzilla.gnome.org/show_bug.cgi?id=660407

11 years agoFixing 'atspi_accessible_get_id' annotation
Javier Hernández [Tue, 4 Sep 2012 01:58:18 +0000 (03:58 +0200)]
Fixing 'atspi_accessible_get_id' annotation

11 years agoFix some annotations compilation warnings
Javier Hernández [Tue, 4 Sep 2012 01:58:34 +0000 (03:58 +0200)]
Fix some annotations compilation warnings

11 years agoRelease v2.5.91 AT_SPI2_CORE_2_5_91
Mike Gorse [Mon, 3 Sep 2012 23:10:57 +0000 (18:10 -0500)]
Release v2.5.91

11 years agoUpdated Polish translation
Piotr Drąg [Sat, 1 Sep 2012 18:47:11 +0000 (20:47 +0200)]
Updated Polish translation

11 years agoAdd glib-2.0 to requires in at-spi2.pc.in
Samuel Thibault [Fri, 24 Aug 2012 21:48:03 +0000 (16:48 -0500)]
Add glib-2.0 to requires in at-spi2.pc.in

https://bugzilla.gnome.org/show_bug.cgi?id=682595

11 years agoFix build with -fno-common
Behdad Esfahbod [Tue, 21 Aug 2012 18:15:19 +0000 (14:15 -0400)]
Fix build with -fno-common

11 years agoAdd license to atspi-constants.h
Mike Gorse [Wed, 15 Aug 2012 13:41:39 +0000 (08:41 -0500)]
Add license to atspi-constants.h

11 years agoRelease v2.5.5 AT_SPI2_CORE_2_5_5
Mike Gorse [Mon, 6 Aug 2012 20:53:38 +0000 (15:53 -0500)]
Release v2.5.5

11 years agoAllow to build out of source directory
Daniel Narvaez [Thu, 19 Jul 2012 20:24:27 +0000 (22:24 +0200)]
Allow to build out of source directory

https://bugzilla.gnome.org/show_bug.cgi?id=680281

11 years agoAdd atspi_action_get_localized_name
Mike Gorse [Mon, 30 Jul 2012 17:02:05 +0000 (12:02 -0500)]
Add atspi_action_get_localized_name

https://bugzilla.gnome.org/show_bug.cgi?id=680598

11 years agoCode clean-ups
Mike Gorse [Wed, 18 Jul 2012 17:29:24 +0000 (12:29 -0500)]
Code clean-ups

There isn't really any point in checking for GLib functions returning NULL
due to lack of memory, since they just abort instead.

11 years agoRelease v2.5.4 AT_SPI2_CORE_2_5_4
Mike Gorse [Mon, 16 Jul 2012 20:52:05 +0000 (15:52 -0500)]
Release v2.5.4

11 years agoFix abort on an error while removing a match rule
Mike Gorse [Mon, 9 Jul 2012 00:35:36 +0000 (19:35 -0500)]
Fix abort on an error while removing a match rule

11 years agoConsistently return a value - from joerg@netbsd.org
Patrick Welche [Fri, 29 Jun 2012 17:07:23 +0000 (18:07 +0100)]
Consistently return a value - from joerg@netbsd.org

11 years agoRelease v2.5.3
Mike Gorse [Mon, 25 Jun 2012 22:55:05 +0000 (17:55 -0500)]
Release v2.5.3

11 years agoatspi-misc: Prevent leak
Jasper St. Pierre [Sun, 24 Jun 2012 20:32:31 +0000 (16:32 -0400)]
atspi-misc: Prevent leak

We need to free the data that XGetWindowProperty returns back to us.

https://bugzilla.gnome.org/show_bug.cgi?id=678738

11 years agoautogen.sh: Honor NOCONFIGURE=1
Colin Walters [Thu, 14 Jun 2012 20:38:27 +0000 (16:38 -0400)]
autogen.sh: Honor NOCONFIGURE=1

See http://people.gnome.org/~walters/docs/build-api.txt

11 years agoRelease v2.52 AT_SPI2_CORE_2_5_2
Mike Gorse [Mon, 4 Jun 2012 21:55:07 +0000 (16:55 -0500)]
Release v2.52

11 years agoFix crash in atspi_deregister_keystroke_listener
Marcus Habermehl [Mon, 4 Jun 2012 21:31:46 +0000 (16:31 -0500)]
Fix crash in atspi_deregister_keystroke_listener

Atspi_registry_keystroke_listener has code to copy a keyset before passing
to dbind, in order to handle NULL keystrings, but this code was not present
in atspi_deregister_keystroke_listener.

https://bugs.freedesktop.org/show_bug.cgi?id=50578

11 years ago_ATSPI_DBUS_CHECK_SIG: remove warning when no message received
Mike Gorse [Wed, 23 May 2012 19:19:26 +0000 (14:19 -0500)]
_ATSPI_DBUS_CHECK_SIG: remove warning when no message received

11 years agoAdd G_BEGIN_DECLS and G_END_DECLS macros for prototypes to fix c++ linkage
Mike Gorse [Mon, 21 May 2012 22:40:11 +0000 (17:40 -0500)]
Add G_BEGIN_DECLS and G_END_DECLS macros for prototypes to fix c++ linkage

12 years agoAdd a check for a null message when returning a hyperlink
Mike Gorse [Mon, 7 May 2012 16:28:05 +0000 (11:28 -0500)]
Add a check for a null message when returning a hyperlink

12 years agoRelease v2.5.1 AT_SPI2_CORE_2_5_1
Mike Gorse [Mon, 30 Apr 2012 21:22:41 +0000 (16:22 -0500)]
Release v2.5.1

12 years agoFix for bug 675004 - object:state-changed:defunct events are emitted as object:state...
Joanmarie Diggs [Sat, 28 Apr 2012 00:32:41 +0000 (20:32 -0400)]
Fix for bug 675004 - object:state-changed:defunct events are emitted as object:state-change:defunct

12 years ago Fix type in atspi_document_get_attribute_value
O. Atsushi [Mon, 23 Apr 2012 21:28:03 +0000 (16:28 -0500)]
Fix type in atspi_document_get_attribute_value

    atspi_document_get_attribute_value was failing because of a typo.

    https://bugzilla.gnome.org/show_bug.cgi?id=674515

12 years agoIncrease start-up timeout to 15 seconds
Mike Gorse [Thu, 12 Apr 2012 16:45:58 +0000 (11:45 -0500)]
Increase start-up timeout to 15 seconds

It seems that a five-second time-out is often not sufficient.

12 years agoFix GError sent when receiving a reply of the wrong type
Mike Gorse [Tue, 10 Apr 2012 20:09:32 +0000 (15:09 -0500)]
Fix GError sent when receiving a reply of the wrong type

When a method reply of the wrong type was received, the parameters were
still sent backwards when formatting the GError.

12 years agoSet the application start-up timeout to 5 seconds by default
Mike Gorse [Tue, 10 Apr 2012 15:22:51 +0000 (10:22 -0500)]
Set the application start-up timeout to 5 seconds by default

The application timeout is now implemented in 2.4 but is not settable.
Instead, there is a default of 5 seconds, so the default should be
consistent in 2.5.
Also, document the default values.

12 years agoAdd startup_time parameter to atspi_set_timeout
Mike Gorse [Fri, 6 Apr 2012 21:06:04 +0000 (16:06 -0500)]
Add startup_time parameter to atspi_set_timeout

Add a parameter to allow timeouts not to be enforced until an
application has been running for a given amount of time. Might help
prevent timeout exceptions for applications that get bogged down
performing tasks at initialization.

See https://bugzilla.gnome.org/show_bug.cgi?id=672784

12 years agoAdd atspi_set_timeout
Mike Gorse [Fri, 6 Apr 2012 15:59:53 +0000 (10:59 -0500)]
Add atspi_set_timeout

12 years agoRelease v2.4.0 AT_SPI2_CORE_2_4_0
Mike Gorse [Mon, 26 Mar 2012 20:54:13 +0000 (15:54 -0500)]
Release v2.4.0

12 years agohindi translation by Chandan Kumar
Rajesh Ranjan [Mon, 26 Mar 2012 11:12:25 +0000 (16:42 +0530)]
hindi translation by Chandan Kumar

12 years agoFixed typo. Closes bug #605662
Daniel Mustieles [Sun, 25 Mar 2012 17:58:32 +0000 (19:58 +0200)]
Fixed typo. Closes bug #605662

12 years agoRelease v2.3.92 AT_SPI2_CORE_2_3_92
Mike Gorse [Mon, 19 Mar 2012 21:41:26 +0000 (16:41 -0500)]
Release v2.3.92

12 years agoFix crash fetching error when retrieving a property
Mike Gorse [Sat, 17 Mar 2012 17:12:37 +0000 (12:12 -0500)]
Fix crash fetching error when retrieving a property

12 years agoIncrease the keystroke event timeout
Mike Gorse [Fri, 16 Mar 2012 21:10:29 +0000 (16:10 -0500)]
Increase the keystroke event timeout

It seems that it is currently possible for at-spi2-atk to get bogged
down when sending a keystroke notification, so 1 second is a short time
to wait for a reply. It may be possible to mitigate this in the future,
in which case we could reduce the timeout again, but not going to do
this for 3.4. See comment on
https://bugzilla.gnome.org/show_bug.cgi?id=671976.

12 years ago[registry] Send a ping to a process when marking as hung
Mike Gorse [Wed, 14 Mar 2012 20:55:46 +0000 (15:55 -0500)]
[registry] Send a ping to a process when marking as hung

Sometimes keys that should be captured by event listeners are instead
passed through to the application. It seems that at-spi2-registryd might
not always be removing the process from the list of hung processes. I
have not reproduced this recently, and I'm not sure where the root
problem is. Hoping that it will help to send the process a ping and use
the reply as a queue that it is un-hung (previously we were relying on
receiving a reply to the original key event notification).

https://bugzilla.gnome.org/show_bug.cgi?id=671976

12 years agoMalayalam translation by Anish
Praveen Arimbrathodiyil [Mon, 12 Mar 2012 16:11:58 +0000 (21:41 +0530)]
Malayalam translation by Anish

12 years agoFinnish translation update from http://l10n.laxstrom.name/wiki/Gnome_3.4 translation...
Timo Jyrinki [Mon, 12 Mar 2012 08:44:10 +0000 (10:44 +0200)]
Finnish translation update from l10n.laxstrom.name/wiki/Gnome_3.4 translation sprint

12 years agoAdd initial Khmer translation
Khoem Sokhem [Sat, 10 Mar 2012 12:51:31 +0000 (13:51 +0100)]
Add initial Khmer translation

12 years agoFix a couple of NEWS typos
Mike Gorse [Tue, 6 Mar 2012 00:35:36 +0000 (18:35 -0600)]
Fix a couple of NEWS typos

12 years agoRelease v2.3.91 AT_SPI2_CORE_2_3_91
Mike Gorse [Tue, 6 Mar 2012 00:16:01 +0000 (18:16 -0600)]
Release v2.3.91

12 years agoEnable caching on a call to atspi_accessible_set_cache_mask
Mike Gorse [Mon, 5 Mar 2012 23:32:32 +0000 (17:32 -0600)]
Enable caching on a call to atspi_accessible_set_cache_mask

Previously, caching was always disabled unless atspi_event_main() was
called to start a main loop, since we need to handle the case of a
simple application/script that performs an action and then sleeps rather
than entering a main loop. In such a case, libatspi will not be able to
detect that an event has been fired to update the cache, so caching
should be disabled. However, an application may want to start a main
loop through some other mechanism than by calling atspi-event_main(),
and caching should be done in such a case. So we'll assume that, if
atspi_accessible_set_cache_mask is called, then the application expects
caching to work and will run a main loop one way or another. Note that
it is possible for a script to run a main loop in some instances but not
others, and, in such a case, if it is not using atspi_event_main(), then
it should set caching to ATSPI_CACHE_NONE when not in a main loop and
back to ATSPI_CACHE_DEFAULT when running a main loop.

12 years ago[l10n] Added Estonian (et) to LINGUAS
Priit Laes [Thu, 1 Mar 2012 17:40:51 +0000 (19:40 +0200)]
[l10n] Added Estonian (et) to LINGUAS

12 years ago[l10n] Updated Estonian translation
Mattias Põldaru [Thu, 1 Mar 2012 17:38:43 +0000 (19:38 +0200)]
[l10n] Updated Estonian translation

12 years agoDon't cache data for transient objects
Mike Gorse [Tue, 28 Feb 2012 20:26:57 +0000 (14:26 -0600)]
Don't cache data for transient objects

If an object is known to be transient, then ignore its cache, since it
seems better not to rely on a toolkit to send updates for transient
objects.
Note that this isn't really a complete solution, since it only disables
the cache if STATE_TRANSIENT is known to be present. If AddAccessible
was not sent for the object and atspi_accessible_get_state_set has not
been called, then the state set is not known, so STATE_TRANSIENT is not
"known to be present..." It may be a good idea to fetch the state set if
it is not known, or check the parent for STATE_MANAGES_DESCENDANTS,
although in the latter case it is also possible that the parent's state
set is not known, and it may be needed to check the parent's parent and
so on.

12 years agoAdding Uzbek@cyrillic translation.
Bahodir Mansurov [Sun, 26 Feb 2012 05:41:50 +0000 (00:41 -0500)]
Adding Uzbek@cyrillic translation.

12 years agoReduce the method call timeout slightly
Mike Gorse [Fri, 24 Feb 2012 22:25:41 +0000 (16:25 -0600)]
Reduce the method call timeout slightly

It is likely a good idea for the method call timeout to be lower than
the registry daemon's keystroke listener timeout. This way, if an AT
makes a method call that times out while in a keystroke event listener,
it will still have time to exit the listener before the registry daemon
presumes it hung.

12 years agoSend key events to listeners assumed to be hung, but don't block
Mike Gorse [Fri, 24 Feb 2012 22:22:50 +0000 (16:22 -0600)]
Send key events to listeners assumed to be hung, but don't block

Orca would sometimes fail to notice that its modifier key was released
since it was presumed to be hung and would not be sent the event. So,
rather than ignore event listeners assumed to be hung, we'll send them
the notifications for the keys that they're listening to but not wait
for a reply, instead assuming that they are not consumed.

12 years agoExpect a signed int for GetIndexInParent, per the spec
Mike Gorse [Thu, 23 Feb 2012 22:51:31 +0000 (16:51 -0600)]
Expect a signed int for GetIndexInParent, per the spec

12 years agoFix atspi_table_get_row_column_extents_at_index
Mike Gorse [Thu, 23 Feb 2012 20:51:51 +0000 (14:51 -0600)]
Fix atspi_table_get_row_column_extents_at_index

atspi_table_get_row_column_extents_at_index was trying to read
parameters from the dbus message in the wrong order and also not
returning the row.

12 years agoFix message displayed when a call returns the wrong type
Mike Gorse [Thu, 23 Feb 2012 20:49:16 +0000 (14:49 -0600)]
Fix message displayed when a call returns the wrong type

The message displayed by dbind for a type mismatch had its parameters
inverted.

12 years agoInvalidate states when receiving a focus event
Mike Gorse [Tue, 21 Feb 2012 16:58:02 +0000 (10:58 -0600)]
Invalidate states when receiving a focus event

Sometimes we get "focus" events from gtk, but the cache still does not
indicate that the object has STATE_FOCUSED. Really should get to the
bottom of this but don't have time to investigate more right now. Might
be some kind of issue with the accessible being added to the cache
before it is fully initialized--perhaps AddAccessible really doesn't
make sense.

https://bugzilla.gnome.org/show_bug.cgi?id=663992

12 years agoRelease v2.3.90 AT_SPI2_CORE_2_3_90
Mike Gorse [Mon, 20 Feb 2012 23:00:48 +0000 (17:00 -0600)]
Release v2.3.90

12 years agoDon't g_object_unref a NULL object for event variant
Mike Gorse [Sun, 19 Feb 2012 22:23:42 +0000 (16:23 -0600)]
Don't g_object_unref a NULL object for event variant

If we get an event with what appears to be an accessible as the variant
but we do not succeed in marshalling the accessible (possibly because it
is the null path), do not unref the null object. Stops a glib warning.

12 years agoIf a keystroke listener does not respond, disable until it responds
Mike Gorse [Mon, 13 Feb 2012 21:22:23 +0000 (15:22 -0600)]
If a keystroke listener does not respond, disable until it responds

If an AT is hung or is suspended while having a keystroke listener
registered, then this should not lock up the desktop, as would happen if
we wait indefinitely for the keystroke listener to respond.

12 years agoAt-spi-bus-launcher signal emission fixes
Mike Gorse [Mon, 13 Feb 2012 17:32:47 +0000 (11:32 -0600)]
At-spi-bus-launcher signal emission fixes

Emit PropertiesChanged from the correct interface. Also, create
GVariantBuilders on the stack; fixes memory leaks.

12 years agoRelease v2.3.5 AT_SPI2_CORE_2_3_5
Mike Gorse [Mon, 6 Feb 2012 22:17:05 +0000 (16:17 -0600)]
Release v2.3.5

12 years agoFor IsScreenReaderEnabled, listen for the correct gsettings change signal
Mike Gorse [Mon, 6 Feb 2012 20:50:46 +0000 (14:50 -0600)]
For IsScreenReaderEnabled, listen for the correct gsettings change signal

12 years agoFix atspi_collection_get_matches_to prototype
Mike Gorse [Mon, 6 Feb 2012 15:55:12 +0000 (09:55 -0600)]
Fix atspi_collection_get_matches_to prototype

12 years agoFor atspi_collection_get_matches_to, rename restrict to limit_scope
Mike Gorse [Fri, 3 Feb 2012 23:21:33 +0000 (17:21 -0600)]
For atspi_collection_get_matches_to, rename restrict to limit_scope

Restrict can be a keyword. Don't use it as a variable name.
Also update D-Bus introspection.

https://bugzilla.gnome.org/show_bug.cgi?id=669344

12 years agoUpdated Norwegian bokmål translation
Kjartan Maraas [Tue, 24 Jan 2012 13:57:07 +0000 (14:57 +0100)]
Updated Norwegian bokmål translation

12 years agoAdd ScreenReaderEnabled d-bus property and proxy for GNOME setting
Mike Gorse [Sun, 22 Jan 2012 18:30:48 +0000 (12:30 -0600)]
Add ScreenReaderEnabled d-bus property and proxy for GNOME setting

Add a ScreenReaderEnabled property to org.a11y.Bus, and proxy the
org.gnome.desktop.a11y.applications screen-reader-enabled gsettings key.
This will allow Orca to monitor the key without depending on gsettings
and a GNOME-specific key.

12 years agoCall g_settings_sync after updating IsEnabled
Mike Gorse [Sat, 21 Jan 2012 18:26:51 +0000 (12:26 -0600)]
Call g_settings_sync after updating IsEnabled

Ensure that the GSettings key is updated immediately upon receiving a
D-Bus message to set the property.

12 years agoHave dbind_method_call_reentrant_va check the signature of replies
Mike Gorse [Fri, 20 Jan 2012 18:55:40 +0000 (12:55 -0600)]
Have dbind_method_call_reentrant_va check the signature of replies

When making a method call, we should check that the signature of the
reply matches what we expect and throw an error if not. Otherwise we may
crash.

12 years agoSet correct end offset in atspi_text_get_attributes
José Millán Soto [Fri, 20 Jan 2012 12:13:38 +0000 (13:13 +0100)]
Set correct end offset in atspi_text_get_attributes

Fixes bug 668334

12 years agoRelease v2.3.4 AT_SPI2_CORE_2_3_4
Mike Gorse [Mon, 16 Jan 2012 03:54:21 +0000 (21:54 -0600)]
Release v2.3.4

12 years agoAvoid making calls on processes thought to be hung
Mike Gorse [Sun, 15 Jan 2012 18:29:56 +0000 (12:29 -0600)]
Avoid making calls on processes thought to be hung

If a method call times out, record the process as being hung, and send a
ping. Consider the process to be no longer hung when a response to the
ping is received.

Hopefully this will prevent long delays if an AT makes consecutive calls
on an application that is not responding.

12 years agoUsing value instead of memory address when calling _atspi_dbus_call
José Millán Soto [Wed, 4 Jan 2012 12:48:48 +0000 (13:48 +0100)]
Using value instead of memory address when calling _atspi_dbus_call

The following functions are changed: atspi_selection_select_child,
atspi_selection_deselect_child and atspi_selection_is_child_selected

Fixes bug 667254

12 years agoAllow applications to query keyboard and mouse listeners
Mike Gorse [Thu, 5 Jan 2012 20:36:18 +0000 (14:36 -0600)]
Allow applications to query keyboard and mouse listeners

Add methods to list the currently-active keyboard and mouse listeners
and signals to be fired when listeners are registered or deregistered.

Part of the fix for http://bugzilla.gnome.org/show_bug.cgi?id=666870

12 years agoWarn if a device listener returns a non-bool, rather than crash
Mike Gorse [Thu, 29 Dec 2011 14:23:10 +0000 (08:23 -0600)]
Warn if a device listener returns a non-bool, rather than crash

12 years agoRevert part of last commit
Mike Gorse [Wed, 28 Dec 2011 03:23:41 +0000 (22:23 -0500)]
Revert part of last commit

Modifiers and hw_code are still sent as int16 for now, so it was wrong
to remove the code to parse them as int16, at least for the time being.

12 years agoAdd some type checks for dbus messages, and remove some old code
Mike Gorse [Tue, 27 Dec 2011 23:05:16 +0000 (18:05 -0500)]
Add some type checks for dbus messages, and remove some old code

Added a couple of message signature checks where it was still TODO (and
might have led to a crash if the wrong signature was sent). Also removed
some cases where two different signature types were accepted for API
compatibility reasons--the old API is no longer used.

12 years agoAdd new Japanese translation
Hideki Yamane [Mon, 26 Dec 2011 00:46:34 +0000 (09:46 +0900)]
Add new Japanese translation

12 years agoRelease v2.3.3 AT_SPI2_CORE_2_3_3
Mike Gorse [Mon, 19 Dec 2011 19:30:59 +0000 (14:30 -0500)]
Release v2.3.3

12 years agoFree match rule array only once when deregistering event listeners
Mike Gorse [Fri, 16 Dec 2011 18:29:32 +0000 (13:29 -0500)]
Free match rule array only once when deregistering event listeners

12 years agoSupport sub-details for events
Mike Gorse [Thu, 15 Dec 2011 02:06:21 +0000 (21:06 -0500)]
Support sub-details for events

Firefox sometimes adds a ":system" suffix to events, and event listeners
should automatically catch events with this suffix, as this was done in
AT-SPI1, and the "system" suffix may become a documented part of the ATK
spec (see bug 639466). Note that atk uses a : to delimit the "system"
suffix in the detail, but this is changed to a / over D-Bus to allow use
of arg0path when constructing a match rule.

12 years agoRelease v2.3.2 AT_SPI2_CORE_2_3_2
Mike Gorse [Mon, 21 Nov 2011 22:44:43 +0000 (16:44 -0600)]
Release v2.3.2

12 years agoUpdated Malay translation
Ahmed Noor Kader Mustajir Md Eusoff [Tue, 15 Nov 2011 15:46:29 +0000 (16:46 +0100)]
Updated Malay translation

12 years agoAdding descriptions for atspi-types.
Aline Bessa [Thu, 4 Aug 2011 22:47:06 +0000 (19:47 -0300)]
Adding descriptions for atspi-types.

12 years agoImproving atspi-types documentation.
Aline Bessa [Thu, 4 Aug 2011 22:41:28 +0000 (19:41 -0300)]
Improving atspi-types documentation.

12 years agoAdding descriptions to atspi-hyperlink documentation
Aline Bessa [Fri, 5 Aug 2011 22:12:14 +0000 (19:12 -0300)]
Adding descriptions to atspi-hyperlink documentation

12 years agoImproving atspi-hyperlink documentation
Aline Bessa [Fri, 5 Aug 2011 22:02:16 +0000 (19:02 -0300)]
Improving atspi-hyperlink documentation

12 years agoRelease v2.3.1 AT_SPI2_CORE_2_3_1
Mike Gorse [Tue, 25 Oct 2011 17:20:03 +0000 (12:20 -0500)]
Release v2.3.1

12 years agoFix return type of org.a11y.Bus.IsEnabled property
Mike Gorse [Fri, 21 Oct 2011 19:25:30 +0000 (14:25 -0500)]
Fix return type of org.a11y.Bus.IsEnabled property

org.a11y.Bus.Enabled was returning a variant struct with a bool, where
it should directly be returning a bool in the variant.

12 years agoDeclare void functions as such
Matthias Clasen [Wed, 19 Oct 2011 22:48:25 +0000 (18:48 -0400)]
Declare void functions as such

handle_a11y_enabled_changed was missing a 'static void', causing
static analyzers to complain about returns.

https://bugzilla.gnome.org/show_bug.cgi?id=662249

12 years agoRelease v2.2.1 AT_SPI2_CORE_2_2_1
Mike Gorse [Mon, 17 Oct 2011 22:01:50 +0000 (17:01 -0500)]
Release v2.2.1

12 years agoBGO#660947: Gracefully exit when already running, rather than SIGABRT
Mike Gorse [Thu, 6 Oct 2011 15:44:40 +0000 (10:44 -0500)]
BGO#660947: Gracefully exit when already running, rather than SIGABRT

12 years ago.gitignore: Ignore generated pot template files in po/ dir
Tommi Vainikainen [Wed, 5 Oct 2011 08:18:56 +0000 (11:18 +0300)]
.gitignore: Ignore generated pot template files in po/ dir

12 years agoInitial Finnish translation
Tommi Vainikainen [Wed, 5 Oct 2011 08:16:52 +0000 (11:16 +0300)]
Initial Finnish translation

12 years agoCheck gsettings schema, if available, for initial a11y state
Mike Gorse [Mon, 3 Oct 2011 21:04:50 +0000 (16:04 -0500)]
Check gsettings schema, if available, for initial a11y state

At least on my system, at-spi-bus-launcher is being launched at start-up
without --launch-immediately (may be a race), so it incorrectly assumed
that accessibility was not enabled.  If the gsettings schema is present,
then now we check that at start-up and consider it authoritative.

12 years agoRelease v2.2.0 AT_SPI2_CORE_2_2_0
Mike Gorse [Mon, 26 Sep 2011 23:09:45 +0000 (18:09 -0500)]
Release v2.2.0