2007-05-10 Eitan Isaacson * src/lib/accerciser/pyatspi.zip: Updated to revision 925. 2007-05-10 Eitan Isaacson * README: Updated requirements. Added requirements for Debian based machines. * src/lib/accerciser/pyatspi.zip: Updated to revision 924. * NEWS: Added entry for 0.1.2. * pixmaps/Makefile.am: * pixmaps/alert.png: * pixmaps/column.png: * pixmaps/desktopframe.png: * pixmaps/directorypane.png: * pixmaps/embedded.png: * pixmaps/endnote.png: * pixmaps/htmlcontainer.png: * pixmaps/label.png: * pixmaps/link.png: * pixmaps/outlineitem.png: * pixmaps/pagetab.png: * pixmaps/passwordtext.png: * pixmaps/row.png: * pixmaps/section.png: * pixmaps/shape.png: * pixmaps/tablecell.png: Tweaked icons. 2007-05-09 Eitan Isaacson * NOTICE: Added copyright notice for role icons. * pixmaps/Makefile.am: * pixmaps/acceleratorlabel.png: * pixmaps/arrow.png: * pixmaps/calendar.png: * pixmaps/canvas.png: * pixmaps/chart.png: * pixmaps/checkbox.png: * pixmaps/checkmenuitem.png: * pixmaps/colorchooser.png: * pixmaps/combobox.png: * pixmaps/dateeditor.png: * pixmaps/desktopicon.png: * pixmaps/dialog.png: * pixmaps/drawingarea.png: * pixmaps/entry.png: * pixmaps/filechooser.png: * pixmaps/filler.png: * pixmaps/focustraversable.png: * pixmaps/fontchooser.png: * pixmaps/frame.png: * pixmaps/glasspane.png: * pixmaps/icon.png: * pixmaps/image.png: * pixmaps/list.png: * pixmaps/listitem.png: * pixmaps/menu.png: * pixmaps/menubar.png: * pixmaps/menuitem.png: * pixmaps/pagetablist.png: * pixmaps/popupmenu.png: * pixmaps/progressbar.png: * pixmaps/pushbutton.png: * pixmaps/radiobutton.png: * pixmaps/radiomenuitem.png: * pixmaps/ruler.png: * pixmaps/scrollbar.png: * pixmaps/scrollpane.png: * pixmaps/separator.png: * pixmaps/seperator.png: * pixmaps/slider.png: * pixmaps/spinbutton.png: * pixmaps/splitpane.png: * pixmaps/statusbar.png: * pixmaps/table.png: * pixmaps/tearoffmenuitem.png: * pixmaps/text.png: * pixmaps/togglebutton.png: * pixmaps/toolbar.png: * pixmaps/tree.png: * pixmaps/treetable.png: * pixmaps/window.png: Added/modified icons from glade3 icons (bug 431816). Thank you Vincent Geddes! * plugins/api_view.py: Removed custom list interfaces method, use pyatspi one. * plugins/interface_view.py: Removed custom list interfaces method,use pyatspi one. * src/accerciser.glade: Added Vincent Geddes to 'about' dialog. * src/lib/accerciser/accerciser.py: Fixed application quitting. * src/lib/accerciser/icons.py: Removed role->filename mapping. * src/lib/accerciser/pyatspi.zip: Updated to snapshot of revision 922. 2007-05-08 Eitan Isaacson * plugins/event_monitor.py: Made load time extremely faster. * src/accerciser.in: Always enable gail. * src/lib/accerciser/accerciser.py: Changed no desktop a11y dialog behavior (bug 429505). * src/lib/accerciser/plugin_manager.py: Added context menus to plugin tabs (bug 427059). * ChangeLog: * NOTICE: * help/C/accerciser.xml: * help/en_GB/en_GB.po: * help/es/es.po: * help/sv/sv.po: * plugins/api_view.py: * plugins/console.py: * plugins/event_monitor.py: * plugins/interface_view.glade: * plugins/interface_view.py: * plugins/script_recorder.py: * src/lib/accerciser/Makefile.am: * src/lib/accerciser/__init__.py: * src/lib/accerciser/accerciser.py: * src/lib/accerciser/accessible_treeview.py: * src/lib/accerciser/hotkey_manager.py: * src/lib/accerciser/icons.py: * src/lib/accerciser/node.py: * src/lib/accerciser/plugin.py: * src/lib/accerciser/pyLinAcc.zip: * src/lib/accerciser/pyatspi.zip: * src/lib/accerciser/script_playback.py: * src/lib/accerciser/tools.py: Merged pyatspi branch in to trunk. 2007-05-07 Eitan Isaacson * NOTICE: Replaced pyLinAcc copyright notice with pyatspi one. * help/C/accerciser.xml: Replaced pyLinAcc with pyatspi. * help/en_GB/en_GB.po: Replaced pyLinAcc with pyatspi. * help/sv/sv.po: Replaced pyLinAcc with pyatspi. * plugins/script_recorder.py: Replaced pyLinAcc with pyatspi. * src/lib/accerciser/Makefile.am: Replaced pyLinAcc.zip with pyatspi.zip. * src/lib/accerciser/__init__.py: Fall back on zipped pyatspi if not in distro. * src/lib/accerciser/accerciser.py: Removed pyLinAcc from epydoc. * src/lib/accerciser/accessible_treeview.py: Removed pyLinAcc from epydoc. * src/lib/accerciser/node.py: Removed pyLinAcc from epydoc. * src/lib/accerciser/plugin.py: Removed pyLinAcc from epydoc. * src/lib/accerciser/pyLinAcc.zip: Removed. * src/lib/accerciser/pyatspi.zip: Added. * src/lib/accerciser/script_playback.py: Removed pyLinAcc from epydoc. * src/lib/accerciser/tools.py: Removed pyLinAcc from epydoc. 2007-05-06 Eitan Isaacson * plugins/interface_view.py: Implemented text, value and hyperlink sections. Mark unassociated sections as unimplemented. * plugins/interface_view.glade: Added Hyperlink expander. 2007-05-05 Eitan Isaacson * plugins/interface_view.py: Implemented table section. 2007-05-05 Eitan Isaacson * plugins/interface_view.py: Implemented sections for accessible, action, application, component, document, hypertext, image, selection and streamable content. * src/lib/accerciser/accerciser.py: Changed gtk.main to pyatspi.Registry.start() 2007-05-05 Eitan Isaacson * plugins/interface_view.py: Changed set_select_function() to be pygtk 2.8 compatable. * src/lib/accerciser/accessible_treeview.py: Changed set_select_function() to be pygtk 2.8 compatable. 2007-05-02 Eitan Isaacson * plugins/api_view.py: Migrated to pyatspi. * plugins/console.py: Migrated to pyatspi. * plugins/event_monitor.py: Migrated to pyatspi. * plugins/interface_view.py: Erased most of file, preparing for a rewrite. * plugins/script_recorder.py: Migrated to pyatspi. * src/lib/accerciser/accerciser.py: Migrated to pyatspi. * src/lib/accerciser/accessible_treeview.py: Migrated to pyatspi. * src/lib/accerciser/hotkey_manager.py: Migrated to pyatspi. * src/lib/accerciser/icons.py: Migrated to pyatspi. * src/lib/accerciser/node.py: Migrated to pyatspi. * src/lib/accerciser/plugin.py: Migrated to pyatspi. 2007-04-24 Eitan Isaacson * src/lib/accerciser/script_playback.py: Added a quick fix for headless setups. 2007-04-24 Eitan Isaacson * README: Added gconf-dev as a requirement for builing from SVN. * plugins/ipython_view.py: * plugins/ipython_view.py: Fixed home and left key behavior (bug 431882). 2007-04-24 Eitan Isaacson * plugins/ipython_view.py: Fixed argv being None (bug 431878). 2007-04-23 Eitan Isaacson * plugins/api_view.py: Added localized name (bug 432832). * plugins/console.py: Added localized name (bug 432832). * plugins/event_monitor.py: Added localized name (bug 432832). * plugins/interface_view.py: Added localized name (bug 432832). * plugins/script_recorder.py: Added localized name (bug 432832). * src/lib/accerciser/accerciser.py: Provide localized component name in addHotKey(). * src/lib/accerciser/hotkey_manager.py: Provide localized component name in addHotKey(). * src/lib/accerciser/plugin_manager.py: Added data column for localized plugin name. * src/lib/accerciser/accerciser.py: Changed "Top right" to "Top Panel". * accerciser.schemas.in: Changed default layout to a list format in /apps/accerciser/[view name]/layout (bug 432697). * src/lib/accerciser/plugin_manager.py: Changed layout to a list format in /apps/accerciser/[view name]/layout (bug 432697). * src/lib/accerciser/tools.py: Added a wrapper class for gconf list entries. * src/lib/accerciser/tools.py: Removed obsolete constants and import line (bug 432423).