Thread: [Gambas-devel-svn] SF.net SVN: gambas: [561] 2.0/trunk/comp/src/gb.chart
Brought to you by:
gambas
|
From: <ga...@us...> - 2007-09-06 19:04:49
|
Revision: 561
http://gambas.svn.sourceforge.net/gambas/?rev=561&view=rev
Author: gambix
Date: 2007-09-06 12:04:49 -0700 (Thu, 06 Sep 2007)
Log Message:
-----------
Initial import correct
Added Paths:
-----------
2.0/trunk/comp/src/gb.chart/.directory
2.0/trunk/comp/src/gb.chart/.gambas/
2.0/trunk/comp/src/gb.chart/.gambas/CAXE
2.0/trunk/comp/src/gb.chart/.gambas/CAXES
2.0/trunk/comp/src/gb.chart/.gambas/CCONTAINER
2.0/trunk/comp/src/gb.chart/.gambas/CCONTROL
2.0/trunk/comp/src/gb.chart/.gambas/CHART
2.0/trunk/comp/src/gb.chart/.gambas/CLEGEND
2.0/trunk/comp/src/gb.chart/.gambas/CSTYLEBAR
2.0/trunk/comp/src/gb.chart/.gambas/CXAXE
2.0/trunk/comp/src/gb.chart/.gambas/DATASET
2.0/trunk/comp/src/gb.chart/.gambas/FTEST
2.0/trunk/comp/src/gb.chart/.gambas/SERIE
2.0/trunk/comp/src/gb.chart/.icon.png
2.0/trunk/comp/src/gb.chart/.lock
2.0/trunk/comp/src/gb.chart/.project
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ga...@us...> - 2007-09-06 19:07:08
|
Revision: 562
http://gambas.svn.sourceforge.net/gambas/?rev=562&view=rev
Author: gambix
Date: 2007-09-06 12:06:56 -0700 (Thu, 06 Sep 2007)
Log Message:
-----------
Initial import
Modified Paths:
--------------
2.0/trunk/comp/src/gb.chart/.project
Removed Paths:
-------------
2.0/trunk/comp/src/gb.chart/.gambas/
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ga...@us...> - 2007-09-07 12:35:47
|
Revision: 565
http://gambas.svn.sourceforge.net/gambas/?rev=565&view=rev
Author: gambix
Date: 2007-09-07 05:35:45 -0700 (Fri, 07 Sep 2007)
Log Message:
-----------
[GB.CHART]
* NEW: New structure for the data storing. It is now like a column view.
Modified Paths:
--------------
2.0/trunk/comp/src/gb.chart/CLegend.class
2.0/trunk/comp/src/gb.chart/CStyleBar.class
2.0/trunk/comp/src/gb.chart/Chart.class
2.0/trunk/comp/src/gb.chart/FTest.class
Added Paths:
-----------
2.0/trunk/comp/src/gb.chart/MTools.module
2.0/trunk/comp/src/gb.chart/_Column.class
Removed Paths:
-------------
2.0/trunk/comp/src/gb.chart/DataSet.class
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ga...@us...> - 2007-09-07 21:30:34
|
Revision: 566
http://gambas.svn.sourceforge.net/gambas/?rev=566&view=rev
Author: gambix
Date: 2007-09-07 14:30:38 -0700 (Fri, 07 Sep 2007)
Log Message:
-----------
[GB.CHART]
* New: The Legend can be visible or not and change position.
* New: Pie chart style
* New: A demo form is in the component source
Modified Paths:
--------------
2.0/trunk/comp/src/gb.chart/.project
2.0/trunk/comp/src/gb.chart/Chart.class
2.0/trunk/comp/src/gb.chart/FTest.class
2.0/trunk/comp/src/gb.chart/FTest.form
2.0/trunk/comp/src/gb.chart/MTools.module
Added Paths:
-----------
2.0/trunk/comp/src/gb.chart/_CLegend.class
2.0/trunk/comp/src/gb.chart/_CStyleBar.class
2.0/trunk/comp/src/gb.chart/_CStylePie.class
2.0/trunk/comp/src/gb.chart/_Serie.class
Removed Paths:
-------------
2.0/trunk/comp/src/gb.chart/CContainer.class
2.0/trunk/comp/src/gb.chart/CControl.class
2.0/trunk/comp/src/gb.chart/CLegend.class
2.0/trunk/comp/src/gb.chart/CStyleBar.class
2.0/trunk/comp/src/gb.chart/Serie.class
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ga...@us...> - 2007-09-08 08:35:39
|
Revision: 568
http://gambas.svn.sourceforge.net/gambas/?rev=568&view=rev
Author: gambix
Date: 2007-09-08 01:35:43 -0700 (Sat, 08 Sep 2007)
Log Message:
-----------
[GB.CHART]
* NEW: Title become a class with Text, Font and Visible properties
* NEW: A new property 'Proportional' allow to maintain visual aspect.
It is turned on by default.
* NEW: Legend have a new property Font.
* NEW: A new class named YAxe. It have only one property at this time,
'ShowIntervalLines' that show or hide the interval lines.
Modified Paths:
--------------
2.0/trunk/comp/src/gb.chart/Chart.class
2.0/trunk/comp/src/gb.chart/FTest.class
2.0/trunk/comp/src/gb.chart/FTest.form
2.0/trunk/comp/src/gb.chart/_CLegend.class
2.0/trunk/comp/src/gb.chart/_CStyleBar.class
Added Paths:
-----------
2.0/trunk/comp/src/gb.chart/_CTitle.class
2.0/trunk/comp/src/gb.chart/_CYAxe.class
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ga...@us...> - 2007-09-08 13:48:00
|
Revision: 570
http://gambas.svn.sourceforge.net/gambas/?rev=570&view=rev
Author: gambix
Date: 2007-09-08 06:48:02 -0700 (Sat, 08 Sep 2007)
Log Message:
-----------
[GB.CHART]
* NEW: New data structure for storing DataSets (i hope the final one)
* NEW: Class for Style constant.
Modified Paths:
--------------
2.0/trunk/comp/src/gb.chart/Chart.class
2.0/trunk/comp/src/gb.chart/FTest.class
2.0/trunk/comp/src/gb.chart/MTools.module
2.0/trunk/comp/src/gb.chart/_CLegend.class
2.0/trunk/comp/src/gb.chart/_CStyleBar.class
2.0/trunk/comp/src/gb.chart/_CStylePie.class
Added Paths:
-----------
2.0/trunk/comp/src/gb.chart/ChartType.class
2.0/trunk/comp/src/gb.chart/_CLabels.class
2.0/trunk/comp/src/gb.chart/_CSerie.class
Removed Paths:
-------------
2.0/trunk/comp/src/gb.chart/CAxes.class
2.0/trunk/comp/src/gb.chart/_Column.class
2.0/trunk/comp/src/gb.chart/_Serie.class
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ga...@us...> - 2007-09-08 16:52:41
|
Revision: 571
http://gambas.svn.sourceforge.net/gambas/?rev=571&view=rev
Author: gambix
Date: 2007-09-08 09:52:45 -0700 (Sat, 08 Sep 2007)
Log Message:
-----------
[GB.CHART]
* OPT: Some changes like rename Labels to Headers, and add a property Values
to load directly an array of string
Modified Paths:
--------------
2.0/trunk/comp/src/gb.chart/Chart.class
2.0/trunk/comp/src/gb.chart/FTest.class
2.0/trunk/comp/src/gb.chart/_CLegend.class
2.0/trunk/comp/src/gb.chart/_CStyleBar.class
2.0/trunk/comp/src/gb.chart/_CStylePie.class
Added Paths:
-----------
2.0/trunk/comp/src/gb.chart/_CHeaders.class
Removed Paths:
-------------
2.0/trunk/comp/src/gb.chart/_CLabels.class
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ga...@us...> - 2007-09-08 22:07:33
|
Revision: 577
http://gambas.svn.sourceforge.net/gambas/?rev=577&view=rev
Author: gambix
Date: 2007-09-08 15:07:36 -0700 (Sat, 08 Sep 2007)
Log Message:
-----------
[GB.CHART]
* NEW: BarStyle and PieStyle can show multiple set of data now.
Modified Paths:
--------------
2.0/trunk/comp/src/gb.chart/FTest.class
2.0/trunk/comp/src/gb.chart/_CLegend.class
2.0/trunk/comp/src/gb.chart/_CSerie.class
2.0/trunk/comp/src/gb.chart/_CStyleBar.class
2.0/trunk/comp/src/gb.chart/_CStylePie.class
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ga...@us...> - 2007-09-08 22:55:44
|
Revision: 579
http://gambas.svn.sourceforge.net/gambas/?rev=579&view=rev
Author: gambix
Date: 2007-09-08 15:55:48 -0700 (Sat, 08 Sep 2007)
Log Message:
-----------
[GB.CHART]
* NEW: New Lines Style
* NEW: Now the Legend can show data or data set on need
Modified Paths:
--------------
2.0/trunk/comp/src/gb.chart/Chart.class
2.0/trunk/comp/src/gb.chart/FTest.class
2.0/trunk/comp/src/gb.chart/FTest.form
2.0/trunk/comp/src/gb.chart/_CLegend.class
2.0/trunk/comp/src/gb.chart/_CStylePie.class
Added Paths:
-----------
2.0/trunk/comp/src/gb.chart/_CStyleLine.class
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ga...@us...> - 2007-09-10 13:44:49
|
Revision: 583
http://gambas.svn.sourceforge.net/gambas/?rev=583&view=rev
Author: gambix
Date: 2007-09-10 06:44:52 -0700 (Mon, 10 Sep 2007)
Log Message:
-----------
[GB.CHART]
* NEW: Areas style with 3 substyles available : Normal, Stacked, Percent
The stacked mode is in the demo form.
* OPT: The Name of bar Style have changed to Columns
Modified Paths:
--------------
2.0/trunk/comp/src/gb.chart/Chart.class
2.0/trunk/comp/src/gb.chart/ChartType.class
2.0/trunk/comp/src/gb.chart/FTest.class
2.0/trunk/comp/src/gb.chart/FTest.form
2.0/trunk/comp/src/gb.chart/MTools.module
2.0/trunk/comp/src/gb.chart/_CStyleLine.class
2.0/trunk/comp/src/gb.chart/_CStylePie.class
Added Paths:
-----------
2.0/trunk/comp/src/gb.chart/Form1.class
2.0/trunk/comp/src/gb.chart/Form1.form
2.0/trunk/comp/src/gb.chart/_CStyleAreas.class
2.0/trunk/comp/src/gb.chart/_CStyleColumns.class
Removed Paths:
-------------
2.0/trunk/comp/src/gb.chart/_CStyleBar.class
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ga...@us...> - 2007-09-11 15:59:00
|
Revision: 584
http://gambas.svn.sourceforge.net/gambas/?rev=584&view=rev
Author: gambix
Date: 2007-09-11 08:58:55 -0700 (Tue, 11 Sep 2007)
Log Message:
-----------
[GB.CHART]
* NEW: New demo form that will be placed in examples directory then.
* NEW: Areas style and 3 subStyles are done
* NEW: 2 new substyle for Pies
* NEW: The Chart axes are drawed by a common class
Modified Paths:
--------------
2.0/trunk/comp/src/gb.chart/.project
2.0/trunk/comp/src/gb.chart/Chart.class
2.0/trunk/comp/src/gb.chart/ChartType.class
2.0/trunk/comp/src/gb.chart/Form1.class
2.0/trunk/comp/src/gb.chart/Form1.form
2.0/trunk/comp/src/gb.chart/MTools.module
2.0/trunk/comp/src/gb.chart/_CStyleAreas.class
2.0/trunk/comp/src/gb.chart/_CStyleColumns.class
Added Paths:
-----------
2.0/trunk/comp/src/gb.chart/CPoint.class
2.0/trunk/comp/src/gb.chart/CRect.class
2.0/trunk/comp/src/gb.chart/img/
2.0/trunk/comp/src/gb.chart/img/areas.png
2.0/trunk/comp/src/gb.chart/img/areasnormal.png
2.0/trunk/comp/src/gb.chart/img/areaspercent.png
2.0/trunk/comp/src/gb.chart/img/areasstacked.png
2.0/trunk/comp/src/gb.chart/img/bars.png
2.0/trunk/comp/src/gb.chart/img/barsnormal.png
2.0/trunk/comp/src/gb.chart/img/barspercent.png
2.0/trunk/comp/src/gb.chart/img/barsstacked.png
2.0/trunk/comp/src/gb.chart/img/columns.png
2.0/trunk/comp/src/gb.chart/img/columnslinecombination.png
2.0/trunk/comp/src/gb.chart/img/columnsnormal.png
2.0/trunk/comp/src/gb.chart/img/columnspercent.png
2.0/trunk/comp/src/gb.chart/img/columnsstacked.png
2.0/trunk/comp/src/gb.chart/img/lines.png
2.0/trunk/comp/src/gb.chart/img/linesnormal.png
2.0/trunk/comp/src/gb.chart/img/linespercent.png
2.0/trunk/comp/src/gb.chart/img/linesstacked.png
2.0/trunk/comp/src/gb.chart/img/linessymbols.png
2.0/trunk/comp/src/gb.chart/img/net.png
2.0/trunk/comp/src/gb.chart/img/pie.png
2.0/trunk/comp/src/gb.chart/img/pienormal.png
2.0/trunk/comp/src/gb.chart/img/pieoffset1.png
2.0/trunk/comp/src/gb.chart/img/pieoffset2.png
2.0/trunk/comp/src/gb.chart/img/pierings.png
2.0/trunk/comp/src/gb.chart/img/stockchart.png
2.0/trunk/comp/src/gb.chart/img/xychart.png
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ga...@us...> - 2007-09-11 16:17:47
|
Revision: 586
http://gambas.svn.sourceforge.net/gambas/?rev=586&view=rev
Author: gambix
Date: 2007-09-11 09:17:48 -0700 (Tue, 11 Sep 2007)
Log Message:
-----------
oups
Modified Paths:
--------------
2.0/trunk/comp/src/gb.chart/.project
Added Paths:
-----------
2.0/trunk/comp/src/gb.chart/.component
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ga...@us...> - 2007-09-11 16:29:04
|
Revision: 587
http://gambas.svn.sourceforge.net/gambas/?rev=587&view=rev
Author: gambix
Date: 2007-09-11 09:29:06 -0700 (Tue, 11 Sep 2007)
Log Message:
-----------
[GB.CHART]
* BUG: Now Title and Header Class are exported.$
* BUG: Title Font is based on the class Title Now
Modified Paths:
--------------
2.0/trunk/comp/src/gb.chart/Chart.class
2.0/trunk/comp/src/gb.chart/_CHeaders.class
2.0/trunk/comp/src/gb.chart/_CTitle.class
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ga...@us...> - 2007-09-11 20:31:20
|
Revision: 589
http://gambas.svn.sourceforge.net/gambas/?rev=589&view=rev
Author: gambix
Date: 2007-09-11 13:31:24 -0700 (Tue, 11 Sep 2007)
Log Message:
-----------
[GB.CHART]
* NEW: Now the Y step values are correctly set
* NEW: The Columns style Axes are drawn by the common function
Modified Paths:
--------------
2.0/trunk/comp/src/gb.chart/CPoint.class
2.0/trunk/comp/src/gb.chart/Form1.class
2.0/trunk/comp/src/gb.chart/MTools.module
2.0/trunk/comp/src/gb.chart/_CStyleColumns.class
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ga...@us...> - 2007-09-11 22:57:34
|
Revision: 590
http://gambas.svn.sourceforge.net/gambas/?rev=590&view=rev
Author: gambas
Date: 2007-09-11 15:57:37 -0700 (Tue, 11 Sep 2007)
Log Message:
-----------
[GB.CHART]
* BUG: Replaced "Heigth" by "Height".
Modified Paths:
--------------
2.0/trunk/comp/src/gb.chart/Chart.class
2.0/trunk/comp/src/gb.chart/FTest.class
2.0/trunk/comp/src/gb.chart/Form1.class
2.0/trunk/comp/src/gb.chart/_CLegend.class
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: Fabien B. <gam...@gm...> - 2007-09-12 10:16:03
|
Et oui ... toujours fach=E9 vec l'othographe...mi ;-) vais revoir tout =E7a ... promis On Wednesday 12 September 2007 00:57:38 ga...@us... wrote: > Revision: 590 > http://gambas.svn.sourceforge.net/gambas/?rev=3D590&view=3Drev > Author: gambas > Date: 2007-09-11 15:57:37 -0700 (Tue, 11 Sep 2007) > > Log Message: > ----------- > [GB.CHART] > * BUG: Replaced "Heigth" by "Height". > > Modified Paths: > -------------- > 2.0/trunk/comp/src/gb.chart/Chart.class > 2.0/trunk/comp/src/gb.chart/FTest.class > 2.0/trunk/comp/src/gb.chart/Form1.class > 2.0/trunk/comp/src/gb.chart/_CLegend.class > > > This was sent by the SourceForge.net collaborative development platform, > the world's largest Open Source development site. > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2005. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > Gambas-devel-svn mailing list > Gam...@li... > https://lists.sourceforge.net/lists/listinfo/gambas-devel-svn |
|
From: <ga...@us...> - 2007-09-17 08:53:06
|
Revision: 634
http://gambas.svn.sourceforge.net/gambas/?rev=634&view=rev
Author: gambix
Date: 2007-09-17 01:53:08 -0700 (Mon, 17 Sep 2007)
Log Message:
-----------
[GB.REPORT]
* NEW: New ColumnsStacked and ColumnsPercent type
* BUG: Bug on pie not resolved...
* NEW: Many types have been renamed
Modified Paths:
--------------
2.0/trunk/comp/src/gb.chart/Chart.class
2.0/trunk/comp/src/gb.chart/Form1.class
2.0/trunk/comp/src/gb.chart/Form1.form
2.0/trunk/comp/src/gb.chart/MTools.module
2.0/trunk/comp/src/gb.chart/_CStyleAreas.class
2.0/trunk/comp/src/gb.chart/_CStyleColumns.class
2.0/trunk/comp/src/gb.chart/_CStyleLine.class
2.0/trunk/comp/src/gb.chart/_CStylePie.class
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ga...@us...> - 2007-09-17 16:33:56
|
Revision: 638
http://gambas.svn.sourceforge.net/gambas/?rev=638&view=rev
Author: gambix
Date: 2007-09-17 08:42:03 -0700 (Mon, 17 Sep 2007)
Log Message:
-----------
[GB.CHART]
* NEW: LinesStyle is ready
* NEW: Symbols are allowed for Lines and Areas
Modified Paths:
--------------
2.0/trunk/comp/src/gb.chart/ChartType.class
2.0/trunk/comp/src/gb.chart/Form1.class
2.0/trunk/comp/src/gb.chart/MTools.module
2.0/trunk/comp/src/gb.chart/_CStyleAreas.class
2.0/trunk/comp/src/gb.chart/_CStyleColumns.class
2.0/trunk/comp/src/gb.chart/_CStyleLine.class
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ga...@us...> - 2007-09-18 20:44:56
|
Revision: 641
http://gambas.svn.sourceforge.net/gambas/?rev=641&view=rev
Author: gambix
Date: 2007-09-18 13:44:59 -0700 (Tue, 18 Sep 2007)
Log Message:
-----------
[GB.CHART]
* NEW: Now you can play with Datas in the test Form
* BUG: Errors on columns design corrected
Modified Paths:
--------------
2.0/trunk/comp/src/gb.chart/.project
2.0/trunk/comp/src/gb.chart/CPoint.class
2.0/trunk/comp/src/gb.chart/Chart.class
2.0/trunk/comp/src/gb.chart/MTools.module
2.0/trunk/comp/src/gb.chart/_CLegend.class
2.0/trunk/comp/src/gb.chart/_CSerie.class
2.0/trunk/comp/src/gb.chart/_CStyleAreas.class
2.0/trunk/comp/src/gb.chart/_CStyleColumns.class
2.0/trunk/comp/src/gb.chart/_CStyleLine.class
2.0/trunk/comp/src/gb.chart/_CStylePie.class
Added Paths:
-----------
2.0/trunk/comp/src/gb.chart/ChartStyle.class
2.0/trunk/comp/src/gb.chart/FInput.class
2.0/trunk/comp/src/gb.chart/FInput.form
2.0/trunk/comp/src/gb.chart/FTest.class
2.0/trunk/comp/src/gb.chart/FTest.form
2.0/trunk/comp/src/gb.chart/_Colors.class
Removed Paths:
-------------
2.0/trunk/comp/src/gb.chart/FTest.class
2.0/trunk/comp/src/gb.chart/FTest.form
2.0/trunk/comp/src/gb.chart/Form1.class
2.0/trunk/comp/src/gb.chart/Form1.form
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ga...@us...> - 2007-10-25 22:58:42
|
Revision: 784
http://gambas.svn.sourceforge.net/gambas/?rev=784&view=rev
Author: gambas
Date: 2007-10-25 15:58:45 -0700 (Thu, 25 Oct 2007)
Log Message:
-----------
[GB.CHART]
* BUG: .info and .list files need to be comitted.
Modified Paths:
--------------
2.0/trunk/comp/src/gb.chart/.project
Added Paths:
-----------
2.0/trunk/comp/src/gb.chart/.info
2.0/trunk/comp/src/gb.chart/.list
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|