[Gambas-devel-svn] SF.net SVN: gambas: [267] 2.0/trunk
Brought to you by:
gambas
From: <ga...@us...> - 2007-04-09 20:30:56
|
Revision: 267 http://svn.sourceforge.net/gambas/?rev=267&view=rev Author: gambas Date: 2007-04-09 13:30:46 -0700 (Mon, 09 Apr 2007) Log Message: ----------- [CONFIGURATION] * The README.HOW-TO-PACKAGE-GAMBAS.html file has been updated. The text version of this file has been removed. [DEVELOPMENT ENVIRONMENT] * NEW: The packager can make packages for Mandriva 2007. The XDG menu system is supported. * BUG: Form files are read as soon as the form is loaded in the IDE, not just when the form editor is shown. This makes the automatic completion works in the class editor when the form is not opened yet. [GB.QT] * NEW: TextArea.Selected returns if some text is selected in the TextArea. * NEW: TextArea.Unselect() is a synonymous for TextArea.Selection.Hide. * NEW: TextArea.Selection.Clear() has been removed. * NEW: TextBox.Selected returns if some text is selected in the TextBox. * NEW: TextBox.Unselect() is a synonymous for TextBox.Selection.Hide. * NEW: TextBox.Selection.Clear() has been removed. [GB.QT.KDE.HTML] * NEW: WebBrowser.Find() is a new method that opens the text search dialog on the active frame. * NEW: WebBrowser.Selection.Text is a new property that returns the text selected in the active frame. * NEW: WebBrowser.Selection.HTML is a new property that returns the HTML code of what is selected in the active frame. * NEW: WebBrowser.Selected returns if something is selected in the active frame. Modified Paths: -------------- 2.0/trunk/README.HOW-TO-PACKAGE-GAMBAS.html 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/CComponent.class 2.0/trunk/app/src/gambas2/FAbout.class 2.0/trunk/app/src/gambas2/FForm.class 2.0/trunk/app/src/gambas2/FMain.class 2.0/trunk/app/src/gambas2/FMakeInstall.class 2.0/trunk/app/src/gambas2/FMakeInstall.form 2.0/trunk/app/src/gambas2/Package.module 2.0/trunk/app/src/gambas2/Project.module 2.0/trunk/examples/examples/Networking/WebBrowser/.project 2.0/trunk/examples/examples/Networking/WebBrowser/FBrowser.class 2.0/trunk/examples/examples/Networking/WebBrowser/FBrowser.form 2.0/trunk/gb.qt/src/CTextArea.cpp 2.0/trunk/gb.qt/src/CTextBox.cpp 2.0/trunk/gb.qt.kde/src/html/CWebBrowser.cpp 2.0/trunk/gb.qt.kde/src/html/CWebBrowser.h 2.0/trunk/gb.qt.kde/src/html/main.cpp 2.0/trunk/gb.xml/src/rpc/gb.xml.rpc/.info 2.0/trunk/gb.xml/src/rpc/gb.xml.rpc/.list Added Paths: ----------- 2.0/trunk/app/src/gambas2/CHANGELOG 2.0/trunk/examples/examples/Networking/WebBrowser/CHANGELOG Removed Paths: ------------- 2.0/trunk/README.HOW-TO-PACKAGE-GAMBAS 2.0/trunk/app/src/gambas2/FMakeInstall2.class 2.0/trunk/app/src/gambas2/FMakeInstall2.form This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |