Stephen Shaw
0a1e89f751
Rev'ed for 0.9.2
...
svn path=/trunk/at-spi-sharp/; revision=151244
2010-02-10 16:57:05 +00:00
Sandy Armstrong
334b569329
In /:
...
* ndesk-dbus: Delete copy of ndesk-dbus source from SVN.
* autogen.sh: Pull ndesk-dbus from our git branch during autogen.
* configure.ac: Latest ndesk-dbus requires System.Core.
In at-spi/:
* Makefile.am:
* at-spi-sharp.dll.config.in: Add a .dll.config file for ndesk-dbus.
svn path=/trunk/at-spi-sharp/; revision=151135
2010-02-09 18:43:46 +00:00
Mike Gorse
5f4642536f
* EventBase.cs: Track at-spi2 api.
...
* Accessible.cs: Fetch interfaces when unknown.
* Accessible.cs, Registry.cs: Fix some crashes.
svn path=/trunk/at-spi-sharp/; revision=150939
2010-02-05 16:31:07 +00:00
Mike Gorse
28d2115c69
* Accessible.cs: Fetch Parent, Name, and Description if we do not
...
have cached data for them.
* Accessible.cs, Application.cs: Fix several exceptions.
* Registry.cs: Do not create an appliation for an element with no bus
name.
* Registry.cs: Make GetAtspiBus internal to be compatible with
our ndesk-dbus fork.
svn path=/trunk/at-spi-sharp/; revision=150846
2010-02-04 10:33:18 +00:00
Mike Gorse
ee9d4c57e6
Added some mising files
...
svn path=/trunk/at-spi-sharp/; revision=150792
2010-02-03 21:42:11 +00:00
Mike Gorse
da13cf4210
Refactor events to remove unused parameters.
...
Track at-spi2 api.
svn path=/trunk/at-spi-sharp/; revision=150790
2010-02-03 21:32:18 +00:00
Matt Guo
bf9b0b81ba
* uia2atk/UiaDbus/ndesk-dbus/Mapper.cs: Fix dbus thread safety issues
...
* at-spi-sharp/ndesk-dbus/Mapper.cs: Fix dbus thread safety issues
svn path=/trunk/at-spi-sharp/; revision=150760
2010-02-03 10:54:47 +00:00
Stephen Shaw
8df94e73d3
Add the spec file to svn
...
svn path=/trunk/at-spi-sharp/; revision=148155
2009-12-11 21:29:34 +00:00
Stephen Shaw
864490840c
Updated the version to 0.9.1
...
svn path=/trunk/at-spi-sharp/; revision=147925
2009-12-09 18:21:46 +00:00
Mike Gorse
2a27a45fd8
Remove "On" prefix from event names
...
svn path=/trunk/at-spi-sharp/; revision=147575
2009-12-03 18:25:30 +00:00
Mike Gorse
520e1f446a
Fix firing of ChildAdded.
...
Try when running an Iterate thread.
Fix some tests.
svn path=/trunk/at-spi-sharp/; revision=146845
2009-11-24 17:20:03 +00:00
Mike Gorse
94cfbe359c
Fix to build with latest gtk-sharp 2-12 changes.
...
svn path=/trunk/at-spi-sharp/; revision=146770
2009-11-23 21:10:58 +00:00
Mario Carrion
89a8f5ae89
2009-11-20 Mario Carrion <mcarrion@novell.com>
...
In tests/:
* apps/gtkbutton.py: Using "add" instead of "pack_start", temporal
workaround to "fix" random deadlocks when running the tests, follow
this bug for more information:
https://bugzilla.gnome.org/show_bug.cgi?id=577392 .
* at-spi-sharp/atspitest.sh.in: Namespace updated to match tests'.
svn path=/trunk/at-spi-sharp/; revision=146636
2009-11-20 20:40:13 +00:00
Mike Gorse
c364f96c00
Ndesk threading and signal fixes.
...
Set the desktop as the parent of an application.
svn path=/trunk/at-spi-sharp/; revision=146543
2009-11-19 15:15:05 +00:00
Sandy Armstrong
db8db489ff
In /:
...
* COPYING:
* ndesk-dbus:
* configure.ac: Bundle internalized and patched version of ndesk-dbus.
In tests/:
* at-spi-sharp/Makefile.am:
* at-spi-sharp/atspitest.sh.in: Rename assembly to AtSpiSharpTests.dll.
Reference ndesk-dbus available internally in at-spi-sharp.dll.
In at-spi/:
* Registry.cs: Bus property is now internal instead of public.
* Makefile.am:
* AssemblyInfo.cs: Bundle patched ndesk-dbus directly into at-spi-sharp
with all public types internalized. Set InternalsVisibleTo for tests.
svn path=/trunk/at-spi-sharp/; revision=146049
2009-11-12 17:08:53 +00:00
Mike Gorse
3a6dd4b945
ObjectPath -> AccessiblePath in one place where I was missing it
...
svn path=/trunk/at-spi-sharp/; revision=146028
2009-11-12 11:51:02 +00:00
Mike Gorse
94b85ca514
Track latest at-spi api changes.
...
Add gtkradiobutton.py.
Fix bug in test method affecting selection test.
svn path=/trunk/at-spi-sharp/; revision=146027
2009-11-12 11:47:42 +00:00
Mike Gorse
9018a403a6
Added ChildAdded, ChildRemoved, RoleChanged, NameChanged, DescriptionChanged,
...
and StateChanged events.
Added Dispose to Accessible and Application.
svn path=/trunk/at-spi-sharp/; revision=145066
2009-10-29 21:01:33 +00:00
Mike Gorse
bccf0363a0
* Action.cs, Accessible.cs, Application.cs, Component.cs, Document.cs,
...
EditableText.cs, Hyperlink.cs, Hypertext.cs, Image.cs, Registry.cs,
Selection.cs, table.cs, Text.cs, Value.cs: Modify method and signal
names to correspond with DBus spec.
* Accessible.cs, Event.cs, Makefile.am: Add event bindings.
* Accessible.cs, UncachedChildren.cs, Makefile.am: Fetch children of
ManagesDescendants objects over the wire rather than relying on cache.
svn path=/trunk/at-spi-sharp/; revision=144140
2009-10-14 19:35:34 +00:00
Mike Gorse
886ad95db2
Add Hyperlink, Hypertext, Document, and Table bindings.
...
Several other fixes.
svn path=/trunk/at-spi-sharp/; revision=142083
2009-09-16 22:13:03 +00:00
Stephen Shaw
3a046a9297
Check for ENABLE_TESTS in Makefile.am now
...
svn path=/trunk/at-spi-sharp/; revision=139014
2009-07-29 22:47:39 +00:00
Mike Gorse
fde4373a50
Added missing AccessibleTest.cs.
...
svn path=/trunk/at-spi-sharp/; revision=139011
2009-07-29 22:16:56 +00:00
Mike Gorse
cb55cc0aab
Add RelationSet support.
...
Various StateSet fixes.
svn path=/trunk/at-spi-sharp/; revision=139002
2009-07-29 21:19:31 +00:00
Mike Gorse
2be69e4875
Added .pc file.
...
Fixed package and install.
svn path=/trunk/at-spi-sharp/; revision=137225
2009-07-02 01:03:45 +00:00
Mike Gorse
1d2f6bcb25
Add Selection binding.
...
svn path=/trunk/at-spi-sharp/; revision=134551
2009-05-21 18:33:50 +00:00
Mike Gorse
51a650c54f
Remove Helper.cs from Makefile.
...
svn path=/trunk/at-spi-sharp/; revision=134542
2009-05-21 15:52:34 +00:00
Mike Gorse
c5b6ab3609
Added Text, EditableText, and Image bindings.
...
Fixed Parent; added IndexInParent.
Change CoordType to uint to match updated spec.
svn path=/trunk/at-spi-sharp/; revision=134539
2009-05-21 15:09:44 +00:00
Mike Gorse
a657659b03
Add Value test.
...
svn path=/trunk/at-spi-sharp/; revision=130978
2009-04-03 15:39:59 +00:00
Mike Gorse
a7ffe6ee43
Various changes.
...
Added Action interface.
svn path=/trunk/at-spi-sharp/; revision=130888
2009-04-02 17:55:22 +00:00
Mike Gorse
aaad49cc1e
Added missing autogen.sh and fix configure.ac.
...
svn path=/trunk/at-spi-sharp/; revision=130559
2009-03-30 16:13:11 +00:00
Mike Gorse
f37ddf857e
Initial revision.
...
svn path=/trunk/at-spi-sharp/; revision=130558
2009-03-30 16:09:54 +00:00