gambas-devel-svn Mailing List for Gambas (Page 27)
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-12-05 18:45:00
|
Revision: 7505 http://sourceforge.net/p/gambas/code/7505 Author: gambas Date: 2015-12-05 18:44:58 +0000 (Sat, 05 Dec 2015) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Fix image selection when the allowed image root directory is the '.public' special directory. * NEW: Replace 'WebformImage' property kind by 'WebImage'. * BUG: Form editor: Fix automatic arrangement. * NEW: Form editor: Allow background and foreground toolbar buttons for WebForms. * BUG: WebImage can display SVG files too. [GB.WEB.FORM] * NEW: Add some new color constants to the Color class. [GB.GEOM] * NEW: Move the declaration of alignment constants there. * NEW: Rect.Stretch() is a new method that stretches a rectangle so that it fits inside another rectangle frame while keeping its proportions. * NEW: RectF.Stretch() is a new method that stretches a rectangle so that it fits inside another rectangle frame while keeping its proportions. 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/FForm.form gambas/trunk/app/src/gambas3/.src/Editor/Form/FProperty.class gambas/trunk/app/src/gambas3/.src/Family/CFamily.class gambas/trunk/comp/src/gb.web.form/.info gambas/trunk/comp/src/gb.web.form/.src/Color.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/WebImage.class gambas/trunk/comp/src/gb.web.form/.src/WebMenu.class gambas/trunk/comp/src/gb.web.form/.src/WebMenuItem.class gambas/trunk/gb.qt4/share/gb.form.const.h gambas/trunk/main/lib/geom/crect_temp.h gambas/trunk/main/lib/geom/gb.geom.h Added Paths: ----------- gambas/trunk/comp/src/gb.web.form/.public/message/close.svg This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-12-05 17:16:40
|
Revision: 7504 http://sourceforge.net/p/gambas/code/7504 Author: gambas Date: 2015-12-05 17:16:38 +0000 (Sat, 05 Dec 2015) Log Message: ----------- [CONFIGURATION] * NEW: Update Gambas 3 appdata XML file. Modified Paths: -------------- gambas/trunk/app/desktop/gambas3.appdata.xml This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-12-05 11:14:33
|
Revision: 7503 http://sourceforge.net/p/gambas/code/7503 Author: gambas Date: 2015-12-05 11:14:30 +0000 (Sat, 05 Dec 2015) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Support for 'WebCoord' property kind. * NEW: WebForm family: Draw WebImage controls. * NEW: CoordBox.Units is a new property that allows to define the units list. * NEW: CoordBox.DefaultUnit is a new property that allows to define the default unit. * BUG: CoordBox is now correctly not localized. [GB.DB.FORM] * BUG: Correctly define the default size of controls. [GB.FORM.EDITOR] * NEW: The Margin event is now raised on double click only. * NEW: The line cache is now based on Picture, not on Image. [GB.GTK] * NEW: SvgImage.W is new property that is a synonymous of SvgImage.Width. * NEW: SvgImage.H is new property that is a synonymous of SvgImage.Height. * NEW: SvgImage.Paint() now takes optional X, Y, Width and Height arguments. These arguments define the target drawing rectangle, and the SVG image will be scaled to fit it. [GB.GTK3] * NEW: SvgImage.W is new property that is a synonymous of SvgImage.Width. * NEW: SvgImage.H is new property that is a synonymous of SvgImage.Height. * NEW: SvgImage.Paint() now takes optional X, Y, Width and Height arguments. These arguments define the target drawing rectangle, and the SVG image will be scaled to fit it. [GB.GUI.BASE] * NEW: Paint.StretchImage() is a new method that scales an image to fit a rectangle, keeping the image proportions. [GB.QT4] * NEW: SvgImage.W is new property that is a synonymous of SvgImage.Width. * NEW: SvgImage.H is new property that is a synonymous of SvgImage.Height. * NEW: SvgImage.Paint() now takes optional X, Y, Width and Height arguments. These arguments define the target drawing rectangle, and the SVG image will be scaled to fit it. [GB.QT5] * NEW: SvgImage.W is new property that is a synonymous of SvgImage.Width. * NEW: SvgImage.H is new property that is a synonymous of SvgImage.Height. * NEW: SvgImage.Paint() now takes optional X, Y, Width and Height arguments. These arguments define the target drawing rectangle, and the SVG image will be scaled to fit it. [GB.WEB.FORM] * NEW: WebControl: Width and Height properties now have the 'WebCoord' kind. Modified Paths: -------------- gambas/trunk/app/examples/Multimedia/MediaPlayer/.project gambas/trunk/app/examples/Multimedia/WaveGenerator/.project gambas/trunk/app/src/gambas3/.src/Editor/Form/CControl.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/Report/CFamilyReport.class gambas/trunk/app/src/gambas3/.src/Family/Report/CoordBox.class gambas/trunk/app/src/gambas3/.src/Family/Report/FReportCoordChooser.form gambas/trunk/app/src/gambas3/.src/Family/WebForm/CFamilyWebForm.class gambas/trunk/comp/src/gb.db.form/.info gambas/trunk/comp/src/gb.db.form/.src/DataCheckBox.class gambas/trunk/comp/src/gb.db.form/.src/DataCombo.class gambas/trunk/comp/src/gb.db.form/.src/DataComboView.class gambas/trunk/comp/src/gb.db.form/.src/DataControl.class gambas/trunk/comp/src/gb.form.editor/.src/FTestEditor.class gambas/trunk/comp/src/gb.form.editor/.src/TextEditor.class gambas/trunk/comp/src/gb.gui.base/.info gambas/trunk/comp/src/gb.gui.base/.src/Paint.class gambas/trunk/comp/src/gb.web.form/.info 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/WebControl.class gambas/trunk/gb.gtk/src/csvgimage.cpp gambas/trunk/gb.net.curl/src/gb.net.curl/.project gambas/trunk/gb.qt4/src/csvgimage.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-12-05 01:04:41
|
Revision: 7502 http://sourceforge.net/p/gambas/code/7502 Author: gambas Date: 2015-12-05 01:04:40 +0000 (Sat, 05 Dec 2015) Log Message: ----------- [GB.DESKTOP] * NEW: Update xdg-utils scripts to the last version (1.1.1). Modified Paths: -------------- gambas/trunk/comp/src/gb.desktop/.settings Added Paths: ----------- gambas/trunk/comp/src/gb.desktop/xdg-utils/xdg-desktop-icon gambas/trunk/comp/src/gb.desktop/xdg-utils/xdg-desktop-menu gambas/trunk/comp/src/gb.desktop/xdg-utils/xdg-email gambas/trunk/comp/src/gb.desktop/xdg-utils/xdg-icon-resource gambas/trunk/comp/src/gb.desktop/xdg-utils/xdg-mime gambas/trunk/comp/src/gb.desktop/xdg-utils/xdg-open gambas/trunk/comp/src/gb.desktop/xdg-utils/xdg-screensaver gambas/trunk/comp/src/gb.desktop/xdg-utils/xdg-settings Removed Paths: ------------- gambas/trunk/comp/src/gb.desktop/xdg-utils/xdg-copy gambas/trunk/comp/src/gb.desktop/xdg-utils/xdg-desktop-icon gambas/trunk/comp/src/gb.desktop/xdg-utils/xdg-desktop-menu gambas/trunk/comp/src/gb.desktop/xdg-utils/xdg-email gambas/trunk/comp/src/gb.desktop/xdg-utils/xdg-file-dialog gambas/trunk/comp/src/gb.desktop/xdg-utils/xdg-icon-resource gambas/trunk/comp/src/gb.desktop/xdg-utils/xdg-mime gambas/trunk/comp/src/gb.desktop/xdg-utils/xdg-open gambas/trunk/comp/src/gb.desktop/xdg-utils/xdg-screensaver gambas/trunk/comp/src/gb.desktop/xdg-utils/xdg-settings gambas/trunk/comp/src/gb.desktop/xdg-utils/xdg-su gambas/trunk/comp/src/gb.desktop/xdg-utils/xdg-terminal This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-12-05 00:46:14
|
Revision: 7501 http://sourceforge.net/p/gambas/code/7501 Author: gambas Date: 2015-12-05 00:46:12 +0000 (Sat, 05 Dec 2015) Log Message: ----------- [GB.REPORT2] * BUG: ReportView: Initialize the temporary image buffer contents when grayscale is enabled. Otherwise uninitialized pixels are painted. Modified Paths: -------------- gambas/trunk/comp/src/gb.report2/.src/Viewer/ReportView.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-12-04 23:46:32
|
Revision: 7500 http://sourceforge.net/p/gambas/code/7500 Author: gambas Date: 2015-12-04 23:46:30 +0000 (Fri, 04 Dec 2015) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Report family: Don't crash when the image of a ReportImage or ReportSvgImage cannot be loaded. Display a big red broken icon instead. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/Family/CFamily.class gambas/trunk/app/src/gambas3/.src/Family/Report/CFamilyReport.class Added Paths: ----------- gambas/trunk/app/src/gambas3/img/broken.svg This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-12-04 23:23:10
|
Revision: 7499 http://sourceforge.net/p/gambas/code/7499 Author: gambas Date: 2015-12-04 23:23:08 +0000 (Fri, 04 Dec 2015) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Form editor: Don't initialize properties of controls having a "_DrawWith" property. I don't know why I did that, but anyway it prevents Undo/Redo from working correctly. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/Editor/Form/CControl.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-12-04 21:48:47
|
Revision: 7498 http://sourceforge.net/p/gambas/code/7498 Author: gambas Date: 2015-12-04 21:48:45 +0000 (Fri, 04 Dec 2015) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Text editor: Procedure list correctly centers the editor on the target procedure. * BUG: Farm software: Software download events are correctly ignored when the wizard is moved back to the software list. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/Editor/Code/FEditor.class gambas/trunk/app/src/gambas3/.src/Editor/Code/FTextEditor.class gambas/trunk/app/src/gambas3/.src/Project/Farm/CSoftware.class gambas/trunk/app/src/gambas3/.src/Project/Farm/FSoftwareFarm.class gambas/trunk/app/src/gambas3/.src/Project/Farm/FarmRequestManager.module This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-12-04 19:57:19
|
Revision: 7497 http://sourceforge.net/p/gambas/code/7497 Author: gambas Date: 2015-12-04 19:57:17 +0000 (Fri, 04 Dec 2015) Log Message: ----------- [GB.DESKTOP.X11] * BUG: Do not crash when some desktop properties are not defined by the window manager. [GB.GTK] * BUG: Initialize the root window event mask when setting the X11 event filter. [GB.GTK3] * BUG: Initialize the root window event mask when setting the X11 event filter. Modified Paths: -------------- gambas/trunk/comp/src/gb.desktop/.settings gambas/trunk/comp/src/gb.desktop/.src/DesktopWatcher.class gambas/trunk/gb.desktop.x11/src/x11.c gambas/trunk/gb.gtk/src/gapplication.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-12-02 19:36:48
|
Revision: 7496 http://sourceforge.net/p/gambas/code/7496 Author: gambas Date: 2015-12-02 19:36:46 +0000 (Wed, 02 Dec 2015) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Form editor: Fix automatic arrangement support. * BUG: Form editor: Moving child controls should be easier now in automatic arrangement support. But still far from perfect for row and column arrangements. * NEW: Form editor: Paint expanded void containers in web forms like in GUI forms. [GB.WEB.FORM] * BUG: Render hidden children with "display:none" style. * BUG: Fix rendering of WebTabPanel with no border. * NEW: Add support for web site "favicon". Modified Paths: -------------- 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/FForm.form gambas/trunk/app/src/gambas3/.src/Family/CFamily.class gambas/trunk/app/src/gambas3/.src/Family/Form/CFamilyForm.class gambas/trunk/app/src/gambas3/.src/Family/WebForm/CFamilyWebForm.class gambas/trunk/comp/src/gb.dbus.trayicon/.project gambas/trunk/comp/src/gb.dbus.trayicon/.src/FTest.form gambas/trunk/comp/src/gb.dbus.trayicon/.startup gambas/trunk/comp/src/gb.desktop/.settings gambas/trunk/comp/src/gb.form/.project gambas/trunk/comp/src/gb.form/.src/Test/FDocumentView.form gambas/trunk/comp/src/gb.form/.src/Test/FFont.form gambas/trunk/comp/src/gb.form/.src/Test/Form3.form gambas/trunk/comp/src/gb.web.form/.src/Test/FHello.webform 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/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/gw-style.css Added Paths: ----------- gambas/trunk/comp/src/gb.web.form/.public/favicon.ico This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-11-30 02:18:19
|
Revision: 7495 http://sourceforge.net/p/gambas/code/7495 Author: gambas Date: 2015-11-30 02:18:18 +0000 (Mon, 30 Nov 2015) Log Message: ----------- [GB.NET.SMTP] * NEW: Support for PLAIN and CRAM-MD5 authentications. Modified Paths: -------------- gambas/trunk/comp/src/gb.net.smtp/.src/Main.module gambas/trunk/comp/src/gb.net.smtp/.src/SmtpClient.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-11-29 14:19:15
|
Revision: 7494 http://sourceforge.net/p/gambas/code/7494 Author: gambas Date: 2015-11-29 14:19:13 +0000 (Sun, 29 Nov 2015) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Image editor: Rectangle and ellipse tools now have half-pixel precision. * BUG: Image editor: The ellipse tool now works correctly when the ellipse is drawn from its center. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/Editor/Image/CImageSelection.class gambas/trunk/app/src/gambas3/.src/Editor/Image/FImageEditor.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-11-25 01:37:00
|
Revision: 7493 http://sourceforge.net/p/gambas/code/7493 Author: gambas Date: 2015-11-25 01:36:58 +0000 (Wed, 25 Nov 2015) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Fix handling of common properties of unknown controls again. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/Editor/Form/CControl.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-11-25 01:28:38
|
Revision: 7492 http://sourceforge.net/p/gambas/code/7492 Author: gambas Date: 2015-11-25 01:28:36 +0000 (Wed, 25 Nov 2015) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Form editor: Setting common properties (Text, Background, Foreground) of unknown controls should work correctly again now. * BUG: Form editor: Fix automatic arrangement management. * NEW: Allow each family to declare the base class of controls. This is used by the property editor. Modified Paths: -------------- 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/Form/CFamilyForm.class gambas/trunk/app/src/gambas3/.src/Family/Report/CFamilyReport.class gambas/trunk/app/src/gambas3/.src/Family/WebForm/CFamilyWebForm.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-11-24 03:43:44
|
Revision: 7491 http://sourceforge.net/p/gambas/code/7491 Author: gambas Date: 2015-11-24 03:43:42 +0000 (Tue, 24 Nov 2015) Log Message: ----------- [GB.GUI.BASE] * NEW: FridView: Increase the size of the invisible row and column resize handles. Modified Paths: -------------- gambas/trunk/comp/src/gb.gui.base/.project gambas/trunk/comp/src/gb.gui.base/.src/GridView/GridView.class gambas/trunk/comp/src/gb.gui.base/.src/Test/FGridView.form gambas/trunk/comp/src/gb.gui.base/.startup This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-11-23 23:52:02
|
Revision: 7490 http://sourceforge.net/p/gambas/code/7490 Author: gambas Date: 2015-11-23 23:52:00 +0000 (Mon, 23 Nov 2015) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Centralize family-specific sources in dedicated folders. * NEW: Form editor: Top and left handles of controls layed out by automatic arrangement are inactive now. [GB.WEB.FORM] * NEW: Implement the Border property for many controls. * NEW: WebControl.Class is a new property that allows to define a custom CSS class for any control. Modified Paths: -------------- 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/FForm.form gambas/trunk/app/src/gambas3/.src/Editor/Form/FProperty.class gambas/trunk/comp/src/gb.web.form/.info 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/WebComboBox.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/WebImage.class gambas/trunk/comp/src/gb.web.form/.src/WebMenu.class gambas/trunk/comp/src/gb.web.form/.src/WebMenuItem.class gambas/trunk/comp/src/gb.web.form/.src/WebSlider.class gambas/trunk/comp/src/gb.web.form/.src/WebSpinBox.class gambas/trunk/comp/src/gb.web.form/.src/WebTabPanel.class gambas/trunk/comp/src/gb.web.form/.src/WebTextArea.class gambas/trunk/comp/src/gb.web.form/.src/WebTextBox.class gambas/trunk/comp/src/gb.web.form/.src/WebTimer.class gambas/trunk/comp/src/gb.web.form/gw-style.css Added Paths: ----------- gambas/trunk/app/src/gambas3/.src/Family/Form/ gambas/trunk/app/src/gambas3/.src/Family/Form/CFamilyForm.class gambas/trunk/app/src/gambas3/.src/Family/Report/ gambas/trunk/app/src/gambas3/.src/Family/Report/AngleBox.class gambas/trunk/app/src/gambas3/.src/Family/Report/CFamilyReport.class gambas/trunk/app/src/gambas3/.src/Family/Report/CReportBrush.class gambas/trunk/app/src/gambas3/.src/Family/Report/CoordBox.class gambas/trunk/app/src/gambas3/.src/Family/Report/FReportBorderChooser.class gambas/trunk/app/src/gambas3/.src/Family/Report/FReportBorderChooser.form gambas/trunk/app/src/gambas3/.src/Family/Report/FReportBoxShadowChooser.class gambas/trunk/app/src/gambas3/.src/Family/Report/FReportBoxShadowChooser.form gambas/trunk/app/src/gambas3/.src/Family/Report/FReportBrushChooser.class gambas/trunk/app/src/gambas3/.src/Family/Report/FReportBrushChooser.form gambas/trunk/app/src/gambas3/.src/Family/Report/FReportCoordChooser.class gambas/trunk/app/src/gambas3/.src/Family/Report/FReportCoordChooser.form gambas/trunk/app/src/gambas3/.src/Family/Report/FReportPaddingChooser.class gambas/trunk/app/src/gambas3/.src/Family/Report/FReportPaddingChooser.form gambas/trunk/app/src/gambas3/.src/Family/WebForm/ gambas/trunk/app/src/gambas3/.src/Family/WebForm/CFamilyWebForm.class gambas/trunk/app/src/gambas3/.src/Family/WebForm/WebformWebMenu.class Removed Paths: ------------- gambas/trunk/app/src/gambas3/.src/Dialog/Report/ gambas/trunk/app/src/gambas3/.src/Editor/Form/AngleBox.class gambas/trunk/app/src/gambas3/.src/Editor/Form/CoordBox.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/Family/WebformWebMenu.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-11-23 19:56:55
|
Revision: 7489 http://sourceforge.net/p/gambas/code/7489 Author: gambas Date: 2015-11-23 19:56:52 +0000 (Mon, 23 Nov 2015) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Form editor: Some icons were redone, with their dark theme version. * NEW: Form editor: Support for automatic arrangement. It is activated only for webform form family at the moment. * NEW: Form editor: Support for custom representation of component controls. This representation is a GUI control class named "<family><control>". For example, WebformWebMenu is the IDE control class that will represent a WebMenu of a Webform. * NEW: Specific drawing of WebMenu and WebMenuItem controls. [GB.WEB.FORM] * BUG: Don't add "display:block" on each control specific stylesheet. * BUG: WebSeparator is displayed correctly now. * BUG: Popup-menus are displayed on top of windows now. * BUG: Popu?\195?\168-menus are displayed correctly on Chrome now. Modified Paths: -------------- 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/FForm.form gambas/trunk/app/src/gambas3/.src/Editor/Form/FFormStack.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/CFamilyWebForm.class gambas/trunk/app/src/gambas3/img/16/align-bottom.png gambas/trunk/app/src/gambas3/img/16/align-hcenter.png gambas/trunk/app/src/gambas3/img/16/align-left.png gambas/trunk/app/src/gambas3/img/16/align-right.png gambas/trunk/app/src/gambas3/img/16/align-top.png gambas/trunk/app/src/gambas3/img/16/align-vcenter.png gambas/trunk/app/src/gambas3/img/16/arrange-h.png gambas/trunk/app/src/gambas3/img/16/arrange-hcenter.png gambas/trunk/app/src/gambas3/img/16/arrange-lr.png gambas/trunk/app/src/gambas3/img/16/arrange-tb.png gambas/trunk/app/src/gambas3/img/16/arrange-v.png gambas/trunk/app/src/gambas3/img/16/arrange-vcenter.png gambas/trunk/app/src/gambas3/img/16/delete-container-dark.png gambas/trunk/app/src/gambas3/img/16/delete-container.png gambas/trunk/app/src/gambas3/img/16/lower.png gambas/trunk/app/src/gambas3/img/16/raise.png gambas/trunk/app/src/gambas3/img/16/same-height.png gambas/trunk/app/src/gambas3/img/16/same-width.png gambas/trunk/app/src/gambas3/support.txt gambas/trunk/comp/src/gb.form.editor/.src/FTestEditor.form gambas/trunk/comp/src/gb.web.form/.hidden/control/webmenu.png gambas/trunk/comp/src/gb.web.form/.info 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/WebControl.class gambas/trunk/comp/src/gb.web.form/.src/WebMenu.class gambas/trunk/comp/src/gb.web.form/.src/WebSeparator.class gambas/trunk/comp/src/gb.web.form/gw-style.css Added Paths: ----------- gambas/trunk/app/src/gambas3/.src/Family/WebformWebMenu.class gambas/trunk/app/src/gambas3/img/16/align-bottom-dark.png gambas/trunk/app/src/gambas3/img/16/align-hcenter-dark.png gambas/trunk/app/src/gambas3/img/16/align-left-dark.png gambas/trunk/app/src/gambas3/img/16/align-right-dark.png gambas/trunk/app/src/gambas3/img/16/align-top-dark.png gambas/trunk/app/src/gambas3/img/16/align-vcenter-dark.png gambas/trunk/app/src/gambas3/img/16/arrange-h-dark.png gambas/trunk/app/src/gambas3/img/16/arrange-hcenter-dark.png gambas/trunk/app/src/gambas3/img/16/arrange-lr-dark.png gambas/trunk/app/src/gambas3/img/16/arrange-tb-dark.png gambas/trunk/app/src/gambas3/img/16/arrange-v-dark.png gambas/trunk/app/src/gambas3/img/16/arrange-vcenter-dark.png gambas/trunk/app/src/gambas3/img/16/collapse-container.png gambas/trunk/app/src/gambas3/img/16/expand-container.png gambas/trunk/app/src/gambas3/img/16/same-height-dark.png gambas/trunk/app/src/gambas3/img/16/same-width-dark.png gambas/trunk/app/src/gambas3/img/16/toggle-container-dark.png gambas/trunk/app/src/gambas3/img/16/toggle-container.png gambas/trunk/comp/src/gb.web.form/.hidden/control/webmenuitem.png Removed Paths: ------------- gambas/trunk/app/src/gambas3/img/16/align-bottom_gnome.png gambas/trunk/app/src/gambas3/img/16/align-hcenter_gnome.png gambas/trunk/app/src/gambas3/img/16/align-left_gnome.png gambas/trunk/app/src/gambas3/img/16/align-right_gnome.png gambas/trunk/app/src/gambas3/img/16/align-top_gnome.png gambas/trunk/app/src/gambas3/img/16/align-vcenter_gnome.png gambas/trunk/app/src/gambas3/img/16/grid.png gambas/trunk/app/src/gambas3/img/16/grid_gnome.png gambas/trunk/app/src/gambas3/img/16/same-height_gnome.png gambas/trunk/app/src/gambas3/img/16/same-width_gnome.png This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-11-21 20:23:22
|
Revision: 7488 http://sourceforge.net/p/gambas/code/7488 Author: gambas Date: 2015-11-21 20:23:20 +0000 (Sat, 21 Nov 2015) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Web form: Support for WebMenuItem drawing. [GB.WEB.FORM] * NEW: WebMenu.Image is a new property that allows to define the image of a menu. * NEW: WebMenu can be imbricated to make sub-menus. * NEW: WebMenuItem is usable now. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/Editor/Form/CControl.class gambas/trunk/app/src/gambas3/.src/Family/CFamilyWebForm.class gambas/trunk/comp/src/gb.web.form/.info 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/WebMenu.class gambas/trunk/comp/src/gb.web.form/.src/WebMenuItem.class gambas/trunk/comp/src/gb.web.form/.src/WebSeparator.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/.hidden/control/webseparator.png gambas/trunk/comp/src/gb.web.form/arrow-down.png gambas/trunk/comp/src/gb.web.form/arrow-right.png Removed Paths: ------------- gambas/trunk/comp/src/gb.web.form/arrow.png This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-11-21 05:00:59
|
Revision: 7487 http://sourceforge.net/p/gambas/code/7487 Author: gambas Date: 2015-11-21 05:00:57 +0000 (Sat, 21 Nov 2015) Log Message: ----------- [GB.EVAL.HIGHLIGHT] * NEW: Add some missing CSS keywords. [GB.WEB.FORM] * NEW: WebMenu is a new control that implements a popup menu. * NEW: WebSeparator is a new control that implements a separator. * NEW: Message boxes now raise a 'Message' event in their forms when they are closed. * NEW: Add Message.Info(), Message.Error() and Message.Question() message boxes. * BUG: Fix container arrangement. * BUG: Deleting a control correctly removes its custom session data. * NEW: WebMenuItem is a new control supposed to implement a menu item. Not yet usable. Modified Paths: -------------- gambas/trunk/app/other/MakeWebSite/.settings gambas/trunk/app/src/gambas3/.src/Family/CFamilyWebForm.class 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/Message/FMessage.class gambas/trunk/comp/src/gb.web.form/.src/Message/Message.class 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/WebControl.class gambas/trunk/comp/src/gb.web.form/.src/WebForm.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/.hidden/control/webmenu.png gambas/trunk/comp/src/gb.web.form/.public/new.png gambas/trunk/comp/src/gb.web.form/.public/open.png gambas/trunk/comp/src/gb.web.form/.src/WebMenu.class gambas/trunk/comp/src/gb.web.form/.src/WebMenuItem.class gambas/trunk/comp/src/gb.web.form/.src/WebSeparator.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-11-21 05:00:29
|
Revision: 7486 http://sourceforge.net/p/gambas/code/7486 Author: gambas Date: 2015-11-21 05:00:27 +0000 (Sat, 21 Nov 2015) Log Message: ----------- [INTERPRETER] * BUG: Object.Raise() now works correctly with events having arguments. Modified Paths: -------------- gambas/trunk/main/gbx/gbx_api.c gambas/trunk/main/gbx/gbx_c_class.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-11-21 04:54:47
|
Revision: 7485 http://sourceforge.net/p/gambas/code/7485 Author: gambas Date: 2015-11-21 04:54:45 +0000 (Sat, 21 Nov 2015) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Image editor: Fix crashes with selections having no extents. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/Editor/Image/CImageSelection.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-11-21 03:29:22
|
Revision: 7484 http://sourceforge.net/p/gambas/code/7484 Author: gambas Date: 2015-11-21 03:29:21 +0000 (Sat, 21 Nov 2015) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Using a form whose name starts with an underscore is now possible. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/Editor/Form/CControl.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-11-20 23:28:21
|
Revision: 7483 http://sourceforge.net/p/gambas/code/7483 Author: gambas Date: 2015-11-20 23:28:19 +0000 (Fri, 20 Nov 2015) Log Message: ----------- [GB.FORM.EDITOR] * BUG: Don't crash while deleting selection. Modified Paths: -------------- gambas/trunk/comp/src/gb.form.editor/.src/FTestEditor.class gambas/trunk/comp/src/gb.form.editor/.src/FTestEditor.form 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-18 01:29:32
|
Revision: 7482 http://sourceforge.net/p/gambas/code/7482 Author: gambas Date: 2015-11-18 01:29:28 +0000 (Wed, 18 Nov 2015) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Fix the function that detects if a control needs a parent. * BUG: When adding every new file to the subversion repository, the '.gambas' directory is now correctly ignored. [COMPILER] * NEW: The _load() special method is now called just after the initial form creation is finished. [GB.WEB.FORM] * NEW: Message is a new class for displaying message boxes. * BUG: Fix management of control names. * NEW: Implement the WebContainer.Delete() method and WebWindow.Delete() methods. Child controls are now automatically deleted if their parent is also deleted. * NEW: WebControl.Show() and WebControl.Hide() are two new methods that are synonymous of the Visible property. * NEW: WebControl acts now like an collection-like array, so that you can store user data associated with a control in the session. * NEW: WebControl.Reset() is a new method to reset the control user data. * NEW: WebForm.ShowModal() shows a form as a modal window. * NEW: WebForm.Show() does not take an optional parent anymore. Windows are always shown in the current form. * NEW: Windows with no initial size are centered. * NEW: WebImage is a new control that displays an image. * NEW: WebLabel is a new control that displays a one-line vertically centered label. * NEW: WebTextArea is a new control that implements a multi-line text area. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/Component/CClassInfo.class gambas/trunk/app/src/gambas3/.src/Editor/Form/CControl.class gambas/trunk/app/src/gambas3/.src/Project.module gambas/trunk/app/src/gambas3/.src/Subversion/VersionControl.module gambas/trunk/comp/src/gb.web/.src/Response.module 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/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/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/WebControlStyle.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/.src/WebTabPanel.class gambas/trunk/comp/src/gb.web.form/.src/WebTimer.class gambas/trunk/comp/src/gb.web.form/.src/WebWindow.class gambas/trunk/comp/src/gb.web.form/gw-style.css gambas/trunk/comp/src/gb.web.form/lib.js gambas/trunk/main/gbc/gbc_form.c gambas/trunk/main/gbc/gbc_trans_code.c gambas/trunk/main/gbx/gb_error.c Added Paths: ----------- gambas/trunk/comp/src/gb.web.form/.hidden/control/webimage.png gambas/trunk/comp/src/gb.web.form/.hidden/control/weblabel.png gambas/trunk/comp/src/gb.web.form/.hidden/control/webtextarea.png gambas/trunk/comp/src/gb.web.form/.public/message/ gambas/trunk/comp/src/gb.web.form/.public/message/error.png gambas/trunk/comp/src/gb.web.form/.public/message/info.png gambas/trunk/comp/src/gb.web.form/.public/message/question.png gambas/trunk/comp/src/gb.web.form/.public/message/warning.png gambas/trunk/comp/src/gb.web.form/.src/Message/ gambas/trunk/comp/src/gb.web.form/.src/Message/FMessage.class gambas/trunk/comp/src/gb.web.form/.src/Message/FMessage.webform gambas/trunk/comp/src/gb.web.form/.src/Message/Message.class gambas/trunk/comp/src/gb.web.form/.src/Test/FHello.class gambas/trunk/comp/src/gb.web.form/.src/Test/FHello.webform gambas/trunk/comp/src/gb.web.form/.src/WebImage.class gambas/trunk/comp/src/gb.web.form/.src/WebLabel.class gambas/trunk/comp/src/gb.web.form/.src/WebTextArea.class Removed Paths: ------------- gambas/trunk/comp/src/gb.web.form/.public/icon.png gambas/trunk/comp/src/gb.web.form/.src/Test/FMessage.class gambas/trunk/comp/src/gb.web.form/.src/Test/FMessage.webform This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-11-17 00:57:08
|
Revision: 7481 http://sourceforge.net/p/gambas/code/7481 Author: gambas Date: 2015-11-17 00:57:06 +0000 (Tue, 17 Nov 2015) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Support for WebHBox and WebVBox. [WIKI CGI SCRIPT] * NEW: Style for news date with a white background. [GB.WEB.FORM] * NEW: WebForm.Resizable is a new property that tells if a form is resizable when displayed as a window. * NEW: Declare the '_Similar' properties. * NEW: Replace the WebForm.Open method by a Show() method that acts on the from to be opened as a window. Mimic the syntax of GUI components. * NEW: WebSpinBox is a new control that implements a spin box. * NEW: WebSlider is a new control that implements a slider. * BUG: WebTimer.Enabled property now works correctly. * NEW: WebHBox is a new container that arrange its children horizontally. * NEW: WebVBox is a new container that arrange its children vertically. * NEW: Windows now have a blue title bar when they are on top, and a gray one if they are behind. * OPT: Don't use elements with absolute positioning in window frames, it slows down Firefox. [GB.UTIL.WEB] * NEW: JS() now can convert any Gambas native value, array, or collection to a Javascript expression. Modified Paths: -------------- gambas/trunk/app/src/gambas-wiki/.public/style.css gambas/trunk/app/src/gambas3/.src/Debug/Design.module gambas/trunk/app/src/gambas3/.src/Editor/Code/FProcedureList.form gambas/trunk/app/src/gambas3/.src/Family/CFamilyWebForm.class gambas/trunk/app/src/gambas3/.src/Project.module gambas/trunk/comp/src/gb.util.web/.info gambas/trunk/comp/src/gb.util.web/.src/JS.class 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/FMessage.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/WebCheckBox.class gambas/trunk/comp/src/gb.web.form/.src/WebComboBox.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/WebRadioButton.class gambas/trunk/comp/src/gb.web.form/.src/WebTimer.class gambas/trunk/comp/src/gb.web.form/.src/WebWindow.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/.hidden/control/webhbox.png gambas/trunk/comp/src/gb.web.form/.hidden/control/webslider.png gambas/trunk/comp/src/gb.web.form/.hidden/control/webspinbox.png gambas/trunk/comp/src/gb.web.form/.hidden/control/webvbox.png gambas/trunk/comp/src/gb.web.form/.src/WebHBox.class gambas/trunk/comp/src/gb.web.form/.src/WebSlider.class gambas/trunk/comp/src/gb.web.form/.src/WebSpinBox.class gambas/trunk/comp/src/gb.web.form/.src/WebVBox.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |