summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Changes to introspection generation to remove DOCTYPE and XMLMark Doffman2008-05-161-6/+5
| | | | declarations from the generated files.
* Adapt prototypes/includesMike Gorse2008-05-163-2/+4
|
* First pass at an adaptation. This compiles and runs but is otherwise untestedMike Gorse2008-05-168-1330/+705
|
* Remove "unImplemented" methodsMike Gorse2008-05-161-50/+3
| | | | Change typeseq to expect a single uint32 rather than an array
* Add #ifndef to prevent double inclusion of generated headerMike Gorse2008-05-161-0/+3
|
* Remove some unused codeMike Gorse2008-05-161-95/+0
|
* spi_dbus_emit -> spi_dbus_emit_valistMike Gorse2008-05-162-1/+20
| | | | Add some defines
* Add registrydMike Gorse2008-05-161-0/+1
|
* Rework functions related to device eventsMike Gorse2008-05-161-29/+38
| | | | Fix some warnings
* Add registrydMike Gorse2008-05-161-30/+1
| | | | Remove idl -> xml rules
* Remove <node> elementMike Gorse2008-05-161-0/+3
|
* Add missing introspection-loader files.Mark Doffman2008-05-162-0/+115
|
* Changes to enable new introspection format.Mark Doffman2008-05-168-89/+130
| | | | | Add one introspection XML file, and update bridge to register modified tree object that uses the introspection.
* Remove unused functionsMike Gorse2008-05-121-20/+0
|
* Add some accessibility structures into accessible.h (for now, anyway; we ↵Mike Gorse2008-05-123-51/+121
| | | | | | | really should auto-generate them) Add spi_dbus_message_iter_get_struct, spi_dbus_message_iter_append_struct, spi_dbus_marshall_deviceevent, and spi_dbus_demarshall_deviceevent Remove dbus.h; combine with accessible.h
* Fix syntax and other sundry errors in intropsectable.cMark Doffman2008-05-081-27/+21
|
* NOT TESTED. Adds an implementation of the D-BusMark Doffman2008-05-071-0/+178
| | | | introspectable interface for ATK objects.
* NOT TESTED. Partial work to update DRoute.Mark Doffman2008-05-0716-587/+149
| | | | | | Removes signals code. Removes introspection code. Removes string properties code.
* Changes to python test code to reflect an update inMark Doffman2008-05-074-43/+54
| | | | the Accessible_Tree interface.
* Add spi_dbus_object_is_knownMike Gorse2008-05-053-49/+29
| | | | | Only propagate object:state-changed if the object has been exposed to clients already Adapt for latest spec
* Removed update flag and added separate array of objects to be removed for ↵Mike Gorse2008-05-051-26/+7
| | | | UpdateTree
* Added atk-bridge-log.patch and corresponding READMEMike Gorse2008-05-022-0/+55
|
* Send UpdateTree signal as appropriateMike Gorse2008-05-012-4/+171
|
* Have register_object and deregister_object queue objects for a cache update.Mike Gorse2008-05-011-3/+6
| | | | When registering, use a weak ref instead of g_object_set_data_full
* Move bus from SpiAppData into DrouteData so that cache functions will get it ↵Mike Gorse2008-05-012-21/+25
| | | | | | | along with the remaining droute data Call appropriate functions to signal that a cache update is needed Ignore object:state-change:defunct for now since we will send signals when an object goes away
* Correct update flagMike Gorse2008-04-301-1/+4
|
* Fix emission of text insert/delete signalsMike Gorse2008-04-301-1/+1
|
* spi_atk_bridge_signal_listener: convert - to _ in signal nameMike Gorse2008-04-301-1/+3
| | | | Change requested test name to match current test code
* Change interface name to org.freedesktop.atspi.TreeMike Gorse2008-04-301-10/+19
| | | | Add getRoot; remove functionality from getTree
* Merge branch 'mdoff' of ssh://git.codethink.co.uk/git/atspi-dbus into mgorseMike Gorse2008-04-306-0/+848
|\
| * 2008-04-30 Mark Doffman <mark.doffman@codethink.co.uk>Mark Doffman2008-04-306-0/+848
| | | | | | | | | | * tools/python/* Add some code to instrument the Tree interface.
| * Merge branch 'mgorse' of ssh://git.codethink.co.uk/git/atspi-dbusMark Doffman2008-04-292-304/+150
| |\
* | | Set / as the "parent" path of the root objectMike Gorse2008-04-301-1/+1
| | |
* | | Update for most recent spec: add parent and remove sub-structMike Gorse2008-04-291-14/+15
| | |
* | | Use calloc when allocating app dataMike Gorse2008-04-291-2/+3
| | | | | | | | | | | | Remove debugging printf
* | | Merge branch 'mdoff' of ssh://git.codethink.co.uk/git/atspi-dbus into mgorseMike Gorse2008-04-293-0/+881
|\ \ \ | |/ / | | / | |/ |/|
| * Merge branch 'mgorse' of ssh://git.codethink.co.uk/git/atspi-dbusMark Doffman2008-04-2943-291/+424
| |\
| * | 2008-04-29 Mark Doffman <mark.doffman@codethink.co.uk>Mark Doffman2008-04-293-0/+881
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * xml/Accessibility_Tree.xml Add an initial specification for passing an entire tree of accessible object proxies. * tools/doc-generator.xsl * tools/spec-to-introspect.xsl Add stylesheets for transforming telepathy style interface descriptions to html and D-Bus introspection.
* | | Send some signalsMike Gorse2008-04-291-303/+148
| | |
* | | Have spi_dbus_get_path check for NULLMike Gorse2008-04-291-1/+2
| |/ |/| | | | | Fix deregister_object to pass a pointer to g_hash_remove
* | Add AccessibleTreeMike Gorse2008-04-253-9/+169
| |
* | Change prototype of spi_dbus_get_path to return a gcharMike Gorse2008-04-252-2/+3
| | | | | | | | Add AccessibleTree
* | Make get_datum optional; assume that an interface is always enabled if it is ↵Mike Gorse2008-04-251-5/+10
| | | | | | | | | | | | NULL Properties: fix message unref, fix setting of message iter
* | Check before casting to interfacesMike Gorse2008-04-2411-11/+11
| |
* | Correct case of DBus in interface nameMike Gorse2008-04-241-20/+38
| | | | | | | | When introspecting, free the dautm if needed, only call introspect_children if it is not NULL, fix args, only print arg names if a name is present, and close tags
* | Dynamically allocate hash keysMike Gorse2008-04-241-4/+11
| | | | | | | | Use strncmp rather than strcmp to scan the path prefix
* | accessible -> atspi in interface namesMike Gorse2008-04-2436-47/+56
| |
* | Fix bugs with object -> path hashMike Gorse2008-04-241-2/+9
| |
* | Add atk-bridgeMike Gorse2008-04-241-0/+1
| |
* | Initial move to dbus. Signals are still unimplemented.Mike Gorse2008-04-241-200/+125
| |