summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 2.20.1AT_SPI2_CORE_2_20_1Mike Gorse2016-04-112-1/+7
|
* atspi-event-listener: Plug a memory leakRui Matos2016-04-111-0/+3
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=764688
* registryd: Avoid crashing with a NULL keystringRui Matos2016-04-111-3/+5
| | | | | | | | | | | | | | 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
* Updated Friulian translationFabio Tomat2016-04-111-4/+8
|
* 2.20.0AT_SPI2_CORE_2_20_0Mike Gorse2016-03-211-1/+1
|
* 2.19.92AT_SPI2_CORE_2_19_92Mike Gorse2016-03-142-1/+5
|
* Support a stateless configuration by defaultIkey Doherty2016-03-142-3/+10
| | | | | | | | | | | | | | | | | | | | 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>
* NEWS: fix typoMike Gorse2016-02-291-1/+1
|
* 2.19.91AT_SPI2_CORE_2_19_91Mike Gorse2016-02-292-1/+5
|
* Don't display warnings when connecting to an app that no longer existsMike Gorse2016-02-291-4/+12
| | | | | 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.
* 2.19.90AT_SPI2_CORE_2_19_90Mike Gorse2016-02-152-1/+8
|
* Don't display warning if unable to connect when logged in via sshSamuel Thibault2016-02-081-1/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=761600
* at-spi-bus-launcher: register with session managerAlberts Muktupāvels2016-01-261-1/+131
| | | | | | | | 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
* Revert "at-spi-bus-launcher: register with session manager"Mike Gorse2016-01-261-72/+1
| | | | | | Committed the wrong patch. This reverts commit d2004dbb0d0903548f734029718ee5bf212d107c.
* at-spi-bus-launcher: register with session managerAlberts Muktupāvels2016-01-261-1/+72
| | | | | | | | 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
* 2.19.2AT_SPI2_CORE_2_19_2Mike Gorse2015-11-232-1/+9
|
* Don't crash when trying to set an invalid stateSamuel Thibault2015-11-141-4/+4
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=757915
* get_index_in_parent: Don't crash if parent is defunctMike Gorse2015-11-091-0/+4
|
* Disable xevie by defaultMike Gorse2015-10-281-2/+2
| | | | | | | 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.
* 2.19.1AT_SPI2_CORE_2_19_1Mike Gorse2015-10-262-1/+13
|
* Fixed crash during removal of last application in registryd.Tomasz Olszak2015-10-241-2/+3
| | | | | | Function find_index_of_reference always returned invalid index. https://bugzilla.gnome.org/show_bug.cgi?id=756513
* Fix reversed check for NULL childOwen W. Taylor2015-10-241-1/+1
| | | | | | | 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
* Fixed atspi_text_ functionsPatryk Kaczmarek2015-10-124-10/+5
| | | | | | | | | | | * 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
* Add default values for atspi_hyperlink_get_index_range variablesPatryk Kaczmarek2015-10-121-1/+2
| | | | | | | 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
* Don't crash if we get a object:children-changed event with a non-existent childOwen W. Taylor2015-10-121-0/+2
| | | | | | | | 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
* Add a systemd user service corresponding to the D-Bus session serviceSimon McVittie2015-09-273-0/+15
| | | | | | | | 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
* 2.18.0AT_SPI2_CORE_2_18_0Mike Gorse2015-09-211-1/+1
|
* Update Persian TranslationArash Mousavi2015-09-161-71/+49
|
* Release v2.17.90AT_SPI2_CORE_2_17_90Mike Gorse2015-08-171-0/+7
|
* Modified cache API to include index and child count rather than childrenMike Gorse2015-08-146-98/+126
| | | | | | | | | | | | | | | 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
* Bump versionMike Gorse2015-08-141-1/+1
|
* Release v2.17.1AT_SPI2_CORE_2_17_1Mike Gorse2015-07-202-1/+7
|
* Updated Portuguese translationPedro Albuquerque2015-07-011-7/+9
|
* Updated Romanian TranslationDaniel Șerbănescu2015-06-221-90/+71
|
* Fix atspi_table_cell_get_positionMike Gorse2015-06-171-3/+3
|
* Added Occitan translationCédric Valmary2015-05-242-0/+31
|
* Void functions shouldn't try to return valuesMike Gorse2015-05-191-2/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=749330
* [l10n] Updated Estonian translationMattias Põldaru2015-04-081-5/+8
|
* 2.16.0AT_SPI2_CORE_2_16_0Mike Gorse2015-03-233-1/+9
|
* Fix GTK-Doc comment blocksDieter Verfaillie2015-03-233-22/+22
| | | | https://bugs.freedesktop.org/show_bug.cgi?id=89678
* Added Bosnian translationSamir Ribic2015-03-132-0/+30
|
* Updated Bulgarian translationAlexander Shopov2015-03-091-99/+10
|
* Updated Slovak translationDušan Kazik2015-02-281-4/+9
|
* Release v2.15.90AT_SPI2_CORE_2_15_90Mike Gorse2015-02-162-1/+7
|
* Add new roles for fractions, roots, subscripts, and superscriptsJoanmarie Diggs2015-01-261-1/+13
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=743403
* Bump versionMike Gorse2015-01-231-1/+1
|
* Deprecate atspi_text_get_text_{before,at,after}_offset()Mario Sanchez Prada2015-01-211-4/+4
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=697969
* Release v2.15.4AT_SPI2_CORE_2_15_4Mike Gorse2015-01-191-0/+8
|
* Add ATSPI_STATE_READ_ONLYJoanmarie Diggs2015-01-152-0/+5
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=690004
* Remove accessibility.conf from EXTRA_DISTMike Gorse2015-01-151-2/+1
| | | | | | | Accessibility.conf is generated now; it is bad to include it in the release. https://bugzilla.gnome.org/show_bug.cgi?id=742987