Commit graph

24 commits

Author SHA1 Message Date
ghen
d939a34afa Add a "gnome" option for dasher (enabled by default), to make it possible to
build the package without the gnome dependencies.

XXX sometimes the canvas isn't drawn on startup.  Resizing the window makes
    it appear (noted by Patrick Welche).
2010-01-22 19:55:07 +00:00
joerg
bacea7cad5 Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
wiz
8f31c397c8 Update to 4.10.1:
=============
Dasher 4.10.1
=============
  * Fix crash when scrolling precisely vertically.
  * Gtk: the speed spin button on the main screen now changes and is in
    synch with the value in preferences.
2009-05-21 16:04:03 +00:00
wiz
1391533b08 Update to 4.10.0, convert to user-destdir.
============
Dasher 4.10.0
============
  * Fix click modes where letters near the edge of the selection box to "leak"
    out so they could not be selected.
  * Fix UTF-8 bug so e.g., Japanese and Hebrew work.
2009-03-22 15:30:51 +00:00
wiz
af45f2759b Update to 4.9.0.
Don't you adore concise summaries like the following?

============
Dasher 4.9.0
============
  * New development branch
2008-10-29 02:37:05 +00:00
drochner
a548ac3782 update to 4.7.3
This switches to the gnome-2.22 release tree.
2008-05-29 17:53:36 +00:00
drochner
7d6f91557c don't try to @dirrm locale dirs 2007-11-21 18:59:23 +00:00
drochner
be2add43a6 update to 4.6.1
This switches to the new gnome-2.20 branch.
2007-11-05 20:01:00 +00:00
hira
6cdb950b99 Fix comment (GConf2 -> GConf). 2007-09-25 10:54:09 +00:00
drochner
29b2fcc5e0 update to 4.4.2
changes: Various minor bugfixes
2007-07-17 10:29:54 +00:00
drochner
ff7164ff75 update to 4.4.1
changes:
This moves this pkg to the new stable gnome branch, too much to list here.
2007-04-11 18:19:42 +00:00
jmmv
c36f708a80 Update to 4.2.0:
============
Dasher 4.2.0
============
  * Translations
  * Documentation update
  * Bugfixes

============
Dasher 4.1.10
============
  * Minor update to UI
  * Bugfixes
  * Updated translations

============
Dasher 4.1.9
============
  * Bugfixes

============
Dasher 4.1.8
============
  * Improvements to dynamic button modes
  * Many bugfixes

============
Dasher 4.1.7
============
  * One line bugfix repairing build without GNOME a11y support

============
Dasher 4.1.6
============
  * Redesigned preferences dialogue
  * Updated two button dynamic mode
  * Bugfixes

============
Dasher 4.1.5
============
  * Internal release

============
Dasher 4.1.4
============
  * Bugfixes etc.

============
Dasher 4.1.3
============
  * Internal release

============
Dasher 4.1.2
============
  * Various bugfixes
  * Improved interaction with desktop environment

============
Dasher 4.1.1
============
  * Fixes to build system

============
Dasher 4.1.0
============
  * Considerable internal rewriting
  * Introduction of 'application styles' - the aim here is to improve
    integration with the desktop.
  * Improved button control.
  * Improved support for Hiragana to Kanji conversion.
  * Prototype support for the Maemo environment as used on the Nokia N770.
  * Many bug fixes
  * And anything else I've forgotten...
2006-09-15 15:20:56 +00:00
jmmv
85424b5cae Update to 4.0.4:
Dasher 4.0.4

 * Fixed error introduced in last commit
 * Backported bugfix from HEAD

Dasher 4.0.3

 * Fixed compile error when --without-gnome specified
 * Regenerated configure to match configure.in
2006-08-06 19:08:18 +00:00
adam
364ef257ac Changes 4.0.2:
* Fixed speech on Windows
 * Updated alphabets/colours

Changes 4.0.1:
 * Fixed segfault in control mode
2006-05-29 07:10:23 +00:00
jlam
ea5f9f80b6 Strip ${PKGLOCALEDIR} from PLISTs of packages that already obey
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-04-17 07:07:11 +00:00
jmmv
cbf57061f5 Update to 4.0.0:
=============
Dasher 4.0.0
=============

 * Promoted to stable release

=============
Dasher 3.99.5
=============

 * New icon
 * Bugfixes in 'enter text into other windows' mode

=============
Dasher 3.99.4
=============

 * Fixed font behaviour in Windows
 * Fixed broken start/stop in dynamic button mode
 * Other minor bugfixes

=============
Dasher 3.99.3
=============

 * Bugfix to tarball

=============
Dasher 3.99.2
=============

 * Improved button mode support
 * Cairo support ported from 3.2 branch
 * Win32 should build from tarball again
 * Bugfixes

=============
Dasher 3.99.1
=============

New 4.0.0 preview, highlights include:

* (Partial) button mode support
* Infinite back off
* Improved symbol grouping in alphabets
* New status bar, with 'favourite' alphabet selection

=============
Dasher 3.99.0
=============

First preview of 4.0.0 - many changes and re-writes
2006-03-30 21:27:42 +00:00
jmmv
aa5c883bb6 Update to 3.2.18: changes since 3.2.15 unknown. 2005-10-14 21:51:19 +00:00
jmmv
4aeed3455b Update to 3.2.13:
2005-01-30  Matthew Garrett  <mjg59@srcf.ucam.org>

	* Make autogen.sh do the right thing
	* Add Bengali support (from sayamindu@gnome.org)
	* Add a couple of colons to remove gcc warnings (from sobhi@us.ibm.com)
	* Make sure non-void functions return something (from
	  clahey@ximian.com)
	* Check in /usr/X11R6/lib64 for libXtst (from clahey@ximian.com)
	* Fix up string length checking - avoid crashes when "Speak on stop"
	  switched on
	* Version 3.2.13

2005-01-25  Matthew Garrett  <mjg59@srcf.ucam.org>

	* Fix a couple of crash bugs in the window-focus handling
	* Make window choice available on non-accessible builds

2005-01-12  Matthew Garrett  <mjg59@srcf.ucam.org>

	* Make the build system work after autotools make my life miserable
	  again.
	* Add support for focusing windows from within Dasher
	* Bump version to 3.2.12
2005-02-26 17:25:47 +00:00
jmmv
81c2334925 Update to 3.2.11; couldn't find a decent list of changes. 2004-09-04 16:54:23 +00:00
jmmv
59c0b92f2c Update to 3.2.10:
Dasher 3.2.10 - "Automake will eat your soul"

- Rerelease of 3.2.9 without a broken tarball (hopefully)

Dasher 3.2.9

- Changed default compile options so accessibility, speech and gnome support
  are built by default. Use --with-gnome=false, --with-speech=false and
  --with-gnome=false to disable this

- Fixed bugs related to control-mode crashing and colour selection not working

- A couple of minor build-system cleanups
2004-05-15 12:49:25 +00:00
jmmv
97f053158b Update to 3.2.8 (which should have happened two days ago; pointed out by rh@):
Dasher 3.2.8 - "Meaningless phrase goes here"
=============================================
Updated translations

Dasher 3.2.7 - "The Austin Mini of text entry"
==============================================
Panel detection code fixed

Dasher 3.2.6 - "What, those po files are supposed to do something?"
===================================================================
Make translations actually work

Dasher 3.2.5 - "Attack of the flying letters - the revenge"
===========================================================
Fixed a speech crash bug
Use gtkfilechooser
WE WELCOME OUR US SPELLING OVERLORDS
A couple of nasty bugs involving the branch change logic being broken when
in control mode were fixed, which should fix both hangs and exceptions
2004-04-03 07:30:27 +00:00
jmmv
ae5a97419f Handle some shared directories by depending on (or updating dependancies to
the latest versions) xdg-dirs, xdg-x11-dirs or gnome*-dirs.
Bump PKGREVISION.
2004-03-08 19:40:36 +00:00
jmmv
e494e49b07 Update to 3.2.4:
- Billions of translations
- X server portability fixes
- Behaves intelligently when it comes to deleting characters
- Fix various nasty things that broke switching between accessible applications
2004-02-26 15:10:50 +00:00
jmmv
57b2092704 Initial import of dasher, version 3.2.3:
Dasher is an information-efficient text-entry interface, driven by natural
continuous pointing gestures.  Dasher is a competitive text-entry system
wherever a full-size keyboard cannot be used - for example:
- on a palmtop computer
- on a wearable computer
- when operating a computer one-handed, by joystick, touchscreen, trackball,
  or mouse
- when operating a computer with zero hands (i.e., by head-mouse or by
  eyetracker)
2004-02-23 19:01:53 +00:00