[Gambas-devel-svn] SF.net SVN: gambas:[1605] gambas/trunk
Brought to you by:
gambas
From: <ga...@us...> - 2008-09-26 02:25:39
|
Revision: 1605 http://gambas.svn.sourceforge.net/gambas/?rev=1605&view=rev Author: gambas Date: 2008-09-26 02:25:29 +0000 (Fri, 26 Sep 2008) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Store the component version inside the .component files for component projects. * NEW: Package dependencies on component use the previous version stored in the .component file if it is available. Otherwise the current Gambas interpreter version is used. * BUG: Do not increment version release if the packager wizard is cancelled. * NEW: Package dependencies on component use the previous version stored in the .component file if it is available. Otherwise the current Gambas interpreter version is used. * NEW: The package wizard remembers the last directory used for storing packages. * BUG: The default directory where packages are stored is the home directory now. * BUG: Fix the signature display routine that sometimes underlined incorrectly. * BUG: Use version program at each project configuration write. * NEW: A "paste special" function in the code editor, that allows to insert plain text or HTML text from the clipboard, and can comment it, quote it as a Gambas string, or transform it into PRINT instructions. * BUG: Some fix related to the now immediate invalidity of deleted forms. [SCRIPTER] * NEW: Support for gambas server pages! * NEW: Server page are now run by a program named 'gbw2', which is just a symbolic link to 'gbs2'. [GB.GTK] * BUG: Window.Picture property now works correctly when the window is embedded inside a container. * BUG: Embedded windows having a background picture are now correctly updated when they are resized. * BUG: Correctly handle a form close or destroy during an event handler. * BUG: The combo-box behaves now like the qt one. Its first item is always selected at startup. * NEW: Now deleted forms become immediately invalid. [GB.QT] * BUG: Clipboard.Paste() now returns an UTF-8 string. * BUG: Correctly handle a form close or destroy during an event handler. * BUG: Checking if the application must quit is deferred, so that closing a form and opeing another one keeps the application running. * NEW: Now deleted forms become immediately invalid. [GB.QT.EXT] * BUG: Fix the Editor drawing while scrolling. * BUG: Fix conversion from cursor position to text column in Editor. * BUG: Fix the Editor drawing when it has been scrolled to the right. * BUG: Don't paste in Editor if there is nothing to paste. Modified Paths: -------------- gambas/trunk/TODO gambas/trunk/app/Makefile.am gambas/trunk/app/src/doc.cgi/.lang/.pot gambas/trunk/app/src/doc.cgi/CClassInfo.class gambas/trunk/app/src/doc.cgi/CComponent.class gambas/trunk/app/src/doc.cgi/CPropertyInfo.class gambas/trunk/app/src/doc.cgi/CSymbolInfo.class gambas/trunk/app/src/doc.cgi/Main.module gambas/trunk/app/src/gambas3/.project gambas/trunk/app/src/gambas3/CComponent.class gambas/trunk/app/src/gambas3/CSymbolInfo.class gambas/trunk/app/src/gambas3/FCreateFile.class gambas/trunk/app/src/gambas3/FEditor.class gambas/trunk/app/src/gambas3/FMakeInstall.class gambas/trunk/app/src/gambas3/FMakeInstall.form gambas/trunk/app/src/gambas3/FOutput.class gambas/trunk/app/src/gambas3/FPropertyProject.class gambas/trunk/app/src/gambas3/MMime.module gambas/trunk/app/src/gambas3/Package.module gambas/trunk/app/src/gambas3/Project.module gambas/trunk/app/src/gbs3/.icon.png gambas/trunk/app/src/gbs3/.project gambas/trunk/app/src/gbs3/.settings gambas/trunk/app/src/gbs3/MMain.module gambas/trunk/app/src/gbs3/helptext gambas/trunk/gb.db.mysql/src/gb.db.mysql/.project gambas/trunk/gb.gtk/src/CButton.cpp gambas/trunk/gb.gtk/src/CWidget.cpp gambas/trunk/gb.gtk/src/CWindow.cpp gambas/trunk/gb.gtk/src/gbutton.cpp gambas/trunk/gb.gtk/src/gcombobox.cpp gambas/trunk/gb.gtk/src/gcombobox.h gambas/trunk/gb.gtk/src/gcontrol.h gambas/trunk/gb.gtk/src/glabel.cpp gambas/trunk/gb.gtk/src/gmainwindow.cpp gambas/trunk/gb.gtk/src/main.cpp gambas/trunk/gb.qt/src/CClipboard.cpp gambas/trunk/gb.qt/src/CWidget.cpp gambas/trunk/gb.qt/src/CWidget.h gambas/trunk/gb.qt/src/ext/gdocument.cpp gambas/trunk/gb.qt/src/ext/gdocument.h gambas/trunk/gb.qt/src/ext/gview.cpp gambas/trunk/gb.qt/src/ext/gview.h gambas/trunk/gb.qt/src/main.cpp Added Paths: ----------- gambas/trunk/app/src/gambas3/FPasteSpecial.class gambas/trunk/app/src/gambas3/FPasteSpecial.form gambas/trunk/app/src/gbs3/MServerPage.module gambas/trunk/app/src/gbs3/icon.png Removed Paths: ------------- gambas/trunk/app/src/gbs3/script.png This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |