gambas-devel-svn Mailing List for Gambas (Page 28)
Brought to you by:
gambas
This list is closed, nobody may subscribe to it.
2006 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(20) |
Oct
(61) |
Nov
(35) |
Dec
(20) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2007 |
Jan
(27) |
Feb
(24) |
Mar
(13) |
Apr
(95) |
May
(58) |
Jun
(27) |
Jul
(52) |
Aug
(60) |
Sep
(134) |
Oct
(118) |
Nov
(55) |
Dec
(52) |
2008 |
Jan
(149) |
Feb
(73) |
Mar
(152) |
Apr
(68) |
May
(51) |
Jun
(44) |
Jul
(47) |
Aug
(44) |
Sep
(82) |
Oct
(48) |
Nov
(54) |
Dec
(41) |
2009 |
Jan
(82) |
Feb
(48) |
Mar
(30) |
Apr
(21) |
May
(51) |
Jun
(68) |
Jul
(142) |
Aug
(96) |
Sep
(76) |
Oct
(29) |
Nov
(52) |
Dec
(126) |
2010 |
Jan
(73) |
Feb
(77) |
Mar
(120) |
Apr
(79) |
May
(58) |
Jun
(39) |
Jul
(58) |
Aug
(91) |
Sep
(74) |
Oct
(26) |
Nov
(67) |
Dec
(77) |
2011 |
Jan
(110) |
Feb
(100) |
Mar
(85) |
Apr
(107) |
May
(48) |
Jun
(43) |
Jul
(47) |
Aug
(112) |
Sep
(96) |
Oct
(62) |
Nov
(36) |
Dec
(125) |
2012 |
Jan
(54) |
Feb
(75) |
Mar
(65) |
Apr
(117) |
May
(95) |
Jun
(82) |
Jul
(128) |
Aug
(104) |
Sep
(111) |
Oct
(48) |
Nov
(141) |
Dec
(72) |
2013 |
Jan
(50) |
Feb
(36) |
Mar
(40) |
Apr
(23) |
May
(59) |
Jun
(30) |
Jul
(50) |
Aug
(55) |
Sep
(41) |
Oct
(56) |
Nov
(55) |
Dec
(70) |
2014 |
Jan
(72) |
Feb
(71) |
Mar
(31) |
Apr
(31) |
May
(47) |
Jun
(59) |
Jul
(51) |
Aug
(33) |
Sep
(76) |
Oct
(85) |
Nov
(91) |
Dec
(91) |
2015 |
Jan
(88) |
Feb
(42) |
Mar
(97) |
Apr
(31) |
May
(60) |
Jun
(52) |
Jul
(45) |
Aug
(54) |
Sep
(116) |
Oct
(65) |
Nov
(56) |
Dec
(46) |
2016 |
Jan
(48) |
Feb
(25) |
Mar
(87) |
Apr
(47) |
May
(46) |
Jun
(12) |
Jul
(24) |
Aug
(53) |
Sep
(35) |
Oct
(32) |
Nov
(55) |
Dec
(29) |
2017 |
Jan
(41) |
Feb
(13) |
Mar
(7) |
Apr
(17) |
May
(10) |
Jun
(7) |
Jul
(23) |
Aug
(3) |
Sep
|
Oct
|
Nov
|
Dec
|
From: <ga...@us...> - 2015-11-16 14:31:26
|
Revision: 7480 http://sourceforge.net/p/gambas/code/7480 Author: gambas Date: 2015-11-16 14:31:24 +0000 (Mon, 16 Nov 2015) Log Message: ----------- [GB.GTK] * BUG: Fix crashes on desktops not defining some X11 properties. [GB.GTK3] * BUG: Fix crashes on desktops not defining some X11 properties. [GB.QT4] * BUG: Fix crashes on desktops not defining some X11 properties. [GB.QT5] * BUG: Fix crashes on desktops not defining some X11 properties. Modified Paths: -------------- gambas/trunk/gb.qt4/src/x11.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-11-16 06:07:08
|
Revision: 7479 http://sourceforge.net/p/gambas/code/7479 Author: gambas Date: 2015-11-16 06:07:06 +0000 (Mon, 16 Nov 2015) Log Message: ----------- [GB.WEB.FORM] * NEW: WebControl.Raise() is a new method to raise a control in its parent hierarchy. * NEW: WebControl.Lower() is a new method to lower a control in its parent hierarchy. * NEW: WebControl.Delete() deletes a control. * NEW: Support for reisable windows. * NEW: WebForm.Open() is a new method to open a child form as a window inside the current form. Modified Paths: -------------- gambas/trunk/comp/src/gb.web.form/.info gambas/trunk/comp/src/gb.web.form/.src/Test/Webform2.class gambas/trunk/comp/src/gb.web.form/.src/Test/Webform2.webform gambas/trunk/comp/src/gb.web.form/.src/WebCheckBox.class gambas/trunk/comp/src/gb.web.form/.src/WebContainer.class gambas/trunk/comp/src/gb.web.form/.src/WebControl.class gambas/trunk/comp/src/gb.web.form/.src/WebForm.class gambas/trunk/comp/src/gb.web.form/.src/WebTabPanel.class gambas/trunk/comp/src/gb.web.form/.src/WebTimer.class gambas/trunk/comp/src/gb.web.form/gw-style.css gambas/trunk/comp/src/gb.web.form/lib.js Added Paths: ----------- gambas/trunk/comp/src/gb.web.form/.public/gw-close.png gambas/trunk/comp/src/gb.web.form/.src/Test/FMessage.class gambas/trunk/comp/src/gb.web.form/.src/Test/FMessage.webform gambas/trunk/comp/src/gb.web.form/.src/WebWindow.class Removed Paths: ------------- gambas/trunk/comp/src/gb.web.form/.public/close.png This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-11-15 03:13:16
|
Revision: 7478 http://sourceforge.net/p/gambas/code/7478 Author: gambas Date: 2015-11-15 03:13:14 +0000 (Sun, 15 Nov 2015) Log Message: ----------- [CONFIGURATION] * BUG: Add gb.web.form to the list of components to compile. Modified Paths: -------------- gambas/trunk/comp/src/order This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-11-14 23:22:12
|
Revision: 7477 http://sourceforge.net/p/gambas/code/7477 Author: gambas Date: 2015-11-14 23:22:10 +0000 (Sat, 14 Nov 2015) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Form editor: Decide that a control has a parent according to its constructor, not to its Virtual state. * BUG: Form editor: Correctly handle color properties with an alpha value. * NEW: The '_HiddenControls' property of form controls now can hide controls from any other components. [BENCHMARKS] * NEW: Do less repeats in the 'string 'benchmark. * NEW: Update the Gambas version of 'mandelbrot' and 'polynom' benchmarks. [GB.WEB.FORM] * NEW: A small Color class. * BUG: WebButton now uses the 'gw-button' CSS class. * BUG: Fix WebCheckBox rendering. * NEW: WebRadioButton is a new control that implements a radio button. * NEW: WebTimer is a new virtual control that implements a timer on the browser client side. * NEW: Implement read-write WebComboBox. * NEW: WebControl now has Background and Foreground properties. * BUG: Hidden controls do not refresh. A control is hidden if it is not visible or if one of its parent is not visible. * NEW: Controls can render JavaScript code. * NEW: WebTextBox now uses the 'gw-textbox' CSS class. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/Component/CClassInfo.class gambas/trunk/app/src/gambas3/.src/Component/CPropertyInfo.class gambas/trunk/app/src/gambas3/.src/Editor/Form/CControl.class gambas/trunk/app/src/gambas3/.src/Editor/Form/FForm.class gambas/trunk/app/src/gambas3/.src/Editor/Form/FToolBox.class gambas/trunk/app/src/gambas3/.src/Family/CFamily.class gambas/trunk/app/src/gambas3/.src/Family/CFamilyWebForm.class gambas/trunk/benchmark/mandelbrot.gbs gambas/trunk/benchmark/polynom.gbs gambas/trunk/benchmark/string.gbs gambas/trunk/benchmark/string.pl gambas/trunk/benchmark/string.py gambas/trunk/comp/src/gb.eval.highlight/css/properties gambas/trunk/comp/src/gb.web.form/.info gambas/trunk/comp/src/gb.web.form/.list gambas/trunk/comp/src/gb.web.form/.src/Main.module gambas/trunk/comp/src/gb.web.form/.src/Test/Webform2.class gambas/trunk/comp/src/gb.web.form/.src/Test/Webform2.webform gambas/trunk/comp/src/gb.web.form/.src/WebButton.class gambas/trunk/comp/src/gb.web.form/.src/WebCheckBox.class gambas/trunk/comp/src/gb.web.form/.src/WebComboBox.class gambas/trunk/comp/src/gb.web.form/.src/WebContainer.class gambas/trunk/comp/src/gb.web.form/.src/WebControl.class gambas/trunk/comp/src/gb.web.form/.src/WebForm.class gambas/trunk/comp/src/gb.web.form/.src/WebTabPanel.class gambas/trunk/comp/src/gb.web.form/.src/WebTextBox.class gambas/trunk/comp/src/gb.web.form/lib.js Added Paths: ----------- gambas/trunk/comp/src/gb.web.form/.hidden/control/webradiobutton.png gambas/trunk/comp/src/gb.web.form/.hidden/control/webtimer.png gambas/trunk/comp/src/gb.web.form/.src/Color.class gambas/trunk/comp/src/gb.web.form/.src/WebRadioButton.class gambas/trunk/comp/src/gb.web.form/.src/WebTimer.class gambas/trunk/comp/src/gb.web.form/arrow.png gambas/trunk/comp/src/gb.web.form/gw-style.css Removed Paths: ------------- gambas/trunk/comp/src/gb.web.form/style.css This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-11-14 04:29:44
|
Revision: 7476 http://sourceforge.net/p/gambas/code/7476 Author: gambas Date: 2015-11-14 04:29:43 +0000 (Sat, 14 Nov 2015) Log Message: ----------- [INTERPRETER] * OPT: Optimize access to objects whose class is "simple", i.e. without parent, children, special check method, and not virtual. * OPT: Detect when automatic conversion is useless in arithmetic and comparison operators. * OPT: Optimize a bit inequality comparison operators. Modified Paths: -------------- gambas/trunk/main/gbx/Makefile.am gambas/trunk/main/gbx/gbx_class.c gambas/trunk/main/gbx/gbx_class.h gambas/trunk/main/gbx/gbx_exec.c gambas/trunk/main/gbx/gbx_exec.h gambas/trunk/main/gbx/gbx_exec_loop.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-11-13 14:18:28
|
Revision: 7475 http://sourceforge.net/p/gambas/code/7475 Author: gambas Date: 2015-11-13 14:18:27 +0000 (Fri, 13 Nov 2015) Log Message: ----------- [GB.FORM] * BUG: Stock: Fix breeze icon theme support. Modified Paths: -------------- gambas/trunk/comp/src/gb.form/.src/Main.module gambas/trunk/comp/src/gb.form/map/icon.map This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-11-12 19:27:05
|
Revision: 7474 http://sourceforge.net/p/gambas/code/7474 Author: gambas Date: 2015-11-12 19:27:04 +0000 (Thu, 12 Nov 2015) Log Message: ----------- [GB.WEB.FORM] * NEW: Enabled is now a property of the WebControl class. * NEW: Hidden controls are not rendered anymore. * NEW: WebCheckBox is a new control that implements a check box. * NEW: WebComboBox is a new control that implements a combo-box. It is only read-only at the moment. Modified Paths: -------------- gambas/trunk/comp/src/gb.web.form/.info gambas/trunk/comp/src/gb.web.form/.list gambas/trunk/comp/src/gb.web.form/.src/Test/Webform1.webform gambas/trunk/comp/src/gb.web.form/.src/Test/Webform2.webform gambas/trunk/comp/src/gb.web.form/.src/WebButton.class gambas/trunk/comp/src/gb.web.form/.src/WebContainer.class gambas/trunk/comp/src/gb.web.form/.src/WebControl.class gambas/trunk/comp/src/gb.web.form/.src/WebTabPanel.class gambas/trunk/comp/src/gb.web.form/.src/WebTextBox.class gambas/trunk/comp/src/gb.web.form/lib.js gambas/trunk/comp/src/gb.web.form/style.css Added Paths: ----------- gambas/trunk/comp/src/gb.web.form/.hidden/control/webcheckbox.png gambas/trunk/comp/src/gb.web.form/.hidden/control/webcombobox.png gambas/trunk/comp/src/gb.web.form/.hidden/control/weblistbox.png gambas/trunk/comp/src/gb.web.form/.src/WebCheckBox.class gambas/trunk/comp/src/gb.web.form/.src/WebComboBox.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-11-12 19:23:50
|
Revision: 7473 http://sourceforge.net/p/gambas/code/7473 Author: gambas Date: 2015-11-12 19:23:49 +0000 (Thu, 12 Nov 2015) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Form editor: Text property is now applied for "draw with" controls. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/Component/CClassInfo.class gambas/trunk/app/src/gambas3/.src/Component/CPropertyInfo.class gambas/trunk/app/src/gambas3/.src/Project.module This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-11-12 19:21:37
|
Revision: 7472 http://sourceforge.net/p/gambas/code/7472 Author: gambas Date: 2015-11-12 19:21:35 +0000 (Thu, 12 Nov 2015) Log Message: ----------- [GB.FORM] * BUG: Stock: Fix how theme-specific icons are handled. They are now tried on every possible size and other non theme-specific icons are ignored. Modified Paths: -------------- gambas/trunk/comp/src/gb.form/.project gambas/trunk/comp/src/gb.form/.src/Main.module gambas/trunk/comp/src/gb.form/.src/Stock.class gambas/trunk/comp/src/gb.form/map/icon.map This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-11-12 13:29:10
|
Revision: 7471 http://sourceforge.net/p/gambas/code/7471 Author: gambix Date: 2015-11-12 13:29:08 +0000 (Thu, 12 Nov 2015) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Allow the short command for chromium. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.directory gambas/trunk/app/src/gambas3/.lang/es_ES.po gambas/trunk/app/src/gambas3/.lang/zh.po gambas/trunk/app/src/gambas3/.project gambas/trunk/app/src/gambas3/.src/Project.module This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-11-12 02:27:11
|
Revision: 7470 http://sourceforge.net/p/gambas/code/7470 Author: gambas Date: 2015-11-12 02:27:09 +0000 (Thu, 12 Nov 2015) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Components can now use proxy controls to be displayed in the form editor even if they don't depend on a GUI component. * BUG: Component containers arrangement is now based on the symbol names of the Arrange class, not on the symbol values. [WIKI CGI SCRIPT] * NEW: Automatic generation of IDE dependencies. [GB.DESKTOP] * BUG: Remove a debugging stop. [GB.WEB.FORM] * NEW: WebTabPanel is a new TabStrip-like container. * NEW: Support for multi-containers. * NEW: WebControl.Ignore is a new property that makes a control use CSS absolute position. * NEW: Emit refresh code before event javascript reply. Modified Paths: -------------- gambas/trunk/app/src/gambas-wiki/.src/Main.module gambas/trunk/app/src/gambas-wiki/.src/WikiMarkdown.class gambas/trunk/app/src/gambas3/.src/Editor/Form/CControl.class gambas/trunk/app/src/gambas3/.src/Editor/Form/FForm.class gambas/trunk/comp/src/gb.desktop/.settings gambas/trunk/comp/src/gb.desktop/.src/DesktopFile.class gambas/trunk/comp/src/gb.web.form/.info gambas/trunk/comp/src/gb.web.form/.list gambas/trunk/comp/src/gb.web.form/.project gambas/trunk/comp/src/gb.web.form/.src/Test/Webform1.class gambas/trunk/comp/src/gb.web.form/.src/Test/Webform1.webform gambas/trunk/comp/src/gb.web.form/.src/Test/Webform2.class gambas/trunk/comp/src/gb.web.form/.src/Test/Webform2.webform gambas/trunk/comp/src/gb.web.form/.src/WebButton.class gambas/trunk/comp/src/gb.web.form/.src/WebContainer.class gambas/trunk/comp/src/gb.web.form/.src/WebControl.class gambas/trunk/comp/src/gb.web.form/.src/WebForm.class gambas/trunk/comp/src/gb.web.form/.startup gambas/trunk/comp/src/gb.web.form/lib.js gambas/trunk/comp/src/gb.web.form/style.css Added Paths: ----------- gambas/trunk/comp/src/gb.web.form/.hidden/control/webtabpanel.png gambas/trunk/comp/src/gb.web.form/.src/WebTabPanel.class Removed Paths: ------------- gambas/trunk/comp/src/gb.web.form/.src/WebBackground.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-11-11 03:40:51
|
Revision: 7469 http://sourceforge.net/p/gambas/code/7469 Author: gambas Date: 2015-11-11 03:40:50 +0000 (Wed, 11 Nov 2015) Log Message: ----------- [INTERPRETER] * OPT: Subroutine table is faster to access now. * OPT: Don't browse temporary directory at end if no temporary file has been used. Modified Paths: -------------- gambas/trunk/main/gbx/gbx_exec_loop.c gambas/trunk/main/gbx/gbx_local.c gambas/trunk/main/gbx/gbx_local.h gambas/trunk/main/share/gb_file_temp.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-11-11 01:55:38
|
Revision: 7468 http://sourceforge.net/p/gambas/code/7468 Author: gambas Date: 2015-11-11 01:55:37 +0000 (Wed, 11 Nov 2015) Log Message: ----------- [INTERPRETER] * NEW: Collection.Default is a new property that allows to define the default value returned by a collection when a key has no value. Note that assigning the default value does not clear the key. You have to explicitly assign NULL for that. Modified Paths: -------------- gambas/trunk/main/gbx/gbx_c_collection.c gambas/trunk/main/gbx/gbx_c_collection.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-11-11 01:25:41
|
Revision: 7467 http://sourceforge.net/p/gambas/code/7467 Author: gambas Date: 2015-11-11 01:25:40 +0000 (Wed, 11 Nov 2015) Log Message: ----------- [INTERPRETER] * BUG: Application.Dir is correctly declared now. Consequently, it will work with JIT compiler. Modified Paths: -------------- gambas/trunk/main/gbx/gbx_c_application.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-11-11 01:21:11
|
Revision: 7466 http://sourceforge.net/p/gambas/code/7466 Author: gambas Date: 2015-11-11 01:21:10 +0000 (Wed, 11 Nov 2015) Log Message: ----------- [GB.UTIL] * BUG: Class.Stat() can now be used several times correctly. Modified Paths: -------------- gambas/trunk/comp/src/gb.util/.src/Class.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-11-11 01:06:36
|
Revision: 7465 http://sourceforge.net/p/gambas/code/7465 Author: gambas Date: 2015-11-11 01:06:35 +0000 (Wed, 11 Nov 2015) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Don't crash if the VERSION file is incorrect. Display an error message instead. [GB.FORM] * NEW: MessageView: Ignore a message if its contents is the same as the currently displayed message. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/Project.module gambas/trunk/comp/src/gb.form/.src/Message/MessageView.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-11-11 00:45:51
|
Revision: 7464 http://sourceforge.net/p/gambas/code/7464 Author: gambas Date: 2015-11-11 00:45:49 +0000 (Wed, 11 Nov 2015) Log Message: ----------- [GB.WEB.FORM] * NEW: Button.Enabled is a new property that allows to disable a button. * BUG: Fix container style generation. * NEW: WebControl have a Width and Height properties now, which are synoymous for their style property counterparts. * OPT: WebControl do not send events if there are no event handler inside the server code. * NEW: WebTextBox is a new control that implements a text box. * NEW: New 'update' message from the client to update a control property in the server. * NEW: WebForm.Close() is a new method that resets the form state, and try to close it. Note that the browser prevent windows to be closed by a script if they haven't been opened by a script. * NEW: Control refresh in the browser tries to preserve the current active element and its selection. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/Project.module gambas/trunk/comp/src/gb.web.form/.hidden/control/webcontainer.png gambas/trunk/comp/src/gb.web.form/.info gambas/trunk/comp/src/gb.web.form/.list gambas/trunk/comp/src/gb.web.form/.src/Test/Webform1.class gambas/trunk/comp/src/gb.web.form/.src/Test/Webform1.webform gambas/trunk/comp/src/gb.web.form/.src/WebButton.class gambas/trunk/comp/src/gb.web.form/.src/WebContainer.class gambas/trunk/comp/src/gb.web.form/.src/WebControl.class gambas/trunk/comp/src/gb.web.form/.src/WebForm.class gambas/trunk/comp/src/gb.web.form/lib.js gambas/trunk/comp/src/gb.web.form/style.css Added Paths: ----------- gambas/trunk/comp/src/gb.web.form/.hidden/control/webbutton.png gambas/trunk/comp/src/gb.web.form/.hidden/control/webtextbox.png gambas/trunk/comp/src/gb.web.form/.public/close.png gambas/trunk/comp/src/gb.web.form/.src/WebTextBox.class Removed Paths: ------------- gambas/trunk/comp/src/gb.web.form/.hidden/control/webbutton.png gambas/trunk/comp/src/gb.web.form/.src/Web.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-11-11 00:18:16
|
Revision: 7463 http://sourceforge.net/p/gambas/code/7463 Author: gambas Date: 2015-11-11 00:18:14 +0000 (Wed, 11 Nov 2015) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Contextual help (F2) on classes belonging to the project works correctly now. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.project gambas/trunk/app/src/gambas3/.src/Component/CDocumentation.class gambas/trunk/app/src/gambas3/.src/Editor/Form/FProperty.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-11-10 04:27:37
|
Revision: 7462 http://sourceforge.net/p/gambas/code/7462 Author: gambas Date: 2015-11-10 04:27:36 +0000 (Tue, 10 Nov 2015) Log Message: ----------- [GB.WEB.FORM] * BUG: Application state is now stored correctly and support different forms at the same time. Modified Paths: -------------- gambas/trunk/comp/src/gb.web.form/.src/Test/Webform1.class gambas/trunk/comp/src/gb.web.form/.src/Test/Webform2.webform gambas/trunk/comp/src/gb.web.form/.src/WebControl.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-11-10 03:57:46
|
Revision: 7461 http://sourceforge.net/p/gambas/code/7461 Author: gambas Date: 2015-11-10 03:57:44 +0000 (Tue, 10 Nov 2015) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Don't raise an error while filling the editor procedure combo-box. Just fill it with nothing. * BUG: Use the true family name as class name for the root control of a form. [GB.HTTPD] * NEW: The standard error output of CGI scripts is not redirected to the HTTP client anymore, so that the IDE catch debugging messages printed by the DEBUG instruction. [GB.UTIL.WEB] * NEW: JS is a new class that quotes a string for javascript when used as a static function. [GB.WEB.FORM] * NEW: Control can raise events from the browser to the application. * NEW: Control properties changed during an event are stored in the session to make them permanent. * NEW: Refreshing a control during an event sends the updated HTML to them browser. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.project gambas/trunk/app/src/gambas3/.src/Editor/Code/FEditor.class gambas/trunk/app/src/gambas3/.src/Editor/Form/FForm.class gambas/trunk/app/src/gambas3/.src/Project/FCreateFile.class gambas/trunk/comp/src/gb.util.web/.info gambas/trunk/comp/src/gb.util.web/.list gambas/trunk/comp/src/gb.web.form/.info gambas/trunk/comp/src/gb.web.form/.list gambas/trunk/comp/src/gb.web.form/.src/Header.webpage gambas/trunk/comp/src/gb.web.form/.src/Main.module gambas/trunk/comp/src/gb.web.form/.src/Test/Webform1.class gambas/trunk/comp/src/gb.web.form/.src/Test/Webform1.webform gambas/trunk/comp/src/gb.web.form/.src/WebButton.class gambas/trunk/comp/src/gb.web.form/.src/WebContainer.class gambas/trunk/comp/src/gb.web.form/.src/WebControl.class gambas/trunk/comp/src/gb.web.form/.src/WebForm.class gambas/trunk/comp/src/gb.web.form/style.css gambas/trunk/gb.httpd/src/libhttpd.c Added Paths: ----------- gambas/trunk/comp/src/gb.util.web/.src/JS.class gambas/trunk/comp/src/gb.web.form/.src/Web.class gambas/trunk/comp/src/gb.web.form/.src/WebBackground.class gambas/trunk/comp/src/gb.web.form/.src/WebControlStyle.class gambas/trunk/comp/src/gb.web.form/.src/WebHtml.class gambas/trunk/comp/src/gb.web.form/lib.js Removed Paths: ------------- gambas/trunk/comp/src/gb.web.form/.src/WebHTML.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-11-09 23:40:49
|
Revision: 7460 http://sourceforge.net/p/gambas/code/7460 Author: gambas Date: 2015-11-09 23:40:47 +0000 (Mon, 09 Nov 2015) Log Message: ----------- [GB.FORM.EDITOR] * OPT: TextEditor: Try to detect if the desktop is remote, and disable all optimizations based on image caches in that case. Modified Paths: -------------- gambas/trunk/comp/src/gb.form.editor/.src/TextEditor.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-11-09 01:41:23
|
Revision: 7459 http://sourceforge.net/p/gambas/code/7459 Author: gambas Date: 2015-11-09 01:41:20 +0000 (Mon, 09 Nov 2015) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Image selection dialog has now more options, and can choose image inside the ".public" directory. * NEW: Image selection now depends on form family. [INTERPRETER] * NEW: Timer.Restart() is a new method that stops and starts again a timer. [GB.FORM.EDITOR] * NEW: TextEditor: Image line cache is now limited by the visible height. * BUG: TextEditor: Don't use image line cache for lines too high. [GB.WEB] * BUG: WebPage.ToString() now works correctly. [GB.WEB.FORM] * NEW: Generate webform style sheet recursively. * NEW: WebButton can have an icon with the Image property. * NEW: WebHtml control is now usable. * NEW: WebContainer Arrangement, Margin and Spacing properties. * NEW: WebControl Expand property. * NEW: WebContainer boolean Border property is there just for debugging. * NEW: WebForm.Title property. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/Dialog/FSelectIcon.class gambas/trunk/app/src/gambas3/.src/Editor/Form/CControl.class gambas/trunk/app/src/gambas3/.src/Editor/Form/FForm.class gambas/trunk/app/src/gambas3/.src/Editor/Form/FProperty.class gambas/trunk/app/src/gambas3/.src/Family/CFamily.class gambas/trunk/app/src/gambas3/.src/Family/CFamilyForm.class gambas/trunk/app/src/gambas3/.src/Family/CFamilyReport.class gambas/trunk/app/src/gambas3/.src/Family/CFamilyWebForm.class gambas/trunk/app/src/gambas3/.src/Project/FProjectProperty.class gambas/trunk/comp/src/gb.form.editor/.src/TextEditor.class gambas/trunk/comp/src/gb.web/.src/WebPage.class gambas/trunk/comp/src/gb.web.form/.info gambas/trunk/comp/src/gb.web.form/.list gambas/trunk/comp/src/gb.web.form/.project gambas/trunk/comp/src/gb.web.form/.src/Header.class gambas/trunk/comp/src/gb.web.form/.src/Header.webpage gambas/trunk/comp/src/gb.web.form/.src/Main.module gambas/trunk/comp/src/gb.web.form/.src/Test/Webform1.webform gambas/trunk/comp/src/gb.web.form/.src/WebButton.class gambas/trunk/comp/src/gb.web.form/.src/WebContainer.class gambas/trunk/comp/src/gb.web.form/.src/WebControl.class gambas/trunk/comp/src/gb.web.form/.src/WebForm.class gambas/trunk/comp/src/gb.web.form/.src/WebHTML.class gambas/trunk/gb.httpd/src/libhttpd.c gambas/trunk/main/gbx/gbx_c_timer.c Added Paths: ----------- gambas/trunk/comp/src/gb.web.form/.public/icon.png gambas/trunk/comp/src/gb.web.form/.src/Arrange.class gambas/trunk/comp/src/gb.web.form/style.css This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <tob...@us...> - 2015-11-08 19:57:19
|
Revision: 7458 http://sourceforge.net/p/gambas/code/7458 Author: tobiasboe Date: 2015-11-08 19:57:18 +0000 (Sun, 08 Nov 2015) Log Message: ----------- [GB.NET.CURL] * NEW: HttpClient.Head() is a new method to issue a HTTP HEAD request. Modified Paths: -------------- gambas/trunk/gb.net.curl/src/CHttpClient.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-11-08 03:11:48
|
Revision: 7457 http://sourceforge.net/p/gambas/code/7457 Author: gambas Date: 2015-11-08 03:11:47 +0000 (Sun, 08 Nov 2015) Log Message: ----------- [GB.UTIL] * NEW: Class.Stat() is a new static method that returns information about a project class without loading it. At the moment you only get the parent class name and if the class is exported. [GB.WEB.FORM] * NEW: A new embryo component that aims at providing web application GUI controls, web application automatic user management (login & register), and many other features not yet decided. Modified Paths: -------------- gambas/trunk/comp/src/gb.util/.info gambas/trunk/comp/src/gb.util/.list gambas/trunk/comp/src/gb.util/.src/MMain.module gambas/trunk/main/gbx/gbx_c_class.c gambas/trunk/main/gbx/gbx_c_file.h Added Paths: ----------- gambas/trunk/comp/src/gb.util/.src/Class.class gambas/trunk/comp/src/gb.util/.src/ClassStat.class gambas/trunk/comp/src/gb.web.form/ gambas/trunk/comp/src/gb.web.form/.action/ gambas/trunk/comp/src/gb.web.form/.component gambas/trunk/comp/src/gb.web.form/.directory gambas/trunk/comp/src/gb.web.form/.gambas/ gambas/trunk/comp/src/gb.web.form/.gitignore gambas/trunk/comp/src/gb.web.form/.hidden/ gambas/trunk/comp/src/gb.web.form/.hidden/control/ gambas/trunk/comp/src/gb.web.form/.hidden/control/webbutton.png gambas/trunk/comp/src/gb.web.form/.hidden/control/webcontainer.png gambas/trunk/comp/src/gb.web.form/.hidden/control/webhtml.png gambas/trunk/comp/src/gb.web.form/.icon.png gambas/trunk/comp/src/gb.web.form/.info gambas/trunk/comp/src/gb.web.form/.lang/ gambas/trunk/comp/src/gb.web.form/.list gambas/trunk/comp/src/gb.web.form/.project gambas/trunk/comp/src/gb.web.form/.public/ gambas/trunk/comp/src/gb.web.form/.src/ gambas/trunk/comp/src/gb.web.form/.src/Header.class gambas/trunk/comp/src/gb.web.form/.src/Header.webpage gambas/trunk/comp/src/gb.web.form/.src/Main.module gambas/trunk/comp/src/gb.web.form/.src/Test/ gambas/trunk/comp/src/gb.web.form/.src/Test/Webform1.class gambas/trunk/comp/src/gb.web.form/.src/Test/Webform1.webform gambas/trunk/comp/src/gb.web.form/.src/Test/Webform2.class gambas/trunk/comp/src/gb.web.form/.src/Test/Webform2.webform gambas/trunk/comp/src/gb.web.form/.src/WebButton.class gambas/trunk/comp/src/gb.web.form/.src/WebContainer.class gambas/trunk/comp/src/gb.web.form/.src/WebControl.class gambas/trunk/comp/src/gb.web.form/.src/WebForm.class gambas/trunk/comp/src/gb.web.form/.src/WebHTML.class gambas/trunk/comp/src/gb.web.form/.startup This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-11-07 20:57:56
|
Revision: 7456 http://sourceforge.net/p/gambas/code/7456 Author: gambas Date: 2015-11-07 20:57:54 +0000 (Sat, 07 Nov 2015) Log Message: ----------- [GB.FORM.EDITOR] * BUG: TextEditor: Fix 'page up' and 'page down' cursor moves. * OPT: TextEditor: Each editor has now an internal line image cache to speed up redraws. This image cache is cleared as soon as the editor loses the focus, to save memory, or five seconds after the last redraw. Modified Paths: -------------- gambas/trunk/app/other/MakeWebSite/.settings gambas/trunk/app/other/MakeWebSite/.src/MMain.module gambas/trunk/app/other/MakeWebSite/gambas.sourceforge.net/main.html gambas/trunk/comp/src/gb.dbus.trayicon/.project gambas/trunk/comp/src/gb.desktop/.project gambas/trunk/comp/src/gb.desktop/.settings gambas/trunk/comp/src/gb.desktop/.src/DesktopFile.class gambas/trunk/comp/src/gb.desktop/.src/Main.module gambas/trunk/comp/src/gb.desktop/.startup gambas/trunk/comp/src/gb.form/.lang/fr.po gambas/trunk/comp/src/gb.form.editor/.info gambas/trunk/comp/src/gb.form.editor/.src/TextEditor.class gambas/trunk/gb.gtk/src/gdrawingarea.cpp gambas/trunk/gb.qt4/src/CDrawingArea.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |