gambas-devel-svn Mailing List for Gambas (Page 54)
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-01-11 22:00:06
|
Revision: 6828 http://sourceforge.net/p/gambas/code/6828 Author: gambix Date: 2015-01-11 22:00:04 +0000 (Sun, 11 Jan 2015) Log Message: ----------- [GB.REPORT2] * NEW: A new class ReportMargin that inherit ReportPadding * BUG: Size parsing now support null value (set it internally to "0cm") * OPT: Many code cleaning an reorganisation. * NEW: ReportView is based on DocumentView now. * NEW: ReportMargin and Spacing work together. * OPT: A value without unit is a pixel value. * NEW: Better support for shadows (css like) Modified Paths: -------------- gambas/trunk/comp/src/gb.report2/.info gambas/trunk/comp/src/gb.report2/.list gambas/trunk/comp/src/gb.report2/.project gambas/trunk/comp/src/gb.report2/.settings gambas/trunk/comp/src/gb.report2/.src/Report.class gambas/trunk/comp/src/gb.report2/.src/ReportContainer.class gambas/trunk/comp/src/gb.report2/.src/ReportControl.class gambas/trunk/comp/src/gb.report2/.src/Tests/Report1.class gambas/trunk/comp/src/gb.report2/.src/Tests/Report1.report gambas/trunk/comp/src/gb.report2/.src/Tools/ReportUnits.module gambas/trunk/comp/src/gb.report2/.src/Types/Base/ReportPadding.class gambas/trunk/comp/src/gb.report2/.src/Types/Border/ReportBorder.class gambas/trunk/comp/src/gb.report2/.src/Types/TSizeParse.class gambas/trunk/comp/src/gb.report2/.src/Viewer/ReportView.class gambas/trunk/comp/src/gb.report2/.startup Added Paths: ----------- gambas/trunk/comp/src/gb.report2/.src/ReportGridView.class gambas/trunk/comp/src/gb.report2/.src/Types/Base/ReportMargin.class gambas/trunk/comp/src/gb.report2/.src/Types/ReportGridView/ gambas/trunk/comp/src/gb.report2/.src/Types/ReportGridView/_ReportGridView_Column.class gambas/trunk/comp/src/gb.report2/.src/Types/ReportGridView/_ReportGridView_Columns.class gambas/trunk/comp/src/gb.report2/.src/Types/ReportGridView/_ReportGridView_Row.class gambas/trunk/comp/src/gb.report2/.src/Types/ReportGridView/_ReportGridView_Rows.class gambas/trunk/comp/src/gb.report2/.src/Viewer/FPreview2.class gambas/trunk/comp/src/gb.report2/.src/Viewer/FPreview2.form gambas/trunk/comp/src/gb.report2/.src/Viewer/ReportView2.class gambas/trunk/comp/src/gb.report2/Synoptique gambas/trunk/comp/src/gb.report2/tmpJournal This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-01-11 21:31:26
|
Revision: 6826 http://sourceforge.net/p/gambas/code/6826 Author: gambix Date: 2015-01-11 21:31:24 +0000 (Sun, 11 Jan 2015) Log Message: ----------- [GB.FORM] * BUG: In DocumentView the _Finished event is fired more accurately. Modified Paths: -------------- gambas/trunk/comp/src/gb.form/.info gambas/trunk/comp/src/gb.form/.src/DocumentView/DocumentView.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-01-11 17:51:49
|
Revision: 6825 http://sourceforge.net/p/gambas/code/6825 Author: gambix Date: 2015-01-11 17:51:42 +0000 (Sun, 11 Jan 2015) Log Message: ----------- [GB.FORM] * BUG: Correction on the shadow display (more large and related to the spacing) * OPT: Now the Padding and Spacing properties are setting to 10 by default. Modified Paths: -------------- gambas/trunk/comp/src/gb.form/.info gambas/trunk/comp/src/gb.form/.project gambas/trunk/comp/src/gb.form/.src/DocumentView/DocumentView.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-01-11 15:27:36
|
Revision: 6824 http://sourceforge.net/p/gambas/code/6824 Author: gambas Date: 2015-01-11 15:27:29 +0000 (Sun, 11 Jan 2015) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Don't apply theme colors to the form property editor. Modified Paths: -------------- 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-01-11 03:14:51
|
Revision: 6822 http://sourceforge.net/p/gambas/code/6822 Author: gambas Date: 2015-01-11 03:14:44 +0000 (Sun, 11 Jan 2015) Log Message: ----------- [WIKI CGI SCRIPT] * NEW: New class list design in component pages. * NEW: Full description in component pages. [GB.QT4] * BUG: Fix Border properties description. Modified Paths: -------------- gambas/trunk/app/src/gambas-wiki/.lang/fr.mo gambas/trunk/app/src/gambas-wiki/.lang/fr.po gambas/trunk/app/src/gambas-wiki/.src/CClassInfo.class gambas/trunk/app/src/gambas-wiki/.src/CComponent.class gambas/trunk/app/src/gambas-wiki/.src/WikiMarkdown.class gambas/trunk/app/src/gambas3/.lang/fr.po gambas/trunk/gb.qt4/share/gb.form.properties.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-01-10 21:11:32
|
Revision: 6821 http://sourceforge.net/p/gambas/code/6821 Author: gambas Date: 2015-01-10 21:11:29 +0000 (Sat, 10 Jan 2015) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Color selection dialog: Replace the deprecated ListContainer by a GridView. * NEW: The IDe background image can be colorized. [GB.FORM] * NEW: ColorPalette is a new control that allows to select a color among a predefined list of colors. [GB.FORM.MDI] * NEW: Workspace.Picture property has been replaced by a Workspace.Image property that takes an Image instead of a Picture. The Workspace.Picture property has been deprecated. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/Dialog/FColorChooser.class gambas/trunk/app/src/gambas3/.src/Dialog/FColorChooser.form gambas/trunk/app/src/gambas3/.src/FMain.class gambas/trunk/app/src/gambas3/.src/FMain.form 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/FProjectProperty.class gambas/trunk/app/src/gambas3/.src/Project.module gambas/trunk/app/src/gambas3/img/background/chalk.png gambas/trunk/app/src/gambas3/img/background/cross.png gambas/trunk/app/src/gambas3/img/background/hose.png gambas/trunk/app/src/gambas3/img/background/list gambas/trunk/app/src/gambas3/img/background/nature.png gambas/trunk/app/src/gambas3/img/background/smoke.png gambas/trunk/app/src/gambas3/img/background/star.png gambas/trunk/app/src/gambas3/img/background/weave.png gambas/trunk/app/src/gambas3/img/search.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/Color/FColorChooser.class gambas/trunk/comp/src/gb.form/.src/Main.module gambas/trunk/comp/src/gb.form/.src/Test/FTestColorChooser.form gambas/trunk/comp/src/gb.form.mdi/.component gambas/trunk/comp/src/gb.form.mdi/.info gambas/trunk/comp/src/gb.form.mdi/.project gambas/trunk/comp/src/gb.form.mdi/.src/Workspace/FWorkspace.class gambas/trunk/comp/src/gb.form.mdi/.src/Workspace/Workspace.class Added Paths: ----------- gambas/trunk/app/src/gambas3/img/background/light.png gambas/trunk/comp/src/gb.form/.hidden/control/colorpalette.png gambas/trunk/comp/src/gb.form/.src/Color/ColorPalette.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-01-09 12:47:19
|
Revision: 6820 http://sourceforge.net/p/gambas/code/6820 Author: gambas Date: 2015-01-09 12:47:17 +0000 (Fri, 09 Jan 2015) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Image editor: Move tools to the property panel. [GB.MEMCACHED] * BUG: Fix compilation of the component. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/Editor/Image/FImageEditor.class gambas/trunk/app/src/gambas3/.src/Editor/Image/FImageEditor.form gambas/trunk/app/src/gambas3/.src/Editor/Image/FImageProperty.class gambas/trunk/app/src/gambas3/.src/Editor/Image/FImageProperty.form gambas/trunk/app/src/gambas3/img/draw/ellipse.png gambas/trunk/app/src/gambas3/img/draw/rectangle.png gambas/trunk/comp/src/gb.memcached/.component gambas/trunk/comp/src/gb.memcached/.info gambas/trunk/comp/src/gb.memcached/.project gambas/trunk/comp/src/gb.memcached/.src/Memcached.class Added Paths: ----------- gambas/trunk/app/src/gambas3/img/draw/clear.png gambas/trunk/app/src/gambas3/img/draw/colorize.png gambas/trunk/app/src/gambas3/img/draw/desaturate.png gambas/trunk/app/src/gambas3/img/draw/fill.png gambas/trunk/app/src/gambas3/img/draw/stroke.png gambas/trunk/app/src/gambas3/img/draw/transparent.png This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-01-09 08:53:51
|
Revision: 6819 http://sourceforge.net/p/gambas/code/6819 Author: gambas Date: 2015-01-09 08:53:49 +0000 (Fri, 09 Jan 2015) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Use the new filter feature of the ButtonBox control. * NEW: Use the internal ComponentChooser control to replace the previous component selection in the project property dialog. [GB.FORM] * NEW: ButtonBox.Filter is a new property to make it act like a filter box. The new Filter event is raised when filtering must be triggered. * NEW: ButtonBox.FilterMenu is a new property that allows to define the popup menu associated with the filter icon. [GB.GTK] * NEW: PictureBox.Padding is a new property that defines the inner padding around the displayed picture. [GB.GTK3] * NEW: PictureBox.Padding is a new property that defines the inner padding around the displayed picture. [GB.GUI.BASE] * BUG: GridView: Remove "Collapse" from the property list. [GB.MEMCACHED] * BUG: Fix a typo in a Memcached constant name. [GB.QT4] * NEW: PictureBox.Padding is a new property that defines the inner padding around the displayed picture. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/FMain.class gambas/trunk/app/src/gambas3/.src/FMain.form gambas/trunk/app/src/gambas3/.src/Project/CLibraryInfo.class gambas/trunk/app/src/gambas3/.src/Project/Component/ComponentChooser.class gambas/trunk/app/src/gambas3/.src/Project/FProjectProperty.class gambas/trunk/app/src/gambas3/.src/Project/FProjectProperty.form gambas/trunk/app/src/gambas3/img/16/unfinished.png gambas/trunk/comp/src/gb.form/.info gambas/trunk/comp/src/gb.form/.project gambas/trunk/comp/src/gb.form/.src/Button/ButtonBox.class gambas/trunk/comp/src/gb.form/.src/Button/MenuButton.class gambas/trunk/comp/src/gb.form/.src/Main.module gambas/trunk/comp/src/gb.form/.src/Test/FTestValueBox.form gambas/trunk/comp/src/gb.gui.base/.info gambas/trunk/comp/src/gb.gui.base/.src/GridView/GridView.class gambas/trunk/comp/src/gb.memcached/.src/Memcached.class gambas/trunk/gb.gtk/src/CPictureBox.cpp gambas/trunk/gb.gtk/src/gpicturebox.h gambas/trunk/gb.qt4/share/gb.form.properties.h gambas/trunk/gb.qt4/src/CLabel.cpp gambas/trunk/gb.qt4/src/CPictureBox.cpp Added Paths: ----------- gambas/trunk/app/src/gambas3/.src/Project/Component/FComponentChooser.class gambas/trunk/app/src/gambas3/.src/Project/Component/FComponentChooser.form gambas/trunk/app/src/gambas3/.src/Project/Component/FSelectComponent.class gambas/trunk/app/src/gambas3/.src/Project/Component/FSelectComponent.form gambas/trunk/app/src/gambas3/img/16/checked-lock.png gambas/trunk/comp/src/gb.form/img/32/ gambas/trunk/comp/src/gb.form/img/32/filter-menu.png gambas/trunk/comp/src/gb.form/img/32/filter.png Removed Paths: ------------- gambas/trunk/app/src/gambas3/.src/Component/ComponentItem.class gambas/trunk/app/src/gambas3/.src/Project/Component/FSelectComponent.class gambas/trunk/app/src/gambas3/.src/Project/Component/FSelectComponent.form This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-01-07 21:18:09
|
Revision: 6818 http://sourceforge.net/p/gambas/code/6818 Author: gambix Date: 2015-01-07 21:18:07 +0000 (Wed, 07 Jan 2015) Log Message: ----------- [GB.REPORT2] * OPT: Continue Report component reconstruction Modified Paths: -------------- gambas/trunk/comp/src/gb.report2/.info gambas/trunk/comp/src/gb.report2/.list gambas/trunk/comp/src/gb.report2/.project gambas/trunk/comp/src/gb.report2/.settings gambas/trunk/comp/src/gb.report2/.src/Report.class gambas/trunk/comp/src/gb.report2/.src/ReportContainer.class gambas/trunk/comp/src/gb.report2/.src/ReportControl.class gambas/trunk/comp/src/gb.report2/.src/Tests/Module1.module gambas/trunk/comp/src/gb.report2/.startup Added Paths: ----------- gambas/trunk/comp/src/gb.report2/.hidden/control/ gambas/trunk/comp/src/gb.report2/.hidden/control/reporthbox.png gambas/trunk/comp/src/gb.report2/.hidden/control/reportlabel.png gambas/trunk/comp/src/gb.report2/.hidden/control/reportpagebreak.png gambas/trunk/comp/src/gb.report2/.hidden/control/reportvbox.png gambas/trunk/comp/src/gb.report2/.src/ReportFrame.class gambas/trunk/comp/src/gb.report2/.src/ReportPageBreak.class gambas/trunk/comp/src/gb.report2/.src/Tests/FMain.class gambas/trunk/comp/src/gb.report2/.src/Tests/FMain.form gambas/trunk/comp/src/gb.report2/.src/Tests/Report1.class gambas/trunk/comp/src/gb.report2/.src/Tests/Report1.report gambas/trunk/comp/src/gb.report2/.src/Tools/CPrint.class gambas/trunk/comp/src/gb.report2/.src/Types/Base/ gambas/trunk/comp/src/gb.report2/.src/Types/Base/ReportBrush.class gambas/trunk/comp/src/gb.report2/.src/Types/Base/ReportPadding.class gambas/trunk/comp/src/gb.report2/.src/Types/Border/ gambas/trunk/comp/src/gb.report2/.src/Types/Border/ReportBorder.class gambas/trunk/comp/src/gb.report2/.src/Types/Border/_ReportBorderSide.class gambas/trunk/comp/src/gb.report2/.src/Types/Border/_ReportRoundCorner.class gambas/trunk/comp/src/gb.report2/.src/Types/BoxShadow/ gambas/trunk/comp/src/gb.report2/.src/Types/BoxShadow/ReportBoxShadow.class gambas/trunk/comp/src/gb.report2/.src/Types/BoxShadow/_ReportBoxShadow.class gambas/trunk/comp/src/gb.report2/.src/Viewer/ gambas/trunk/comp/src/gb.report2/.src/Viewer/FPreview.class gambas/trunk/comp/src/gb.report2/.src/Viewer/FPreview.form gambas/trunk/comp/src/gb.report2/.src/Viewer/ReportView.class gambas/trunk/comp/src/gb.report2/.src/Viewer/ReportViewTask.class Removed Paths: ------------- gambas/trunk/comp/src/gb.report2/.src/Tests/FMain.class gambas/trunk/comp/src/gb.report2/.src/Tests/FMain.form gambas/trunk/comp/src/gb.report2/.src/Types/ReportPadding.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-01-07 18:17:09
|
Revision: 6817 http://sourceforge.net/p/gambas/code/6817 Author: gambas Date: 2015-01-07 18:17:01 +0000 (Wed, 07 Jan 2015) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Use row borders in project property component list. But still use cell borders in component / library requirements! [GB.GEOM] * BUG: RectF: Fix the implementation of several methods and properties. [GB.GUI.BASE] * NEW: Redesign the Border methods signature. They take a RectF instead of X, Y, Width, Height arguments. * NEW: Border.GetRect() is a new method that returns the available border inside as an integer rectangle. * NEW: Border(...) now create a new Border object, like the constructor. * NEW: Border.IsVoid() returns if the Border object will actually draw a border. The slash and backslash strokes are not taken into account. * NEW: GridView.Collapse has been removed. Margin are always collapsed for row borders, and never collapsed for cell borders. * BUG: GridView borders now work as expected. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/Project/FProjectProperty.class gambas/trunk/comp/src/gb.gui.base/.info gambas/trunk/comp/src/gb.gui.base/.src/Border.class gambas/trunk/comp/src/gb.gui.base/.src/GridView/GridView.class gambas/trunk/comp/src/gb.gui.base/.src/GridView/_GridView_Row.class gambas/trunk/comp/src/gb.gui.base/.src/Test/FGridView.class gambas/trunk/comp/src/gb.gui.base/.src/Test/FGridView.form gambas/trunk/main/lib/geom/crect_temp.h Added Paths: ----------- gambas/trunk/comp/src/gb.gui.base/.src/GridView/_GridView_Rows.class Removed Paths: ------------- gambas/trunk/comp/src/gb.gui.base/.src/GridView/_GridView_Rows.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-01-07 02:46:52
|
Revision: 6816 http://sourceforge.net/p/gambas/code/6816 Author: gambas Date: 2015-01-07 02:46:49 +0000 (Wed, 07 Jan 2015) Log Message: ----------- [GB.GUI.BASE] * NEW: Border: The Paint and Clip methods now take neighbourg borders as optional arguments. When a neighbourg is specified, their opposite margins are collapsed. * NEW: GridView.Collapse is a new property to tell if custom border margins will be collapsed. * NEW: GridView.Rows[].Border is a new property to define the border of an entire row. * NEW: GridView.Rows.Border is a new property to define the default row border. Modified Paths: -------------- gambas/trunk/app/examples/Drawing/Painting/.project gambas/trunk/comp/src/gb.gui.base/.info gambas/trunk/comp/src/gb.gui.base/.src/Border.class gambas/trunk/comp/src/gb.gui.base/.src/GridView/GridView.class gambas/trunk/comp/src/gb.gui.base/.src/GridView/_GridView_Row.class gambas/trunk/comp/src/gb.gui.base/.src/GridView/_GridView_Rows.class gambas/trunk/comp/src/gb.gui.base/.src/Test/FGridView.class gambas/trunk/comp/src/gb.gui.base/.src/Test/FGridView.form This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-01-06 22:44:37
|
Revision: 6815 http://sourceforge.net/p/gambas/code/6815 Author: gambas Date: 2015-01-06 22:44:35 +0000 (Tue, 06 Jan 2015) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Component/Library dependencies now are chosen from a new component selection dialog. * BUG: Database editor: Support for requests beginning with "WITH" or "PRAGMA". [WIKI CGI SCRIPT] * NEW: New login panel. * BUG: Fix creatable class detection. [GB.FORM] * BUG: IconPanel: The mouse wheel cannot select hidden tabs anymore. * BUG: Wizard: Remove default padding for wizards having a border. [GB.GUI.BASE] * BUG: Border: Rewrite the painting routine. Simplify the clipping to help workaround Qt4 bugs. [GB.DB.SQLITE] * NEW: Mark the component as deprecated. [GB.DB.SQLITE3] * BUG: Support for PRAGMA requests. Start cleaning up the horrible C++ classes. [GB.QT4] * BUG: Simplify the clipping management, because the old one was based on the QPainterPath::intersected() Qt method that is buggy. Clipping mixed with world transform matrix has still to be checked. Modified Paths: -------------- gambas/trunk/app/src/gambas-wiki/.hidden/Uncompressed/.public/style.css gambas/trunk/app/src/gambas-wiki/.lang/fr.po gambas/trunk/app/src/gambas-wiki/.public/style.css gambas/trunk/app/src/gambas-wiki/.src/CClassInfo.class gambas/trunk/app/src/gambas-wiki/.src/Main.module gambas/trunk/app/src/gambas-wiki/.src/Wiki.webpage gambas/trunk/app/src/gambas3/.src/Editor/Connection/FConnectionEditor.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/comp/src/gb.db.form/.src/DataTable.class gambas/trunk/comp/src/gb.form/.src/IconPanel/IconPanel.class gambas/trunk/comp/src/gb.form/.src/Wizard/FWizard.class gambas/trunk/comp/src/gb.form/.src/Wizard/FWizard.form 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/GridView/GridView.class gambas/trunk/comp/src/gb.gui.base/.src/Paint.class gambas/trunk/comp/src/gb.gui.base/.src/Test/FGridView.class gambas/trunk/comp/src/gb.gui.base/.src/Test/FGridView.form gambas/trunk/gb.db.sqlite2/src/gb.db.sqlite2.component gambas/trunk/gb.db.sqlite3/src/dataset.h gambas/trunk/gb.db.sqlite3/src/main.cpp gambas/trunk/gb.db.sqlite3/src/sqlitedataset.cpp gambas/trunk/gb.db.sqlite3/src/sqlitedataset.h gambas/trunk/gb.qt4/src/cpaint_impl.cpp gambas/trunk/main/lib/db/gb.db/.settings Added Paths: ----------- gambas/trunk/app/src/gambas3/.src/Project/Component/ gambas/trunk/app/src/gambas3/.src/Project/Component/ComponentChooser.class gambas/trunk/app/src/gambas3/.src/Project/Component/FSelectComponent.class gambas/trunk/app/src/gambas3/.src/Project/Component/FSelectComponent.form gambas/trunk/comp/src/gb.gui.base/.src/Test/FTestClipping.class gambas/trunk/comp/src/gb.gui.base/.src/Test/FTestClipping.form This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-01-06 15:06:41
|
Revision: 6814 http://sourceforge.net/p/gambas/code/6814 Author: gambas Date: 2015-01-06 15:06:39 +0000 (Tue, 06 Jan 2015) Log Message: ----------- [GB.QT4] * BUG: Fix compilation with Qt <= 4.6. Modified Paths: -------------- gambas/trunk/gb.qt4/src/cpaint_impl.cpp gambas/trunk/gb.qt4/src/cprinter.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-01-05 23:34:22
|
Revision: 6813 http://sourceforge.net/p/gambas/code/6813 Author: gambas Date: 2015-01-05 23:34:17 +0000 (Mon, 05 Jan 2015) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Enhance the fram software design. Add an initial global category search. [GB.FORM] * NEW: Three new stock icons: "development", "multimedia" & "office". * NEW: Wizard.ShowButton is a new property that allows to hide the wizard buttons. [GB.FORM.STOCK] * NEW: New stock icons. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.lang/fr.mo gambas/trunk/app/src/gambas3/.lang/fr.po gambas/trunk/app/src/gambas3/.src/Project/Farm/FSoftwareFarm.class gambas/trunk/app/src/gambas3/.src/Project/Farm/FSoftwareFarm.form gambas/trunk/comp/src/gb.form/.info gambas/trunk/comp/src/gb.form/.list gambas/trunk/comp/src/gb.form/.src/Wizard/FWizard.class gambas/trunk/comp/src/gb.form/.src/Wizard/FWizard.form gambas/trunk/comp/src/gb.form/.src/Wizard/Wizard.class gambas/trunk/comp/src/gb.form/map/icon.map Added Paths: ----------- gambas/trunk/app/src/gambas3/.src/Project/Farm/CSoftwareGroup.class gambas/trunk/app/src/gambas3/img/48/ gambas/trunk/app/src/gambas3/img/48/all.png gambas/trunk/comp/src/gb.form/.src/MultiContainer/ gambas/trunk/comp/src/gb.form/.src/MultiContainer/_MultiContainer.class gambas/trunk/comp/src/gb.form/.src/MultiContainer/_MultiContainerTab.class gambas/trunk/comp/src/gb.form.stock/stock/16/development.png gambas/trunk/comp/src/gb.form.stock/stock/16/multimedia.png gambas/trunk/comp/src/gb.form.stock/stock/16/office.png gambas/trunk/comp/src/gb.form.stock/stock/22/development.png gambas/trunk/comp/src/gb.form.stock/stock/22/multimedia.png gambas/trunk/comp/src/gb.form.stock/stock/22/office.png gambas/trunk/comp/src/gb.form.stock/stock/32/development.png gambas/trunk/comp/src/gb.form.stock/stock/32/multimedia.png gambas/trunk/comp/src/gb.form.stock/stock/32/office.png gambas/trunk/comp/src/gb.form.stock/stock/scalable/development.svg gambas/trunk/comp/src/gb.form.stock/stock/scalable/multimedia.svg gambas/trunk/comp/src/gb.form.stock/stock/scalable/office.svg This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
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. |
From: <tob...@us...> - 2015-01-05 17:56:45
|
Revision: 6811 http://sourceforge.net/p/gambas/code/6811 Author: tobiasboe Date: 2015-01-05 17:56:43 +0000 (Mon, 05 Jan 2015) Log Message: ----------- [CONFIGURATION] * BUG: Redirect to the wiki from the INSTALL file. It contained a generic (and not working) excerpt from the autoconf manual before. Modified Paths: -------------- gambas/trunk/INSTALL This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-01-04 23:41:17
|
Revision: 6810 http://sourceforge.net/p/gambas/code/6810 Author: gambas Date: 2015-01-04 23:41:09 +0000 (Sun, 04 Jan 2015) Log Message: ----------- [INTERPRETER] * BUG: Fix _call special method management again. Modified Paths: -------------- 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-01-04 23:02:12
|
Revision: 6809 http://sourceforge.net/p/gambas/code/6809 Author: gambas Date: 2015-01-04 23:02:03 +0000 (Sun, 04 Jan 2015) Log Message: ----------- [INTERPRETER] * BUG: "create static" classes are now taken into account when using the _call() special method. Modified Paths: -------------- 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-01-04 21:48:52
|
Revision: 6808 http://sourceforge.net/p/gambas/code/6808 Author: gambas Date: 2015-01-04 21:48:44 +0000 (Sun, 04 Jan 2015) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Use the new GridView cell Border property to draw the component tab of the project property dialog differently. [GB.GUI.BASE] * NEW: Border has margin properties now. * NEW: Fix Border painting algorithm. * NEW: Border.Clip() is a new method to clip to the border inside. * NEW: The Border constructor can take an optional style argument. That style follows a CSS-like syntax. * NEW: Border.Copy() is a new method that returns a copy of a Border object. * NEW: GridView: cells now have a Border property. If it points at a Border object, that border will be drawn in the cell. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/Project/FProjectProperty.class gambas/trunk/app/src/gambas3/.src/Project/FProjectProperty.form 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/GridView/GridView.class gambas/trunk/comp/src/gb.gui.base/.src/GridView/_GridView_Cell.class gambas/trunk/comp/src/gb.gui.base/.src/GridView/_GridView_Data.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.gui.base/.startup This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <tob...@us...> - 2015-01-04 18:32:34
|
Revision: 6807 http://sourceforge.net/p/gambas/code/6807 Author: tobiasboe Date: 2015-01-04 18:32:33 +0000 (Sun, 04 Jan 2015) Log Message: ----------- [GB.DATA] * BUG: GraphMatrix: Multiple simultaneous enumerations are possible now. Modified Paths: -------------- gambas/trunk/main/lib/data/c_graphmatrix.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-01-04 16:01:24
|
Revision: 6806 http://sourceforge.net/p/gambas/code/6806 Author: gambas Date: 2015-01-04 16:01:14 +0000 (Sun, 04 Jan 2015) Log Message: ----------- [GB.GUI.BASE] * NEW: The Border class is now creatable. * NEW: Border.Paint() draws a border object according to the value of its properties: Style, Width, Radius, Color... [GB.QT4] * BUG: Paint.Dash now understands zero widths like gb.gtk. Modified Paths: -------------- gambas/trunk/comp/src/gb.gui.base/.info gambas/trunk/comp/src/gb.gui.base/.list 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/MMain.module gambas/trunk/comp/src/gb.gui.base/.startup gambas/trunk/gb.qt4/src/cpaint_impl.cpp Added Paths: ----------- 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 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-01-04 11:55:24
|
Revision: 6805 http://sourceforge.net/p/gambas/code/6805 Author: gambas Date: 2015-01-04 11:55:15 +0000 (Sun, 04 Jan 2015) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Fix project property dialog validation for component/library projects. Modified Paths: -------------- 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/ProjectBox.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-01-04 02:19:36
|
Revision: 6804 http://sourceforge.net/p/gambas/code/6804 Author: gambas Date: 2015-01-04 02:19:34 +0000 (Sun, 04 Jan 2015) Log Message: ----------- [GB.NET] * BUG: Fix SerialPort.DTR property. Modified Paths: -------------- gambas/trunk/gb.net/src/CSerialPort.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-01-03 21:52:27
|
Revision: 6803 http://sourceforge.net/p/gambas/code/6803 Author: gambas Date: 2015-01-03 21:52:17 +0000 (Sat, 03 Jan 2015) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Project properties dialog: Make component filters visible again. * NEW: Project properties dialog: To get help on a component, you have to double-click on it now. It opens a embedded web browser on the help. The back button of the browser goes back to the component list. [WIKI CGI SCRIPT] * NEW: Always put the login panel at the bottom of the startup page. Modified Paths: -------------- gambas/trunk/app/src/gambas-wiki/.hidden/Uncompressed/.public/style.css gambas/trunk/app/src/gambas-wiki/.public/error-bg.png gambas/trunk/app/src/gambas-wiki/.public/style.css gambas/trunk/app/src/gambas-wiki/.src/CComponent.class gambas/trunk/app/src/gambas-wiki/.src/Main.module gambas/trunk/app/src/gambas3/.src/Editor/Image/FImageEditor.class gambas/trunk/app/src/gambas3/.src/Help/MHelp.module gambas/trunk/app/src/gambas3/.src/Project/FProjectProperty.class gambas/trunk/app/src/gambas3/.src/Project/FProjectProperty.form gambas/trunk/main/lib/image/image.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-01-03 14:56:40
|
Revision: 6802 http://sourceforge.net/p/gambas/code/6802 Author: gambas Date: 2015-01-03 14:56:33 +0000 (Sat, 03 Jan 2015) Log Message: ----------- [GB.FORM] * NEW: IconPanel tabs can be individually hidden, by using their Visible property. Modified Paths: -------------- gambas/trunk/app/examples/Control/LCDLabel/.project gambas/trunk/app/examples/Control/LCDLabel/.src/FMain.class gambas/trunk/app/examples/OpenGL/TunnelSDL/.project gambas/trunk/app/examples/OpenGL/TunnelSDL/.startup gambas/trunk/comp/src/gb.db.form/.icon.png gambas/trunk/comp/src/gb.form/.info gambas/trunk/comp/src/gb.form/.src/IconPanel/IconPanel.class gambas/trunk/comp/src/gb.form/.src/IconPanel/_IconPanelContainer.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |