[Gambas-devel-svn] SF.net SVN: gambas: [1332] gambas/trunk
Brought to you by:
gambas
From: <ga...@us...> - 2008-04-21 23:16:21
|
Revision: 1332 http://gambas.svn.sourceforge.net/gambas/?rev=1332&view=rev Author: gambas Date: 2008-04-21 16:15:48 -0700 (Mon, 21 Apr 2008) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Automically edit the 'Name' property when inserting a new control in a form. * BUG: Defining the startup class correctly updates the .startup file. * BUG: The form editor takes into account the new Border and Resizable Window properties correctly now. * BUG: Form editor window frame is drawn in a more polished way. * NEW: Automatically focus on the last edited property when the form editor selection changes. * BUG: Do not hide the debug window anymore when undocking the console. [INTERPRETER] * BUG: Getting information on a not yet loaded class does not crash the ?\194?\160 debugger anymore. ?\194?\160 [GB.FORM] * NEW: Workspace.Orientation is a new property that allows to define the orientation of the Workspace tabstrip. * BUG: Fix the DatePicker button drawing routine in ValueBox. ?\194?\160 [GB.GTK] * BUG: Windows cannot get focus anymore. [GB.NET.SMTP] * NEW: Write a Content-Length header inside MIME parts. [GB.QT] * NEW: Do not automatically transform non catched key events into accelator events. * BUG: Draw.Style.Panel() works correctly now. [GB.SETTINGS] * NEW: Settings.Read and Settings.Write now always store control settings in a slot based on the parent Window name, not the top-level one. Modified Paths: -------------- gambas/trunk/TODO gambas/trunk/app/src/gambas3/.lang/cy.po gambas/trunk/app/src/gambas3/.lang/fr.po gambas/trunk/app/src/gambas3/CControl.class gambas/trunk/app/src/gambas3/FDebugInfo.class gambas/trunk/app/src/gambas3/FForm.class gambas/trunk/app/src/gambas3/FForm.form gambas/trunk/app/src/gambas3/FMain.class gambas/trunk/app/src/gambas3/FMain.form gambas/trunk/app/src/gambas3/FProperty.class gambas/trunk/app/src/gambas3/FToolBar.form gambas/trunk/app/src/gambas3/FTranslate.form gambas/trunk/app/src/gambas3/Project.module gambas/trunk/comp/src/gb.form/.info gambas/trunk/comp/src/gb.form/.project gambas/trunk/comp/src/gb.form/DatePicker.class gambas/trunk/comp/src/gb.form/FBalloon.form gambas/trunk/comp/src/gb.form/FMain.form gambas/trunk/comp/src/gb.form/ValueBox.class gambas/trunk/comp/src/gb.form.mdi/.info gambas/trunk/comp/src/gb.form.mdi/.project gambas/trunk/comp/src/gb.form.mdi/FMain.form gambas/trunk/comp/src/gb.form.mdi/FWorkspace.class gambas/trunk/comp/src/gb.form.mdi/FWorkspace.form gambas/trunk/comp/src/gb.form.mdi/Form1.class gambas/trunk/comp/src/gb.form.mdi/Workspace.class gambas/trunk/comp/src/gb.settings/Settings.class gambas/trunk/gb.gtk/src/CWindow.cpp gambas/trunk/gb.gtk/src/gmainwindow.cpp gambas/trunk/gb.net.smtp/src/CSmtpClient.c gambas/trunk/gb.net.smtp/src/libsmtp_mime.h gambas/trunk/gb.net.smtp/src/parts.c gambas/trunk/gb.qt/src/CDraw.cpp gambas/trunk/gb.qt/src/CWidget.cpp gambas/trunk/gb.qt/src/ext/gdocument.cpp gambas/trunk/main/gbx/gbx_debug.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |