Mike Gorse [Mon, 15 Aug 2011 21:30:32 +0000 (16:30 -0500)]
Release v2.1.5
Mike Gorse [Mon, 15 Aug 2011 19:22:02 +0000 (14:22 -0500)]
Fixed some problems when shutting down and restarting the module
If gnome_accessibility_module_shutdown was called and followed by a call
to gnome_accessibility_module_init, then things would go awry because of
various resources not being freed. Fixed several of these issues,
although some issues might remain.
Mike Gorse [Tue, 9 Aug 2011 01:53:54 +0000 (20:53 -0500)]
at-spi2-atk now requires at-spi2-core 2.1.4
Mike Gorse [Thu, 28 Jul 2011 19:38:50 +0000 (14:38 -0500)]
Remove unused pkgconfig directory
Mike Gorse [Thu, 28 Jul 2011 19:16:09 +0000 (14:16 -0500)]
Yet more build fixes
Mike Gorse [Thu, 28 Jul 2011 17:09:20 +0000 (12:09 -0500)]
Fix breakage introduced in last commit
Mike Gorse [Mon, 25 Jul 2011 22:25:17 +0000 (17:25 -0500)]
Release v2.1.4
Mike Gorse [Wed, 27 Jul 2011 22:01:03 +0000 (17:01 -0500)]
Some refactoring to remove duplicate code and other clean-ups
Remove "common" directory (it was an artifact of at-spi2-core and
at-spi2-atk originally living in the same repository). Where constants
essentially duplicated other constants in libatspi, use the constants defined
in libatspi, renaming as needed. Otherwise move code from common into
atk-adaptor.
Joanmarie Diggs [Sat, 2 Jul 2011 19:20:39 +0000 (15:20 -0400)]
Fix for bug 653872 - New ATK Roles
Mike Gorse [Mon, 11 Jul 2011 23:22:05 +0000 (18:22 -0500)]
Ensure the detail ints are initialized before sending events
Mike Gorse [Mon, 4 Jul 2011 21:53:38 +0000 (16:53 -0500)]
Release v2.1.3
Mike Gorse [Mon, 4 Jul 2011 21:53:32 +0000 (16:53 -0500)]
Build fixes
Mike Gorse [Sat, 2 Jul 2011 20:42:44 +0000 (15:42 -0500)]
Remove dead "cspi" code
Mike Gorse [Thu, 30 Jun 2011 19:20:50 +0000 (14:20 -0500)]
Add AT-SPI mapping for ATK_RELATION_NODE_PARENT_OF
Aurimas Černius [Wed, 29 Jun 2011 10:54:36 +0000 (13:54 +0300)]
Updated Lithuanian translation.
Ihar Hrachyshka [Sat, 25 Jun 2011 14:57:43 +0000 (17:57 +0300)]
Added Belarusian translation.
Mike Gorse [Thu, 23 Jun 2011 21:02:49 +0000 (16:02 -0500)]
BGO#652858: Deregister objects on state-changed::defunct
When a state-change:defunct is received, remove the object from the
dbus-path-to-object-mapping hash. Also, avoid enumerating an object's
children in a call to GetItems if the object is marked defunct. This
should mostly shield the ATK implementation from being called on objects
that have been marked defunct.
Also removed a seemingly unnecessary g_strdup/g_free pair.
Mike Gorse [Wed, 22 Jun 2011 16:04:49 +0000 (11:04 -0500)]
BGO#652596: Allow setting CurrentValue via dbus properties interface again
Mike Gorse [Tue, 21 Jun 2011 22:16:07 +0000 (17:16 -0500)]
Only register for events when something is listening
Track whether clients are listening, based on calls to GetItems and
event listener registrations, and disable event handlers if no clients
are listening. Note that this currently handles event listeners in bulk
and could be refined to only connect to individual signals that are
being listened to.
Mike Gorse [Fri, 17 Jun 2011 04:48:53 +0000 (23:48 -0500)]
BGO#652797: Remove unused AtkMisc instance
Mike Gorse [Thu, 16 Jun 2011 15:49:04 +0000 (10:49 -0500)]
Fix some warnings
Gil Forcada [Sun, 29 May 2011 11:56:57 +0000 (13:56 +0200)]
[l10n]Added Catalan (Valencian) translation
Mike Gorse [Fri, 27 May 2011 04:37:37 +0000 (23:37 -0500)]
Add Li Yuan to MAINTAINERS and .doap
Mike Gorse [Mon, 23 May 2011 23:13:52 +0000 (18:13 -0500)]
Add GetAtspiVersion
Mike Gorse [Sun, 22 May 2011 23:42:19 +0000 (18:42 -0500)]
Always emit children-changed, property-change, and state-changed events
libatspi currently listens for ChildrenChanged, PropertyChange, and
StateChanged events but does not call RegisterEvent for them.
Intending to come up with a better fix for 2.2.
Patrick Welche [Fri, 20 May 2011 11:35:15 +0000 (12:35 +0100)]
Build fixes.
- cache-adaptor.c makes use of AtkStateSet* .
- atk-bridge uses X.
- -Werror-implicit-function-declaration doesn't contain an equal sign in
my copy of gcc, and is gcc specific.
Daniel Martinez Cucalon [Thu, 19 May 2011 08:45:29 +0000 (10:45 +0200)]
Added Aragonese translation
Mike Gorse [Mon, 16 May 2011 20:56:25 +0000 (15:56 -0500)]
Check table description strings for valid UTF-8
Mike Gorse [Mon, 16 May 2011 20:20:21 +0000 (15:20 -0500)]
BGO#650286: Ensure valid UTF-8 from ATK
When we receive strings from atk, we should ensure that they are valid UTF-8
before sending them over D-Bus, since bad UTF-8 will cause dbus-daemon to
kill the connection.
Piotr Drąg [Sat, 14 May 2011 18:21:33 +0000 (20:21 +0200)]
Updated LINGUAS
Mike Gorse [Fri, 13 May 2011 17:22:05 +0000 (19:22 +0200)]
Fix matching attributes on collection interfaces
Mike Gorse [Fri, 13 May 2011 15:32:06 +0000 (17:32 +0200)]
Reentrancy fixes when using --disable-p2p
Mike Gorse [Wed, 27 Apr 2011 21:50:24 +0000 (16:50 -0500)]
Remove unused file
Mike Gorse [Mon, 25 Apr 2011 23:42:28 +0000 (18:42 -0500)]
Release v2.0.1
Xandru Armesto [Mon, 25 Apr 2011 06:17:10 +0000 (08:17 +0200)]
Updated asturian translation
Muhammed Eken [Fri, 22 Apr 2011 21:24:45 +0000 (00:24 +0300)]
Added Turkish translation
Arash Mousavi [Fri, 22 Apr 2011 19:55:01 +0000 (00:25 +0430)]
Updated Persian translation
Michael Meeks [Fri, 8 Apr 2011 18:27:03 +0000 (19:27 +0100)]
fix leak
Mahyar Moghimi [Tue, 5 Apr 2011 14:21:44 +0000 (18:51 +0430)]
Updating Persian Translation
Mike Gorse [Mon, 4 Apr 2011 22:34:52 +0000 (17:34 -0500)]
Release v2.0.0
Inaki Larranaga Murgoitio [Sun, 3 Apr 2011 15:15:55 +0000 (17:15 +0200)]
Updated Basque language
Kristjan SCHMIDT [Sat, 2 Apr 2011 07:09:02 +0000 (09:09 +0200)]
Updated Esperanto translation
Kristjan SCHMIDT [Sat, 2 Apr 2011 07:05:22 +0000 (09:05 +0200)]
Add Esperanto translation
Rajesh Ranjan [Wed, 30 Mar 2011 11:33:20 +0000 (17:03 +0530)]
hindi updated
Rajesh Ranjan [Wed, 30 Mar 2011 11:29:32 +0000 (16:59 +0530)]
added hindi nad lingua updated
Kris Thomsen [Tue, 29 Mar 2011 21:51:42 +0000 (23:51 +0200)]
Updated Danish translation
Kenneth Nielsen [Tue, 29 Mar 2011 21:51:41 +0000 (23:51 +0200)]
Added da to list of languages
Takayuki KUSANO [Tue, 29 Mar 2011 14:45:42 +0000 (23:45 +0900)]
Added Japanese translation.
Rodrigo Padula de Oliveira [Sun, 27 Mar 2011 21:00:59 +0000 (17:00 -0400)]
Updated Brazilian Portuguese translation.
Mike Gorse [Sun, 27 Mar 2011 18:50:14 +0000 (13:50 -0500)]
Release v1.91.93
Abduxukur Abdurixit [Sun, 27 Mar 2011 17:11:46 +0000 (19:11 +0200)]
Added UG translation
Nguyễn Thái Ngọc Duy [Sat, 26 Mar 2011 09:30:06 +0000 (16:30 +0700)]
Updated Vietnamese translation
Sandeep Shedmake [Wed, 23 Mar 2011 10:17:28 +0000 (15:47 +0530)]
Added mr to LINGUAS
Sandeep Shedmake [Wed, 23 Mar 2011 10:06:57 +0000 (15:36 +0530)]
Added 'mr' to LINGUAS and Updated Marathi Translations
Alejandro Piñeiro [Tue, 22 Mar 2011 11:20:29 +0000 (12:20 +0100)]
Remove not required dbus-glib includes
Mike Gorse [Mon, 21 Mar 2011 23:37:23 +0000 (16:37 -0700)]
Release v1.91.92 and fix a build error
Mario Sanchez Prada [Mon, 21 Mar 2011 22:27:59 +0000 (23:27 +0100)]
Provide a SetCurrentValue method in the value adaptor to set the
currentValue for obvjects implementing the AtkValue interface.
Bug #35524
Fernando Herrera [Mon, 21 Mar 2011 21:04:24 +0000 (14:04 -0700)]
BGO#638377: Handle text-insert, text-remove, and text-update signals from ATK
Mike Gorse [Mon, 21 Mar 2011 19:14:32 +0000 (12:14 -0700)]
Use new dbus errors if they are available
If a new version of libdbus is available, use DBUS_ERROR_UNKNOWN_OBJECT,
DBUS_ERROR_UNKNOWN_PROPERTY, and DBUS_ERROR_PROPERTY_READ_ONLY when
appropriate.
Mike Gorse [Mon, 21 Mar 2011 18:48:21 +0000 (11:48 -0700)]
Use libatspi to get the accessibility bus and handle main loop integration
Remove function to get the accessibility bus, since it was duplicating code
in at-spi2-core and should be modified for BGO#644851.
Also, use atspi_dbus_*_setup_with_g_main instead of depending on dbus-glib,
so that FDO#35115 doesn't show up and we don't need to disable p2p if an old
version of dbus-glib is installed.
Note that at-spi2-atk now depends on libatspi where previously it did not.
Amitakhya Phukan [Mon, 21 Mar 2011 07:12:00 +0000 (12:42 +0530)]
Adding as to list of languages
Amitakhya Phukan [Mon, 21 Mar 2011 07:06:35 +0000 (12:36 +0530)]
Updated Assamese translations
Sense Hofstede [Sun, 20 Mar 2011 20:54:24 +0000 (21:54 +0100)]
Added Frisian translation
Rudolfs Mazurs [Sun, 20 Mar 2011 15:12:35 +0000 (17:12 +0200)]
Updated Latvian translation.
Wouter Bolsterlee [Sat, 19 Mar 2011 15:35:57 +0000 (16:35 +0100)]
Updated Dutch translation by Wouter Bolsterlee
Dirgita [Sat, 19 Mar 2011 11:53:08 +0000 (18:53 +0700)]
Updated Indonesian translation
Мирослав Николић [Fri, 18 Mar 2011 15:52:20 +0000 (16:52 +0100)]
Updated Serbian Translation
Manoj Kumar Giri [Thu, 17 Mar 2011 09:37:15 +0000 (15:07 +0530)]
Added Oriya (or) into the List
Manoj Kumar Giri [Thu, 17 Mar 2011 09:36:39 +0000 (15:06 +0530)]
Updated Oriya Translation
Marek Černocký [Wed, 16 Mar 2011 06:59:01 +0000 (07:59 +0100)]
Updated Czech translation
Gabor Kelemen [Sun, 13 Mar 2011 10:18:57 +0000 (11:18 +0100)]
Updated Hungarian translation
Claude Paroz [Sat, 12 Mar 2011 10:26:35 +0000 (11:26 +0100)]
Updated French translation
Khaled Hosny [Fri, 11 Mar 2011 17:07:59 +0000 (19:07 +0200)]
Updated Arabic translation
Lucian Adrian Grijincu [Fri, 11 Mar 2011 10:02:29 +0000 (11:02 +0100)]
Updated Romanian translation
Lucian Adrian Grijincu [Fri, 11 Mar 2011 10:02:20 +0000 (11:02 +0100)]
Updated Romanian translation
Luca Ferretti [Fri, 11 Mar 2011 01:07:27 +0000 (02:07 +0100)]
Updated Italian translation
Piotr Drąg [Wed, 9 Mar 2011 18:05:32 +0000 (19:05 +0100)]
Updated Polish translation
Mike Gorse [Tue, 8 Mar 2011 21:45:09 +0000 (15:45 -0600)]
Fix accessibility of root apps on Linux
For an application running as root, check the uid of its parent, and, if
necessary, the parent's parent and so on, to find the user that initially
launched the application, and permit dbus connections from this uid. Note
that this will likely only work under Linux.
Bruce Cowan [Tue, 8 Mar 2011 19:59:38 +0000 (19:59 +0000)]
Updated British English translation
Frederic Crozat [Tue, 8 Mar 2011 10:21:41 +0000 (11:21 +0100)]
Add missing header.
https://bugzilla.gnome.org/show_bug.cgi?id=644186
Mike Gorse [Mon, 7 Mar 2011 23:38:56 +0000 (17:38 -0600)]
Release v1.91.91
Fran Diéguez [Mon, 7 Mar 2011 18:33:56 +0000 (19:33 +0100)]
Updated Galician translations
Yuri Myasoedov [Sat, 5 Mar 2011 15:05:30 +0000 (18:05 +0300)]
Updated Russian translation
Rudolfs Mazurs [Sat, 5 Mar 2011 13:28:57 +0000 (15:28 +0200)]
Added Latvian translation.
Mike Gorse [Fri, 4 Mar 2011 19:53:04 +0000 (13:53 -0600)]
Close the X display when we're finished with it
Mike Gorse [Fri, 4 Mar 2011 19:48:21 +0000 (13:48 -0600)]
Do not exit if the accessibility bus disconnects
We should not exit if, for instance, the accessibility bus's daemon dies as
a result of the session ending; we should let GNOME's logic kill the
application in that case. Also prevents the application from crashing if
atk-bridge sends bad data that causes the daemon to disconnect us.
A S Alam [Thu, 3 Mar 2011 02:49:18 +0000 (08:19 +0530)]
update Punjabi Translation by A S Alam
Duarte Loreto [Wed, 2 Mar 2011 00:25:26 +0000 (00:25 +0000)]
Updated Portuguese translation
Gil Forcada [Sun, 27 Feb 2011 09:20:20 +0000 (10:20 +0100)]
[l10n] Updated Catalan translation
Changwoo Ryu [Sun, 27 Feb 2011 05:45:53 +0000 (14:45 +0900)]
Updated Korean translation
Mario Blättermann [Sat, 26 Feb 2011 18:32:55 +0000 (19:32 +0100)]
[i18n] Added te to LINGUAS
Mario Blättermann [Sat, 26 Feb 2011 18:30:53 +0000 (19:30 +0100)]
[l10n] Updated German translation
Chao-Hsiung Liao [Fri, 25 Feb 2011 23:40:53 +0000 (07:40 +0800)]
Updated Traditional Chinese translation(Hong Kong and Taiwan)
Matej Urbančič [Fri, 25 Feb 2011 19:23:42 +0000 (20:23 +0100)]
Added Slovenian translation
Daniel Mustieles [Thu, 24 Feb 2011 19:47:35 +0000 (20:47 +0100)]
Updated Spanish translation
Simos Xenitellis [Thu, 24 Feb 2011 09:24:53 +0000 (11:24 +0200)]
l10n: Updated Greek translation for at-spi2-atk
Mike Gorse [Wed, 23 Feb 2011 18:25:23 +0000 (12:25 -0600)]
Fix some missing prototypes
Daniel Nylander [Wed, 23 Feb 2011 09:11:33 +0000 (10:11 +0100)]
Updated Swedish translation
Kjartan Maraas [Wed, 23 Feb 2011 08:44:19 +0000 (09:44 +0100)]
Updated Norwegian bokmål translation.
ben [Wed, 23 Feb 2011 04:34:19 +0000 (12:34 +0800)]
Update Chinese (China) translation.