platform/core/uifw/at-spi2-atk.git
12 years agoFix the format of the default value in the schema
Matthias Clasen [Sun, 4 Sep 2011 20:35:22 +0000 (16:35 -0400)]
Fix the format of the default value in the schema

Bytestrings (ay) are formatted as b'...'.

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

12 years agoFix for BGO#645321: Use array of bytes rather than string for path
Mike Gorse [Fri, 2 Sep 2011 20:03:16 +0000 (15:03 -0500)]
Fix for BGO#645321: Use array of bytes rather than string for path

According to Christian Persch, paths are not strings because they may be
non-UTF-8, so they must use "ay" instead of "s" for their type in a
GSettings schema.

12 years agoRelease v2.1.90
Mike Gorse [Mon, 29 Aug 2011 22:12:23 +0000 (17:12 -0500)]
Release v2.1.90

12 years agoUsing new format to register to window events
Alejandro Piñeiro [Tue, 23 Aug 2011 15:07:02 +0000 (17:07 +0200)]
Using new format to register to window events

Now ATK has AtkWindow, so the format to register to window events
is like any other ATK event

We check if we need to register using the old format, assuming that
if you are able to register to a window event using the old format
is because the ATK implementor is still using the old one. This
check should be temporal.

12 years agoRelease v2.1.5
Mike Gorse [Mon, 15 Aug 2011 21:30:32 +0000 (16:30 -0500)]
Release v2.1.5

12 years agoFixed some problems when shutting down and restarting the module
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.

12 years agoat-spi2-atk now requires at-spi2-core 2.1.4
Mike Gorse [Tue, 9 Aug 2011 01:53:54 +0000 (20:53 -0500)]
at-spi2-atk now requires at-spi2-core 2.1.4

12 years agoRemove unused pkgconfig directory
Mike Gorse [Thu, 28 Jul 2011 19:38:50 +0000 (14:38 -0500)]
Remove unused pkgconfig directory

12 years agoYet more build fixes
Mike Gorse [Thu, 28 Jul 2011 19:16:09 +0000 (14:16 -0500)]
Yet more build fixes

12 years agoFix breakage introduced in last commit
Mike Gorse [Thu, 28 Jul 2011 17:09:20 +0000 (12:09 -0500)]
Fix breakage introduced in last commit

12 years agoRelease v2.1.4
Mike Gorse [Mon, 25 Jul 2011 22:25:17 +0000 (17:25 -0500)]
Release v2.1.4

12 years agoSome refactoring to remove duplicate code and other clean-ups
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.

12 years agoFix for bug 653872 - New ATK Roles
Joanmarie Diggs [Sat, 2 Jul 2011 19:20:39 +0000 (15:20 -0400)]
Fix for bug 653872 - New ATK Roles

12 years agoEnsure the detail ints are initialized before sending events
Mike Gorse [Mon, 11 Jul 2011 23:22:05 +0000 (18:22 -0500)]
Ensure the detail ints are initialized before sending events

12 years agoRelease v2.1.3
Mike Gorse [Mon, 4 Jul 2011 21:53:38 +0000 (16:53 -0500)]
Release v2.1.3

12 years agoBuild fixes
Mike Gorse [Mon, 4 Jul 2011 21:53:32 +0000 (16:53 -0500)]
Build fixes

12 years agoRemove dead "cspi" code
Mike Gorse [Sat, 2 Jul 2011 20:42:44 +0000 (15:42 -0500)]
Remove dead "cspi" code

12 years agoAdd AT-SPI mapping for ATK_RELATION_NODE_PARENT_OF
Mike Gorse [Thu, 30 Jun 2011 19:20:50 +0000 (14:20 -0500)]
Add AT-SPI mapping for ATK_RELATION_NODE_PARENT_OF

12 years agoUpdated Lithuanian translation.
Aurimas Černius [Wed, 29 Jun 2011 10:54:36 +0000 (13:54 +0300)]
Updated Lithuanian translation.

12 years agoAdded Belarusian translation.
Ihar Hrachyshka [Sat, 25 Jun 2011 14:57:43 +0000 (17:57 +0300)]
Added Belarusian translation.

12 years agoBGO#652858: Deregister objects on state-changed::defunct
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.

12 years agoBGO#652596: Allow setting CurrentValue via dbus properties interface again
Mike Gorse [Wed, 22 Jun 2011 16:04:49 +0000 (11:04 -0500)]
BGO#652596: Allow setting CurrentValue via dbus properties interface again

