summaryrefslogtreecommitdiff
path: root/misc/gok/PLIST
AgeCommit message (Collapse)AuthorFilesLines
2007-04-12Update to 1.2.3. Changes from NEWS:wiz1-1/+37
What's new in GOK 1.2.1? * libusb support! (see README.libusb) Thanks Ben Konrath! * Ubuntu crasher fixed! Thanks Bill! * Bugfixes include: 334273. 350356, 394511, 395040, 159027 * Updated translations.
2006-09-15Update to 1.2.0:jmmv1-58/+108
What's new in GOK 1.2.0? * Returned to the use of new GOption style of command line argument * Mainly bugfixes dealing with stability including: 350356, 351694, and 351993 * Updated translations: Subhransu Behera, Rahul Bhalerao, Artur Flinta, Leonid Kanter, Gabor Kelemen, Inaki Larranaga, Christophe Merlet, Jovan Naumovski Daniel Nylander, Hendrik Richter, Changwoo Ryu, Satoru SATOH What's new in GOK 1.1.1? * new GOption style command line arguments (requires newer Glib) * Mainly bugfixes dealing with stability including: 344251, 116253, 322094, 341507, and #341478 What's new in GOK 1.1.0? * reverted GOption usage to popt (for older glib compatability)
2006-08-06Update to 1.0.10:jmmv1-13/+25
What's new in GOK 1.0.10? * reverted GOption usage to popt (for older glib compatability) What's new in GOK 1.0.9? * We now use the new GOption style of command line argument handling. Fix for bug #336414 * Fix for bug #314168 * We now use the translator friendly LINGUAS setup. Fixes bug # 337969 * Removed illegal memory access, should improve stability. (Possible fix for bug #341124) * Updated translations: Priit Laes (et) Takeshi AIHANA (jp) Funda Wang (zh_CN)
2006-04-17Strip ${PKGLOCALEDIR} from PLISTs of packages that already obeyjlam1-59/+59
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-03-30Update to 1.0.7:jmmv1-2/+129
Enhanced EWMH behavior - GOK registers itself as a pager now. Works better with Firefox toolbars. Works better with OpenOffice configuration dialogs and menus. Bugfixes for: #321908, #323975, #160848, #322062, #308417, #304524, OpenOffice Issuezilla #48639. New languages: 'ru' (Russian - Nickolay V. Shmyrev) 'fa' (Persian/Farsi - Roozbeh Pournader) 'gl' (Galician - Ignacio Casal Quinteiro) 'zh_HK' (Hong Kong Chinese - Chao-Hsiung Liao)
2005-08-21Update to 1.0.5:jmmv1-56/+26
What's new in GOK 1.0.5? * Respond to more children-changed:add events, specifically, rebuild the UI component list if children are added to ROLE_FRAME objects, ROLE_ROOT_PANE objects, or ROLE_PANEL objects (in addition to the roles already listened to, for instance ROLE_HTML_CONTAINER). * Handle the somewhat aberrant menus that some gtk+ apps exhibit if their UIs were created with glade - namely, menus may have ROLE_MENU_ITEM instead of ROLE_MENU. If a ROLE_MENU_ITEM has children, then we now treat it as though it had ROLE_MENU. What's new in GOK 1.0.4? * Fix for #301377, we can now handle actionable table cells even if they don't have unique names. * We now grab focus if the actionable item is a button; this improves behavior with the gtk file selector. * New languages: "eu" (Basque), Iñaki Larrañaga. "rw" (Rwandan), Steve Murphy. * Fix for #172111.
2005-03-22Update to 1.0.2:jmmv1-1/+25
What's new in GOK 1.0.2? * Updated Translations: ahmad riza h nst (id) Alessio Dessì (it) Burçin Dönmez (tr) GNOME PL Team (pl) Jordi Mallach (ca) Jyotsna Shrestha (ne) Paul-Dan Oprisa-Stanescu (ro) Simos Xenitellis (el) Szabolcs Varga (hu) ¿¿¿¿¿¿ ¿¿¿¿¿ (sr) What's new in GOK 1.0.1? * Fix for #168093 GOK now implements some libwnck API locally to avoid build compatibility issues with newly changed libwnck API. * Fix for #168281 Memory allocation issues fixed. * Fix for #168405 Fixed unwanted activation in dwell mode when the core pointer happens to enter a GOK window without purposeful user action. What's new in GOK 1.0.0? * With version 1.0.0 GOK has reached production quality release. This version is very similar to 0.12.4. We have updated the README file and made sure all the appropriate files have been marked for translation. What's new in GOK 0.12.4? * Fix for rfe #166552 - GOK now autodetects XInput events from unexpected devices, and allows user to select the new XInput device. GOK also attempts to work around corepointer conflicts by swapping the corepointer while it's running and restoring it on exit. This gives a great deal more insurance against core-pointer conflicts, USB-mouse renumbering due to hot-swapping, and other HID configuration issues. * Bugfix for #166779 - we've fixed the regression in 'Mouse' functions. * Bugfix for #159163 (Harry Lu) - we now successfully find more table-cell children, because we search recursively for names. What's new in GOK 0.12.3? * Four new translatable strings, for warning dialogs and alerts. * Fixes for bugs #151606, #149266, #165828, #134348. * Branch immediately to a UI Grab keyboard when an ALERT dialog is posted. What's new in GOK 0.12.1? * Fix for bugs 155473 (Bill Haneman), 160233 (Danilo Segan), 151831 (David Bolter), 159932, 160717, 154926, 160357. * New help manual from Irene Ryan. What's new in GOK 0.12.0? * bug fixes and a sparse NEWS section. * Changed some terminology in UI to be consistent, i.e. "Select" and "Activate" mean pretty much the same thing across access methods now, 'select' means highlight, 'activate' means "virtual-click the GOK button".
2005-02-26Update to 0.11.17:jmmv1-3/+57
* backport of bugfix for 159932
2004-12-28Update to 0.11.16:jmmv1-57/+1
* Emergency bugfix for #157420 in 0.11.15. * Bug fixes including: 155556, 157138, 157221, 154961, 155805, 156802 154918, 156802, * Mostly fixes and improvements to the dynamic accessibility keyboards.
2004-10-28Update to 0.11.12:jmmv1-1/+57
What's new in GOK 0.11.12? * Bug fixes including: 155182 (double actions) What's new in GOK 0.11.10/0.11.11 ? * Fix regression caused by bugfix 151417; this release should be used instead of 0.11.9. What's new in GOK 0.11.9 ? * Expose multiple actions for UI components which have more than one possible user action available. Fixes bug #151417. * Improved table and list behavior: Bugfixes for #153130, #152788, #153389. * Rewrite of online help (thanks to Irene Ryan!)
2004-09-21Update to 0.11.8. This version corresponds to GNOME 2.8.0.jmmv1-1/+152
* Fixed broken .m4 macro (bugzilla 152086) * Fixes for bug #144435, #147633, #142831, and #150260. Non-XKB compose keyboards are working better now with word completion, and at login with a working 'Menus' key.
2004-04-19Update to 0.10.2: [This is the gnome-2.6.1 release of GOK]jmmv1-1/+31
* Much improved table handling: many table and list items that were previously 'inert' when activated from GOK now work correctly. (#117567, #129450) * GOK now allows direct interaction with the gtk+-2.4 file selector. (#136065). * Fixed a regression in the Settings dialog when used with HighContrastInverse themes. (#138683) * Fixed modifier/shift behavior in "alphabetic" keyboards that aren't created from the XKB keyboard description. * Improved support for Mozilla-1.6. (This will be visible to end-users when mozilla changes are pushed out to the main 1.6 tree) (#135314) * build fixes: #136732 (parallel make), #139495 (improper use of FORCE in schemas). * other bugfixes: #133545, * languages: gu (Guntupalli Karunakar) bn (Sayamindu Dasgupta) hu (Andras Timar)
2004-04-01Update to 0.10.0:jmmv1-54/+389
[This is the gnome-2.6.0 release of GOK.] What's new in GOK 0.10.0 ? * Fix for #136756, which could interfere with dwell selection settings. * languages: Punjabi (Guntupalli Karunakar) en_GB (Gareth Owen) [This is the gnome-2.6 RC1 release of GOK.] What's new in GOK 0.9.11 ? * Fix for double-unref bug (#136764) that could cause crashes if an accessible selection or action failed. * Fix for bug #136509, which restores visual indication of shift state to hand-crafted alphanumeric keyboards. * Much improved support for panel applets. [bug #129609] * Fixed support for 'Text Manipulation' keyboard [bug #136326] * Update UI-Grab when hypertext or scrollbar content changes. [bug #135635] * Build fixes for source and docs. * Build updated to use automake-1.7 [bug #134954] * Fixes for improper memory references detected with valgrind. * Updated translations: MÉtin Æmirov (az) Christian Neumair (de) Nikos Charonitakis (el) * translations 100% complete: az, cs, da, de, en_CA, es, ja, ko, nl, no, pl, pt, sq, sr, sr@Latn, sv. * translations 90 - 99% complete: el, hr, lt, mn. * translations 80 - 90% complete: ar, be, ca, cy, fr, ms, pt_BR, sl, vi, zh_CN. * Thanks to all translators in the gok-0.9 series: Arafat Medini (ar) MÉtin Æmirov (az) Miloslav Trmac (cs) Ole Laursen (da) Christian Neumair (de) Nikos Charonitakis (el) Adam Weinberger (en_CA) Francisco Javier F. Serrador (es) Christophe Merlet (RedFox) (fr) Alastair McKinstry (ga) G Karunakar (hi) "Last-Translator: auto\n" (hr) Takeshi AIHANA (ja) Changwoo Ryu (ko) Tomas Kuliavas (lt) Sanlig Badral (mn) Hasbullah Bin Pit (ms) Tino Meinen (nl) Sigurd Gartmann (no) GNOME PL Team (pl) Duarte Loret (pt) Marcel Telka (sk) Laurent Dhima (sq) Ðанило Шеган (sr) [sorry Danilo Segan ;-)] Christian Rose (sv) Burçin Dönmez (tr) What's new in GOK 0.9.9 ? * Fixed regression in toolbar items; they should be actionable now. * Restart on SEGV * Fixed 'Full Credits' link in Gok-About * Improve treatment of combo-boxes (aka GtkOptionMenus), to expose the editable text entry if available. * Fixed word-completion when shift modifiers are used. (bug #13439). * Fixed intermittent "double key activation" problem when using corepointer with Direct Selection (bug #134218). * Worked around an infinite-loop problem when using nautilus with gok. (bug #134631) * Fix for bug #135833. What's new in GOK 0.9.8 ? * Fixed bug #133999 - DOCK mode now fills the screen width correctly. * fix for bug #134726, which could cause a SEGV with OpenOffice and some other apps. * fix for bug #133504, which restores proper functioning of gok's DOCK mode when using FILL/expand. * en_CA added to ALL_LINGUAS (Christian Rose) * two new strings marked for translation (Kjartan Marass) What's new in GOK 0.9.7 ? * redist to fix missing GNOME_Gok.server.in.in (somehow lost in previous dist). * better word completion support for non-latin languages * word-completion support for deadkeys. * removed C99-isms, build cleanly with -ansi and -Werror. * bugfixes for: #133999, 133992, #134040, #109403, #134103, #134147, #126437. * translations 99 - 100% complete: az, cs, de, el, es, ko, nl, no, pl, sq, sr, sr@Latn. * translations 90 - 98% complete: hr, lt, mn, sv. What's new in GOK 0.9.6/0.9.5 ? * Keep GOK onscreen even when 'show desktop' button is activated. * Substantial preformance re-work of GOK's 'UI Grab' and advanced UI query features. Produces 10x speedup with some apps. * Better support for comboboxes and list boxes; also better support for interacting with the desktop and context menus. Some support for valuators (user can focus them via gok). * More consistent tracking of focus and active application window. * Better support for UI Grab on GOK's own Settings dialog. * Marked settings UI elements for translation. * Support for multi-group keyboards; GOK now works with the gkb/gswitchit and the GNOME Keyboard Indicator. * Deadkey labels are much improved. * (temporary?) workaround for bug #109403; GOK can be used better with pixmap themes, but no longer tracks changes to the user theme in its own settings dialog. * Lots of bugfixes: 125931, 131426, 117072, 123479, 132094, 132104, 132292, 132775, 133296, 133484, 126437, 121907, more. new languages: * ga (Irish): Aliastair McKinstry substantially complete translations: * az, cs, de, el, es, hr, ko, lt, mn, nl, no, pl, sq, sr, sr@Latn, sv. What's new in GOK 0.9.5? * Mostly bug fixes. * Added UI for specification of an extra word list * Note dependancy updated: gtk+ 2.3.1 * Sticky keys are now set more consistently (Thanks Muktha <muktha.narayan@wipro.com>) Bugfixes: #126727, #127296, #127397, #128934, #126298, #127966, #128438, #127053, #128692, #129972, #129629, #130807, #106978 New Translations: * ar (Arafat Medini), hr (Robert Sedak), lt (Tomas Kuliavas) What's new in GOK 0.9.4 * Improved display for non-US compose keyboards. * Improved gok_keyboard_about * Deals better with UI components having the same/similar names * New access method: single-key sequential scanning. * Automatically searches for dynamic GOK keyboards matching the current locale, and uses localized GOK keyboards if available. * Bugfixes: #128966, #126298, #126299, #128117, #128185, #127398, #126722, #127053, #126814, #126815 (partial). What's new in GOK 0.9.3 * Lots of Internationalization improvements: -> Merged the gok_i18n branch into HEAD. -> GOK Keyboards are now marked for translation. -> Improved support for compose-key sequences. -> Can support matching more than one modifier at once, useful for international keyboards with multiple glyphs per keycap. -> More strings marked for translation. * Efficiency improvements. * Fix for building without XInput. * Prevent GOK from occluding itself with its dialogs. * GOK can now present buttons for 'nameless' UI elements e.g. those with only icons and not text labels. * GOK now reacts to state-changes in UI elements which it is presenting in a UI-Grab keyboard. * We now require intltool 0.27.3 to build GOK. * Fixes for 125156, 121445, 107211, 108137, 107857, 122109, 117049, 125319, and more. What's new in GOK 0.9.1 * New strings marked for translation * Improvements to internationalization: -> GOK word completion is now UTF-capable -> GOK can use a system or user word-list, in UTF8 or ISO-latin. -> More than one modifier can be matched * User can specify an additional dictionary/wordlist file, for instance a wordlist from ispell, via gconf. (There's no UI for this in GOK yet).
2003-12-29Initial import of gok-0.8.4xtraeme1-0/+129
The GNOME On-Screen Keyboard (GOK) is an accessability interface that gives you control of your system without needing a keyboard. The GOK makes available a hierarchical button system that enables keyboardless entry of common accelerators, and contains a clickable keyboard that sports suggested autocompletion of many common words, and even some commands. The GOK will provide an alternative interface to common commands and functions within applications that utilize the AT SPI. The GOK is is designed to be usable by many alternative input methods, i.e. not a common keyboard and mouse combination.