[Gambas-devel-svn] SF.net SVN: gambas: [1153] gambas/trunk
Brought to you by:
gambas
From: <ga...@us...> - 2008-03-11 13:30:04
|
Revision: 1153 http://gambas.svn.sourceforge.net/gambas/?rev=1153&view=rev Author: gambas Date: 2008-03-11 06:29:47 -0700 (Tue, 11 Mar 2008) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: English and french tips were updated. A new tip was added. * NEW: Files that were opened at project close are automatically reopened ?\194?\160 when the project is loaded again. * NEW: A warning message is displayed when the GNU translation tools are not installed. * BUG: The code editor method combo-box is correctly updated now. * BUG: Some fixes in the automatic completion. * BUG: Replace points by dash in the name of packages generated by the IDE packager. * NEW: Updated russian translation * NEW: Updated french translation [DATABASE MANAGER] * NEW: Updated russian translation [EXAMPLES] * BUG: Fixed the Gravity and the GameOfLife examples so that they do not ?\194?\160 use public form controls anymore. [INTERPRETER] * OPT: Many optimizations in the string substitution routines, the internal datatype conversions, the INPUT and LINE INPUT instructions, the error messages generation, the object and string reference counting, and the memory allocation routines. * NEW: Opening a device file in direct mode (FOR READ/WRITE) is now automatically non blocking. * OPT: Lof() now only tries its different methods (ioctl and lseek) once. * BUG: Val() now ignores thousand separators characters at the end of the number. * NEW: A new flag for enabling the stack trace generation at each error. [GB.DEBUG] * BUG: The gb.debug component interface declaration was not 64-bits aware. [GB.EVAL] * BUG: The Highlight.Purge() method now correctly deals with non-ASCII characters. [GB.FORM] * BUG: TableView.Edit() does not raise a "read-only combo-box" error anymore. [GB.FORM.DIALOG] * BUG: Dialog buttons now are never cut. [GB.GTK] * BUG: Cached drawing areas are correctly redrawn now. * BUG: Loading big images now works correctly. There is apparently a bug in the GTK+ image loader, and I found a workaround. * BUG: Message boxes correctly display the text of their buttons now. [GB.QT] * BUG: The Open, and initial Move and Resize event of embedded forms are now always raised when you call the Show method or if you set the Visible property. Before, it was raised when the embedded form was actually shown. [GB.SETTINGS] * NEW: Settings are now stored in ~/.config/gambasX, where X is the gambas version number. * BUG: Strings are correctly quoted inside the settings file now. [GB.WEB] * NEW: Application.Protocol is a new property that allows to tell the ?\194?\160 component that the protocol is not necessarily "http". Modified Paths: -------------- gambas/trunk/TODO gambas/trunk/app/src/doc.cgi/.lang/fr.po gambas/trunk/app/src/gambas-database-manager/.lang/.pot gambas/trunk/app/src/gambas-database-manager/.lang/fr.po gambas/trunk/app/src/gambas-database-manager/.lang/ru.mo gambas/trunk/app/src/gambas-database-manager/.lang/ru.po gambas/trunk/app/src/gambas3/.lang/fr.po gambas/trunk/app/src/gambas3/.lang/ru.mo gambas/trunk/app/src/gambas3/.lang/ru.po gambas/trunk/app/src/gambas3/.settings gambas/trunk/app/src/gambas3/FEditor.class gambas/trunk/app/src/gambas3/FMain.class gambas/trunk/app/src/gambas3/FTextEditor.class gambas/trunk/app/src/gambas3/FTips.form gambas/trunk/app/src/gambas3/Project.module gambas/trunk/app/src/gambas3/tips/tips.en gambas/trunk/app/src/gambas3/tips/tips.fr gambas/trunk/comp/src/gb.form/.lang/.pot gambas/trunk/comp/src/gb.form/.project gambas/trunk/comp/src/gb.form/FileView.class gambas/trunk/comp/src/gb.form/TableView.class gambas/trunk/comp/src/gb.settings/.project gambas/trunk/comp/src/gb.settings/Main.module gambas/trunk/comp/src/gb.settings/Settings.class gambas/trunk/comp/src/gb.web/Application.module gambas/trunk/comp/src/gb.web/Response.module gambas/trunk/examples/examples/Drawing/Gravity/.project gambas/trunk/examples/examples/Drawing/Gravity/FMain.class gambas/trunk/examples/examples/Games/GameOfLife/.project gambas/trunk/examples/examples/Games/GameOfLife/CGameField.class gambas/trunk/examples/examples/Games/GameOfLife/FMain.class gambas/trunk/gb.gtk/src/CMessage.cpp gambas/trunk/gb.gtk/src/gdrawingarea.cpp gambas/trunk/gb.gtk/src/gpicture.cpp gambas/trunk/gb.qt/src/CWindow.cpp gambas/trunk/main/gbc/gb_str.c gambas/trunk/main/gbc/gb_str.h gambas/trunk/main/gbx/gb_error.c gambas/trunk/main/gbx/gb_error.h gambas/trunk/main/gbx/gbx_class.c gambas/trunk/main/gbx/gbx_class.h gambas/trunk/main/gbx/gbx_class_init.c gambas/trunk/main/gbx/gbx_exec.c gambas/trunk/main/gbx/gbx_exec.h gambas/trunk/main/gbx/gbx_exec_pop.c gambas/trunk/main/gbx/gbx_exec_push.c gambas/trunk/main/gbx/gbx_extern.c gambas/trunk/main/gbx/gbx_number.c gambas/trunk/main/gbx/gbx_project.c gambas/trunk/main/gbx/gbx_stream.c gambas/trunk/main/gbx/gbx_stream.h gambas/trunk/main/gbx/gbx_stream_direct.c gambas/trunk/main/gbx/gbx_string.c gambas/trunk/main/gbx/gbx_subr_file.c gambas/trunk/main/gbx/gbx_subr_string.c gambas/trunk/main/gbx/gbx_subr_test.c gambas/trunk/main/gbx/gbx_subst.c gambas/trunk/main/gbx/gbx_subst.h gambas/trunk/main/gbx/gbx_value.h gambas/trunk/main/lib/debug/gb.debug.h gambas/trunk/main/lib/eval/CHighlight.c gambas/trunk/main/libltdl/aclocal.m4 gambas/trunk/main/share/gb_alloc.h gambas/trunk/main/share/gb_alloc_temp.h gambas/trunk/main/share/gb_code_temp.h Added Paths: ----------- gambas/trunk/app/src/doc.cgi/.lang/ru.mo gambas/trunk/app/src/doc.cgi/.lang/ru.po Removed Paths: ------------- gambas/trunk/examples/examples/Drawing/Gravity/modGravity.module This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |