[Gambas-devel-svn] SF.net SVN: gambas: [117] 2.0/trunk
Brought to you by:
gambas
From: <ga...@us...> - 2006-10-25 16:19:34
|
Revision: 117 http://svn.sourceforge.net/gambas/?rev=117&view=rev Author: gambas Date: 2006-10-25 09:18:28 -0700 (Wed, 25 Oct 2006) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * OPT: Many dialogs are now persistent, so that they display faster. * NEW: The project creation dialog was reorganized. * NEW: A new project type: Web application based on CGI. * BUG: Making executable dialog now displays the bookmarks panel, so that putting the executable anywhere is possible. * BUG: HTML highlighting now uses UTF-8 string functions, so that highlighting non-ASCII characters works correctly. * BUG: A case-sensitive test on control classes has been removed. * NEW: Underscores are allowed in control identifiers now. [INTERPRETER] * BUG: String.Comp now switches to a binary comparison when its arguments are not valid UTF-8 strings, instead of raising an error. [GB.QT] * BUG: Dialog.Filter now does not automatically add the '*' filter if it is already specified. * NEW: Draw.Device returns the current device object being drawn. * BUG: DrawingArea.Resize now raises an error when the DrawingArea is being drawn. It does not crash the interpreter anymore. * BUG: Form Open event is raised again when opening a persistent modal window again. [GB.FORM] * BUG: Dialog.Filter now does not automatically add the '*' filter if it is already specified. * BUG: Settings DirView.Current or FileView.Current changes the current bookmark too. * BUG: FileView displays the entire directory contents even if getting an icon fails. [GB.QT.KDE COMPONENT] * BUG: Dialog.Filter now does not automatically add the '*' filter if it is already specified. [GB.WEB COMPONENT] * NEW: The Application has new properties to return information about the CGI application. * NEW: Application.Host returns the server host. * NEW: Application.Root returns the root path of the application URLs. * NEW: Request.Path is a new property that returns the path part of the request. * NEW: Request.Query is a new property that returns the query part of the request, without the question mark. * NEW: Application.Request returns the full request string submitted to the CGI application. Application.Request = "http://" & Application.Host &/ Application.Root &/ Request.Path &/ "?" & Request.Query. Modified Paths: -------------- 2.0/trunk/app/src/gambas2/.lang/.pot 2.0/trunk/app/src/gambas2/.lang/fr.mo 2.0/trunk/app/src/gambas2/.lang/fr.po 2.0/trunk/app/src/gambas2/CControl.class 2.0/trunk/app/src/gambas2/FColorChooser.form 2.0/trunk/app/src/gambas2/FCreateFile.form 2.0/trunk/app/src/gambas2/FCreateProject.class 2.0/trunk/app/src/gambas2/FCreateProject.form 2.0/trunk/app/src/gambas2/FFontChooser.form 2.0/trunk/app/src/gambas2/FMakeExecutable.class 2.0/trunk/app/src/gambas2/FMakeExecutable.form 2.0/trunk/app/src/gambas2/FOpenProject.form 2.0/trunk/app/src/gambas2/FPropertyProject.class 2.0/trunk/app/src/gambas2/FPropertyProject.form 2.0/trunk/app/src/gambas2/FSelectIcon.form 2.0/trunk/app/src/gambas2/FTextEditor.class 2.0/trunk/app/src/gambas2/FTranslate.form 2.0/trunk/app/src/gambas2/template/_project 2.0/trunk/app/src/gambas2/template/list 2.0/trunk/comp/src/gb.form/.lang/.pot 2.0/trunk/comp/src/gb.form/.lang/fr.po 2.0/trunk/comp/src/gb.form/.project 2.0/trunk/comp/src/gb.form/FDirChooser.class 2.0/trunk/comp/src/gb.form/FMain.form 2.0/trunk/comp/src/gb.form/FileView.class 2.0/trunk/comp/src/gb.web/.info 2.0/trunk/comp/src/gb.web/.list 2.0/trunk/comp/src/gb.web/.project 2.0/trunk/comp/src/gb.web/Request.module 2.0/trunk/comp/src/gb.web/Response.module 2.0/trunk/gb.qt/src/CDialog.cpp 2.0/trunk/gb.qt/src/CDraw.cpp 2.0/trunk/gb.qt/src/CDrawingArea.cpp 2.0/trunk/gb.qt/src/CDrawingArea.h 2.0/trunk/gb.qt/src/CWindow.cpp 2.0/trunk/gb.qt/src/share/CDraw_desc.h 2.0/trunk/gb.qt.kde/src/CDialog.cpp 2.0/trunk/main/gbx/gbx_api.c 2.0/trunk/main/gbx/gbx_c_application.c 2.0/trunk/main/gbx/gbx_c_string.c 2.0/trunk/main/gbx/gbx_class.c 2.0/trunk/main/gbx/gbx_compare.c 2.0/trunk/main/gbx/gbx_compare.h 2.0/trunk/main/gbx/gbx_date.c 2.0/trunk/main/gbx/gbx_string.c 2.0/trunk/main/gbx/gbx_string.h 2.0/trunk/main/gbx/gbx_subr_file.c 2.0/trunk/main/gbx/gbx_subr_string.c 2.0/trunk/main/share/gb_table.h 2.0/trunk/main/share/gb_table_temp.h Added Paths: ----------- 2.0/trunk/comp/src/gb.web/Application.module This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |