platform/core/uifw/at-spi2-atk.git
17 years ago2007-02-12 Li Yuan <li.yuan@sun.com>
liyuan [Mon, 12 Feb 2007 11:03:49 +0000 (11:03 +0000)]
2007-02-12  Li Yuan  <li.yuan@sun.com>

        * atk-bridge/bridge.c:
        (atk_bridge_init): bug #400709. we must emit events even if we are not
        registered as a full-fledged app.
        (gnome_accessibility_module_shutdown): bug #404592, unset misc when
        application like openoffice shutdown. They need to unload gtk before
        the is spi_atk_bridge_exit_func called.

git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@883 e2bd861d-eb25-0410-b326-f6ed22b6b98c

17 years ago2007-01-24 Kjartan Maraas <kmaraas@gnome.org>
kmaraas [Wed, 24 Jan 2007 19:16:59 +0000 (19:16 +0000)]
2007-01-24  Kjartan Maraas  <kmaraas@gnome.org>

* cspi/bonobo/cspi-bonobo-listener.h:
* cspi/bonobo/cspi-bonobo.c: (cspi_init):
* cspi/spi_hypertext.c: (AccessibleHypertext_getLink):
* cspi/spi_main.c: (SPI_eventIsReady):
* cspi/spi_streamablecontent.c: (AccessibleStreamableContent_read):
* libspi/streamablecontent.c:
* libspi/util.c: (spi_re_entrant_list_delete_link):
* login-helper/login-helper.c:
* registryd/deviceeventcontroller.c:
(spi_controller_update_key_grabs), (isEvent):
* registryd/registry.c:
* test/key-listener-test.c: (simple_at_exit):
* test/login-helper-server-test.c: (test_set_wm_dock),
(test_post_window):
Fix a bunch of warnings from sparse:
- ANSIfication of function declarations
- NULL vs 0
- Add some prototypes
- make some stuff static

git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@882 e2bd861d-eb25-0410-b326-f6ed22b6b98c

17 years ago2007-01-22 Li Yuan <li.yuan@sun.com>
liyuan [Mon, 22 Jan 2007 12:16:39 +0000 (12:16 +0000)]
2007-01-22  Li Yuan  <li.yuan@sun.com>

        * configure.in, NEWS: Uprev/release 1.7.16 for gnome 2.18.0 Beta 1.

git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@880 e2bd861d-eb25-0410-b326-f6ed22b6b98c

17 years ago2007-01-22 Li Yuan <li.yuan@sun.com>
liyuan [Mon, 22 Jan 2007 12:08:16 +0000 (12:08 +0000)]
2007-01-22  Li Yuan  <li.yuan@sun.com>

        * cspi/bonobo/cspi-bonobo.c:
        (cspi_get_registry_ior), (cspi_init):
        Bug #393010. Use REGISTRY IOR XAtom to get registryd.

git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@879 e2bd861d-eb25-0410-b326-f6ed22b6b98c

17 years ago2007-01-19 Li Yuan <li.yuan@sun.com>
liyuan [Fri, 19 Jan 2007 02:29:15 +0000 (02:29 +0000)]
2007-01-19  Li Yuan  <li.yuan@sun.com>

        * atk-bridge/bridge.c:
        (atk_bridge_init), (spi_atk_bridge_register_application),
        (deregister_application), (spi_atk_bridge_focus_tracker),
        (spi_atk_emit_eventv):
        Bug #329454. Use atk_misc_threads_enter/atk_misc_threads_leave
        to prevent deadlock.

git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@878 e2bd861d-eb25-0410-b326-f6ed22b6b98c

17 years ago2007-01-08 Li Yuan <li.yuan@sun.com>
liyuan [Mon, 8 Jan 2007 11:40:06 +0000 (11:40 +0000)]
2007-01-08  Li Yuan  <li.yuan@sun.com>

        * configure.in, NEWS: Uprev/release 1.7.15 for gnome 2.17.5.

git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@876 e2bd861d-eb25-0410-b326-f6ed22b6b98c

17 years ago2007-01-08 Li Yuan <li.yuan@sun.com>
liyuan [Mon, 8 Jan 2007 11:07:40 +0000 (11:07 +0000)]
2007-01-08  Li Yuan  <li.yuan@sun.com>

        * registryd/registry-main.c:
        (main): set registry ior only when register server successfully.
        * atk-bridge/bridge.c:
        (spi_atk_bridge_register_application), (spi_atk_emit_eventv):
        Bug #372988, #381670. Fix memory leak.

git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@875 e2bd861d-eb25-0410-b326-f6ed22b6b98c

17 years agoBug #387960.
billh [Tue, 2 Jan 2007 20:29:00 +0000 (20:29 +0000)]
Bug #387960.

git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@874 e2bd861d-eb25-0410-b326-f6ed22b6b98c

17 years agoUpdate svn:ignore and remove .cvsignore files
chpe [Sun, 31 Dec 2006 19:28:57 +0000 (19:28 +0000)]
Update svn:ignore and remove .cvsignore files

git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@873 e2bd861d-eb25-0410-b326-f6ed22b6b98c

17 years agoRemove +x from po files
chpe [Sun, 31 Dec 2006 19:22:28 +0000 (19:22 +0000)]
Remove +x from po files

git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@872 e2bd861d-eb25-0410-b326-f6ed22b6b98c

17 years ago2006-12-28 Li Yuan <li.yuan@sun.com>
liyuan [Thu, 28 Dec 2006 03:35:47 +0000 (03:35 +0000)]
2006-12-28  Li Yuan  <li.yuan@sun.com>

        * atk-bridge/bridge.c:
        (spi_atk_tidy_windows): init any again if call spi_atk_emit_eventv
        the second time, because spi_atk_emit_eventv will free any. Bug
        #364839.

git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@871 e2bd861d-eb25-0410-b326-f6ed22b6b98c

17 years ago2006-12-15 Li Yuan <li.yuan@sun.com>
liyuan [Fri, 15 Dec 2006 11:06:40 +0000 (11:06 +0000)]
2006-12-15  Li Yuan  <li.yuan@sun.com>

        * configure.in, NEWS: Uprev/release 1.7.14 for gnome 2.17.4.

git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@870 e2bd861d-eb25-0410-b326-f6ed22b6b98c

17 years ago2006-12-14 Li Yuan <li.yuan@sun.com>
liyuan [Thu, 14 Dec 2006 09:41:20 +0000 (09:41 +0000)]
2006-12-14  Li Yuan  <li.yuan@sun.com>

        Fix for #352444
        * atk-bridge/bridge.c: (spi_atk_emit_eventv),
        (spi_atk_bridge_property_event_listener),
        (spi_atk_bridge_signal_listener):
        Free some CORBA objects to fix memory leak and crash.

git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@869 e2bd861d-eb25-0410-b326-f6ed22b6b98c

17 years ago2006-12-13 Li Yuan <li.yuan@sun.com>
liyuan [Wed, 13 Dec 2006 04:29:44 +0000 (04:29 +0000)]
2006-12-13  Li Yuan <li.yuan@sun.com>

        Patch from Ariel Rios to fix #163132 and #377079.
        * atk-bridge/bridge.c: (spi_atk_bridge_do_registration),
        (spi_atk_bridge_get_registry_ior):
        Use g_warning instead of g_error and g_critical to avoid crash.

git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@868 e2bd861d-eb25-0410-b326-f6ed22b6b98c

17 years agoFix for bug #372172. - (Text.getAttributeRun was broken)
billh [Mon, 11 Dec 2006 22:03:54 +0000 (22:03 +0000)]
Fix for bug #372172. - (Text.getAttributeRun was broken)

git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@867 e2bd861d-eb25-0410-b326-f6ed22b6b98c

17 years agoDocumentation fix for ROLE_FORM.
billh [Mon, 4 Dec 2006 15:36:59 +0000 (15:36 +0000)]
Documentation fix for ROLE_FORM.

git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@866 e2bd861d-eb25-0410-b326-f6ed22b6b98c

17 years agoAdded Li Yuan <li.yuan@sun.com> to MAINTAINERS list for atk, gail,
billh [Mon, 4 Dec 2006 13:22:50 +0000 (13:22 +0000)]
Added Li Yuan <li.yuan@sun.com> to MAINTAINERS list for atk, gail,
at-spi, and libgail-gnome.  Thanks Li!

git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@865 e2bd861d-eb25-0410-b326-f6ed22b6b98c

17 years agoLeakfixes from Padraig O'Briain for bug #361386 and bug #369377.
billh [Tue, 7 Nov 2006 16:51:20 +0000 (16:51 +0000)]
Leakfixes from Padraig O'Briain for bug #361386 and bug #369377.

git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@864 e2bd861d-eb25-0410-b326-f6ed22b6b98c

17 years agoModified changelog to add Ariel's comments.
billh [Tue, 7 Nov 2006 00:30:21 +0000 (00:30 +0000)]
Modified changelog to add Ariel's comments.

git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@862 e2bd861d-eb25-0410-b326-f6ed22b6b98c

17 years agoFix for bug #163132 - allows multi-user/remote access to the
billh [Tue, 7 Nov 2006 00:23:54 +0000 (00:23 +0000)]
Fix for bug #163132 - allows multi-user/remote access to the
at-spi registry.  Yay!  Thanks to Ariel Rios for working on the patch.

git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@861 e2bd861d-eb25-0410-b326-f6ed22b6b98c

17 years agoUprev/release 1.7.12 for gnome-2.16.1.
billh [Sun, 1 Oct 2006 18:10:04 +0000 (18:10 +0000)]
Uprev/release 1.7.12 for gnome-2.16.1.

git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@860 e2bd861d-eb25-0410-b326-f6ed22b6b98c

17 years agoDon't attempt to access dead/defunct application when marshalling
billh [Mon, 25 Sep 2006 10:53:02 +0000 (10:53 +0000)]
Don't attempt to access dead/defunct application when marshalling
data for [Desktop]children-changed:remove[App] event.
Bug #353226.

git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@858 e2bd861d-eb25-0410-b326-f6ed22b6b98c

17 years agoBug #356688, patch from Neo Liu. Connect atk-bridge to AtkDocument
billh [Wed, 20 Sep 2006 15:33:23 +0000 (15:33 +0000)]
Bug #356688, patch from Neo Liu.  Connect atk-bridge to AtkDocument
signals and export as AT-SPI Document signals.

git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@857 e2bd861d-eb25-0410-b326-f6ed22b6b98c

17 years agoChanged some IDL parameter names to avoid name collisions.
billh [Wed, 30 Aug 2006 11:21:10 +0000 (11:21 +0000)]
Changed some IDL parameter names to avoid name collisions.
This is not a code/logic change so it should not be subject to the
code freeze, it should be completely invisible to the bindings and
all the source/implementation code.  Thanks to Gary Cramblitt for the patch.

git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@856 e2bd861d-eb25-0410-b326-f6ed22b6b98c

17 years agoBugfixes and uprev of configure.in, release at-spi-1.7.11.
billh [Tue, 22 Aug 2006 15:06:42 +0000 (15:06 +0000)]
Bugfixes and uprev of configure.in, release at-spi-1.7.11.

git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@854 e2bd861d-eb25-0410-b326-f6ed22b6b98c

17 years agoBug #350552, fix from Ginn Chen.
billh [Tue, 22 Aug 2006 14:57:50 +0000 (14:57 +0000)]
Bug #350552, fix from Ginn Chen.

git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@853 e2bd861d-eb25-0410-b326-f6ed22b6b98c

17 years agoFixed to getAttributes methods, and Document interface aggregation.
billh [Mon, 21 Aug 2006 17:03:05 +0000 (17:03 +0000)]
Fixed to getAttributes methods,  and Document interface aggregation.
Thanks to Ginn Chen for the initial patch (which was re-worked).

git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@851 e2bd861d-eb25-0410-b326-f6ed22b6b98c

17 years agoDocumentation fixed for bug #351657.
billh [Thu, 17 Aug 2006 16:44:33 +0000 (16:44 +0000)]
Documentation fixed for bug #351657.
Fixed the cspi return value demarshalling for AccessibleDocument_getAttributes.

git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@850 e2bd861d-eb25-0410-b326-f6ed22b6b98c

17 years agoMake the libspi Text::getBoundedRanges and Text::getRangeExtents
billh [Thu, 3 Aug 2006 16:28:57 +0000 (16:28 +0000)]
Make the libspi Text::getBoundedRanges and Text::getRangeExtents
use the more efficient ATK methods which were introduced a long
time ago, and get rid of the deprecated implementation of those methods
which was
written in 2002.

git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@849 e2bd861d-eb25-0410-b326-f6ed22b6b98c

17 years agoImportant fix (bug 337239) from Alexander Larssen. Thanks Alex!
billh [Mon, 31 Jul 2006 22:32:03 +0000 (22:32 +0000)]
Important fix (bug 337239) from Alexander Larssen.  Thanks Alex!
A CORBA_free call was fixed, and also the initialization of a CORBA_Any
was fixed (both fixes were necessary to prevent big trouble on 64-bit,
and the bug is a likely candidate for trouble on other archs.

git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@848 e2bd861d-eb25-0410-b326-f6ed22b6b98c

17 years agoReverted changes to pragmas that pull bonobo idl into at-spi idl,
billh [Fri, 21 Jul 2006 13:45:54 +0000 (13:45 +0000)]
Reverted changes to pragmas that pull bonobo idl into at-spi idl,
since they broke the build in some important environments.
see bug #313122.

git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@844 e2bd861d-eb25-0410-b326-f6ed22b6b98c

17 years agoFixed misuse of const struct.
billh [Thu, 20 Jul 2006 22:05:53 +0000 (22:05 +0000)]
Fixed misuse of const struct.

git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@843 e2bd861d-eb25-0410-b326-f6ed22b6b98c

17 years agoFix for #143702.
billh [Wed, 19 Jul 2006 20:37:12 +0000 (20:37 +0000)]
Fix for #143702.

git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@842 e2bd861d-eb25-0410-b326-f6ed22b6b98c

17 years agoAdded "#include <config.h>" to some source files just for completeness/style.
billh [Wed, 19 Jul 2006 17:27:20 +0000 (17:27 +0000)]
Added "#include <config.h>" to some source files just for completeness/style.

git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@841 e2bd861d-eb25-0410-b326-f6ed22b6b98c

17 years agoChanges to the way Bonobo_Unknown is included,
billh [Wed, 19 Jul 2006 15:09:38 +0000 (15:09 +0000)]
Changes to the way Bonobo_Unknown is included,
affects ORBit2/Bonobo environment only.  See bug #313122.

git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@840 e2bd861d-eb25-0410-b326-f6ed22b6b98c

17 years agoFixed bug #319994.
billh [Wed, 19 Jul 2006 11:35:05 +0000 (11:35 +0000)]
Fixed bug #319994.

git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@839 e2bd861d-eb25-0410-b326-f6ed22b6b98c

17 years agoAdded Selection::deselectChild (RFE #326535).
billh [Wed, 19 Jul 2006 10:17:37 +0000 (10:17 +0000)]
Added Selection::deselectChild (RFE #326535).

git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@838 e2bd861d-eb25-0410-b326-f6ed22b6b98c

17 years agoReplaced g_error with g_warning when registry activation fails.
billh [Thu, 13 Jul 2006 14:00:14 +0000 (14:00 +0000)]
Replaced g_error with g_warning when registry activation fails.
Bug #346393.

git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@837 e2bd861d-eb25-0410-b326-f6ed22b6b98c

17 years agoMove LINGUAS to where it belongs, fix i18n.
billh [Wed, 12 Jul 2006 19:48:58 +0000 (19:48 +0000)]
Move LINGUAS to where it belongs, fix i18n.

git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@836 e2bd861d-eb25-0410-b326-f6ed22b6b98c

17 years agoAdded new method to Accessibility::Table; see RFE #326536.
billh [Wed, 12 Jul 2006 14:59:47 +0000 (14:59 +0000)]
Added new method to Accessibility::Table; see RFE #326536.

git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@835 e2bd861d-eb25-0410-b326-f6ed22b6b98c

17 years agoEnhancements to Accessibility::Text, based on patches from
billh [Wed, 12 Jul 2006 14:13:04 +0000 (14:13 +0000)]
Enhancements to Accessibility::Text, based on patches from
Ariel Rios.  Bug #326540.

git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@834 e2bd861d-eb25-0410-b326-f6ed22b6b98c

17 years ago*** empty log message ***
billh [Mon, 10 Jul 2006 19:20:09 +0000 (19:20 +0000)]
*** empty log message ***

git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@832 e2bd861d-eb25-0410-b326-f6ed22b6b98c

17 years agoAdded Accessibility_Document.idl to idl_DATA.
billh [Mon, 10 Jul 2006 19:18:47 +0000 (19:18 +0000)]
Added Accessibility_Document.idl to idl_DATA.

git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@831 e2bd861d-eb25-0410-b326-f6ed22b6b98c

17 years agoMake version 1.7.8, since 1.7.7. is already released.
billh [Mon, 10 Jul 2006 15:55:44 +0000 (15:55 +0000)]
Make version 1.7.8, since 1.7.7. is already released.

git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@830 e2bd861d-eb25-0410-b326-f6ed22b6b98c

17 years agoAdded Document interface for gnome 2.16 release. Bug/RFE #326520, with
billh [Mon, 10 Jul 2006 15:54:21 +0000 (15:54 +0000)]
Added Document interface for gnome 2.16 release.  Bug/RFE #326520, with
work from Ariel Rios.

git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@829 e2bd861d-eb25-0410-b326-f6ed22b6b98c

17 years agoAdded idl/Accessibility_Document.idl.
billh [Thu, 29 Jun 2006 14:57:12 +0000 (14:57 +0000)]
Added idl/Accessibility_Document.idl.

git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@828 e2bd861d-eb25-0410-b326-f6ed22b6b98c

17 years agoAdded Accessibility::Document interface IDL. First stage of
billh [Thu, 29 Jun 2006 12:46:48 +0000 (12:46 +0000)]
Added Accessibility::Document interface IDL.  First stage of
addressing RFE #326520.

git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@827 e2bd861d-eb25-0410-b326-f6ed22b6b98c

17 years agoAccessibility::StreamableContent - impl_content_stream_close,
billh [Tue, 27 Jun 2006 15:00:57 +0000 (15:00 +0000)]
Accessibility::StreamableContent - impl_content_stream_close,
unref the GIOChannel when closing the stream peer.

git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@826 e2bd861d-eb25-0410-b326-f6ed22b6b98c

17 years agoAdded ROLE_LINK, ROLE_REDUNDANT_OBJECT, ROLE_INPUT_METHOD_WINDOW.
billh [Fri, 23 Jun 2006 16:46:28 +0000 (16:46 +0000)]
Added ROLE_LINK, ROLE_REDUNDANT_OBJECT, ROLE_INPUT_METHOD_WINDOW.

git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@825 e2bd861d-eb25-0410-b326-f6ed22b6b98c

17 years agoFix for bug #345701; makes the Accessibility::StreamableContent
billh [Thu, 22 Jun 2006 23:02:39 +0000 (23:02 +0000)]
Fix for bug #345701; makes the Accessibility::StreamableContent
interface functional, and bridges from AtkStreamableContent where
available.
Tested in conjunction with patch for bug 345702 and an upcoming
enhancement patch for at-poke.

git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@824 e2bd861d-eb25-0410-b326-f6ed22b6b98c

17 years agoImplement RFE #326532: remove BonoboStream usage from
billh [Fri, 16 Jun 2006 15:05:32 +0000 (15:05 +0000)]
Implement RFE #326532: remove BonoboStream usage from
at-spi's StreamableContent interface, and add getURI method.

git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@823 e2bd861d-eb25-0410-b326-f6ed22b6b98c

17 years agoMoved inclusion of Bonobo_Unknown.idl into Accessibility.idl, so that it doesn't...
billh [Wed, 14 Jun 2006 15:45:04 +0000 (15:45 +0000)]
Moved inclusion of Bonobo_Unknown.idl into Accessibility.idl, so that it doesn't get pulled in
multiple times in each Accessibility_*.idl that derives from it.
See bug #313122.

git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@822 e2bd861d-eb25-0410-b326-f6ed22b6b98c

17 years agox64 char*/guint cast fixes from chpe.
billh [Wed, 14 Jun 2006 15:22:45 +0000 (15:22 +0000)]
x64 char*/guint cast fixes from chpe.

git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@821 e2bd861d-eb25-0410-b326-f6ed22b6b98c

17 years agoAdded SPI_TRUE and SPI_FALSE for completeness; bug #163111.
billh [Wed, 14 Jun 2006 14:43:28 +0000 (14:43 +0000)]
Added SPI_TRUE and SPI_FALSE for completeness; bug #163111.

git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@820 e2bd861d-eb25-0410-b326-f6ed22b6b98c

17 years agomingw ports fix to Makefile.am and configure.in, to
billh [Wed, 14 Jun 2006 14:27:17 +0000 (14:27 +0000)]
mingw ports fix to Makefile.am and configure.in, to
add -no-undefined.

git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@819 e2bd861d-eb25-0410-b326-f6ed22b6b98c

17 years agoAdded WARN_CFLAGS support. Bug #308239.
billh [Wed, 14 Jun 2006 13:52:29 +0000 (13:52 +0000)]
Added WARN_CFLAGS support.  Bug #308239.

git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@818 e2bd861d-eb25-0410-b326-f6ed22b6b98c

17 years agoPatches from Brian Pepple and Samuel Thibault - use LINGUAS,
billh [Mon, 12 Jun 2006 14:34:47 +0000 (14:34 +0000)]
Patches from Brian Pepple and Samuel Thibault - use LINGUAS,
and remove gtk+ dependency in .pc.in files.

git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@817 e2bd861d-eb25-0410-b326-f6ed22b6b98c

17 years agoIncremented atk dependency, to find new constants. Bug #344412.
billh [Mon, 12 Jun 2006 10:27:57 +0000 (10:27 +0000)]
Incremented atk dependency, to find new constants.  Bug #344412.

git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@816 e2bd861d-eb25-0410-b326-f6ed22b6b98c

17 years agoFixed Value so that minimum valuator increment can be obtained.
billh [Fri, 9 Jun 2006 16:00:23 +0000 (16:00 +0000)]
Fixed Value so that minimum valuator increment can be obtained.
Bug #344265.

git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@814 e2bd861d-eb25-0410-b326-f6ed22b6b98c

17 years agoFix for bug #339021, missing implementations for Table::nSelectedRows
billh [Fri, 9 Jun 2006 15:46:23 +0000 (15:46 +0000)]
Fix for bug #339021, missing implementations for Table::nSelectedRows
and Table::nSelectedColumns.

git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@813 e2bd861d-eb25-0410-b326-f6ed22b6b98c

17 years agoAdded relations DESCRIPTION_FOR and DESCRIBED_BY (from ATK).
billh [Fri, 9 Jun 2006 15:25:23 +0000 (15:25 +0000)]
Added relations DESCRIPTION_FOR and DESCRIBED_BY (from ATK).
Bug #344264.

git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@812 e2bd861d-eb25-0410-b326-f6ed22b6b98c

17 years agoFixed ROLE marshalling holes in AT-SPI vs new ATK roles. Also
billh [Fri, 9 Jun 2006 14:59:13 +0000 (14:59 +0000)]
Fixed ROLE marshalling holes in AT-SPI vs new ATK roles.  Also
addressed RFE/Bug #344266.

git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@811 e2bd861d-eb25-0410-b326-f6ed22b6b98c

17 years agoDocs tweaks.
billh [Fri, 9 Jun 2006 13:16:03 +0000 (13:16 +0000)]
Docs tweaks.
Fix marshalling of new states to/from ATK, and in cspi/libspi.
Added STATE_VISITED.
Added some table selection API test to event-listener-test.

git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@810 e2bd861d-eb25-0410-b326-f6ed22b6b98c

18 years agorevert my previous change
matthiasc [Mon, 17 Apr 2006 13:04:05 +0000 (13:04 +0000)]
revert my previous change

git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@808 e2bd861d-eb25-0410-b326-f6ed22b6b98c

18 years ago2006-04-17 Kjartan Maraas <kmaraas@gnome.org>
kmaraas [Mon, 17 Apr 2006 09:58:25 +0000 (09:58 +0000)]
2006-04-17  Kjartan Maraas  <kmaraas@gnome.org>

* configure.in: Remove obssolete no_NO locale
* po/no.po: And the translation.

git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@807 e2bd861d-eb25-0410-b326-f6ed22b6b98c

18 years agoFix crashes on x86_64
matthiasc [Wed, 5 Apr 2006 15:44:42 +0000 (15:44 +0000)]
Fix crashes on x86_64

git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@806 e2bd861d-eb25-0410-b326-f6ed22b6b98c

18 years agoMake cspi_role_from_spi_role static.
billh [Fri, 31 Mar 2006 09:21:42 +0000 (09:21 +0000)]
Make cspi_role_from_spi_role static.

git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@805 e2bd861d-eb25-0410-b326-f6ed22b6b98c

18 years agoAdded Dzongkha translation
karunakar [Thu, 30 Mar 2006 09:14:00 +0000 (09:14 +0000)]
Added Dzongkha translation

git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@804 e2bd861d-eb25-0410-b326-f6ed22b6b98c

18 years agoStrip symbols that should not be exported; add "Since" tag to at-spi
billh [Mon, 27 Mar 2006 18:05:32 +0000 (18:05 +0000)]
Strip symbols that should not be exported; add "Since" tag to at-spi
cspi method docs, and clean up gtk-doc stuff generally.
All that's missing now are the short and long descriptions in cspi
gtk-doc documentation.  Bug #313186.

git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@803 e2bd861d-eb25-0410-b326-f6ed22b6b98c

18 years agoAdd IDL docs to tarball, and build them with doxygen when available.
billh [Mon, 27 Mar 2006 12:43:25 +0000 (12:43 +0000)]
Add IDL docs to tarball, and build them with doxygen when available.
Fixes bug/rfe 301345.

git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@802 e2bd861d-eb25-0410-b326-f6ed22b6b98c

18 years agoUpdated Georgian translation
vsichi [Mon, 20 Mar 2006 23:05:54 +0000 (23:05 +0000)]
Updated Georgian translation

git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@801 e2bd861d-eb25-0410-b326-f6ed22b6b98c

18 years agoFixes for getSelectedRows and getSelectedColumns (bug #319088).
billh [Mon, 20 Mar 2006 16:57:46 +0000 (16:57 +0000)]
Fixes for getSelectedRows and getSelectedColumns (bug #319088).
Thanks to Peter Parente for finding the problems.

git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@800 e2bd861d-eb25-0410-b326-f6ed22b6b98c

18 years agoFix empty-string leaks in registry and application.c. Fix from
billh [Tue, 14 Mar 2006 17:41:13 +0000 (17:41 +0000)]
Fix empty-string leaks in registry and application.c.  Fix from
Vincent Untz - thanks! bug #334217.

git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@799 e2bd861d-eb25-0410-b326-f6ed22b6b98c

18 years agoRevved to 1.7.6; fix leaks noted in bug #331924. Thanks to Kjartan for
billh [Mon, 27 Feb 2006 22:21:04 +0000 (22:21 +0000)]
Revved to 1.7.6; fix leaks noted in bug #331924.  Thanks to Kjartan for
finding them initially.

git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@797 e2bd861d-eb25-0410-b326-f6ed22b6b98c

18 years agoReinstated translation; removed Accessibility_Registry.server from dist
billh [Mon, 20 Feb 2006 15:04:22 +0000 (15:04 +0000)]
Reinstated translation; removed Accessibility_Registry.server from dist
(bug #331484).

git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@795 e2bd861d-eb25-0410-b326-f6ed22b6b98c

18 years agoRevved to 1.7.4; Fixes for cspi event handlers for EventDetails.
billh [Tue, 31 Jan 2006 11:45:25 +0000 (11:45 +0000)]
Revved to 1.7.4; Fixes for cspi event handlers for EventDetails.
Re-dist to include Accessibility_Selector.idl which was previously missing
from tarballs.

git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@793 e2bd861d-eb25-0410-b326-f6ed22b6b98c

18 years agoAdd Selector.idl to DIST in idl/Makefile.am.
billh [Tue, 31 Jan 2006 10:22:32 +0000 (10:22 +0000)]
Add Selector.idl to DIST in idl/Makefile.am.

git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@792 e2bd861d-eb25-0410-b326-f6ed22b6b98c

18 years agoReleased 1.7.3. Better fix for 321814; improves event emission
billh [Mon, 30 Jan 2006 19:57:37 +0000 (19:57 +0000)]
Released 1.7.3.  Better fix for 321814; improves event emission
for embedded components.

git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@790 e2bd861d-eb25-0410-b326-f6ed22b6b98c

18 years agoUprevved to 1.7.3. Added Accessibility_Selector.idl to repository.
billh [Fri, 27 Jan 2006 16:50:46 +0000 (16:50 +0000)]
Uprevved to 1.7.3.  Added Accessibility_Selector.idl to repository.

git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@789 e2bd861d-eb25-0410-b326-f6ed22b6b98c

18 years agoRemoved intltool dependency and translation of .server file. Fixes bug 322846.
billh [Fri, 20 Jan 2006 17:48:12 +0000 (17:48 +0000)]
Removed intltool dependency and translation of .server file. Fixes bug 322846.

git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@788 e2bd861d-eb25-0410-b326-f6ed22b6b98c

18 years agoIncremented version in ChangeLog comment.
billh [Fri, 20 Jan 2006 12:23:58 +0000 (12:23 +0000)]
Incremented version in ChangeLog comment.

git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@787 e2bd861d-eb25-0410-b326-f6ed22b6b98c

18 years agoRe-dist to include docs.
billh [Tue, 17 Jan 2006 14:39:18 +0000 (14:39 +0000)]
Re-dist to include docs.

git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@785 e2bd861d-eb25-0410-b326-f6ed22b6b98c

18 years agoCompleted ChangeLog entries for AT-SPI 1.7.0;
billh [Mon, 16 Jan 2006 16:29:26 +0000 (16:29 +0000)]
Completed ChangeLog entries for AT-SPI 1.7.0;
Added relevant cspi wrappers.

git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@783 e2bd861d-eb25-0410-b326-f6ed22b6b98c

18 years agoNew IDL API, extensions to basic at-spi interfaces.
billh [Mon, 16 Jan 2006 14:16:45 +0000 (14:16 +0000)]
New IDL API, extensions to basic at-spi interfaces.
Also added some enhancements to event emission - events
now include host-app, role, and accessible-name info.
(This commit is a preventative measure to ensure that
the new stuff appears in gnome 2.13 tarballs today;
ChangeLog entry will be completed later today.)

git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@782 e2bd861d-eb25-0410-b326-f6ed22b6b98c

18 years ago2006-01-09 Kjartan Maraas <kmaraas@gnome.org>
kmaraas [Mon, 9 Jan 2006 13:37:45 +0000 (13:37 +0000)]
2006-01-09  Kjartan Maraas <kmaraas@gnome.org>

* configure.in: Generate po/Makefile.in
* cspi/spi_main.c: Add #ifdef PRINT_LEAKS around a function
* cspi/spi_streamablecontent.c:
(accessible_bonobo_stream_client_seek),
(AccessibleStreamableContent_seek): Remove unused vars.
* libspi/application.c: Missing header.
* libspi/text.c: (impl_getDefaultAttributes): Unused vars
* login-helper/login-helper.c: (login_helper_finalize),
(login_helper_init): Remove unused stuff
* registryd/deviceeventcontroller.c: (spi_dec_replace_map_keysym),
(spi_dec_init_mouse_listener), (is_key_released): Remove unused vars
and surround some with #ifdef GRAB_BUTTON.
* test/event-listener-test.c: (main), (report_event),
(report_caret_event), (report_detail_event),
(report_detail1_event), (report_bounds_event), (report_text_event),
(report_text_selection_event),
(report_active_descendant_changed_event),
(report_children_changed_event), (report_name_changed_event),
(report_description_changed_event), (report_parent_changed_event),
(report_window_event), (report_table_summary_event),
(report_table_header_event), (report_table_caption_event),
(report_table_row_description_event),
(report_table_column_description_event), (timing_test_event):
Remove a bunch of unused variables and fix a slew of format specifiers
* test/key-listener-test.c: (report_all_key_event): Format specifier
* test/keypad-test.c: (print_key_event): Same
* test/login-helper-server-test.c: (main): Include gtkmain.h and remove
unused var.
* test/screen-review-test.c: (main), (print_chunk_debug),
(review_buffer_get_text_chunk), (debug_chunk_list),
(string_guess_clip), (text_chunk_get_clipped_string),
(text_chunk_list_to_string), (get_screen_review_line_at):
Remove unused variables and fix format specifiers.
* test/simple-at.c: (report_text_event): Format specifier fix.
* test/stress-test.c: (main): Remove unused var.

git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@781 e2bd861d-eb25-0410-b326-f6ed22b6b98c

18 years agoRemove this stale file
kmaraas [Sun, 8 Jan 2006 19:53:15 +0000 (19:53 +0000)]
Remove this stale file

git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@780 e2bd861d-eb25-0410-b326-f6ed22b6b98c

18 years agoRemoved Marc Mulcahy from MAINTAINERS, since he's no longer working
billh [Fri, 6 Jan 2006 17:22:33 +0000 (17:22 +0000)]
Removed Marc Mulcahy from MAINTAINERS, since he's no longer working
for Sun or directly on AT-SPI...  unfortunately.

git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@779 e2bd861d-eb25-0410-b326-f6ed22b6b98c

18 years ago * configure.in: Add zh_HK, zh_TW to ALL_LINGUAS
baddog [Thu, 29 Dec 2005 06:04:12 +0000 (06:04 +0000)]
* configure.in: Add zh_HK, zh_TW to ALL_LINGUAS
(yes I know that's useless)

git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@778 e2bd861d-eb25-0410-b326-f6ed22b6b98c

18 years ago * zh_HK.po: New Chinese (Hong Kong) translation from GNOME HK Team
baddog [Thu, 29 Dec 2005 05:43:31 +0000 (05:43 +0000)]
* zh_HK.po: New Chinese (Hong Kong) translation from GNOME HK Team

git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@777 e2bd861d-eb25-0410-b326-f6ed22b6b98c

18 years ago2005-11-20 Theppitak Karoonboonyanan <thep@linux.thai.net>
tkaroonb [Sun, 20 Nov 2005 08:12:31 +0000 (08:12 +0000)]
2005-11-20  Theppitak Karoonboonyanan  <thep@linux.thai.net>

* configure.in: Added "th" (Thai) to ALL_LINGUAS.
* po/th.po: Added Thai translation.

git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@775 e2bd861d-eb25-0410-b326-f6ed22b6b98c

18 years ago2005-11-18 Laurent Dhima <laurenti@alblinux.net>
laurenti [Fri, 18 Nov 2005 17:52:14 +0000 (17:52 +0000)]
2005-11-18  Laurent Dhima  <laurenti@alblinux.net>

* sq.po: Updated Albanian translation.

git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@774 e2bd861d-eb25-0410-b326-f6ed22b6b98c

18 years ago2005-11-17 Michael Meeks <michael.meeks@novell.com>
michael [Thu, 17 Nov 2005 13:36:08 +0000 (13:36 +0000)]
2005-11-17  Michael Meeks  <michael.meeks@novell.com>

* atk-bridge/bridge.c (spi_atk_emit_eventv):
urgh-fix embarassing typo.

git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@773 e2bd861d-eb25-0410-b326-f6ed22b6b98c

18 years ago2005-11-16 Michael Meeks <michael.meeks@novell.com>
michael [Wed, 16 Nov 2005 11:32:58 +0000 (11:32 +0000)]
2005-11-16  Michael Meeks  <michael.meeks@novell.com>

* atk-bridge/bridge.c (spi_atk_emit_eventv):
do a faster, less problematic _unref call on this local
object, rather than a slower (potentially cross-thread
complicated) CORBA call.

git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@772 e2bd861d-eb25-0410-b326-f6ed22b6b98c

18 years agoRephrase this a bit. I didn't remove that many lines of unused code :-)
kmaraas [Wed, 2 Nov 2005 22:34:36 +0000 (22:34 +0000)]
Rephrase this a bit. I didn't remove that many lines of unused code :-)

git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@771 e2bd861d-eb25-0410-b326-f6ed22b6b98c

18 years ago2005-11-02 Kjartan Maraas <kmaraas@gnome.org>
kmaraas [Wed, 2 Nov 2005 18:01:24 +0000 (18:01 +0000)]
2005-11-02  Kjartan Maraas  <kmaraas@gnome.org>

* atk-bridge/bridge.c: (spi_atk_bridge_signal_listener):
* cspi/spi_streamablecontent.c: (AccessibleStreamableContent_seek):
* registryd/deviceeventcontroller.c:
(spi_controller_notify_mouselisteners),
(impl_generate_keyboard_event):
* test/screen-review-test.c: (chunk_bounds_within):
* test/test-simple.c: (test_desktop): Remove lots of unused code
and fix compiler warnings. Closes bug #320049.

git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@770 e2bd861d-eb25-0410-b326-f6ed22b6b98c

18 years agoFix for bugzilla #319984.
billh [Thu, 27 Oct 2005 14:35:47 +0000 (14:35 +0000)]
Fix for bugzilla #319984.

git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@769 e2bd861d-eb25-0410-b326-f6ed22b6b98c

18 years agoReleased 1.6.5.
billh [Mon, 29 Aug 2005 18:13:29 +0000 (18:13 +0000)]
Released 1.6.5.

git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@767 e2bd861d-eb25-0410-b326-f6ed22b6b98c

18 years agoFix for compiler warning, from Kjartan.
billh [Thu, 25 Aug 2005 15:48:25 +0000 (15:48 +0000)]
Fix for compiler warning, from Kjartan.

git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@766 e2bd861d-eb25-0410-b326-f6ed22b6b98c

18 years agoUpdated Greek Translation
pkst [Sun, 21 Aug 2005 10:19:00 +0000 (10:19 +0000)]
Updated Greek Translation

git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@765 e2bd861d-eb25-0410-b326-f6ed22b6b98c

18 years ago2005-08-15 Mugurel Tudor <mugurelu@gnome.ro>
mugurelu [Mon, 15 Aug 2005 13:11:42 +0000 (13:11 +0000)]
2005-08-15  Mugurel Tudor  <mugurelu@gnome.ro>

        * ro.po: Updated Romanian translation
        by Misu Moldovan <dumol@gnome.ro>

git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@764 e2bd861d-eb25-0410-b326-f6ed22b6b98c