summaryrefslogtreecommitdiff
path: root/devel/accerciser
AgeCommit message (Collapse)AuthorFilesLines
2011-11-01Recursive bump for graphics/freetype2 buildlink addition.sbd1-2/+2
2011-07-21recursive bump from gnome-vfs drop crypto dependency.obache1-2/+2
2011-04-22recursive bump from gettext-lib shlib bump.obache1-2/+2
2011-01-13png shlib name changed for png>=1.5.0, so bump PKGREVISIONs.wiz1-2/+2
2010-11-15PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnomeabs1-2/+2
2010-10-06Remove PYTHON_VERSION_ACCEPTED, this package works with python26.obache1-2/+1
2010-09-14Bump dependency on pixman to 0.18.4 because cairo-1.10 needs thatwiz1-2/+2
version, and bump all depends. Per discussion on pkgsrc-changes.
2010-06-13Bump PKGREVISION for libpng shlib name change.wiz1-2/+2
Also add some patches to remove use of deprecated symbols and fix other problems when looking for or compiling against libpng-1.4.x.
2009-08-26bump revision because of graphics/jpeg updatesno1-2/+2
2009-07-22Remove USE_DIRS from pkgsrc.wiz1-2/+1
Shared directories can now be created independently by the pacakges needing them and will be removed automatically by pkg_delete when empty. Packages needing empty directories can use the @pkgdir command in PLIST. Discussed and ok'd in thread starting at http://mail-index.netbsd.org/tech-pkg/2009/06/30/msg003546.html
2009-06-14Remove @dirrm entries from PLISTsjoerg1-51/+1
2009-05-28Better fix for PR 41500 -- use gmake and msgfmt.wiz2-9/+165
Installs some additional files now, so update PLIST and add omf dependency. Ride PKGREVISION bump from a few minutes ago.
2009-05-28Fix path to executable in desktop file. Fixes PR 41500 by Derouiche.wiz1-1/+8
Bump PKGREVISION.
2009-05-21Update to 1.6.1. Include desktopdb.mk. Set LICENSE to modified-bsd.wiz2-6/+8
============= Version 1.6.1 ============= What's New ========== - Fixed highlighting of an accessible on the desktop when it is selected in Accerciser (aka node highlighting). GNOME 2.26 updates had broken this (bug #576756). New And Updated Translations ============================ - Shankar Prasad (kn) - Socrates Vavilis (el) - Osama Khalid (ar) - Gintautas Miliauskas (lt) - Ask Hjorth Larsen (da) - Ignacio Casal Quinteiro (gl)
2009-03-22Update to 1.6.0:wiz2-7/+7
============= Version 1.6.0 ============= What's New ========== - Fixed selection interface in interface viewer plugin (bug #574783). - Added an informative window title (bug #574103). - Fixed empty padding issue in prefs dialog (bug #574101). - Ported script recorder to gtksourceview2 (bug #574100). - Don't allow the set_range to change the value of our accessible (bug #572201). New And Updated Translations ============================ - Lucas Lommer (cs) - Ask Hjorth Larsen (da) - Hendrik Richter (de) - Marios Zindilis (el) - David Lodge (en_GB) - Ilkka Tuohela (fi) - Claude Paroz (fr) - Suso Baleato (gl) - Milo Casagrande (it) - Takeshi AIHANA (ja) - Vytautas Rėkus (lt) - Ani Peter (ml) - wadim dziedzic (pl) - Rui Batista (pt) - Yuri Kozlov (ru) - Baris Cicek (tr) ============== Version 1.5.91 ============== What's New ========== - Provide a $srcdir (bug #570332). - Don't use _() in i18n.py. New And Updated Translations ============================ - Iñaki Larrañaga Murgoitio (eu) - Gabor Kelemen (hu) - Manoj Kumar Giri (or) - Tomasz Dominikowski (pl) - Duarte Loreto (pt) - Laurent Dhima (sq) - Theppitak Karoonboonyanan (th) - Clytie Siddall (vi) ============= Version 1.5.9 ============= What's New ========== - Updated translations. - Fixed bug #563284. Deleting editable text using the interface viewer plugin will now function as expected. - Fixed bug #520296. Added context for "Bookmarks" for translation. - Fixed bug #569341. Use C_() instead of Q_() for translation. - Updated PO files for msgctx. New And Updated Translations ============================ - Daniel Nylander (sv) - Gil Forcada (ca) - Joan Duran (ca) - Alexander Shopov (bg) - Chao-Hsiung Liao (zh_HK, zh_TW) - Jorge Gonzalez (es) - Kjartan Maraas (nb) ============= Version 1.5.5 ============= What's New ========== - Updated translations. - Fixed bug #547778. Trunk fails to build. New And Updated Translations ============================ - Marios Zindilis (el) ============= Version 1.5.4 ============= What's New ========== - Updated translations. - Fixed bug #564776. Accessible names that contain an ampersand (&) or a less-than (<) character will now be shown in the interface viewer plugin. New And Updated Translations ============================ - Gabor Kelemen (hu) - Funda Wang (zh_CN) - Daniel Nylander (sv) ============= Version 1.5.2 ============= What's New ========== - Updated translations. - Added proper context to the term 'View' for i18n (bug #520296). Thanks Wouter Bolsterlee! - No longer highlight the entire desktop when a node is updated to the desktop. - Disable event monitoring if the event being listened for disappears. - Catch exceptions when getting states during state changes. - Do not highlight an accessible on the desktop if the duration it is selected is 0. - Fixed bug #555416. Set process name to 'accerciser'. - Fixed bug #555108. Changed "left plugin display area" to "right plugin display area". Thanks Lucas Lommer! - Fixed bug #561598. Display each target of a relation instead of displaying the first target repeatedly. New And Updated Translations ============================ - Petr Kovar (cs) - Jorge González (es) - Kjartan Maraas (nb)
2009-01-16Initial import of accerciser-1.4.0:wiz4-0/+223
Accerciser is an interactive Python accessibility explorer for the GNOME desktop. It uses AT-SPI to inspect and control widgets, allowing you to check if an application is providing correct information to assistive technologies and automated test frameworks. Accerciser has a simple plugin framework which you can use to create custom views of accessibility information. In essence, Accerciser is a next generation at-poke tool.