After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 410302 - Better support for gnome-mud application
Better support for gnome-mud application
Status: RESOLVED FIXED
Product: orca
Classification: Applications
Component: general
2.17.x
Other All
: Normal enhancement
: ---
Assigned To: Orca Maintainers
Orca Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-02-21 07:50 UTC by Javier
Modified: 2007-03-27 15:43 UTC
See Also:
GNOME target: ---
GNOME version: Unversioned Enhancement


Attachments
Orca script for gnome-mud (5.77 KB, text/plain)
2007-02-21 08:04 UTC, Javier
Details

Description Javier 2007-02-21 07:50:26 UTC
Gnome-mud (http://www.gnomefiles.org/app.php/gnome-mud is a client for multi-user-dungeon (MUD) playing.
This application is GTK based. However, We need a script in Orca for improving user experience.
The GUI is basically made of two text area, one area for outgoing text and another for incoming messages that cannot get focus like in a chat application.
There is also a toolbar and a menu. We can navigate it with no problem.

Orca needs to read incoming text automatically and to have a history of latest incoming messages like in Gaim application.
Comment 1 Javier 2007-02-21 08:04:34 UTC
Created attachment 83018 [details]
Orca script for gnome-mud

This script address the enhancements listed in the report.
Currently Orca speaks incoming text automatically if the application has focus and keeps a list of the 10 latest messages.
Pressing alt 1 to alt 0 we can read latest 1, 2, 3, 4 and so messages.
Comment 2 Willie Walker 2007-02-21 13:40:30 UTC
Neat!  Thanks so much for doing this -- you're becoming a script writer, Javier!  The only comments I have on the script are:

1) It has a new string for translation, and we're in the string freeze period for GNOME 2.18.  If it's OK by you, I'd like to wait until GNOME 2.19.x to put this module in.

2) The copyright/attribution stuff should definitely be for you or ONCE and not Sun.  You guys did the work.  :-)

Thanks!
Comment 3 Rich Burridge 2007-02-21 16:25:11 UTC
For the Ring List, we should put in the same attribution that I used in the 
gaim script:

########################################################################
#                                                                      #
# Ring List. A fixed size circular list by Flavio Catalani             #
# http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/435902       #
#                                                                      #
########################################################################

but otherwise I agree. 
Comment 4 Rich Burridge 2007-03-08 21:19:30 UTC
I've checked in your script to SVN trunk/HEAD. Thanks Javier. 

I've added in the attribution for the Ring List. As Will says, 
we'd really like to change the Sun copyright for an ONCE one, 
so can you please tell me what the correct wording should be, 
before I close out the bug, and I'll make that one line change.
Comment 5 Rich Burridge 2007-03-27 15:43:51 UTC
Closing as FIXED. Thanks Javier!