platform/upstream/at-spi2-core.git
8 years agoref_accessible_desktop: don't unref reply until we're finished with it
Mike Gorse [Sun, 22 May 2016 12:15:21 +0000 (07:15 -0500)]
ref_accessible_desktop: don't unref reply until we're finished with it

Oops!

8 years agoAllow building without Xtst, Xi with --disable-x11
dolphinling [Mon, 9 May 2016 12:21:55 +0000 (08:21 -0400)]
Allow building without Xtst, Xi with --disable-x11

This also fixes a bug where specifying --enable-x11 would disable x11
support.

8 years agoKill Screen-reader via SIGTERM only if aul_terminate_pid fails(returns a negative... 43/70143/4 accepted/tizen/common/20160524.150250 accepted/tizen/ivi/20160524.004741 accepted/tizen/mobile/20160524.004729 accepted/tizen/tv/20160524.004727 accepted/tizen/wearable/20160524.004720 submit/tizen/20160523.110651
shashank.p [Wed, 18 May 2016 09:28:19 +0000 (14:58 +0530)]
Kill Screen-reader via SIGTERM only if aul_terminate_pid fails(returns a negative value)

Change-Id: I8e863f3cc0acc11306eeb6a7e2fce50c9e75b65a
Signed-off-by: shashank.p <shashank.p@samsung.com>
8 years agoUpdated Occitan translation
Cédric Valmary [Thu, 5 May 2016 20:26:10 +0000 (20:26 +0000)]
Updated Occitan translation

8 years agoAdded Scottish Gaelic translation
GNOME Translation Robot [Thu, 28 Apr 2016 13:53:59 +0000 (13:53 +0000)]
Added Scottish Gaelic translation

8 years ago2.21.1 AT_SPI2_CORE_2_21_1
Mike Gorse [Mon, 25 Apr 2016 23:43:09 +0000 (18:43 -0500)]
2.21.1

8 years agoat-spi-bus-launcher: fix parsing command line arguments
Alexander Volkov [Mon, 18 Apr 2016 14:54:47 +0000 (17:54 +0300)]
at-spi-bus-launcher: fix parsing command line arguments

Fix parsing --a11y=... and --screen-reader=...
sscanf returns the number of input items successfully matched,
and for one argument it is 1, but not 2.

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

8 years ago[License] Fix improper COPYING file installation 10/65910/1 accepted/tizen/common/20160415.162341 accepted/tizen/ivi/20160415.015051 accepted/tizen/mobile/20160415.015117 accepted/tizen/tv/20160415.015049 accepted/tizen/wearable/20160415.015055 submit/tizen/20160414.131723
Shinwoo Kim [Thu, 14 Apr 2016 02:47:58 +0000 (11:47 +0900)]
[License] Fix improper COPYING file installation

Change-Id: Ic8c4ed69ae448f63b1611641ccce0de61eda9ac9

8 years agoatspi-event-listener: Plug a memory leak
Rui Matos [Wed, 6 Apr 2016 15:10:03 +0000 (17:10 +0200)]
atspi-event-listener: Plug a memory leak

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

8 years agoregistryd: Avoid crashing with a NULL keystring
Rui Matos [Wed, 6 Apr 2016 14:40:44 +0000 (16:40 +0200)]
registryd: Avoid crashing with a NULL keystring

From a coverity check:

1. at-spi2-core-2.14.1/registryd/deviceeventcontroller-x11.c:1167:
deref_ptr_in_call: Dereferencing pointer "keystring".
2. at-spi2-core-2.14.1/registryd/deviceeventcontroller-x11.c:1169:
check_after_deref: Null-checking "keystring" suggests that it may be
null, but it has already been dereferenced on all paths leading to the
check.
(keystring, -1, &c))) {

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

8 years agoGet rid of the DBIND_ALIGNOF_* definitions and directly use ALIGNOF_*
Thomas Petazzoni [Wed, 25 Jun 2014 20:12:16 +0000 (22:12 +0200)]
Get rid of the DBIND_ALIGNOF_* definitions and directly use ALIGNOF_*

Since the AC_CHECK_ALIGNOF() macro fills the config.h header with
ALIGNOF_<type> definitions, there's no longer a need for the
DBIND_ALIGNOF_<type> definitions. This commit gets rid of them, and
also gets rid of the dbing-config.h file.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agodbind/Makefile.am: specify subdir-objects automake option
Thomas Petazzoni [Wed, 25 Jun 2014 20:01:38 +0000 (22:01 +0200)]
dbind/Makefile.am: specify subdir-objects automake option

As recommended during autoreconf:

dbind/Makefile.am:1:   while processing Libtool library 'libdbind.la'
dbind/Makefile.am:23: warning: source file '../atspi/atspi-gmain.c' is in a subdirectory,
dbind/Makefile.am:23: but option 'subdir-objects' is disabled
automake: warning: possible forward-incompatibility.
automake: At least a source file is in a subdirectory, but the 'subdir-objects'
automake: automake option hasn't been enabled.  For now, the corresponding output
automake: object file(s) will be placed in the top-level directory.  However,
automake: this behaviour will change in future Automake versions: they will
automake: unconditionally cause object files to be placed in the same subdirectory
automake: of the corresponding sources.
automake: You are advised to start using 'subdir-objects' option throughout your
automake: project, to avoid future incompatibilities.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agoconfigure.ac: add AM_PROG_AR
Thomas Petazzoni [Wed, 25 Jun 2014 19:57:59 +0000 (21:57 +0200)]
configure.ac: add AM_PROG_AR

During an autoreconf, automake recommends:

/usr/share/automake-1.14/am/ltlibrary.am: warning: 'libatspi.la': linking libtool libraries using a non-POSIX
/usr/share/automake-1.14/am/ltlibrary.am: archiver requires 'AM_PROG_AR' in 'configure.ac'

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agoacinclude.m4: remove no longer needed file
Thomas Petazzoni [Fri, 1 Apr 2016 16:29:28 +0000 (11:29 -0500)]
acinclude.m4: remove no longer needed file

Now the DBIND_CHECK_ALIGNOF() autoconf macro is no longer used, this
commit gets rid of the acinclude.m4 file.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agoconfigure: use AC_CHECK_ALIGNOF() instead of custom DBIND_CHECK_ALIGNOF()
Thomas Petazzoni [Wed, 25 Jun 2014 17:45:28 +0000 (19:45 +0200)]
configure: use AC_CHECK_ALIGNOF() instead of custom DBIND_CHECK_ALIGNOF()

DBIND_CHECK_ALIGNOF() is a custom autoconf macro from at-spi2-core
that tests the alignment required on the current platform for a given
C type. Unfortunately, this macro uses AC_TRY_RUN(), which requires
running a test program on the target platform, which is fundamentally
incompatible with cross-compilation.

Therefore, this patch switches the configure.ac code to use
AC_CHECK_ALIGNOF() instead, which is available in the standard set of
autoconf macros, and is able to test the required alignment for C
types without using AC_TRY_RUN(). Consequently, it adjusts the
dbind/dbind-config.h.in definitions to use the definitions created by
the AC_CHECK_ALIGNOF() macros, which are not substituted by autoconf,
but directly available from config.h.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agoUpdated Friulian translation
Fabio Tomat [Wed, 23 Mar 2016 17:17:13 +0000 (17:17 +0000)]
Updated Friulian translation

8 years ago2.20.0 AT_SPI2_CORE_2_20_0
Mike Gorse [Tue, 22 Mar 2016 00:10:07 +0000 (19:10 -0500)]
2.20.0

8 years ago2.19.92 AT_SPI2_CORE_2_19_92
Mike Gorse [Mon, 14 Mar 2016 22:12:11 +0000 (17:12 -0500)]
2.19.92

8 years agoSupport a stateless configuration by default
Ikey Doherty [Sat, 12 Mar 2016 16:43:16 +0000 (16:43 +0000)]
Support a stateless configuration by default

Using a stateless configuration, we ship sensible defaults in our vendor-config
file to live in the /usr/share/ filesystem, which is considered to be provided
by the vendor, and to all intents and purposes, read-only.

With this change we can fall-back to the vendor system configuration to
always do the right thing, in the absence of a local system administrator
configuration file in the /etc/ tree.

Notably, this saves users from the potential risks and pitfalls of so called
"three way merges" on upgrades, and offers the immediate benefit that one
can perform a factory reset of the software, simply by removing the relevant
file in /etc/.

This change also resolves a memory leak in the launch code, where a string
allocation was entirely unnecessary.

Signed-off-by: Ikey Doherty <michael.i.doherty@intel.com>
8 years ago[Package Upload] 2.16.1 71/61271/1 accepted/tizen/common/20160307.154046 accepted/tizen/ivi/20160307.110025 accepted/tizen/mobile/20160307.105929 accepted/tizen/tv/20160307.105949 accepted/tizen/wearable/20160307.110007 submit/tizen/20160307.060438
Shinwoo Kim [Mon, 7 Mar 2016 05:58:50 +0000 (14:58 +0900)]
[Package Upload] 2.16.1

Change-Id: I19d1d302454a53c6aa840656d558709eb1db6d0a

8 years agoNEWS: fix typo
Mike Gorse [Tue, 1 Mar 2016 01:48:16 +0000 (19:48 -0600)]
NEWS: fix typo

8 years ago2.19.91 AT_SPI2_CORE_2_19_91
Mike Gorse [Tue, 1 Mar 2016 01:35:35 +0000 (19:35 -0600)]
2.19.91

8 years agoDon't display warnings when connecting to an app that no longer exists
Mike Gorse [Mon, 29 Feb 2016 17:51:45 +0000 (11:51 -0600)]
Don't display warnings when connecting to an app that no longer exists

If an application starts and subsequently exits before we've had time to
connect to it, then this at the very least should not trigger a warning.

8 years ago2.19.90 AT_SPI2_CORE_2_19_90
Mike Gorse [Mon, 15 Feb 2016 22:13:02 +0000 (16:13 -0600)]
2.19.90

8 years agoDon't display warning if unable to connect when logged in via ssh
Samuel Thibault [Mon, 8 Feb 2016 19:24:25 +0000 (13:24 -0600)]
Don't display warning if unable to connect when logged in via ssh

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

8 years agoat-spi-bus-launcher: register with session manager
Alberts Muktupāvels [Fri, 18 Sep 2015 00:28:51 +0000 (03:28 +0300)]
at-spi-bus-launcher: register with session manager

This application is started in Initialization phase. In this phase
it is required to register with session manager. See:
https://wiki.gnome.org/Projects/SessionManagement/NewGnomeSession

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

8 years agoRevert "at-spi-bus-launcher: register with session manager"
Mike Gorse [Tue, 26 Jan 2016 17:20:51 +0000 (11:20 -0600)]
Revert "at-spi-bus-launcher: register with session manager"

Committed the wrong patch.

This reverts commit d2004dbb0d0903548f734029718ee5bf212d107c.

8 years agoat-spi-bus-launcher: register with session manager
Alberts Muktupāvels [Tue, 15 Sep 2015 16:31:52 +0000 (19:31 +0300)]
at-spi-bus-launcher: register with session manager

This application is started in Initialization phase. In this phase
it is required to register with session manager. See:
https://wiki.gnome.org/Projects/SessionManagement/NewGnomeSession

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

8 years ago2.19.2 AT_SPI2_CORE_2_19_2
Mike Gorse [Tue, 24 Nov 2015 01:16:31 +0000 (19:16 -0600)]
2.19.2

8 years agoDon't crash when trying to set an invalid state
Samuel Thibault [Sat, 14 Nov 2015 15:06:45 +0000 (09:06 -0600)]
Don't crash when trying to set an invalid state

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

8 years agoget_index_in_parent: Don't crash if parent is defunct
Mike Gorse [Mon, 9 Nov 2015 23:03:13 +0000 (17:03 -0600)]
get_index_in_parent: Don't crash if parent is defunct

8 years agoDisable xevie by default
Mike Gorse [Wed, 28 Oct 2015 19:00:35 +0000 (14:00 -0500)]
Disable xevie by default

I have no idea if this code is still usable, and afaik xevie has
been unmaintained for years. Often the extension is missing on the X
server, in which case our xevie code has no effect other than to spam the
user's log.

8 years ago2.19.1 AT_SPI2_CORE_2_19_1
Mike Gorse [Mon, 26 Oct 2015 22:06:53 +0000 (17:06 -0500)]
2.19.1

8 years agocomponent: add component highlight index getter. 89/50189/1 accepted/tizen/common/20160203.160738 submit/tizen_common/20160126.063639
Lukasz Stanislawski [Tue, 12 May 2015 10:12:17 +0000 (12:12 +0200)]
component: add component highlight index getter.

Change-Id: I0500fe1a2a509c55ee87627db4ff56d3e2b429dd
Signed-off-by: Lukasz Stanislawski <l.stanislaws@samsung.com>
8 years agoImplement GrabHighlight and ClearHighligh methods. 88/50188/1
Zbigniew Kosinski [Tue, 4 Nov 2014 14:57:36 +0000 (15:57 +0100)]
Implement GrabHighlight and ClearHighligh methods.

This commit adds support for new AtkComponent method interfaces.

Change-Id: I66de60a86a308dc40107cf65d33c99dcbb1eaab2
Signed-off-by: Lukasz Stanislawski <l.stanislaws@samsung.com>
8 years agoFixed crash during removal of last application in registryd.
Tomasz Olszak [Tue, 13 Oct 2015 15:37:38 +0000 (17:37 +0200)]
Fixed crash during removal of last application in registryd.

Function find_index_of_reference always returned invalid index.

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

8 years agoFix reversed check for NULL child
Owen W. Taylor [Fri, 23 Oct 2015 07:40:13 +0000 (03:40 -0400)]
Fix reversed check for NULL child

The check for an unknown child path resulting in a NULL child
added in a614d447f was backwards.

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

8 years agoFixed crash during deregistering applications. 92/49792/2
Tomasz Olszak [Tue, 13 Oct 2015 14:05:34 +0000 (16:05 +0200)]
Fixed crash during deregistering applications.

Change-Id: I402bc5d6ed5f9ea503c4b310ec3c4fb9a85ca199

8 years agoFixed issue: bus-launcher didn't start screen-reader after reader crash. 91/49791/2
Tomasz Olszak [Thu, 3 Sep 2015 14:13:53 +0000 (16:13 +0200)]
Fixed issue: bus-launcher didn't start screen-reader after reader crash.

Change-Id: Ic19ae2b029a4bae79e1cd1cb7300f5d59acf5722

8 years agoFixed crash during first boot. 90/49790/2
Tomasz Olszak [Wed, 2 Sep 2015 12:47:04 +0000 (14:47 +0200)]
Fixed crash during first boot.

For some reason application couldn't open file in /tmp/.

Change-Id: Ibf3eb8ed3b362c00eb6d8dfcf20df9488777c403

8 years agointroduce new HIGHLIGHTABLE and HIGHLIGHTED states. 89/49789/2
Lukasz Stanislawski [Fri, 17 Jul 2015 14:33:25 +0000 (16:33 +0200)]
introduce new HIGHLIGHTABLE and HIGHLIGHTED states.

Purpose of this states is to clearly inform Assistive Technology
client that object can be visually marked to assist low-vision users.
Idea is the same as with focused and focusable states.

Change-Id: I81525d1ea130b32cdf834d4d8e54e9581cf6e665

8 years agoFixed screen-reader launch(by bus-launcher) after reboot. 88/49788/2
Tomasz Olszak [Fri, 31 Jul 2015 10:12:10 +0000 (12:12 +0200)]
Fixed screen-reader launch(by bus-launcher) after reboot.

Additionally added some debug features.
DLOG doesn't work when bus-launcher is started hence possibility to
log to file was introduced.

Change-Id: Ie46aceae2a4718e16932a9f4e19b839797abf3a1

8 years ago[LICENSE] apply SPDX license to spec file 87/49787/2
Sung-Taek Hong [Fri, 31 Jul 2015 06:38:10 +0000 (15:38 +0900)]
[LICENSE] apply SPDX license to spec file

Change-Id: I5bcc8c19f821b97138773c7302070a018ba66cc4
Signed-off-by: Sung-Taek Hong <sth253.hong@samsung.com>
8 years agoFix build fail on TV product 86/49786/2
Shinwoo Kim [Thu, 16 Jul 2015 10:31:56 +0000 (19:31 +0900)]
Fix build fail on TV product

Change-Id: I727acd30bff829dbbd91bb4349ca2e79cea6a115

8 years ago[Prevent] 85/49785/2
Shinwoo Kim [Wed, 24 Jun 2015 14:18:07 +0000 (23:18 +0900)]
[Prevent]
CID 451233 - atspi-registry.c:atspi_deregister_keystroke_listener (dereference before null check)
CID 451215 - atspi-registry.c:atspi_deregister_device_event_listener (dereference before null check)
CID 451213 - atspi-registry.c:atspi_deregister_device_event_listener (dereference before null check)
CID 451078 - atspi-event-listener.c:_atspi_dbus_handle_evnet (dereference after null check)
CID 451077 - atspi-stateset.c:atspi_state_set_set_by_name (dereference after null check)

Change-Id: I38a6c0062fdae892158fa0a18ba35aadcdc5e855

8 years agoFixed state of screen-reader wher screen-reader exits abnormally 84/49784/2
Tomasz Olszak [Wed, 10 Jun 2015 10:12:54 +0000 (12:12 +0200)]
Fixed state of screen-reader wher screen-reader exits abnormally

When screen-reader e.g. crashed, bus-launcher didn't check if the process
is still running before it tried to terminated it. In result screen-reader's
invalid PID was kept and new screen-reader couldn't be launched.

Change-Id: I599c7e7962a16b031e913c1a957b2f33f225a6f3
Signed-off-by: Tomasz Olszak <t.olszak@samsung.com>
8 years agoFixed atspi_text_ functions
Patryk Kaczmarek [Mon, 28 Sep 2015 12:23:15 +0000 (14:23 +0200)]
Fixed atspi_text_ functions

  * atspi_text_get_text_attribute_value
      Fixed dbus signature in _atspi_dbus_call function
      and add missing argument for string.

  * atspi_text_get_default_attributes
      Receiving return value by reference from hash table

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

8 years agoAdd default values for atspi_hyperlink_get_index_range variables
Patryk Kaczmarek [Mon, 28 Sep 2015 12:34:12 +0000 (14:34 +0200)]
Add default values for atspi_hyperlink_get_index_range variables

  If there are no default values, after unsuccessful dbus call,
    some random values of start_offset and end_offset are set.

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

8 years agoDon't crash if we get a object:children-changed event with a non-existent child
Owen W. Taylor [Thu, 1 Oct 2015 16:43:23 +0000 (12:43 -0400)]
Don't crash if we get a object:children-changed event with a non-existent child

If we get a :children-changed event with the path for the child not matching
any accessible in the application, event->any_data would end up with a NULL
child, triggering a crash.

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

8 years agoAdd a systemd user service corresponding to the D-Bus session service
Simon McVittie [Fri, 25 Sep 2015 16:07:40 +0000 (17:07 +0100)]
Add a systemd user service corresponding to the D-Bus session service

When using a systemd user session, this ensures that org.a11y.Bus
and its child processes (such as org.a11y.atspi.Registry) are placed in
their own cgroup, instead of being treated as part of dbus.service.

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

8 years ago2.18.0 AT_SPI2_CORE_2_18_0
Mike Gorse [Mon, 21 Sep 2015 22:13:08 +0000 (17:13 -0500)]
2.18.0

8 years agoUpdate Persian Translation
Arash Mousavi [Wed, 16 Sep 2015 18:54:06 +0000 (23:24 +0430)]
Update Persian Translation

8 years agoRelease v2.17.90 AT_SPI2_CORE_2_17_90
Mike Gorse [Mon, 17 Aug 2015 19:28:14 +0000 (14:28 -0500)]
Release v2.17.90

8 years agoModified cache API to include index and child count rather than children
Mike Gorse [Fri, 19 Jun 2015 01:04:31 +0000 (20:04 -0500)]
Modified cache API to include index and child count rather than children

The original cache API was problematic for QT AT-SPI because it forces
enumeration of all children, preventing lazy instantiation of objects.
The API now sends the object's index in parent and child count (or -1 if
not known / children should not be cached) rather than an array of
children.
Also made cache of children a GPtrArray rather than a GList, since it
may contain holes.  If an object has not yet been instantiated for a
particular child, then its value will be set to NULL, and
atspi_accessible_get_child_at_index will make a dbus call to fetch the
child, at which point it will be cached.

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

8 years agoBump version
Mike Gorse [Fri, 14 Aug 2015 23:49:38 +0000 (18:49 -0500)]
Bump version

8 years agoUsing aul_launch_app to launch screen-reader 64/44564/1 tizen_3.0.m1_mobile tizen_3.0.m1_tv accepted/tizen/ivi/20160218.024424 accepted/tizen/mobile/20150803.094215 accepted/tizen/tv/20150803.094222 accepted/tizen/wearable/20150803.094232 submit/tizen/20150803.082458 submit/tizen_common/20151023.083358 submit/tizen_common/20151026.085049 submit/tizen_common/20160218.142243 submit/tizen_ivi/20160217.000000 submit/tizen_ivi/20160217.000004 tizen_3.0.m1_mobile_release tizen_3.0.m1_tv_release tizen_3.0.m2.a1_mobile_release tizen_3.0.m2.a1_tv_release
Shinwoo Kim [Thu, 23 Jul 2015 08:34:12 +0000 (17:34 +0900)]
Using aul_launch_app to launch screen-reader

Change-Id: I30d2e3405dfe42259e704ad0a1c3ff9e139a6e2e

8 years agoRelease v2.17.1 AT_SPI2_CORE_2_17_1
Mike Gorse [Mon, 20 Jul 2015 23:41:07 +0000 (18:41 -0500)]
Release v2.17.1

