After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 694368 - Add support for atk_object_get_object_locale()
Add support for atk_object_get_object_locale()
Status: RESOLVED FIXED
Product: at-spi
Classification: Platform
Component: at-spi2-core
unspecified
Other Linux
: Normal enhancement
: ---
Assigned To: Li Yuan
At-spi maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2013-02-21 15:32 UTC by Joanmarie Diggs (IRC: joanie)
Modified: 2013-02-28 15:27 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch for at-spi2-core. (3.55 KB, patch)
2013-02-26 01:53 UTC, Mike Gorse
none Details | Review
Patch for at-spi2-atk. (1.81 KB, patch)
2013-02-26 01:54 UTC, Mike Gorse
none Details | Review
Patch for pyatspi. (1.00 KB, patch)
2013-02-26 01:55 UTC, Mike Gorse
none Details | Review

Description Joanmarie Diggs (IRC: joanie) 2013-02-21 15:32:20 UTC
ATK recently added atk_object_get_object_locale(). See bug 694117.

If Orca could have access to the locale for widgets and text objects, it could do the optional automatic language switching Orca users have been asking for. Please and thank you. :)
Comment 1 Mike Gorse 2013-02-26 01:53:40 UTC
Created attachment 237402 [details] [review]
Patch for at-spi2-core.
Comment 2 Mike Gorse 2013-02-26 01:54:19 UTC
Created attachment 237403 [details] [review]
Patch for at-spi2-atk.
Comment 3 Mike Gorse 2013-02-26 01:55:02 UTC
Created attachment 237404 [details] [review]
Patch for pyatspi.
Comment 4 Mike Gorse 2013-02-28 15:27:23 UTC
I've committed these patches ater renaming the method to atspi_accessible_get_object_locale (and objectLocale for pyatspi) to be more similar to atk and avoid possible naming conflicts with the document function with a similar name.