summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix for bug #679013 - AtspiCollection should be implemented for all containersgnome-3-4Joanmarie Diggs2012-06-271-1/+5
|
* Fix mode of autogen.shMike Gorse2012-06-211-0/+0
|
* Update autogen.sh, in order to support automake 1.12Mike Gorse2012-06-211-9/+19
|
* Fix for bug 677211 - The collection interface's MATCH_ANY fails for statesJoanmarie Diggs2012-06-211-1/+1
|
* Release v2.4.0AT_SPI2_ATK_2_4_0Mike Gorse2012-03-262-1/+5
|
* hindi translation by Chandan KumarRajesh Ranjan2012-03-261-74/+37
|
* Release v2.3.92AT_SPI2_ATK_2_3_92Mike Gorse2012-03-192-1/+5
|
* Malayalam translation by Anish APraveen Arimbrathodiyil2012-03-122-0/+26
|
* Finnish translation update from http://l10n.laxstrom.name/wiki/Gnome_3.4 ↵Timo Jyrinki2012-03-121-37/+10
| | | | translation sprint
* Add initial Khmer translationKhoem Sokhem2012-03-102-0/+24
|
* Release v2.3.91AT_SPI2_ATK_2_3_91Mike Gorse2012-03-052-1/+9
|
* Have DoAction send the reply message *before* invoking atkMike Gorse2012-03-052-11/+12
| | | | | | | | | | | | | | | | | In the past, a gtk button's do_action handler added an idle to invoke the button and then returned, but now the idle has been removed, and the do_action call activates the button directly, meaning that, if the button invokes a dialogue, then atk_action_do_action will not return until the dialog closes. So, to be safe, we need to send a reply before invoking atk. This means that atk's return value gets ignored, although it was somewhat meaningless in gtk's case anyhow. This required that droute's behavior be changed so that, if a handler does not return a message, droute will now assume that the handler already sent a reply, rather than synthesizing a default empty reply. Thus, handlers are now required to return a value DBusMessage. Perhaps the API should really be asynchronous, with a callback to be invoked when the action finishes.
* [l10n] Updated Estonian translationMattias Põldaru2012-03-011-36/+11
|
* Adding Uzbek@cyrillic translation.Bahodir Mansurov2012-02-262-0/+23
|
* Have GetIndexInParent return a signed int, per the specMike Gorse2012-02-231-2/+2
|
* Release v2.3.90AT_SPI2_ATK_2_3_90Mike Gorse2012-02-202-1/+8
|
* Check that we have a valid path when emitting a signalMike Gorse2012-02-101-0/+1
| | | | | | | | If we don't have a valid object path in emit_event (ie, if NULL is passed in, for some strange reason), then return rather than crashing in libdbus. https://bugzilla.gnome.org/show_bug.cgi?id=669794
* Have GrabFocus return a bool, per the spec, rather than a uint32Mike Gorse2012-02-071-1/+1
|
* Release v2.3.5AT_SPI2_ATK_2_3_5Mike Gorse2012-02-062-1/+15
|
* Don't cache objects that return NULL when their state set is queriedMike Gorse2012-02-061-2/+3
| | | | | | If atk_object_ref_state_set returns NULL, then perhaps the object is going away or not yet initialized, so caching it may not be a good idea. Also stops some warnings.
* Don't try to unref an object if atk returned NULLMike Gorse2012-01-293-7/+12
|
* Updated Norwegian bokmål translationKjartan Maraas2012-01-241-7/+7
|
* When an object goes away, remove from queue of pending cache additionsMike Gorse2012-01-211-0/+2
| | | | | | | | Items are added to the cache in an idle (see commit 75ff19), meaning that it is possible for an object to go away between the time it is queued for addition and the time the additions are made. https://bugzilla.gnome.org/show_bug.cgi?id=666371
* Don't use /a11y/ as a dconf pathMike Gorse2012-01-211-1/+1
| | | | | | Change schema path from /a11y/ to /org/a11y/. https://bugzilla.gnome.org/show_bug.cgi?id=663967
* bridge: drive-by list usage fixesRay Strode2012-01-211-6/+16
| | | | | | | | | | | | | There are a few places where the glib list apis aren't being used right: 1) There is code that use GList functions on GSLists 2) There is code that uses the list node itself instead of the node data 3) There is code that removes nodes from a list as its iterating over that list. https://bugzilla.gnome.org/show_bug.cgi?id=659967
* Remove methods to set an atk object's name and descriptionMike Gorse2012-01-191-26/+2
| | | | | | It doesn't make sense to expose atk_object_set_name and atk_object_set_description over D-Bus. Removing the ability to set those properties.
* Release v2.3.4AT_SPI2_ATK_2_3_4Mike Gorse2012-01-152-1/+6
|
* Make keystroke listeners work even if no other event listeners presentMike Gorse2012-01-051-26/+152
| | | | | | | | Fetch a list of active keystroke and mouse event listeners, and monitor for changes. Enable event watching if keyboard listeners are present. This requires the newest revision of at-spi2-core. Fixes http://bugzilla.gnome.org/show_bug.cgi?id=666870
* Fix a warning caused by a missing constMike Gorse2012-01-021-1/+1
|
* Release v2.3.3AT_SPI2_ATK_2_3_3Mike Gorse2011-12-192-1/+13
|
* events: Only deregister objects when they are defunctBenjamin Otte2011-12-191-1/+1
| | | | | | We don't want to deregister them when they are changing from defunct to functioning. And GTK 3.4 emits that change after setting up the accessible.
* Change a : to a / in the suffix to an eventMike Gorse2011-12-141-1/+16
| | | | | | | at-spi2-core now uses arg0path to create match rules to catch events with suffixes (ie, :system), but this is kind of stretching the intended purpose of arg*path, which expects paths delimited with /'s, so replace a : with a /. The / is changed back to a : in at-spi2-core.
* Don't leak ref when processing a child-added signal with no object valueMike Gorse2011-12-121-5/+7
|
* In GetItems, unref objects in two passesMike Gorse2011-11-261-3/+6
| | | | | | | It is dangerous to unref cache objects inside a g_hash_table_foreach, since, if the object is finalized, it will be removed, which can cause problems with the iterator. Instead, make a GSList of the objects to unref, then use this GSList to unref.
* Ref all cached accessibles before querying them for GetItemsMike Gorse2011-11-251-3/+16
| | | | | | | | | It is possible, at least in theory, that querying one accessible could have the side effect of another accessible being dereferenced. If this results in the accessible being finalized, then this would likely cause a crash when potentially iterating over the newly-finalized object. Hopefully fixes http://bugzilla.gnome.org/show_bug.cgi?id=664822
* Release v2.3.2AT_SPI2_ATK_2_3_2Mike Gorse2011-11-212-1/+9
|
* Updated Malay translationAhmed Noor Kader Mustajir Md Eusoff2011-11-152-0/+26
|
* Make sure the a11y hierarchy under an AtkPlug is generated when embedding.Mario Sanchez Prada2011-11-111-0/+6
| | | | | | | | It should be enough to retrieve some info about the children, in the socket adaptor's handler for the "Embedded" D-Bus method. Asking for the number of the plug's children seems to be a good candidate. https://bugzilla.gnome.org/show_bug.cgi?id=663876
* Socket's implementation of ref_state_set to return empty sets instead of NULLMario Sanchez Prada2011-10-281-8/+8
| | | | | | | | | | Calls to atk_object_ref_state_set() are expected to return a valid state set always, so it would be better if this implementation of socket's ref_state_set() returned empty sets instead of just NULL, to avoid calling to atk_state_set_*() functions over invalid instances of AtkStateSet (e.g. add_pending_items() in accessible-cache.c). https://bugs.freedesktop.org/show_bug.cgi?id=42350
* Release v2.3.1AT_SPI2_ATK_2_3_1Mike Gorse2011-10-252-1/+5
|
* Don't leave va_args danglingMatthias Clasen2011-10-191-1/+1
| | | | | | | | spi_dbus_message_iter_append_struct has an early exit where it forgets to call va_end(). Harmless most of the time, but it upsets static analyzers. https://bugzilla.gnome.org/show_bug.cgi?id=662248
* Release v2.2.1AT_SPI2_ATK_2_2_1Mike Gorse2011-10-172-1/+5
|
* Updated Finnish translationTommi Vainikainen2011-10-051-37/+36
|
* Release v2.2.0AT_SPI2_ATK_2_2_0Mike Gorse2011-09-262-1/+6
|
* Prevent gnome-shell getting stuck on the login screenMatthias Clasen2011-09-241-2/+6
| | | | | | | | | | | | | The workaround that was committed for this didn't have the intended effect, since the timeout was added to the default main context, not the one that is used in the recursive mainloop. Without this patch, my login screen would freeze when hitting Enter in the password entry, with it, I could successfully log in 10 out of 10 times. https://bugzilla.gnome.org/show_bug.cgi?id=658013
* Release v2.1.92AT_SPI2_ATK_2_1_92Mike Gorse2011-09-193-3/+7
|
* BGO#658013: Add timeout to check for disconnect on a key listenerMike Gorse2011-09-191-1/+19
| | | | | | | For some reason, if the dbus connection goes away during a call to NotifyListenersSync, the DBusPendingCall is not notified. This may be a libdbus bug. Working around the issue by adding a timeout that will check for a disconnect and abort the call as needed.
* Added en_CA.poTiffany Antopolski2011-09-162-0/+24
|
* Updated Tamil TranslationsI Felix2011-09-131-583/+33
|
* Updated Tamil TranslationsI Felix2011-09-131-39/+593
|