Commit graph

26 commits

Author SHA1 Message Date
wiz
33c6d5c502 Update to 1.30.1, set LICENSE.
What's new in at-spi-1.30.1:

* Fixes #538680.
* Translation update.

What's new in at-spi-1.30.0:

* Fixes #612554.
* Translation update.

What's new in at-spi-1.29.92:

* Translation update.

What's new in at-spi-1.29.90:

* Make AT-SPI/CORBA the default and relocate AT-SPI/D-Bus.
* Translation update.

What's new in at-spi-1.29.6:

* Bugfixes: #608003, #607077.
* Translation update.

What's new in at-spi-1.29.5:

* Bugfixes: #606251, #606254.
* Translation update.

What's new in at-spi-1.29.3:

* Bugfixes: #565451, #593830.
* Translation update.

What's new in at-spi-1.29.2:

* Bugfixes: #569428, #599244, #578334.
* Translation update.
2010-06-05 11:05:58 +00:00
drochner
99226f9638 follow pkgsrc's rules when installing an autostart file
noticed by wiz and abs
2009-10-23 13:06:22 +00:00
drochner
82485f907e update to 1.28.1
This switches to the gnome-2.28 release branch.
2009-10-21 15:39:11 +00:00
joerg
0268c554bd Remove @dirrm entries from PLISTs 2009-06-14 17:38:38 +00:00
jmcneill
ebfe57400c Update at-spi and py-at-spi to 1.26.0.
What"s new in at-spi-1.26.0:

* Translation update: ml, gl, ta, as, hi, bn_IN, te.

What's new in at-spi-1.25.92:

* Bugfixes: #570752, #570754, #572188.

What's new in at-spi-1.25.5:

* Bugfixes: #566999, #566998, #567706.

What's new in at-spi-1.25.4:

* Bugfixes: #563806, #563943, #564880.

What's new in at-spi-1.25.2:

* Bugfixes: #540183, #560563, #553306, #561408, #446574, #532907, #554953.
* Translation update.

What's new in at-spi-1.25.1:

* Bugfixes: #552469, #547943, #525519, #527585.
2009-03-16 22:22:07 +00:00
wiz
e0c5666063 Update to 1.24.1:
What's new in at-spi-1.24.1:

* Bugfixes: #563943.
2009-01-16 11:46:01 +00:00
drochner
a494cbac12 update to 1.24.0
This switches to the gnome-2.24 release branch.
(also remove "gail" dependency)
2008-10-16 12:26:36 +00:00
drochner
ba57f028e3 update to 1.22.1
This switches to the gnome-2.22 release branch.
2008-04-10 16:56:22 +00:00
drochner
cd20671bf8 update to 1.20.1
This switches to the new gnome-2.20 branch.
Also add the Python bindings as a seperate pkg. I don't see where
this is used, but is is a simple addition.
2007-10-31 19:52:34 +00:00
drochner
e2a8f3376d update to 1.18.1
This moves this pkg to the new stable gnome branch, too much to list here.
2007-04-10 18:15:01 +00:00
drochner
5dc84a9788 update to 1.7.12
changes:
-IDL namespace fix
-bugfixes
2006-10-17 16:55:49 +00:00
jmmv
6f3f45c9fd Update to 1.7.11:
What's new in at-spi-1.7.11:

* Docs fixes.

* Fixed getAttributes APIs.

* Export Hyperlink interface for AtkHyperlinkImpl peers.

* Aggregate Document interface.

What's new in at-spi-1.7.10:

* New method Selection::deselectChild.  RFE #326535.

What's new in at-spi-1.7.9:

* I18n uses po/LINGUAS now.

* Table enhancement: new method Table::getRowColumnExtentsAtIndex
  RFE #326536.  Assistance from Ariel Rios.

* Text enhancement: Text::getAttributeRun, Text::getDefaultAttributeSet
  RFE #326540.  Assistance from Ariel Rios.

* New interface, Document.  RFE #326520.

* New roles, LINK, REDUNDANT_OBJECT, INPUT_METHOD_WINDOW, FORM.

* Meaningful implementation and bridges for StreamableContent.
  RFE #326532.

* Added STATE_VISITED, and relations DESCRIBED_BY, DESCRIPTION_FOR,
  and PARENT_WINDOW_OF.
2006-09-15 15:18:55 +00:00
jlam
ea5f9f80b6 Strip ${PKGLOCALEDIR} from PLISTs of packages that already obey
PKGLOCALEDIR and which install their locale files directly under
${PREFIX}/${PKGLOCALEDIR} and sort the PLIST file entries.  From now
on, pkgsrc/mk/plist/plist-locale.awk will automatically handle
transforming the PLIST to refer to the correct locale directory.
2006-04-17 07:07:11 +00:00
drochner
fbba4b25d9 update to 1.7.7
changes:
* Documentation improvements
* New locales
* Cleanup
* Bugfixes
2006-04-06 16:49:55 +00:00
jmmv
e23c6577bd Update to 1.7.4:
What's new in at-spi-1.7.4:

* Fixed dist to include Accessibility_Selector.idl (missing from dist though
  in cvs since 1.7.3).

* Bugfixes to EventDetails event support, and fixed event emission for
  implementors of SPI_REMOTE_OBJECT.

What's new in at-spi-1.7.0 through 1.7.3:

* Added idl/Accessibility_Selector.idl to the repository (missing in 1.7.0
        through 1.7.2, added in 1.7.3)

* DOCS:

  All the IDL is now documented with doxygen-compatible docs.
  Just run 'doxygen oxyfile' in the IDL directory.  (This will
  be automated in a future version).

* NEW API:

  idl:
	Accessibility::Accessible:getAttributes (name/value pair annotation
	for all objects)
	Accessibility::Accessible:getApplication (retrieves ref to host app)
	Accessibility::Component:getAlpha (get transparency/opacity value of component)
	Accessibility::Image:getLocale (get POSIX locale for image and
	imagedesc)
	Accessibility::Text:getAttributeValue (retrieve a single named
	attribute value)
	Accessibility::Relation:RELATION_PARENT_WINDOW_OF
	Accessibility::Role:ROLE_ENTRY, ROLE_CHART, ROLE_CAPTION,
	ROLE_DOCUMENT_FRAME, ROLE_HEADING, ROLE_PAGE, ROLE_SECTION (New roles
	for complex docs and forms.)
	Accessibility::State:STATE_REQUIRED, STATE_TRUNCATED, STATE_ANIMATED,
	STATE_INVALID_ENTRY, STATE_SUPPORTS_AUTOCOMPLETION,
	STATE_SELECTABLE_TEXT, STATE_IS_DEFAULT (New states, for complex forms)
	Accessibility::EventDetails (new, more detailed info marshalled with events)

  cspi:
  	(AccessibleEvent_getSourceName):
	(AccessibleEvent_getSourceRole):
	(AccessibleEvent_getSourceApplication):
	(AccessibleEvent_getSourceDetails):
	New methods for interrogating/demarshalling
	event details i.e. source's accessible name, role,
	and host app.
	(Accessible_getAttributes): New, retrieve annotations/attributes
	on objects.
	(Accessible_getHostApplication): New, retrieve enclosing Application
	instance for an object.
	(AccessibleImage_getImageLocale): New, retrieve Locale info for an
  	image.
	(AccessibleComponent_getAlpha): New, retrieve alpha value for
	an AccessibleComponent (see discussion in idl section above).

* BUGFIXES:
	Some compiler fixes from Kjartan Marass.
	Some thread-related fixes from Michael Meeks.
	Don't allow non-preemptive listeners to pre-empt events! (Bill Haneman).
2006-03-30 21:22:11 +00:00
jmmv
8a89922f8f Update to 1.6.6:
* Fixed some discrepancies in event listener deregistration, improves
  on-the-fly deregistration of event listeners.  Fixed some tests.

* Added cspi docs back into dist.

* Fixed brokenness in 'make check.'
2005-10-14 21:44:31 +00:00
jmmv
e818266c7d Update to 1.6.2:
* fixes for problems at logout time (hangs, crashes)
* bugfixes for #160862, #152147.
* minor enhancements to test login-helper-server-test.
2005-02-26 17:25:15 +00:00
jmmv
680c7517ca Update to 1.6.1:
* LoginHelper API docs improved.
* fixed bug which caused problems if an app which loaded atk-bridge forks,
  and one fork exits.  (Padraig O'Briain).
* New language: Galician (gl), Jesus Bravo Alvarez.
* Ansi build fixes (Kjartan Maraas).
2004-12-28 21:50:56 +00:00
jlam
1a280185e1 Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.
All library names listed by *.la files no longer need to be listed
in the PLIST, e.g., instead of:

	lib/libfoo.a
	lib/libfoo.la
	lib/libfoo.so
	lib/libfoo.so.0
	lib/libfoo.so.0.1

one simply needs:

	lib/libfoo.la

and bsd.pkg.mk will automatically ensure that the additional library
names are listed in the installed package +CONTENTS file.

Also make LIBTOOLIZE_PLIST default to "yes".
2004-09-22 08:09:14 +00:00
jmmv
3d84ec1925 Update to 1.6.0. This version corresponds to GNOME 2.8.0.
What's new in at-spi-1.6.0:

Nothing.

What's new in at-spi-1.5.4:

* Registration failure at SPI_init is now detected and
  an error code is returned to the caller (bug #147648).

* We now use polling as our default for detecting mouse
  button changes (this was formerly our fallback method);
  this prevents conflict with Xstroke.
  [a better long-term fix requires the Xevie extension]

* We now register on a per-DISPLAY, but not per-SCREEN, basis.
  This fixes several issues, see bugs #149962, #136986, #144086.

* New languages in configure.in:
  bs (Christian Rose)
  nb (Kjartan Maraas)

============

What's new in at-spi-1.5.3:

* New role EMBEDDED (bug #144415).

* Added object:bounds-changed event, for detecting when the
  component bounds of an object have changed onscreen.

==============

What's new in at-spi-1.5.2:

* Added Accessibility_LoginHelper interface, and
  LoginHelper GType.  Also added client and server tests
  for this interface.  The purpose is to identify services
  (typically, assistive technologies) which need access to
  system or device services (keyboard, audio, serial ports,
  posting windows, etc.) during login or re-login/authentication.

* fixed make distcheck.

* Added a check in cspi_object_unref, which should help in detecting
  refcount bugs in clients (Padraig O'Briain).

* New languages:
  Walloon (Pablo Saratxaga)
  Bulgarian (Alexander Shopov)

What's new in at-spi-1.5.1:

* Allow synthesis of keysyms that aren't in the current X keymap.

* languages: Gujarati (Guntupalli Karunakar), Canadian English
  (Alexander Winston)

* Added omitted declarations for already-existing methods
	AccessibleTable_addRowSelection(),
	AccessibleTable_addColumnSelection(),
	AccessibleTable_removeRowSelection(),
	AccessibleTable_removeColumnSelection().

* bug fixes: 136660, 120659 (partial), 132237, 134332.
2004-09-21 16:59:05 +00:00
jmmv
f8c28fbf40 Update to 1.4.2:
* languages: Gujarati (Guntupalli Karunakar), Canadian English
  (Alexander Winston)

* Added omitted declarations for already-existing methods
	AccessibleTable_addRowSelection(),
	AccessibleTable_addColumnSelection(),
	AccessibleTable_removeRowSelection(),
	AccessibleTable_removeColumnSelection().

* bug fixes: 136660, 120659 (partial), 132237, 134332.
2004-05-15 12:20:00 +00:00
jmmv
73e6c33ea4 Update to 1.4.0:
What's new in at-spi-1.4.0: [GNOME 2.6.0 release]

* build improvements from Laszlo Peter.
* en_GB added to ALL_LINGUAS.

What's new in at-spi-1.3.16: [GNOME 2.6 RC1 release]

* Fix for bug #134036, which could steal keystrokes from applications
  if at-spi registry failed.

* Build fixes, added .pc.in files (from Laszlo Peter).

This is the gnome-2.6 beta release of at-spi.
What's new in at-spi-1.3.15:

* translations:
	Amanpreet Singh Alam (pa)
	Bojan Suzic (sr@ije)
2004-04-01 18:30:41 +00:00
jmmv
2d20975a37 Update to 1.3.15. This release includes translation updates and pregenerated
API documentation.
2004-03-09 22:12:25 +00:00
jmmv
c6a81f0943 Update to 1.3.12:
* Fix for docs bug #129728 (Sebastien Bacher).
* Fix for bug #129479, allows distinction between multiple DISPLAY instances
  of at-spi registry.
* Fix for #124837, which could cause 'hang' interactions between desktop and
  clients such as gnopernicus.
* Fixes for NUMLOCK mask behavior, bug #129103.
* Greatly improved key synthesis for non-Latin characters.  We can now
  synthesize any KeySym which is defined in the current X keymap.
  (bug #128824).  Thanks to Marcus G Kuhn for the public-domain code borrowed
  here.
* Fixes for: 128912.
* new languages: fa, ar, id.
2004-02-15 18:14:51 +00:00
jmmv
0f49e4a368 Update to 1.3.9. Changes in the package:
- Fill missing dependancies.
- Use pkgsrc intltool.

What's new in at-spi-1.3.9:
* New api:  AccessibleApplication_getLocale (app, type),
  returns a POSIX locale string for a locale category,
  for instance Accessibility_LOCALE_TYPE_MESSAGES.
* New SPI_ROLE_EDITBAR.
* New Accessible_getLocalizedRoleName.
* New AccessibleText_getDefaultAttributes.
* fixes to AccessibleStreamableContent, including a 'seek'
  implementation for cspi.  Thanks to Michael Meeks for some
  related bugfixes in StreamableContent.
* now we emit key-released events to appropriate keylisteners.
* new LINGUAS in configure.in: nn (Asmund Sjeveland), lt (Gediminas Paulauskas),
  no (Kjartan Masass), eu (Christian Rose).
* bugfixes for: #120991, #120473, #118581, #127463, #116009, #114926,
  #125834, #111429, #121974.
2004-02-13 16:13:27 +00:00
xtraeme
0579addbed Initial import of at-spi-1.3.8
This is the Early Access Release of the Gnome Accessibility Project's
Assistive Technology Service Provider Interface.
2003-12-29 17:46:12 +00:00