[Wgui-cvs] wgui BUGS,1.15,1.16 configure,1.19,1.20 configure.in,1.15,1.16
Status: Beta
Brought to you by:
greenwire
|
From: Rob W. <gre...@us...> - 2004-12-12 19:45:17
|
Update of /cvsroot/wgui/wgui In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27283 Modified Files: BUGS configure configure.in Log Message: Commented out some code in TestView1.cpp so that it wouldn't segfault. This is a temporary measure that needs to be fixed properly. Index: BUGS =================================================================== RCS file: /cvsroot/wgui/wgui/BUGS,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** BUGS 7 Dec 2004 21:17:55 -0000 1.15 --- BUGS 12 Dec 2004 19:45:05 -0000 1.16 *************** *** 1,4 **** --- 1,6 ---- Known bugs for 0.4.0 + - There appears to be some problem with the CMenu class. TestApp1 segfaults on Fedora Linux, but commenting out the code that creates the + submenus for the popup menu seems to fix it. So this code has been commented out for the 0.4.0 release. - The CFrame class is far from complete. Currently the title bar does not draw correctly, and the frame doesn't clip it's child controls. - The wGui library is currently built to the src directory instead of the lib directory when using GNU Make Index: configure =================================================================== RCS file: /cvsroot/wgui/wgui/configure,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -d -r1.19 -r1.20 *** configure 8 Jun 2004 15:18:27 -0000 1.19 --- configure 12 Dec 2004 19:45:05 -0000 1.20 *************** *** 1329,1334 **** WGUI_VERSION_MAJOR=0 ! WGUI_VERSION_MINOR=3 ! WGUI_VERSION_REVISION=3 WGUI_VERSION=$WGUI_VERSION_MAJOR.$WGUI_VERSION_MINOR.$WGUI_VERSION_REVISION VERSION=$WGUI_VERSION --- 1329,1334 ---- WGUI_VERSION_MAJOR=0 ! WGUI_VERSION_MINOR=4 ! WGUI_VERSION_REVISION=0 WGUI_VERSION=$WGUI_VERSION_MAJOR.$WGUI_VERSION_MINOR.$WGUI_VERSION_REVISION VERSION=$WGUI_VERSION Index: configure.in =================================================================== RCS file: /cvsroot/wgui/wgui/configure.in,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** configure.in 23 Apr 2004 03:45:43 -0000 1.15 --- configure.in 12 Dec 2004 19:45:05 -0000 1.16 *************** *** 4,9 **** WGUI_VERSION_MAJOR=0 ! WGUI_VERSION_MINOR=3 ! WGUI_VERSION_REVISION=3 WGUI_VERSION=$WGUI_VERSION_MAJOR.$WGUI_VERSION_MINOR.$WGUI_VERSION_REVISION VERSION=$WGUI_VERSION --- 4,9 ---- WGUI_VERSION_MAJOR=0 ! WGUI_VERSION_MINOR=4 ! WGUI_VERSION_REVISION=0 WGUI_VERSION=$WGUI_VERSION_MAJOR.$WGUI_VERSION_MINOR.$WGUI_VERSION_REVISION VERSION=$WGUI_VERSION |