[Gambas-devel-svn] SF.net SVN: gambas:[6812] gambas/trunk
Brought to you by:
gambas
From: <ga...@us...> - 2015-01-05 20:51:29
|
Revision: 6812 http://sourceforge.net/p/gambas/code/6812 Author: gambas Date: 2015-01-05 20:51:21 +0000 (Mon, 05 Jan 2015) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Description of the gb.util.web component. * NEW: A component/library project now can define if its information should include the information of other components. This is useful if your component includes another component at runtime that is hidden, or that it does not depend on. [INFORMER] * NEW: Support for information include of components written in Gambas. [GB.GUI.BASE] * OPT: Border: Use Single instead of Float for properties. It saves some memory space. * NEW: Border: Properties for diaognal strikes. * BUG: Border: Fix style syntax analyze. [GB.UTIL.WEB] * NEW: A new component that provides useful routines for web applications. They were located in gb.web before. [GB.WEB] * NEW: 'gb.util.web' is now automatically loaded, to provide backward-compatibility with Gambas 3.6 applications using 'gb.web'. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.lang/fr.mo gambas/trunk/app/src/gambas3/.lang/fr.po gambas/trunk/app/src/gambas3/.src/Component/CComponent.class gambas/trunk/app/src/gambas3/.src/Project/FProjectProperty.class gambas/trunk/app/src/gambas3/.src/Project/FProjectProperty.form gambas/trunk/app/src/gambas3/.src/Project/Farm/FSoftwareFarm.class gambas/trunk/app/src/gambas3/.src/Project/Farm/FSoftwareFarm.form gambas/trunk/app/src/gambas3/.src/Project.module gambas/trunk/comp/src/gb.form/.lang/fr.po gambas/trunk/comp/src/gb.form/.project gambas/trunk/comp/src/gb.gui.base/.info gambas/trunk/comp/src/gb.gui.base/.project gambas/trunk/comp/src/gb.gui.base/.src/Border.class gambas/trunk/comp/src/gb.gui.base/.src/Test/FBorder.class gambas/trunk/comp/src/gb.gui.base/.src/Test/FBorder.form gambas/trunk/comp/src/gb.gui.base/.src/Test/FGridView.class gambas/trunk/comp/src/gb.gui.base/.src/Test/FGridView.form gambas/trunk/comp/src/gb.web/.component gambas/trunk/comp/src/gb.web/.info gambas/trunk/comp/src/gb.web/.list gambas/trunk/comp/src/gb.web/.project gambas/trunk/comp/src/gb.web/.src/CGI.module gambas/trunk/comp/src/gb.web/.src/Main.module gambas/trunk/comp/src/order gambas/trunk/main/gbc/gbi.c Added Paths: ----------- gambas/trunk/comp/src/gb.util.web/ gambas/trunk/comp/src/gb.util.web/.component gambas/trunk/comp/src/gb.util.web/.directory gambas/trunk/comp/src/gb.util.web/.gambas/ gambas/trunk/comp/src/gb.util.web/.gitignore gambas/trunk/comp/src/gb.util.web/.hidden/ gambas/trunk/comp/src/gb.util.web/.hidden/control/ gambas/trunk/comp/src/gb.util.web/.hidden/control/ccontainer.png gambas/trunk/comp/src/gb.util.web/.hidden/control/ccontrol.png gambas/trunk/comp/src/gb.util.web/.icon.png gambas/trunk/comp/src/gb.util.web/.info gambas/trunk/comp/src/gb.util.web/.lang/ gambas/trunk/comp/src/gb.util.web/.list gambas/trunk/comp/src/gb.util.web/.project gambas/trunk/comp/src/gb.util.web/.src/ gambas/trunk/comp/src/gb.util.web/.src/JSON.module gambas/trunk/comp/src/gb.util.web/.src/JSONCollection.class gambas/trunk/comp/src/gb.util.web/.src/MMain.module gambas/trunk/comp/src/gb.util.web/.src/URL.class gambas/trunk/comp/src/gb.util.web/.startup gambas/trunk/comp/src/gb.web/.src/URL.class Removed Paths: ------------- gambas/trunk/comp/src/gb.web/.src/JSON.module gambas/trunk/comp/src/gb.web/.src/JSONCollection.class gambas/trunk/comp/src/gb.web/.src/URL.module This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |