Re: [osg-users] keyboard differences between OSG 2.8.2 vs 2.8.1 [patch]

2009-10-10 Thread Robert Osfield
Hi Jim,

I believe this issue has already been tackled so could you please test
svn/trunk and let me know.

Also for future reference could you provide whole modified files
rather than copy and paste entries as whole files is most reliable way
for me to review changes.

Thanks,
Robert.

On Fri, Sep 25, 2009 at 3:01 AM, Jim Brooks jimbl...@gmail.com wrote:
 Hi,

 Here's a fix for the keys '[' ']' never reaching a keyboard handler:

 src/osgViewer/GraphicsWindowX11.cpp
              _extendedKeymap[XK_bracketleft  ] = '(';
              _extendedKeymap[XK_bracketright ] = ')';
             _extendedKeymap[XK_bracketleft  ] = '[';
             _extendedKeymap[XK_bracketright ] = ']';

 --
 Jim Brooks
 ___
 osg-users mailing list
 osg-users@lists.openscenegraph.org
 http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] keyboard differences between OSG 2.8.2 vs 2.8.1 [patch]

2009-10-10 Thread Jim Brooks
Hi Robert,

Yes, it's resolved.
I saw the same keyboard fix already in the svn trunk.

I believe this issue has already been tackled so could you please test
svn/trunk and let me know.

Also for future reference could you provide whole modified files
rather than copy and paste entries as whole files is most reliable way
for me to review changes.

Thanks,
Robert.
___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] keyboard differences between OSG 2.8.2 vs 2.8.1

2009-09-25 Thread Robert Osfield
Hi Jim,

On Fri, Sep 25, 2009 at 2:24 AM, Jim Brooks jimbl...@gmail.com wrote:
 On OSG 2.8.2, square brackets [] and parentheses() return the same values.
 OSG 2.8.1 returns different values as expected.
 Confirmed using my program and osgkeyboard.
 I'm using a USA keyboard on Debian 5 Lenny.

I believe a bug fix in GraphicsWindowX11 in 2.8.2 revealled this bug.
It's already fixed in svn/trunk and the OSG-2.8 branch.

Robert.
___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


[osg-users] keyboard differences between OSG 2.8.2 vs 2.8.1

2009-09-24 Thread Jim Brooks
Hi,

On OSG 2.8.2, square brackets [] and parentheses() return the same values.
OSG 2.8.1 returns different values as expected.
Confirmed using my program and osgkeyboard.
I'm using a USA keyboard on Debian 5 Lenny.

--
Jim Brooks
___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] keyboard differences between OSG 2.8.2 vs 2.8.1 [patch]

2009-09-24 Thread Jim Brooks
Hi,

Here's a fix for the keys '[' ']' never reaching a keyboard handler:

src/osgViewer/GraphicsWindowX11.cpp
 _extendedKeymap[XK_bracketleft  ] = '(';
 _extendedKeymap[XK_bracketright ] = ')';
 _extendedKeymap[XK_bracketleft  ] = '[';
 _extendedKeymap[XK_bracketright ] = ']';

--
Jim Brooks
___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org