[Gambas-devel-svn] SF.net SVN: gambas: [1425] gambas/trunk
Brought to you by:
gambas
From: <ga...@us...> - 2008-06-22 10:48:53
|
Revision: 1425 http://gambas.svn.sourceforge.net/gambas/?rev=1425&view=rev Author: gambas Date: 2008-06-20 11:14:02 -0700 (Fri, 20 Jun 2008) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Shift+Delete now works correctly in the editor. It does not cut an extra character anymore. * BUG: The selected control name on top of the property sheet is now correctly displayed. [EXAMPLES] * NEW: The AnalogWatch example now displays the time. [GB.GTK] * BUG: The Form.Load() method works correctly now. * BUG: Draw.Begin() and DrawingArea Draw event correctly initialize the background and foreground colors now. [GB.NET.CURL] * BUG: Fix some bad uses of interpreter API. [GB.NET.SMTP] * BUG: Fix some bugs in quoted-printable encoding and the sending of body data. * BUG: Apparently, a point at the beginning of a quoted-printable line is not allowed. So encode the point in that specific case. [GB.QT] * BUG: DrawingArea whose Background property has been changed does not flicker anymore. Modified Paths: -------------- gambas/trunk/TODO gambas/trunk/app/src/gambas3/.lang/fr.po gambas/trunk/app/src/gambas3/FAbout.form gambas/trunk/app/src/gambas3/FCreateFile.form gambas/trunk/app/src/gambas3/FCreateProject.form gambas/trunk/app/src/gambas3/FEditor.class gambas/trunk/app/src/gambas3/FForm.class gambas/trunk/app/src/gambas3/FForm.form gambas/trunk/app/src/gambas3/FOption.form gambas/trunk/app/src/gambas3/FOutput.class gambas/trunk/app/src/gambas3/FProjectItem.form gambas/trunk/app/src/gambas3/FProperty.class gambas/trunk/app/src/gambas3/FPropertyProject.form gambas/trunk/app/src/gambas3/FTextEditor.class gambas/trunk/app/src/gambas3/support.txt gambas/trunk/examples/examples/Drawing/AnalogWatch/FrmClock.class gambas/trunk/examples/examples/Drawing/AnalogWatch/FrmClock.form gambas/trunk/examples/examples/Drawing/Gravity/.project gambas/trunk/examples/examples/Drawing/Gravity/FMain.form gambas/trunk/gb.gtk/src/CWindow.cpp gambas/trunk/gb.gtk/src/gdraw.cpp gambas/trunk/gb.net.curl/src/CFtpClient.c gambas/trunk/gb.net.curl/src/CHttpClient.c gambas/trunk/gb.net.smtp/src/quoted.c gambas/trunk/gb.qt/src/CDrawingArea.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |