Mike Gorse [Wed, 9 Mar 2011 22:00:21 +0000 (16:00 -0600)]
Fix a possible sign issue with state sets
Piotr Drąg [Wed, 9 Mar 2011 18:11:19 +0000 (19:11 +0100)]
Updated LINGUAS
Piotr Drąg [Wed, 9 Mar 2011 18:10:15 +0000 (19:10 +0100)]
Updated Polish translation
Matej Urbančič [Wed, 9 Mar 2011 16:49:21 +0000 (17:49 +0100)]
Updated Slovenian translation
Matej Urbančič [Wed, 9 Mar 2011 16:37:00 +0000 (17:37 +0100)]
Updated Slovenian translation
Bruce Cowan [Tue, 8 Mar 2011 20:03:19 +0000 (20:03 +0000)]
Added British English translation
Kjartan Maraas [Tue, 8 Mar 2011 13:39:38 +0000 (14:39 +0100)]
Updated Norwegian bokmål translation
Frederic Crozat [Tue, 8 Mar 2011 10:11:23 +0000 (11:11 +0100)]
Fix missing NULL argument to g_strconcat.
https://bugzilla.gnome.org/show_bug.cgi?id=644185
Mike Gorse [Mon, 7 Mar 2011 23:37:31 +0000 (17:37 -0600)]
Release v1.91.91
Mike Gorse [Fri, 4 Mar 2011 20:15:36 +0000 (14:15 -0600)]
Fix for BGO#643110: Do not allow all users to connect to the accessibility bus
Allowing all users to connect to the accessibility bus creates a security
issue where one user could control applications being run by another user.
So we'll only allow root to connect, so that applications running as root are
still accessible. This assumes that dbus-daemon is running as the user who
is currently logged in.
Mike Gorse [Fri, 4 Mar 2011 19:53:31 +0000 (13:53 -0600)]
Fix for BGO#643454: Kill the accessibility bus daemon with the GNOME session
Fran Diéguez [Mon, 7 Mar 2011 18:35:37 +0000 (19:35 +0100)]
Updated Galician translations
Jorge González [Sun, 6 Mar 2011 11:52:45 +0000 (12:52 +0100)]
Updated Spanish translation
Yuri Myasoedov [Sat, 5 Mar 2011 15:43:51 +0000 (18:43 +0300)]
Updated Russian translation
Yuri Myasoedov [Sat, 5 Mar 2011 15:38:13 +0000 (18:38 +0300)]
Added Russian translation
Rudolfs Mazurs [Sat, 5 Mar 2011 13:31:24 +0000 (15:31 +0200)]
Added Latvian translation.
Rudolfs Mazurs [Sat, 5 Mar 2011 13:31:17 +0000 (15:31 +0200)]
Added Latvian translation.
Mike Gorse [Thu, 3 Mar 2011 16:41:48 +0000 (10:41 -0600)]
Avoid setting enum values to 0x80000000
Change ATSPI_CACHE_ALL and ATSPI_CACHE_UNDEFINED, since ATSPI_CACHE_UNDEFINED
was set to 0x80000000 and throwing an exception with pygobject.
Duarte Loreto [Wed, 2 Mar 2011 00:34:59 +0000 (00:34 +0000)]
Updated Portuguese translation
Trevor Saunders [Sun, 27 Feb 2011 00:27:11 +0000 (19:27 -0500)]
bug 643384 - atspi_register_keystroke_listener() should take a bitmask not AtspiKeyListenerSyncType.
Luca Ferretti [Sat, 26 Feb 2011 00:13:56 +0000 (01:13 +0100)]
Added Italian translation
Mike Gorse [Fri, 25 Feb 2011 15:29:27 +0000 (09:29 -0600)]
GetNSelections has an out parameter, not an in
Mike Gorse [Thu, 24 Feb 2011 20:31:00 +0000 (14:31 -0600)]
Fix error parsing old DeviceEvent API introduced in last commit
Mike Gorse [Thu, 24 Feb 2011 18:28:25 +0000 (12:28 -0600)]
Device events now use uint32 for hw_code and modifiers in the IPC
Changed device event IPC to use uint32 for hw_code and modifiers, to be
more consistent with the rest of the API.
Kept AT-SPI struct using gushorts to avoid ABI break, and the registry daemon
will continue to accept the old API as well as the new for now.
Alexander Shopov [Tue, 22 Feb 2011 20:56:54 +0000 (22:56 +0200)]
Updated Bulgarian translation
Mike Gorse [Mon, 21 Feb 2011 23:18:50 +0000 (17:18 -0600)]
Release v1.91.90
Mike Gorse [Mon, 21 Feb 2011 22:54:14 +0000 (16:54 -0600)]
Remove event listeners from an AT that has disconnected from the bus
jhbuild [Mon, 21 Feb 2011 06:09:34 +0000 (00:09 -0600)]
Fix a few memory leaks in at-spi2-registryd
Mike Gorse [Thu, 17 Feb 2011 20:47:28 +0000 (14:47 -0600)]
Change a couple of enums and types from 16-bit to 32-bit to match spec
Mike Gorse [Thu, 17 Feb 2011 18:12:13 +0000 (12:12 -0600)]
Use gsettings rather than gconf key in at-spi-dbus-bus.desktop
Mike Gorse [Tue, 15 Feb 2011 18:33:18 +0000 (12:33 -0600)]
Fix atspi_selection_get_n_selected_children
Mike Gorse [Tue, 15 Feb 2011 14:17:55 +0000 (08:17 -0600)]
Avoid returning uninitialized data for some IPC errors
Daniel Korostil [Tue, 15 Feb 2011 10:43:56 +0000 (12:43 +0200)]
Added uk translation
Changwoo Ryu [Sat, 12 Feb 2011 19:34:55 +0000 (04:34 +0900)]
Updated Korean translation
Changwoo Ryu [Sat, 12 Feb 2011 19:32:10 +0000 (04:32 +0900)]
Add Korean translation
Dirgita [Sat, 12 Feb 2011 10:11:08 +0000 (17:11 +0700)]
Updated Indonesian translation
Added id to LINGUAS
Mike Gorse [Fri, 11 Feb 2011 22:16:11 +0000 (16:16 -0600)]
BGO#642077: Remove --enable-relocate handling from at-spi-dbus-bus.in
Mike Gorse [Thu, 10 Feb 2011 16:58:00 +0000 (10:58 -0600)]
BGO#641869: Remove --enable-relocate
Mike Gorse [Thu, 10 Feb 2011 16:52:27 +0000 (10:52 -0600)]
Fix DeselectChild and GetDefaultAttributeSet in the xml
Runa Bhattacharjee [Thu, 10 Feb 2011 10:10:31 +0000 (15:40 +0530)]
Added Bengali India to the list of languages
Runa Bhattacharjee [Thu, 10 Feb 2011 10:10:17 +0000 (15:40 +0530)]
Added Bengali India Translation
Claude Paroz [Wed, 9 Feb 2011 20:49:14 +0000 (21:49 +0100)]
Add fr to LINGUAS
Claude Paroz [Wed, 9 Feb 2011 20:48:25 +0000 (21:48 +0100)]
Added French translation
Mike Gorse [Wed, 9 Feb 2011 15:50:38 +0000 (09:50 -0600)]
Fix case of property names in xml
Lele Long [Wed, 9 Feb 2011 15:39:41 +0000 (23:39 +0800)]
Add Chinese (China) translation.
krishnababu k [Wed, 9 Feb 2011 13:25:50 +0000 (18:55 +0530)]
Completed Telugu Translations
Laurent Dhima [Tue, 8 Feb 2011 18:32:54 +0000 (19:32 +0100)]
Added Albanian translation
Daniel Korostil [Tue, 8 Feb 2011 13:29:59 +0000 (15:29 +0200)]
Uploaded Ukranian
Daniel Korostil [Tue, 8 Feb 2011 13:26:12 +0000 (15:26 +0200)]
Uploaded Ukranian
Shankar Prasad [Tue, 8 Feb 2011 10:42:01 +0000 (16:12 +0530)]
Added & translated kn.po and updated LINGUAS
Shankar Prasad [Tue, 8 Feb 2011 10:40:17 +0000 (16:10 +0530)]
Added and translated kn.po and updated LINGUAS
Sweta Kothari [Tue, 8 Feb 2011 06:35:22 +0000 (12:05 +0530)]
Updated Gujarati Translations & Added gu in LINGUAS
Wiseacre [Mon, 7 Feb 2011 18:48:46 +0000 (20:48 +0200)]
Added Ukrainian translation
Wiseacre [Mon, 7 Feb 2011 18:27:10 +0000 (20:27 +0200)]
Creation of uk tranlation
Wiseacre [Mon, 7 Feb 2011 18:04:11 +0000 (20:04 +0200)]
Creation uk traslation
Gheyret Kenji [Fri, 4 Feb 2011 22:21:20 +0000 (23:21 +0100)]
Added UG translation
Gheyret Kenji [Fri, 4 Feb 2011 22:16:58 +0000 (23:16 +0100)]
Added UG translation
Mike Gorse [Fri, 4 Feb 2011 19:44:46 +0000 (13:44 -0600)]
Fix atspi_selection_get_selected_child
Mike Gorse [Wed, 2 Feb 2011 18:51:17 +0000 (12:51 -0600)]
Fix some possible crashes and a memory leak
Mike Gorse [Wed, 2 Feb 2011 00:10:36 +0000 (18:10 -0600)]
signal_filter in registryd should return NOT_YET_HANDLED for non-signals
Frederic Crozat [Tue, 1 Feb 2011 16:06:39 +0000 (17:06 +0100)]
Ensure variable is initialized
https://bugzilla.gnome.org/show_bug.cgi?id=641164
Frederic Crozat [Tue, 1 Feb 2011 16:06:26 +0000 (17:06 +0100)]
Add missing return values
https://bugzilla.gnome.org/show_bug.cgi?id=641164
Frederic Crozat [Tue, 1 Feb 2011 16:05:56 +0000 (17:05 +0100)]
Add missing standard headers
https://bugzilla.gnome.org/show_bug.cgi?id=641164
Mike Gorse [Tue, 1 Feb 2011 15:49:56 +0000 (09:49 -0600)]
Release v1.91.6.1
Mike Gorse [Tue, 1 Feb 2011 15:44:25 +0000 (09:44 -0600)]
Have atspi_accessible_get_interfaces explicitly return the Accessible interface
Mike Gorse [Tue, 1 Feb 2011 15:36:18 +0000 (09:36 -0600)]
Fix a crash
Mike Gorse [Mon, 31 Jan 2011 23:38:45 +0000 (17:38 -0600)]
Release v1.91.6
Mike Gorse [Mon, 31 Jan 2011 23:09:17 +0000 (17:09 -0600)]
Add ATSPI_CACHE_NONE
Mike Gorse [Mon, 31 Jan 2011 22:07:57 +0000 (16:07 -0600)]
Update copyright and add some missing license info
Mike Gorse [Mon, 31 Jan 2011 20:55:37 +0000 (14:55 -0600)]
Add atspi_accessible_set_cache_mask
Mike Gorse [Mon, 31 Jan 2011 20:52:59 +0000 (14:52 -0600)]
Install public headers
Mike Gorse [Mon, 31 Jan 2011 16:11:07 +0000 (10:11 -0600)]
Add setters for component extents/size/position
Christian Kirbach [Mon, 31 Jan 2011 22:20:09 +0000 (23:20 +0100)]
[l10n] Added de to LINGUAS
Added German translation
Mike Gorse [Sun, 30 Jan 2011 17:50:38 +0000 (11:50 -0600)]
Fix check for message timeout
Mike Gorse [Fri, 28 Jan 2011 23:53:03 +0000 (17:53 -0600)]
Change a couple of g_error calls to call g_warning
Mike Gorse [Fri, 28 Jan 2011 23:46:50 +0000 (17:46 -0600)]
Fix most compiler warnings and various miscellaneous problems
Mike Gorse [Fri, 28 Jan 2011 14:28:19 +0000 (08:28 -0600)]
Add a NULL check into atspi_event_listener_register_from_callback
Fran Diéguez [Wed, 26 Jan 2011 22:54:40 +0000 (23:54 +0100)]
QA of Galician translations
David Planella [Wed, 26 Jan 2011 08:44:11 +0000 (09:44 +0100)]
Added CAtalan translation
Chao-Hsiung Liao [Tue, 25 Jan 2011 11:04:06 +0000 (19:04 +0800)]
Added Traditional Chinese translation (Hong Kong and Taiwan)
Yaron Shahrabani [Tue, 25 Jan 2011 09:30:09 +0000 (11:30 +0200)]
Added Hebrew translation.
A S Alam [Mon, 24 Jan 2011 21:22:14 +0000 (02:52 +0530)]
Added Punjabi Langauge file and update LINGUAS
Mike Gorse [Mon, 24 Jan 2011 22:18:34 +0000 (16:18 -0600)]
More error handling fixes
Set the GError in some more cases where we were previously printing warnings.
Also added an error parameter to event register/deregister functions, as it
makes calls over the wire.
Mike Gorse [Mon, 24 Jan 2011 18:58:43 +0000 (12:58 -0600)]
Fix atspi_editable_text_set_text_contents
Kjartan Maraas [Sun, 23 Jan 2011 10:33:44 +0000 (11:33 +0100)]
Updated Norwegian bokmål translation
Daniel Nylander [Sat, 22 Jan 2011 13:06:17 +0000 (14:06 +0100)]
Added Swedish translation
Dan Winship [Fri, 21 Jan 2011 16:27:16 +0000 (11:27 -0500)]
Fix crash in atspi_image_get_image_description
If the remote object didn't define this property then the function
would return stack garbage, which the caller would eventually try to
free.
https://bugzilla.gnome.org/show_bug.cgi?id=640198
Dan Winship [Fri, 21 Jan 2011 17:54:27 +0000 (12:54 -0500)]
Don't rebuild bus/at-spi-dbus-bus (incorrectly)
bus/at-spi-dbus-bus is generated by configure.in, so don't regenerate
it via a Makefile rule (especially via a Makefile rule that forgets to
substitute the correct value for @enable_relocate@)
https://bugzilla.gnome.org/show_bug.cgi?id=640209
Matej Urbančič [Fri, 21 Jan 2011 19:50:54 +0000 (20:50 +0100)]
Added sl for Slovenian translation
Matej Urbančič [Fri, 21 Jan 2011 19:50:40 +0000 (20:50 +0100)]
Added Slovenian translation
Daniel Mustieles [Thu, 20 Jan 2011 19:23:01 +0000 (20:23 +0100)]
Added Spanish translation
Daniel Mustieles [Thu, 20 Jan 2011 19:22:43 +0000 (20:22 +0100)]
Updated Spanish translation
Mario Sanchez Prada [Thu, 20 Jan 2011 17:26:30 +0000 (18:26 +0100)]
Check whether an accessible object implements the 'Hyperlink' interface.
Mike Gorse [Fri, 14 Jan 2011 17:38:23 +0000 (11:38 -0600)]
Documentation build fixes, and disable doc tests for now
Marek Černocký [Thu, 20 Jan 2011 14:00:16 +0000 (15:00 +0100)]
Czech translation
Marek Černocký [Thu, 20 Jan 2011 13:54:29 +0000 (14:54 +0100)]
Added cs language
Marek Černocký [Thu, 20 Jan 2011 13:54:23 +0000 (14:54 +0100)]
Czech translation
Michael Kotsarinis [Wed, 19 Jan 2011 16:32:09 +0000 (18:32 +0200)]
Added Greek translation
Fran Diéguez [Wed, 19 Jan 2011 14:38:14 +0000 (15:38 +0100)]
Updated Galician translations
Kjartan Maraas [Tue, 18 Jan 2011 11:46:29 +0000 (12:46 +0100)]
Add LINGUAS and put nb in it