8 years agoUsing proper vconf key - VCONFKEY_SETAPPL_ACCESSIBILITY_TTS 09/43709/1
Shinwoo Kim [Mon, 13 Jul 2015 11:16:39 +0000 (20:16 +0900)]
Using proper vconf key - VCONFKEY_SETAPPL_ACCESSIBILITY_TTS

Change-Id: I90e2144132d6c940f94249fdf1d3359ecfa82237

8 years agoFollowing security policy 40/43440/1
Shinwoo Kim [Thu, 9 Jul 2015 08:40:06 +0000 (17:40 +0900)]
Following security policy

Change-Id: Ie15d6985ebdad7b8bd7b26a81012727387f4317a

8 years agoUpdated Portuguese translation
Pedro Albuquerque [Wed, 1 Jul 2015 21:57:56 +0000 (21:57 +0000)]
Updated Portuguese translation

8 years agoUpdated Romanian Translation
Daniel Șerbănescu [Mon, 22 Jun 2015 18:11:48 +0000 (20:11 +0200)]
Updated Romanian Translation

8 years agoFix atspi_table_cell_get_position
Mike Gorse [Thu, 18 Jun 2015 01:22:05 +0000 (20:22 -0500)]
Fix atspi_table_cell_get_position

9 years agoAdded Occitan translation
Cédric Valmary [Sun, 24 May 2015 08:46:57 +0000 (08:46 +0000)]
Added Occitan translation

9 years agoVoid functions shouldn't try to return values
Mike Gorse [Wed, 20 May 2015 02:58:17 +0000 (21:58 -0500)]
Void functions shouldn't try to return values

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

9 years agobus-launcher: integrate launcher with tizen platform. 75/38775/2 tizen_3.0.2015.q2_common accepted/tizen/common/20150511.125639 accepted/tizen/mobile/20150511.133110 accepted/tizen/tv/20150512.050320 accepted/tizen/wearable/20150511.132711 submit/tizen/20150511.014801
Lukasz Stanislawski [Mon, 27 Apr 2015 08:55:14 +0000 (10:55 +0200)]
bus-launcher: integrate launcher with tizen platform.

at-spi-bus-launcher is now registered on vconf
"db/menu/accessbiility/screen_reader" changes and launches applications
registered on "read_screen" operation in application service.

Change-Id: I7264004c3358654073829faaebb06f24b0a9b4d7

9 years agoSome conditions added to build also on wayland 62/38662/1 accepted/tizen/common/20150423.184818 accepted/tizen/mobile/20150424.010608 accepted/tizen/tv/20150424.010523 accepted/tizen/wearable/20150424.010546 submit/tizen/20150423.174735
Patryk Kaczmarek [Thu, 23 Apr 2015 17:46:22 +0000 (19:46 +0200)]
Some conditions added to build also on wayland

Change-Id: Iae18df02994af3db06d333339f087a183efcdde2
Signed-off-by: Patryk Kaczmarek <patryk.k@samsung.com>
9 years agoBump package version to 2.16 99/38399/2
Patryk Kaczmarek [Mon, 20 Apr 2015 10:46:28 +0000 (12:46 +0200)]
Bump package version to 2.16

Change-Id: I1573d7c304e1d2e8fc1ed2ae405402727ea725eb
Signed-off-by: Patryk Kaczmarek <patryk.k@samsung.com>
9 years agocondition added to exclusive build on wayland
Patryk Kaczmarek [Tue, 31 Mar 2015 17:24:53 +0000 (19:24 +0200)]
condition added to exclusive build on wayland

Change-Id: I0b0e12b4a83636db86db3dc23e5074605d53696a

9 years agospec file, manifest and gbs.conf adapted for Tizen
Patryk Kaczmarek [Tue, 31 Mar 2015 11:09:57 +0000 (13:09 +0200)]
spec file, manifest and gbs.conf adapted for Tizen

9 years agoBus rules for tizen updated
Patryk Kaczmarek [Tue, 31 Mar 2015 11:06:51 +0000 (13:06 +0200)]
Bus rules for tizen updated

9 years ago[l10n] Updated Estonian translation
Mattias Põldaru [Wed, 8 Apr 2015 17:19:37 +0000 (20:19 +0300)]
[l10n] Updated Estonian translation

9 years ago2.16.0 AT_SPI2_CORE_2_16_0
Mike Gorse [Mon, 23 Mar 2015 23:30:45 +0000 (18:30 -0500)]
2.16.0

9 years agoFix GTK-Doc comment blocks
Dieter Verfaillie [Mon, 2 Sep 2013 15:26:18 +0000 (17:26 +0200)]
Fix GTK-Doc comment blocks

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

9 years agoAdded Bosnian translation
Samir Ribic [Fri, 13 Mar 2015 20:57:20 +0000 (20:57 +0000)]
Added Bosnian translation

9 years agoUpdated Bulgarian translation
Alexander Shopov [Mon, 9 Mar 2015 17:17:20 +0000 (19:17 +0200)]
Updated Bulgarian translation

9 years agoUpdated Slovak translation
Dušan Kazik [Sat, 28 Feb 2015 12:16:27 +0000 (12:16 +0000)]
Updated Slovak translation

9 years agoRelease v2.15.90 AT_SPI2_CORE_2_15_90
Mike Gorse [Mon, 16 Feb 2015 17:43:36 +0000 (11:43 -0600)]
Release v2.15.90

9 years agoAdd new roles for fractions, roots, subscripts, and superscripts
Joanmarie Diggs [Fri, 23 Jan 2015 14:56:04 +0000 (09:56 -0500)]
Add new roles for fractions, roots, subscripts, and superscripts

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

9 years agoBump version
Mike Gorse [Fri, 23 Jan 2015 18:37:42 +0000 (12:37 -0600)]
Bump version

9 years agoDeprecate atspi_text_get_text_{before,at,after}_offset()
Mario Sanchez Prada [Mon, 19 Jan 2015 17:56:34 +0000 (17:56 +0000)]
Deprecate atspi_text_get_text_{before,at,after}_offset()

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

9 years agoRelease v2.15.4 AT_SPI2_CORE_2_15_4
Mike Gorse [Mon, 19 Jan 2015 22:53:13 +0000 (16:53 -0600)]
Release v2.15.4

9 years agoAdd ATSPI_STATE_READ_ONLY
Joanmarie Diggs [Thu, 15 Jan 2015 22:00:51 +0000 (17:00 -0500)]
Add ATSPI_STATE_READ_ONLY

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

9 years agoRemove accessibility.conf from EXTRA_DIST
Mike Gorse [Thu, 15 Jan 2015 21:30:36 +0000 (15:30 -0600)]
Remove accessibility.conf from EXTRA_DIST

Accessibility.conf is generated now; it is bad to include it in the
release.

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

9 years agoBump version
Mike Gorse [Thu, 15 Jan 2015 16:05:52 +0000 (10:05 -0600)]
Bump version

9 years agoFix a typo in a crasher message
Michael Catanzaro [Tue, 13 Jan 2015 22:38:13 +0000 (16:38 -0600)]
Fix a typo in a crasher message

9 years agoAdd names to every timeout
Bastien Nocera [Tue, 22 Oct 2013 12:13:38 +0000 (14:13 +0200)]
Add names to every timeout

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

9 years agobuild: Remove unneeded function check
Bastien Nocera [Tue, 22 Oct 2013 11:35:44 +0000 (13:35 +0200)]
build: Remove unneeded function check

We already check for glib 2.36.0, which *will* contain
g_ptr_array_new_with_free_func (new in 2.22), no need to check
for it especially.

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

9 years agoRelease v2.15.3 AT_SPI2_CORE_2_15_3
Mike Gorse [Mon, 15 Dec 2014 21:04:50 +0000 (16:04 -0500)]
Release v2.15.3

9 years agoFix atspi_table_cell_get_column_span prototype
Mike Gorse [Mon, 15 Dec 2014 21:01:22 +0000 (16:01 -0500)]
Fix atspi_table_cell_get_column_span prototype

9 years agoUpdated Turkish translation
Muhammet Kara [Mon, 8 Dec 2014 21:31:52 +0000 (21:31 +0000)]
Updated Turkish translation

9 years agoReplaced deprecated "Rename to" GTK-Doc tag
Alejandro Piñeiro [Tue, 25 Nov 2014 12:08:42 +0000 (13:08 +0100)]
Replaced deprecated "Rename to" GTK-Doc tag

Replaced by the gi annotation rename-to on the identifier.

9 years agoRelease v2.15.2 AT_SPI2_CORE_2_15_2
Mike Gorse [Tue, 25 Nov 2014 20:25:20 +0000 (14:25 -0600)]
Release v2.15.2

9 years agoRevert "Replaced deprecated "Rename to" GTK-Doc tag"
Mike Gorse [Tue, 25 Nov 2014 20:24:54 +0000 (14:24 -0600)]
Revert "Replaced deprecated "Rename to" GTK-Doc tag"

Forgot to tag the release; going to revert, tag, then re-apply.

This reverts commit b7bd063e3cd805bc50bf03c5e12087b1553436a2.

9 years agoReplaced deprecated "Rename to" GTK-Doc tag
Alejandro Piñeiro [Tue, 25 Nov 2014 12:08:42 +0000 (13:08 +0100)]
Replaced deprecated "Rename to" GTK-Doc tag

Replaced by the gi annotation rename-to on the identifier.

9 years agogi-annotations: get_relation_set returns a array of AtspiRelation
Alejandro Piñeiro [Thu, 20 Nov 2014 12:25:14 +0000 (13:25 +0100)]
gi-annotations: get_relation_set returns a array of AtspiRelation

This is also explained on the documentation

9 years agoAdd ATSPI_ROLE_STATIC and update documentation for ATSPI_ROLE_TEXT
Joanmarie Diggs [Tue, 18 Nov 2014 19:42:28 +0000 (14:42 -0500)]
Add ATSPI_ROLE_STATIC and update documentation for ATSPI_ROLE_TEXT

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

9 years agoMake the documentation of ATSPI's STATE_ACTIVE consistent with that of ATK's.
Joanmarie Diggs [Mon, 17 Nov 2014 16:43:53 +0000 (11:43 -0500)]
Make the documentation of ATSPI's STATE_ACTIVE consistent with that of ATK's.

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

9 years agoRelease v2.15.1 AT_SPI2_CORE_2_15_1
Mike Gorse [Tue, 28 Oct 2014 01:08:24 +0000 (20:08 -0500)]
Release v2.15.1

9 years agoAdded Kazakh translation
Baurzhan Muftakhidinov [Sun, 19 Oct 2014 09:14:34 +0000 (09:14 +0000)]
Added Kazakh translation

9 years agoBuild docs for AtspiTableCell
Mike Gorse [Thu, 16 Oct 2014 16:06:53 +0000 (11:06 -0500)]
Build docs for AtspiTableCell