12 years agoOnly register for events when something is listening
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.

12 years agoBGO#652797: Remove unused AtkMisc instance
Mike Gorse [Fri, 17 Jun 2011 04:48:53 +0000 (23:48 -0500)]
BGO#652797: Remove unused AtkMisc instance

12 years agoFix some warnings
Mike Gorse [Thu, 16 Jun 2011 15:49:04 +0000 (10:49 -0500)]
Fix some warnings

12 years ago[l10n]Added Catalan (Valencian) translation
Gil Forcada [Sun, 29 May 2011 11:56:57 +0000 (13:56 +0200)]
[l10n]Added Catalan (Valencian) translation

12 years agoAdd Li Yuan to MAINTAINERS and .doap
Mike Gorse [Fri, 27 May 2011 04:37:37 +0000 (23:37 -0500)]
Add Li Yuan to MAINTAINERS and .doap

12 years agoAdd GetAtspiVersion
Mike Gorse [Mon, 23 May 2011 23:13:52 +0000 (18:13 -0500)]
Add GetAtspiVersion

12 years agoAlways emit children-changed, property-change, and state-changed events
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.

12 years agoBuild fixes.
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.

12 years agoAdded Aragonese translation
Daniel Martinez Cucalon [Thu, 19 May 2011 08:45:29 +0000 (10:45 +0200)]
Added Aragonese translation

12 years agoCheck table description strings for valid UTF-8
Mike Gorse [Mon, 16 May 2011 20:56:25 +0000 (15:56 -0500)]
Check table description strings for valid UTF-8

12 years agoBGO#650286: Ensure valid UTF-8 from ATK
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.

12 years agoUpdated LINGUAS
Piotr Drąg [Sat, 14 May 2011 18:21:33 +0000 (20:21 +0200)]
Updated LINGUAS

12 years agoFix matching attributes on collection interfaces
Mike Gorse [Fri, 13 May 2011 17:22:05 +0000 (19:22 +0200)]
Fix matching attributes on collection interfaces

12 years agoReentrancy fixes when using --disable-p2p
Mike Gorse [Fri, 13 May 2011 15:32:06 +0000 (17:32 +0200)]
Reentrancy fixes when using --disable-p2p

12 years agoRemove unused file
Mike Gorse [Wed, 27 Apr 2011 21:50:24 +0000 (16:50 -0500)]
Remove unused file

12 years agoRelease v2.0.1
Mike Gorse [Mon, 25 Apr 2011 23:42:28 +0000 (18:42 -0500)]
Release v2.0.1

12 years agoUpdated asturian translation
Xandru Armesto [Mon, 25 Apr 2011 06:17:10 +0000 (08:17 +0200)]
Updated asturian translation

12 years agoAdded Turkish translation
Muhammed Eken [Fri, 22 Apr 2011 21:24:45 +0000 (00:24 +0300)]
Added Turkish translation

12 years agoUpdated Persian translation
Arash Mousavi [Fri, 22 Apr 2011 19:55:01 +0000 (00:25 +0430)]
Updated Persian translation

13 years agofix leak
Michael Meeks [Fri, 8 Apr 2011 18:27:03 +0000 (19:27 +0100)]
fix leak

13 years agoUpdating Persian Translation
Mahyar Moghimi [Tue, 5 Apr 2011 14:21:44 +0000 (18:51 +0430)]
Updating Persian Translation

13 years agoRelease v2.0.0
Mike Gorse [Mon, 4 Apr 2011 22:34:52 +0000 (17:34 -0500)]
Release v2.0.0

13 years agoUpdated Basque language
Inaki Larranaga Murgoitio [Sun, 3 Apr 2011 15:15:55 +0000 (17:15 +0200)]
Updated Basque language

13 years agoUpdated Esperanto translation
Kristjan SCHMIDT [Sat, 2 Apr 2011 07:09:02 +0000 (09:09 +0200)]
Updated Esperanto translation

13 years agoAdd Esperanto translation
Kristjan SCHMIDT [Sat, 2 Apr 2011 07:05:22 +0000 (09:05 +0200)]
Add Esperanto translation

13 years agohindi updated
Rajesh Ranjan [Wed, 30 Mar 2011 11:33:20 +0000 (17:03 +0530)]
hindi updated

13 years agoadded hindi nad lingua updated
Rajesh Ranjan [Wed, 30 Mar 2011 11:29:32 +0000 (16:59 +0530)]
added hindi nad lingua updated

13 years agoUpdated Danish translation
Kris Thomsen [Tue, 29 Mar 2011 21:51:42 +0000 (23:51 +0200)]
Updated Danish translation

13 years agoAdded da to list of languages
Kenneth Nielsen [Tue, 29 Mar 2011 21:51:41 +0000 (23:51 +0200)]
Added da to list of languages

13 years agoAdded Japanese translation.
Takayuki KUSANO [Tue, 29 Mar 2011 14:45:42 +0000 (23:45 +0900)]
Added Japanese translation.

13 years agoUpdated Brazilian Portuguese translation.
Rodrigo Padula de Oliveira [Sun, 27 Mar 2011 21:00:59 +0000 (17:00 -0400)]
Updated Brazilian Portuguese translation.

13 years agoRelease v1.91.93
Mike Gorse [Sun, 27 Mar 2011 18:50:14 +0000 (13:50 -0500)]
Release v1.91.93

13 years agoAdded UG translation
Abduxukur Abdurixit [Sun, 27 Mar 2011 17:11:46 +0000 (19:11 +0200)]
Added UG translation

13 years agoUpdated Vietnamese translation
Nguyễn Thái Ngọc Duy [Sat, 26 Mar 2011 09:30:06 +0000 (16:30 +0700)]
Updated Vietnamese translation

13 years agoAdded mr to LINGUAS
Sandeep Shedmake [Wed, 23 Mar 2011 10:17:28 +0000 (15:47 +0530)]
Added mr to LINGUAS

13 years agoAdded 'mr' to LINGUAS and Updated Marathi Translations
Sandeep Shedmake [Wed, 23 Mar 2011 10:06:57 +0000 (15:36 +0530)]
Added 'mr' to LINGUAS and Updated Marathi Translations

13 years agoRemove not required dbus-glib includes
Alejandro Piñeiro [Tue, 22 Mar 2011 11:20:29 +0000 (12:20 +0100)]
Remove not required dbus-glib includes

13 years agoRelease v1.91.92 and fix a build error
Mike Gorse [Mon, 21 Mar 2011 23:37:23 +0000 (16:37 -0700)]
Release v1.91.92 and fix a build error

13 years agoProvide a SetCurrentValue method in the value adaptor to set the
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

13 years agoBGO#638377: Handle text-insert, text-remove, and text-update signals from ATK
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

13 years agoUse new dbus errors if they are available
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.

13 years agoUse libatspi to get the accessibility bus and handle main loop integration
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.

13 years agoAdding as to list of languages
Amitakhya Phukan [Mon, 21 Mar 2011 07:12:00 +0000 (12:42 +0530)]
Adding as to list of languages

13 years agoUpdated Assamese translations
Amitakhya Phukan [Mon, 21 Mar 2011 07:06:35 +0000 (12:36 +0530)]
Updated Assamese translations

13 years agoAdded Frisian translation
Sense Hofstede [Sun, 20 Mar 2011 20:54:24 +0000 (21:54 +0100)]
Added Frisian translation

13 years agoUpdated Latvian translation.
Rudolfs Mazurs [Sun, 20 Mar 2011 15:12:35 +0000 (17:12 +0200)]
Updated Latvian translation.

13 years agoUpdated Dutch translation by Wouter Bolsterlee
Wouter Bolsterlee [Sat, 19 Mar 2011 15:35:57 +0000 (16:35 +0100)]
Updated Dutch translation by Wouter Bolsterlee

13 years agoUpdated Indonesian translation
Dirgita [Sat, 19 Mar 2011 11:53:08 +0000 (18:53 +0700)]
Updated Indonesian translation

13 years agoUpdated Serbian Translation
Мирослав Николић [Fri, 18 Mar 2011 15:52:20 +0000 (16:52 +0100)]
Updated Serbian Translation

13 years agoAdded Oriya (or) into the List
Manoj Kumar Giri [Thu, 17 Mar 2011 09:37:15 +0000 (15:07 +0530)]
Added Oriya (or) into the List

13 years agoUpdated Oriya Translation
Manoj Kumar Giri [Thu, 17 Mar 2011 09:36:39 +0000 (15:06 +0530)]
Updated Oriya Translation

13 years agoUpdated Czech translation
Marek Černocký [Wed, 16 Mar 2011 06:59:01 +0000 (07:59 +0100)]
Updated Czech translation

13 years agoUpdated Hungarian translation
Gabor Kelemen [Sun, 13 Mar 2011 10:18:57 +0000 (11:18 +0100)]
Updated Hungarian translation

13 years agoUpdated French translation
Claude Paroz [Sat, 12 Mar 2011 10:26:35 +0000 (11:26 +0100)]
Updated French translation

13 years agoUpdated Arabic translation
Khaled Hosny [Fri, 11 Mar 2011 17:07:59 +0000 (19:07 +0200)]
Updated Arabic translation

13 years agoUpdated Romanian translation
Lucian Adrian Grijincu [Fri, 11 Mar 2011 10:02:29 +0000 (11:02 +0100)]
Updated Romanian translation

13 years agoUpdated Romanian translation
Lucian Adrian Grijincu [Fri, 11 Mar 2011 10:02:20 +0000 (11:02 +0100)]
Updated Romanian translation

13 years agoUpdated Italian translation
Luca Ferretti [Fri, 11 Mar 2011 01:07:27 +0000 (02:07 +0100)]
Updated Italian translation

13 years agoUpdated Polish translation
Piotr Drąg [Wed, 9 Mar 2011 18:05:32 +0000 (19:05 +0100)]
Updated Polish translation

13 years agoFix accessibility of root apps on Linux
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.

13 years agoUpdated British English translation
Bruce Cowan [Tue, 8 Mar 2011 19:59:38 +0000 (19:59 +0000)]
Updated British English translation

13 years agoAdd missing header.
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

13 years agoRelease v1.91.91
Mike Gorse [Mon, 7 Mar 2011 23:38:56 +0000 (17:38 -0600)]
Release v1.91.91

13 years agoUpdated Galician translations
Fran Diéguez [Mon, 7 Mar 2011 18:33:56 +0000 (19:33 +0100)]
Updated Galician translations

13 years agoUpdated Russian translation
Yuri Myasoedov [Sat, 5 Mar 2011 15:05:30 +0000 (18:05 +0300)]
Updated Russian translation

13 years agoAdded Latvian translation.
Rudolfs Mazurs [Sat, 5 Mar 2011 13:28:57 +0000 (15:28 +0200)]
Added Latvian translation.

13 years agoClose the X display when we're finished with it
Mike Gorse [Fri, 4 Mar 2011 19:53:04 +0000 (13:53 -0600)]
Close the X display when we're finished with it

13 years agoDo not exit if the accessibility bus disconnects
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.

13 years agoupdate Punjabi Translation by A S Alam
A S Alam [Thu, 3 Mar 2011 02:49:18 +0000 (08:19 +0530)]
update Punjabi Translation by A S Alam

13 years agoUpdated Portuguese translation
Duarte Loreto [Wed, 2 Mar 2011 00:25:26 +0000 (00:25 +0000)]
Updated Portuguese translation

13 years ago[l10n] Updated Catalan translation
Gil Forcada [Sun, 27 Feb 2011 09:20:20 +0000 (10:20 +0100)]
[l10n] Updated Catalan translation

13 years agoUpdated Korean translation
Changwoo Ryu [Sun, 27 Feb 2011 05:45:53 +0000 (14:45 +0900)]
Updated Korean translation

13 years ago[i18n] Added te to LINGUAS
Mario Blättermann [Sat, 26 Feb 2011 18:32:55 +0000 (19:32 +0100)]
[i18n] Added te to LINGUAS

13 years ago[l10n] Updated German translation
Mario Blättermann [Sat, 26 Feb 2011 18:30:53 +0000 (19:30 +0100)]
[l10n] Updated German translation

13 years agoUpdated Traditional Chinese translation(Hong Kong and Taiwan)
Chao-Hsiung Liao [Fri, 25 Feb 2011 23:40:53 +0000 (07:40 +0800)]
Updated Traditional Chinese translation(Hong Kong and Taiwan)

13 years agoAdded Slovenian translation
Matej Urbančič [Fri, 25 Feb 2011 19:23:42 +0000 (20:23 +0100)]
Added Slovenian translation

13 years agoUpdated Spanish translation
Daniel Mustieles [Thu, 24 Feb 2011 19:47:35 +0000 (20:47 +0100)]
Updated Spanish translation

13 years agol10n: Updated Greek translation for at-spi2-atk
Simos Xenitellis [Thu, 24 Feb 2011 09:24:53 +0000 (11:24 +0200)]
l10n: Updated Greek translation for at-spi2-atk