[Gambas-devel-svn] SF.net SVN: gambas:[6574] gambas/trunk
Brought to you by:
gambas
From: <ga...@us...> - 2014-10-25 14:33:02
|
Revision: 6574 http://sourceforge.net/p/gambas/code/6574 Author: gambas Date: 2014-10-25 14:32:48 +0000 (Sat, 25 Oct 2014) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Put the publishing configuration and registration in the option dialog. [GB.FORM] * BUG: SwitchButton: Use a "disable" look for ON and OFF state when the Enabled property is FALSE. * NEW: ListEditor is a new control that allows to edit the contents of a ListBox control. [GB.GTK] * BUG: Remove a debugging message. * BUG: TextBox: Postpone the Change event so that replacing the selection raises a unique Change event. [GB.NET.SMTP] * NEW: Add a Content-Disposition header to attachments. [GB.WEB] * NEW: The default response content type is now HTML with UTF-8 charset. Modified Paths: -------------- gambas/trunk/app/src/gambas-wiki/.project gambas/trunk/app/src/gambas3/.lang/fr.mo gambas/trunk/app/src/gambas3/.lang/fr.po gambas/trunk/app/src/gambas3/.src/Options/FOption.class gambas/trunk/app/src/gambas3/.src/Options/FOption.form gambas/trunk/app/src/gambas3/.src/Project/Publish/CTag.class gambas/trunk/app/src/gambas3/.src/Project/Publish/CTagEditor.class gambas/trunk/app/src/gambas3/.src/Project/Publish/FPublish.class gambas/trunk/app/src/gambas3/.src/Project/Publish/FPublish.form gambas/trunk/app/src/gambas3-farm-server/.src/MMain.module gambas/trunk/comp/src/gb.form/.component gambas/trunk/comp/src/gb.form/.hidden/control/tableview.png gambas/trunk/comp/src/gb.form/.info gambas/trunk/comp/src/gb.form/.list gambas/trunk/comp/src/gb.form/.project gambas/trunk/comp/src/gb.form/.src/Button/SwitchButton.class gambas/trunk/comp/src/gb.form/.src/Test/FSwitchButton.class gambas/trunk/comp/src/gb.form/.src/Test/FSwitchButton.form gambas/trunk/comp/src/gb.net.smtp/.info gambas/trunk/comp/src/gb.net.smtp/.src/Main.module gambas/trunk/comp/src/gb.net.smtp/.src/SmtpPart.class gambas/trunk/comp/src/gb.net.smtp/.startup gambas/trunk/comp/src/gb.web/.src/Response.module gambas/trunk/examples/examples/Misc/Notepad/.project gambas/trunk/gb.gtk/src/gcontrol.cpp gambas/trunk/gb.gtk/src/gtextbox.cpp gambas/trunk/gb.gtk/src/gtextbox.h Added Paths: ----------- gambas/trunk/app/src/gambas3/.src/Project/Publish/Publish.module gambas/trunk/comp/src/gb.form/.hidden/control/listeditor.png gambas/trunk/comp/src/gb.form/.src/ListEditor/ gambas/trunk/comp/src/gb.form/.src/ListEditor/FListEditor.class gambas/trunk/comp/src/gb.form/.src/ListEditor/FListEditor.form gambas/trunk/comp/src/gb.form/.src/ListEditor/ListEditor.class gambas/trunk/comp/src/gb.form/.src/Test/FTestListEditor.class gambas/trunk/comp/src/gb.form/.src/Test/FTestListEditor.form Removed Paths: ------------- gambas/trunk/app/src/gambas3/.src/Project/Publish/CSoftware.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |