[Gambas-devel-svn] SF.net SVN: gambas:[1646] gambas/trunk
Brought to you by:
gambas
From: <ga...@us...> - 2008-10-21 10:22:26
|
Revision: 1646 http://gambas.svn.sourceforge.net/gambas/?rev=1646&view=rev Author: gambas Date: 2008-10-21 09:28:34 +0000 (Tue, 21 Oct 2008) Log Message: ----------- [CONFIGURATION] * BUG: Do not abort installation if a component written in gambas cannot be installed. * BUG: Disable colorgcc, libtool does not support it. [DEVELOPMENT ENVIRONMENT] * BUG: Print the real size of directory contents when getting information on a project directory. [WIKI CGI SCRIPT] * BUG: Some fixes in 'example' section and in view mode. [INTERPRETER] * BUG: Fix illegal memory access in locale-aware string comparison. * BUG: Fix a possible crash in String.UCase() and String.LCase(). [GB.FORM] * BUG: SidePanel arrow buttons are correctly drawn with gb.gtk now. [GB.GTK] * BUG: Fix the Image.MakeTransparent() method. * BUG: Fix the arrangement of ScrollView container. * BUG: Fix the memory leak in the Picture class. * BUG: Remove the Window resize event compression. * BUG: Gridview cells are correctly refreshed now when their Picture or Font property change. [GB.NET.CURL] * BUG: The Status property is correctly set after an error now. [GB.QT] * BUG: Correctly clears the internal closed flag when opening a Window. * BUG: WAIT does not take 100% CPU anymore. [GB.QT.EXT] * BUG: In Editor, the cursor could disappear when clicking. Fix that. [GB.XML] * BUG: The management of XML nodes was incorrect, and so was redesigned. Modified Paths: -------------- gambas/trunk/acinclude.m4 gambas/trunk/app/src/doc.cgi/.lang/.pot gambas/trunk/app/src/doc.cgi/.project gambas/trunk/app/src/doc.cgi/Main.module gambas/trunk/app/src/gambas3/FInfo.class gambas/trunk/comp/Makefile.am gambas/trunk/comp/src/gb.form/.component gambas/trunk/comp/src/gb.form/.lang/.pot gambas/trunk/comp/src/gb.form/.project gambas/trunk/comp/src/gb.form/FDirChooser.class gambas/trunk/comp/src/gb.form/FSidePanel.class gambas/trunk/comp/src/gb.form.mdi/CWindow.class gambas/trunk/comp/src/gb.form.mdi/FWorkspace.class gambas/trunk/gb.gtk/src/gcombobox.cpp gambas/trunk/gb.gtk/src/gcontrol.cpp gambas/trunk/gb.gtk/src/gmainwindow.cpp gambas/trunk/gb.gtk/src/gpicture.cpp gambas/trunk/gb.gtk/src/gscrollview.cpp gambas/trunk/gb.gtk/src/gscrollview.h gambas/trunk/gb.gtk/src/gtools.cpp gambas/trunk/gb.gtk/src/main.cpp gambas/trunk/gb.gtk/src/main.h gambas/trunk/gb.gtk/src/tablerender.cpp gambas/trunk/gb.gtk/src/tablerender.h gambas/trunk/gb.net.curl/src/CCurl.c gambas/trunk/gb.qt/src/CWindow.cpp gambas/trunk/gb.qt/src/ext/gview.cpp gambas/trunk/gb.qt4/src/x11.c gambas/trunk/gb.xml/src/CXMLDocument.c gambas/trunk/gb.xml/src/CXMLDocument.h gambas/trunk/gb.xml/src/CXMLNode.c gambas/trunk/gb.xml/src/CXMLNode.h gambas/trunk/gb.xml/src/xslt/CXSLT.c gambas/trunk/gb.xml/src/xslt/Makefile.am gambas/trunk/main/gbx/gbx_c_string.c gambas/trunk/main/gbx/gbx_compare.c gambas/trunk/main/gbx/gbx_exec.c gambas/trunk/main/gbx/gbx_string.c gambas/trunk/main/gbx/gbx_string.h gambas/trunk/main/gbx/gbx_subr_misc.c Added Paths: ----------- gambas/trunk/comp/src/gb.form/FFocusBug.class gambas/trunk/comp/src/gb.form/FFocusBug.form gambas/trunk/comp/src/gb.form/FMain.class gambas/trunk/comp/src/gb.form/FMain.form Removed Paths: ------------- gambas/trunk/comp/src/gb.form/FMain.class gambas/trunk/comp/src/gb.form/FMain.form This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |