Commit graph

30 commits

Author SHA1 Message Date
jmmv
f3845830f9 Move documentation from share/doc/html to share/doc. I wanted to do this
during the update, but forgot about it...
2004-06-28 12:46:11 +00:00
jmmv
b759fb7b68 Update to 1.6.6:
* Check that label in page tab is showing before returning it. (bug #129608)
* Ensure that create-tab notification is not sent when tab is removed.
  (bug #128970)
* Report accelerator correctly for menu items created using GtkAction and
  GtkUIManager. (bug #143587)
* Add translations: Bulgarian [Vladimir Petkov]
2004-06-28 12:37:42 +00:00
recht
7c401f0c03 update to 1.6.5
Overview of Changes in GAIL 1.6.5
=================================
* Ensure than antecendent menu is unposted when menu item is activated.
(bug #134532)

* Set state ATK_STATE_SENSITIVE for cells in a GtkTreeView.  (bug #142776)

* Emit children-changed signal when tab added to or removed from GtkNotebook.
(bug #128970)

* Updated translations: Simplified Chinese [Funda Wang]

Overview of Changes in GAIL 1.6.4
=================================
* Prevent warning message because of referring to non-existent child.
(bug #141494)

* Report labels correctly for GnomeFontPicker (bug #140616)

* Ensure that focus object for widget is not defunct before reporting
focus on it. (bug #141907)

* Set button press as default action for button consisting of a down arrow.
(bug #137401)

Overview of Changes in GAIL 1.6.3
=================================
* Fix warning messages when compiling. (bug #140475 [Stanislav Brabec]

* Rework fix for evolution crasher bug. (bug #140559)

* Do not report focus state change on widget when non-widget child of
widget is reported as having focus. (bug #134003)

Overview of Changes in GAIL 1.6.2
=================================
* Ensure that accessible name is reported for file in Nautilus List View.
(bug #139391)

* Report children of scrolled window correctly when only vertical scrollbar
is visible. (bug #138734)

* Fix crasher bug in evolution when going to a specific date. (bug #140475)

* Add translations: Add M\304\201ori [John Barstow]
2004-05-31 15:30:29 +00:00
wiz
f343e14c31 Unused. 2004-04-25 23:45:01 +00:00
recht
0fdec170e2 update to 1.6.1
Overview of Changes in GAIL 1.6.1
=================================
* Correctly report LABELLED_BY relation for combo-box when mnemonic
widget is GnomeFileEntry. (bug #137584)

* Report name correctly for GtkComboBox which has a TreeModel with more
than one column. (bug #136976)

* Do not treat a GtkHandleBox as a window (bug #138339)

* Set role for popup window to be ROLE_WINDOW instead of ROLE_FRAME.
(bug #135242)

* Separate items in keybinding by ":". (bug #138392)

* Avoid crash when getting keybinding if GtkEntry is not a mnemonic widget.
(bug #139236)

* Add translations: Punjabi [Amanpreet Singh Alam], Estonian [Pritt Laes]

* Updated translations: Traditional Chinese [Ching-Hung Lin]
2004-04-21 15:56:08 +00:00
jmmv
c9be99c7aa Update to 1.6.0:
Overview of Changes in GAIL 1.6.0
=================================
* Added translations: Romanian [Mi\305\237u Moldovan],
  Bengali [Progga], British (en_GB) [Gareth Owen], Hindi [Anand Subramanian],
  Icelandic [ Helgi \303\236ormar \303\236orbj\303\266rnsson]

* Updated translations: Lithuanian [\305\275ygimantas Beru\304\215ka],
  Norwegian Nynorsk [\303\205smund Skj\303\246veland]

Overview of Changes in GAIL 1.5.8
=================================
* Ignore label within button when creating LABELLED_BY relations.
  (bug #136602)

* Find label for button in a GtkTreeView column header. (bug #135943)

* Add translations: Brazilian Portuguese  [Franz Gustav Niederheitmann],
  Russian [Russian team]

* Updated translations: Albanian [Laurent Dhima], Croatian [Robert Sedak]

Overview of Changes in GAIL 1.5.7
=================================
* Use gtk_widget_list_mnemonic_labels to create ATK_LABELLED_BY relations
  instead of special case heuristics.  (bug #136163)

* Correct error in GailScale (bug 135227) [Mariano Su\341rez-Alvarez]

* Add translations: Tamil [Adamnseh Nadarajah]

* Updated translations: Albanian [Laurent Dhima],
  Simplified Chinese [Funda Wang]

Overview of Changes in GAIL 1.5.6
=================================
* Emit notification when tooltip is displayed. Set ATK_RELATION_POPUP_FOR
  to identify the object for which the tooltip is displayed. (bug #76266)

* Find text in buttons on GAIM login screen so that it is reported as accessible
  name for button. (bug #134308)

* Do not report widget name as accessible name. (bug #128439)

* Check TreeView is realized before emitting selection-changed signal.
  (bug #134952)

* Add heuristic to find label for NautilusEntry in FMPropertiesWindow.
  (bug #134629)

* Fix leak when adding global event listener. [Christian Persch] (bug #135018)

* Add accessibility implementation for GtkScale. (bug #104797)

* Add translations: Canadian English [Adam Weinberger]

* Updated translations: Albanian [Laurent Dhima], Irish [Alastair McKinstry]

Overview of Changes in GAIL 1.5.5
=================================
* Fix emission of test-inserted signals when text in a GtkEntry changes.
  (bug #133283)

* Add heuristic to find label for GnomeEntry. (bug #133403)

* Find labelled-by relation for GnomeColorPicker (bug #133200)

* Correct setting of object in NODE_CHILD_OF relation. (bug #133420)

* Report a GailEntry as child of GailCombo even if it is not editable.
  (bug 133512)

* Add heuristic to find label for entry in GtkFileSelection. (bug #129371)

* Correct labelling for GnomeIconEntry. (bug #133967)

* Report keybindings for activate action for GailEntry. (bug #132846)

* Avoid spurious reporting of focus on parent menu item when moving from
  one menu item to another. (bug 128973)

* Report labelling correctly for GnomeFileEntry. (bug #134131)

* Report label for combo-box in Sound preferences capplet. (bug #126972).

* Add translations: Japanese [Takeshi AIHANA], Ukrainian [Maxim Dziumanenko],
  Belarusian [Ales Nyakhaychyk], Finnish [Pauli Virtanen]

* Updated translations: Albanian [Laurent Dhima],
  Serbian [Aleksandar Uro\305\241evi\304\207]

Overview of Changes in GAIL 1.5.4
=================================
* Correct error in action implementation for GtkExpander. (bug #131458)
  [Bill Haneman]

* Implement AtkSelection for GtkList. (bug #132136)

* Avoid warning when popping up context menu in gnome-terminal. (bug #132457)

* Emit deactivate signal when window is being removed. (bug #132604)

* Add initial accessibility implementation for GtkComboBox.

* Fix crasher bug in gnumeric when treeview is destroyed. (bug #132450)

* Add translations: Irish [Alastair McKinstry], Albanian [Laurent Dhima],
  Azerbaijani [M\311\231tin \306\217mirov]

* Update translations: Norwegian Nynorsk [\303\205smund Skj\303\246veland],
  Czech [Miloslav Trmac], Croatian [Robert Sedak]

Overview of Changes in GAIL 1.5.3
=================================
* Define locale dir for gail correctly. (bug #130489)

* Fix FPI in gail documentation. (bug 129730) [Sebastien Bacher]

* Ensure that role for table is set correctly. (bug #128799)

* Add translations: Indonesian [Ahmad Riza H Nst], Arabic [Arafat Medini],
  Norwegian Nyorsk [\303\205smund Skj\303\246veland], Serbian [Robert Sedak],
  Lithuanian [Tomas Kuliavas], Persian [Roozbeh Pournader],
  Danish [Ole Laursen], French [Baptiste Mille-Mathias],
  Mongolian [Sanlig Badral], Italian [Luca Ferretti],
  Korean [Changwoo Ryu].

* Update translations: Polish [Artur Flinta]

Overview of Changes in GAIL 1.5.2
=================================
* Ensure that focus object is reported correctly after window
  deactivate/activate. (bug #127486)

* Set ATK_STATE_SHOWING for cells which are on the screen. (bug #127607)

* Add accessibility support for GtkExpander. (bug #128378)

* Fix crasher bug when GailEntry idle handler is called after the object
  is destroyed. (bug #128497)

* Add translations: Greek [Kostas Papadimas], Malay [Hasbullah Bin Pit],
  Catalan [Jordi Mallach], Norwegian [Kjartan Marass],
  Portuguese [Duarte Loreto]

* Updated translations: Dutch [Elros Cyriatan]

Overview of Changes in GAIL 1.5.1
=================================
* Fix emission of warning messages when accessing GtkTreeView. (bug #126706)

* Report name of stock icon when no other name is available for button.
  (bug #126631)

* Wait until menu is mapped before reporting is is visible. This fixes problem
  with incorrect vnumber of children being reported. (bug #126801)

* Report focus on item in menubar before reporting focus on menu item in menu
  when Alt key is used to popup menu. (bug #124838)

* Report text correctly when the text is in bold. (bug #126797)

* Find label for widget Nautilus Desktop Preferences dialog. (bug #126973)

* Add translations: Welsh [Rhys Jones], Polish [Arkadiusz Lipiec],
  Czech [Miloslav Trmac]

Overview of Changes in GAIL 1.5.0
=================================
* Fix crasher bug in wnck-applet when gnome-panel terminates (bug #124575)

* Fix crasher bug in glade-2 when GtkCList added to scrolled window
  which previously contained a GtkTreeView. (bug #119635)

* Correct inconsistency in property names; some container hyphen (-) and
  some contained underscore (_). (bug #125212)

* Report focus correctly when Alt+F1 is used to popup panel's menu.
  (bug #124232)

* Add  translatable accessible names for GTK and GNOME stock icons.
  (bug #122549)

* Report cell as focused the first time a table is displayed. 9bug #126356)

* Fix crasher bug when gok settings dialog is displayed. (bug #126726)

* Do not emit unnecessary notifications about window title change.
  (bug #126605

* Report text correctly for option menu after value changes. (bug #125703)

* Add translations: Swedish [Christian Rose], German [Christian Neumair],
  Serbian [Danilo \305\240egan], Dutch [Vincent van Adrighem],
  Spanish [Francisco Javier F. Serrador]
2004-04-01 18:30:06 +00:00
jlam
7db11b582a Fix serious bug where BUILDLINK_PACKAGES wasn't being ordered properly
by moving the inclusion of buildlink3.mk files outside of the protected
region.  This bug would be seen by users that have set PREFER_PKGSRC
or PREFER_NATIVE to non-default values.

BUILDLINK_PACKAGES should be ordered so that for any package in the
list, that package doesn't depend on any packages to the left of it
in the list.  This ordering property is used to check for builtin
packages in the correct order.  The problem was that including a
buildlink3.mk file for <pkg> correctly ensured that <pkg> was removed
from BUILDLINK_PACKAGES and appended to the end.  However, since the
inclusion of any other buildlink3.mk files within that buildlink3.mk
was in a region that was protected against multiple inclusion, those
dependencies weren't also moved to the end of BUILDLINK_PACKAGES.
2004-03-18 09:12:08 +00:00
jlam
9ff0e10340 Reorder location and setting of BUILDLINK_PACKAGES to match template
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk.
2004-03-05 19:25:06 +00:00
jmmv
7c50b14b62 gtk2 modules are not needed in the buildlink directory. 2004-02-15 18:41:44 +00:00
jlam
ec993afa1a LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globs
relative to ${WRKSRC}.  Remove redundant LIBTOOL_OVERRIDE settings that
are automatically handled by the default setting in bsd.pkg.mk.
2004-02-14 17:21:32 +00:00
jmmv
4f003eb8ef Explicitly depend on pkgconfig. 2004-02-13 17:05:35 +00:00
wiz
ae152eb501 Include pthread.buildlink3.mk to make this build
again (hi juan!).
2004-02-11 10:43:59 +00:00
xtraeme
0429a7dd4a bl3ify 2004-02-11 02:54:41 +00:00
jmmv
a58dd81611 Bump PKGREVISION due to xmlcatmgr update to 2.0beta1. I know; this is a PITA.
This shouldn't be needed if we had non-recursive dependancies *sigh*.
2004-01-23 21:50:42 +00:00
grant
f49bdea710 replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-22 08:24:28 +00:00
reed
6d9af8d68d Bump package revisions for tiff update.
Tiff is backward compatible, but was broken on amd64 platform
so this makes sure new tiff is used.
2004-01-03 18:49:33 +00:00
jmmv
fe959336ea Update to 1.4.1, based on work done by xtraeme@.
Overview of Changes in GAIL 1.4.1
=================================
* Set role for accessible object for GtkMessageDialog to ATK_ROLE_ALERT
(bug #122551)

* Apply build fixes for Darwin (bug #1243343) [Jerry Talkington]

* Correct text length reported in text-changed signals emitted when
label changes (bug #123696)

* Avoid emitting focus notification for out-of-process GtkSocket (bug #120991)

* Fix documentation build (bug #123876) [Malcolm Tredennick]

* Report children of menu item correctly when menu item has a submenu
whose menu items are created only when menu is shown (bug #120303)

* Report label change only if toplevel window is showing. (bug #123470)

Overview of Changes in GAIL 1.4.0
=================================
None

Overview of Changes in GAIL 1.3.6
=================================
* Do notification of window title change in an idle handler. (bug #119259)

Overview of Changes in GAIL 1.3.5
=================================
* Add notification that tooltip is showing if tooltip window is mapped
when its accessible is created (bug #118743)

* Report expected events when GtkCombo's selection is changed using the
keyboard. (bug #117063)

* Avoid warning when child changed in row expanded callback (bug #117630)

* Do not emit focus event if active-descendant-changed signal is emitted.
(bug #115599)

Overview of Changes in GAIL 1.3.4
=================================
* Set insert mark at end instead of start of selected text when selecting
text in a GtkTextBuffer (bug #116271)

* Fix crasher bug when TreeView has empty column (bug #116043)

* Return correct offset in atk_text_get_offset_at_point (bug #114780)

* Correct LABELLED_BY relation for gtk-demo (bug #114452)

* Set SHWOING and VISIBLE correctly when tab is not shown (bug #114397)

Overview of Changes in GAIL 1.3.3
=================================
* Find label for LABELLED_BY relation when label is a sibling of widget's
parent (bug #113069)

* Use object data "gtk-attached-menu" to find menu attached to button to
report menu as button's child. (bug #113117)

* Check that widget is actually on screen before adding state VISIBLE.
(bug #109860)

* Report only one child for option menu. (bug #111983)

Overview of Changes in GAIL 1.3.2
=================================
* Add state FOCUSABLE to child of TreeView. Set state FOCUSED on focus cell.
(bug #112075) [Padraig O'Briain]

* Create LABELLED_BY relation for widgets which are mnemonic widgets.
(bug #72249) [Padraig]

* Return correct name for GtkOptionMenu. (bug #112572) [Padraig]

* Avoid redumdant acitvate events when dialog window is reopened. (bug #112896)
[Padraig]

* Fix crasher bug when gucharmap is started with accessibility enabled.
(bug #112964) [Padraig]

Overview of Changes in GAIL 1.3.1
=================================
* Allow GailOptionMenu to report its text (bug #111857) [Padraig O'Briain]

* Generate documentation using output-format of xml (bug #111794) [Padraig]

* Allow for menu being attached to button. This supports accessibility
implementation of Gnome Menu in gnome-panel (bug #111573) [Padraig]

* Emit notification when context menu is popped down for Gnome Menu.
(bug #111738) [Padraig]

* Fix crasher when run without gnome-conformant WM (bug #111532)
[Nalin Dahyabhai]

* Add cgheck that widget is on screen before reporting it as visible.
[Padraig]

* Set string contens of event correctly when Control modifier is set.
(bug #108666) [Padraig]

* Set role of GtkPlug to ATK_ROLE_PANEL (bug #108332) [Padraig]


Overview of Changes in GAIL 1.3.0
=================================
* Use property name accessible-table-caption-caption in
gail_tree_view_set_caption  [Padraig O'Briain]

* Have GailOptionMenu report menu and label as its children. [Padraig]

* Report "showing" state correctly for cells in a TreeView with vertical
scrollbar. (bug #104623) [Padraig]

* Implement AtkText interface for GailItem, page tab of Notebook, GailStatusbar.
(bug #104657) [Padraig]

* Report GtkCombo popup window as child of GailCombo. [Padraig]

* Add GailObject which is used for accessibility support in eel and
nautilus. [Padraig]

* Correct image size for image in buttons on Gnome CD Player. (bug #106715)
[Padraig]

* Fix crash when getting second child of GailOptionMenu. (bug #106715)
[Padraig]
2003-12-14 19:52:00 +00:00
wiz
391b5798e6 Bump PKGREVISION for atk library major bump. 2003-12-13 00:45:21 +00:00
grant
91f00f1cbc s/netbsd.org/NetBSD.org/ 2003-07-17 21:21:03 +00:00
wiz
43fa0c7cb6 PKGREVISION bump for libiconv update. 2003-07-13 13:50:19 +00:00
wiz
5e2eed9edf Fix typo. 2003-05-22 09:07:42 +00:00
wiz
7166660e08 Dependency bumps, needed because of devel/pth's major bump, and related
dependency bumps.
2003-05-02 11:53:34 +00:00
jmmv
8cb292f23a Update to 1.2.0. Changes since 0.17:
Overview of Changes in GAIL 1.2.0
=================================
* Allow for more than one label within a button (bug #103465)
[Padraig O'Briain]
* Report correct offsets for text when images embedded in text (bug #103035)
[Padraig]
* Allow for label for bhutton not existing when GailButton is created
(bug #101350) [Padraig]

Overview of Changes in GAIL 1.1.7
=================================
* Add --with-html-dir option to configure.in to allow location of
documentation to be changed (bug #102599) [Padraig O'Briain]

Overview of Changes in GAIL 1.1.6
=================================
* Do not emit warning messages after double click on a treeview row when
accessibility is enabled (bug #101349) [Padraig O'Briain]
* Fix crash in mixer applet when accessibility is enabled (bug #101137)
[Padraig]

Overview of Changes in GAIL 1.1.5
=================================
* Do not emit active-descendant-changed signal if active descendant
is unchanged (bug #100829) [Padraig O'Briain]
* Add AtkText interface to GailButton [Padraig]
* Correct return value for atk_text_get_caret_offset() for GailLabel
(bug #101020) [Padraig]

Overview of Changes in GAIL 1.1.4
=================================
* Emit destroy notification while window still exists (bug #95794)
[Padraig O'Briain]
* Have GailTreeView report state MANAGES_DESCENDANTS [Padraig]
* Have Gailtreeview emit active-descendant-changed signal when focus cell
changes [Padraig]
* Report correct cell area for cell in multi-renderer column (bug #84133)
[Padraig]

Overview of Changes in GAIL 1.1.3
=================================
* Set role for tooltip window to ATK_ROLE_TOOL_TIP and return contents
of tooltip for name (bug #95824) [Padraig O'Briain]
* Use queue to store pending button actions (bug #98275) [Bill Haneman]
* Set role for toplevel to ATK_ROLE_APPLICATION [Bill}
* Minor bug fixes [Padraig, Bill]

Overview of Changes in GAIL 1.1.2
=================================
* Provide implementation of atk_selection_add_selection() for GtkTreeView
which has only one visible column [Padraig O'Briain]
* Correct implementation of atk_text_set_caret_offset() for GtkTextView.
(bug #95056) [Padraig]
* Include modifier in keybinding name for GtkButton action (bug #95151)
[Padraig]
* Minor bug fixes [Padraig]

Overview of Changes in GAIL 1.1.1
=================================
* Fix warning messages emitted trying to set GtkTextBuffer to NULL.
(bug #91717) [Padraig O'Briain]
* Do not emit signals for GtkEntry on Delete or BackSpace if no text is
deleted. Ensure that signal is emitted if text is deselected. (bug #90356)
[Padraig]
* Implement atk_component_grab_focus() for cells in a TreeView. (bug #91718)
[Padraig]
* Update children of toplevel before emitting children-changed signal.
(bug #91957) [Padraig]
* Call gtk_window_present() on toplevel in implementations of
atk_component_grab_focus() (bug #91964) [Padraig]
* Ensure that implementations of atk_action_do_action() return before
action is done. (bug #90756) [Padraig]
* Update docs so that all symbols are documented. [Padraig]
* Add implementation for atk_component_get_mdi_zorder() for GailWindow.
(bug #84097) [Mark Mc Loughlin].
* Use +NET_WM_DESKTOP value of Window when getting its zorder [Padraig]
* Minor bug fixes [Padraig]

Overview of Changes in GAIL 1.1.0
=================================
* Decouple version number of package from number of current interface exported
by libgailutil (bug #89327) [Padraig O'Briain]
* Do not do action for insensitive button (bug #89505) [Padraig]
* If a menu item being selected has a submenu wait until the submenu is shown
before reporting focus on the menu item (bug #89611) [Padraig]
* Do not output actual text for GtkEntry for which visible property is false.
(bug #89323) [Padraig]
* Update autogen.sh so that users with both automake 1.6 and 1.4 installed
get the right automake [Havoc Pennington]
* Minor bug fixes [Padraig]
2003-02-14 20:21:57 +00:00
jmmv
9e2de2c59c Update to gail 1.1.7. This version includes pregenerated html documentation
and a new --with-html-dir option.
2003-01-06 13:54:12 +00:00
jmmv
5b9aa1f355 Update gail to 1.1.6. Changes since 0.17 are mostly bugfixes and cleanup. 2003-01-05 18:12:19 +00:00
jmmv
b91539cadd Do not try to remove lib/gtk-2.0/modules; it is done by the gtk2 dependancy. 2003-01-05 10:07:11 +00:00
jmmv
502d4e2e0d Change my email address to the NetBSD one (hispabsd.org -> netbsd.org).
Approved by wiz.
2003-01-03 15:26:54 +00:00
wiz
d8262452c1 Bump PKGREVISION because of dependency on latest freetype2 or glib2
package and library major bumps therein.
Also match dependency in corresponding buildlink2.mk's for the same reason.
Mmmm, binary packages.
2002-12-24 06:09:44 +00:00
rh
c2934c968e Track directory layout change at MASTER_SITE_GNOME.
Patch provided in PR pkg/18701 by Julio Merino <jmmv@menta.net>
2002-10-19 10:54:42 +00:00
rh
d7b3c28eed Initial import of gail-0.17, the Gnome Accessibility Implementation Library 2002-09-21 01:04:23 +00:00