File accerciser.changes of Package accerciser
-------------------------------------------------------------------
Mon Sep 28 10:56:39 CEST 2009 - dimstar@opensuse.org
- Update to version 1.8.0:
+ bgo#593732 - Fixed crash when selecting item under pointer.
Workaround for pygtk/gdk bug.
+ Updated translations.
-------------------------------------------------------------------
Tue Aug 25 16:46:20 CEST 2009 - dimstar@opensuse.org
- Update to version 1.7.91:
+ bgo#592732 - Use correct Name and X-FullName in .desktop file
+ Updated translations.
-------------------------------------------------------------------
Fri Aug 14 12:21:54 CEST 2009 - dominique-obs@leuenberger.net
- Update to version 1.7.90:
+ Updated translations.
-------------------------------------------------------------------
Wed Aug 12 14:34:12 CEST 2009 - dominique-obs@leuenberger.net
- Define new python macros on openSUSE <= 11.1.
-------------------------------------------------------------------
Sun Aug 9 12:43:26 CEST 2009 - coolo@novell.com
- use new python macros
-------------------------------------------------------------------
Sun Jul 19 14:05:00 CEST 2009 - dominique-obs@leuenberger.net
- Update to version 1.7.4:
+ Removed all libglade-related symbols
+ Updated translations.
-------------------------------------------------------------------
Wed May 27 14:51:00 CEST 2009 - vuntz@novell.com
- Update to version 1.7.2:
+ Added accessible name changed listeners to update the view
accordingly (bgo#582434).
+ Fixed editable text bug (bgo#574223).
+ Migrated to GtkBuilder from Glade.
-------------------------------------------------------------------
Tue May 5 17:06:20 CEST 2009 - vuntz@novell.com
- Update to version 1.7.1:
+ Removed bonobo and ORBit references, in prep for GNOME 3.0 and
D-Bus AT-SPI (bgo#580421).
+ Fixed IPython history behavior (bgo#578608).
+ Updated translations.
- Remove python-gnome, python-gnome-extras and python-orbit
BuildRequires and Requires.
- Add python-gtk BuildRequires and Requires.
-------------------------------------------------------------------
Tue Apr 14 15:24:54 CEST 2009 - vuntz@novell.com
- Update to version 1.6.1:
+ Fixed highlighting of an accessible on the desktop when it is
selected in Accerciser (aka node highlighting). (bgo#576756).
+ Updated translations.
-------------------------------------------------------------------
Mon Mar 16 16:04:32 CET 2009 - vuntz@novell.com
- Update to version 1.6.0:
+ Fixed selection interface in interface viewer plugin
(bgo#574783).
+ Added an informative window title (bgo#574103).
+ Fixed empty padding issue in prefs dialog (bgo#574101).
+ Ported script recorder to gtksourceview2 (bgo#574100).
+ Don't allow the set_range to change the value of our accessible
(bgo#572201).
+ Updated translations.
- Remove unneeded BuildRequires: gnome-common, gtk2-devel,
libgnome-devel, libgnomeui-devel, pkg-config, scrollkeeper
- Add python-gtksourceview Requires.
- Add py_requires.
- Remove AutoReqProv: it's default now.
- Remove definition of CFLAGS.
- Drop autoreconf call.
- Don't package omf files twice (they are in the lang package too).
- Clean up file list.
-------------------------------------------------------------------
Fri Feb 20 16:32:38 CET 2009 - vuntz@novell.com
- Review changes.
-------------------------------------------------------------------
Thu Feb 19 11:28:12 CET 2009 - dominique-obs@leuenberger.net
- Update to version 1.5.91:
+ Provide a $srcdir (bgo#570332).
+ Don't use _() in i18n.py.
+ Updated translations.
-------------------------------------------------------------------
Wed Feb 4 23:23:39 CEST 2009 - stshaw@novell.com
- Update to version 1.5.9:
+ Bugs fixed: bgo#569341, bgo#520296, bgo#547778, bgo#563284,
bgo#564776, bgo#561598, bgo#520296, bgo#555416, bgo#555108
+ Use gettext.gettext (imported as translate_func) instead of _
in C_ to avoid distcheck failure.
+ Import markup_escape_text from gobject instead of glib. This
seems to work more consistently across distros.
+ src/lib/accerciser/node.py: If duration is 0, don't highlight
at all.
+ When a node is updated to desktop, don't highlight the entire
desktop, it get's annoying.
+ Disable event monitoring if the event we are listening for
disappears.
+ Catch exceptions when getting states during state changes, they
could be defunct state, which means the object is dead.
-------------------------------------------------------------------
Tue Nov 25 19:18:39 CEST 2008 - stshaw@novell.com
- update to 1.4.0:
* Bugs fixed: bgo#550689, bgo#547778
-------------------------------------------------------------------
Tue Sep 9 19:18:39 CEST 2008 - ro@suse.de
- use macro py_sitedir in filelist
-------------------------------------------------------------------
Thu Aug 14 19:18:39 CEST 2008 - stshaw@novell.com
- Update to 1.3.6:
* Bugs fixed: bgo#545904, bgo#528828, bgo#540166, bgo#520296,
bgo#503654, bgo#494634, bgo#494632, bgo#493650, bgo#528261,
bgo#509805, bgo#508665, bgo#500900, bgo#431882, bgo#469427
* src/lib/accerciser/node.py:
Fixed highlighting in composited environments.
* pyreqs.py:
Changed pyatspi version checking to use the new
__version__ symbol.
Check that the version of pyatspi is current enough.
* plugins/quick_select.py:
Make it work better with tab lists and windows.
* plugins/interface_view.py:
Removed prefix space from
* src/lib/accerciser/pyatspi.zip:
Deleted.
* src/lib/accerciser/accerciser.py:
Make event handling asynchronous.
* plugins/event_monitor.py:
Remove decoupling of event handling, we don't need to worry
about it any more.
Added a new global hotkey for starting/stopping recording.
* plugins/validate.py:
Removed Save button stuff.
* plugins/validate.glade:
Removed Save button, changed layout so it won't be so wide.
Added label relationships to comobox and label.
* plugindata/validate/basic.py:
Old code for validate plugin
* plugindata/validate/Makefile.am:
Fixed install path.
* plugins/ipython_view.py (IPythonView.__init__):
Removed a "print".
* plugins/ipython_view.py (ConsoleView):
De-coupled all caret movement and text manipulation in the
ConsoleView from the input event handling. Without decoupling
we get a lockup if threading is enabled when a GAIL callback
tries to acquire the lock during a GDK event dispatch.
* Updated translations.
-------------------------------------------------------------------
Mon Mar 3 14:11:52 CET 2008 - hpj@suse.de
- Initial package.