Thread: [Gambas-devel-svn] SF.net SVN: gambas:[1917] gambas/trunk/comp/src/gb.report
Brought to you by:
gambas
From: <ga...@us...> - 2009-03-27 12:48:57
|
Revision: 1917 http://gambas.svn.sourceforge.net/gambas/?rev=1917&view=rev Author: gambix Date: 2009-03-27 12:48:54 +0000 (Fri, 27 Mar 2009) Log Message: ----------- [GB.REPORT] * BUG: Change the old BackColor reference so the component is usable. Modified Paths: -------------- gambas/trunk/comp/src/gb.report/.info gambas/trunk/comp/src/gb.report/.project gambas/trunk/comp/src/gb.report/CPageInfo.class gambas/trunk/comp/src/gb.report/FTest.class gambas/trunk/comp/src/gb.report/ReportControl.class gambas/trunk/comp/src/gb.report/ReportSection.class gambas/trunk/comp/src/gb.report/TSizeHint.class gambas/trunk/comp/src/gb.report/TSizeParse.class gambas/trunk/comp/src/gb.report/frmPreview.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2009-11-13 15:16:57
|
Revision: 2416 http://gambas.svn.sourceforge.net/gambas/?rev=2416&view=rev Author: gambix Date: 2009-11-13 15:16:44 +0000 (Fri, 13 Nov 2009) Log Message: ----------- [GB.REPORT] * BUG: Now the gb.report is structured as a gambas3 source. It does not make gbi3 crash anymore, neither IDE Modified Paths: -------------- gambas/trunk/comp/src/gb.report/.component gambas/trunk/comp/src/gb.report/.project Added Paths: ----------- gambas/trunk/comp/src/gb.report/.hidden/ gambas/trunk/comp/src/gb.report/.src/ gambas/trunk/comp/src/gb.report/.src/CPageInfo.class gambas/trunk/comp/src/gb.report/.src/FReportTutorial1.class gambas/trunk/comp/src/gb.report/.src/FReportTutorial1.form gambas/trunk/comp/src/gb.report/.src/FTest.class gambas/trunk/comp/src/gb.report/.src/FTest.form gambas/trunk/comp/src/gb.report/.src/MRTools.module gambas/trunk/comp/src/gb.report/.src/Report.class gambas/trunk/comp/src/gb.report/.src/ReportCloner.class gambas/trunk/comp/src/gb.report/.src/ReportContainer.class gambas/trunk/comp/src/gb.report/.src/ReportControl.class gambas/trunk/comp/src/gb.report/.src/ReportDrawing.class gambas/trunk/comp/src/gb.report/.src/ReportField.class gambas/trunk/comp/src/gb.report/.src/ReportHBox.class gambas/trunk/comp/src/gb.report/.src/ReportImage.class gambas/trunk/comp/src/gb.report/.src/ReportLabel.class gambas/trunk/comp/src/gb.report/.src/ReportSection.class gambas/trunk/comp/src/gb.report/.src/ReportSpecialField.class gambas/trunk/comp/src/gb.report/.src/ReportTextLabel.class gambas/trunk/comp/src/gb.report/.src/ReportVBox.class gambas/trunk/comp/src/gb.report/.src/TControl.class gambas/trunk/comp/src/gb.report/.src/TSizeHint.class gambas/trunk/comp/src/gb.report/.src/TSizeParse.class gambas/trunk/comp/src/gb.report/.src/Tutorial2.class gambas/trunk/comp/src/gb.report/.src/Tutorial2.form gambas/trunk/comp/src/gb.report/.src/Units.class gambas/trunk/comp/src/gb.report/.src/frmPreview.class gambas/trunk/comp/src/gb.report/.src/frmPreview.form Removed Paths: ------------- gambas/trunk/comp/src/gb.report/CPageInfo.class gambas/trunk/comp/src/gb.report/FReportTutorial1.class gambas/trunk/comp/src/gb.report/FReportTutorial1.form gambas/trunk/comp/src/gb.report/FTest.class gambas/trunk/comp/src/gb.report/FTest.form gambas/trunk/comp/src/gb.report/MRTools.module gambas/trunk/comp/src/gb.report/Report.class gambas/trunk/comp/src/gb.report/ReportCloner.class gambas/trunk/comp/src/gb.report/ReportContainer.class gambas/trunk/comp/src/gb.report/ReportControl.class gambas/trunk/comp/src/gb.report/ReportDrawing.class gambas/trunk/comp/src/gb.report/ReportField.class gambas/trunk/comp/src/gb.report/ReportHBox.class gambas/trunk/comp/src/gb.report/ReportImage.class gambas/trunk/comp/src/gb.report/ReportLabel.class gambas/trunk/comp/src/gb.report/ReportSection.class gambas/trunk/comp/src/gb.report/ReportSpecialField.class gambas/trunk/comp/src/gb.report/ReportTextLabel.class gambas/trunk/comp/src/gb.report/ReportVBox.class gambas/trunk/comp/src/gb.report/TControl.class gambas/trunk/comp/src/gb.report/TSizeHint.class gambas/trunk/comp/src/gb.report/TSizeParse.class gambas/trunk/comp/src/gb.report/Tutorial2.class gambas/trunk/comp/src/gb.report/Tutorial2.form gambas/trunk/comp/src/gb.report/Units.class gambas/trunk/comp/src/gb.report/frmPreview.class gambas/trunk/comp/src/gb.report/frmPreview.form This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2010-01-08 20:37:06
|
Revision: 2603 http://gambas.svn.sourceforge.net/gambas/?rev=2603&view=rev Author: gambix Date: 2010-01-08 20:37:00 +0000 (Fri, 08 Jan 2010) Log Message: ----------- [GB.REPORT] * NEW: Begin to convert gb.report to use the paint class Modified Paths: -------------- gambas/trunk/comp/src/gb.report/.info gambas/trunk/comp/src/gb.report/.list gambas/trunk/comp/src/gb.report/.project gambas/trunk/comp/src/gb.report/.src/FTest.class gambas/trunk/comp/src/gb.report/.src/FTest.form gambas/trunk/comp/src/gb.report/.src/Report.class gambas/trunk/comp/src/gb.report/.src/ReportControl.class gambas/trunk/comp/src/gb.report/.src/ReportDrawing.class gambas/trunk/comp/src/gb.report/.src/ReportField.class gambas/trunk/comp/src/gb.report/.src/ReportImage.class gambas/trunk/comp/src/gb.report/.src/ReportLabel.class gambas/trunk/comp/src/gb.report/.src/ReportSpecialField.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2010-02-10 14:47:39
|
Revision: 2690 http://gambas.svn.sourceforge.net/gambas/?rev=2690&view=rev Author: gambix Date: 2010-02-10 14:47:31 +0000 (Wed, 10 Feb 2010) Log Message: ----------- [GB.REPORT] * NEW: the paint class is used everywhere, and the zoom property is renamed Scale and use the paint.scale function. Modified Paths: -------------- gambas/trunk/comp/src/gb.report/.info gambas/trunk/comp/src/gb.report/.project gambas/trunk/comp/src/gb.report/.src/FTest.class gambas/trunk/comp/src/gb.report/.src/FTest.form gambas/trunk/comp/src/gb.report/.src/MRTools.module gambas/trunk/comp/src/gb.report/.src/Report.class gambas/trunk/comp/src/gb.report/.src/ReportControl.class gambas/trunk/comp/src/gb.report/.src/ReportDrawing.class gambas/trunk/comp/src/gb.report/.src/ReportField.class gambas/trunk/comp/src/gb.report/.src/ReportImage.class gambas/trunk/comp/src/gb.report/.src/ReportLabel.class gambas/trunk/comp/src/gb.report/.src/ReportSpecialField.class gambas/trunk/comp/src/gb.report/.src/ReportTextLabel.class gambas/trunk/comp/src/gb.report/.src/frmPreview.class gambas/trunk/comp/src/gb.report/.src/frmPreview.form Removed Paths: ------------- gambas/trunk/comp/src/gb.report/.src/Tutorial2.class gambas/trunk/comp/src/gb.report/.src/Tutorial2.form gambas/trunk/comp/src/gb.report/Text1 gambas/trunk/comp/src/gb.report/test.print This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2010-02-11 13:44:26
|
Revision: 2692 http://gambas.svn.sourceforge.net/gambas/?rev=2692&view=rev Author: gambix Date: 2010-02-11 13:44:15 +0000 (Thu, 11 Feb 2010) Log Message: ----------- [GB.REPORT] * BUG: accelerate drawing Modified Paths: -------------- gambas/trunk/comp/src/gb.report/.project gambas/trunk/comp/src/gb.report/.src/FTest.class gambas/trunk/comp/src/gb.report/.src/FTest.form gambas/trunk/comp/src/gb.report/.src/MRTools.module gambas/trunk/comp/src/gb.report/.src/Report.class gambas/trunk/comp/src/gb.report/.src/ReportContainer.class gambas/trunk/comp/src/gb.report/.src/ReportControl.class gambas/trunk/comp/src/gb.report/.src/ReportField.class gambas/trunk/comp/src/gb.report/.src/ReportLabel.class Added Paths: ----------- gambas/trunk/comp/src/gb.report/.src/FExample.class gambas/trunk/comp/src/gb.report/.src/FExample.form This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2010-02-11 19:27:22
|
Revision: 2693 http://gambas.svn.sourceforge.net/gambas/?rev=2693&view=rev Author: gambix Date: 2010-02-11 19:27:10 +0000 (Thu, 11 Feb 2010) Log Message: ----------- [GB.REPORT] * NEW: The properties ForeColor, BackColor, FillColor are now not present They are replaced by Style, BorderColor, Border, Color, gradient, Image. * NEW: a new widget named ReportLIne Modified Paths: -------------- gambas/trunk/comp/src/gb.report/.info gambas/trunk/comp/src/gb.report/.list gambas/trunk/comp/src/gb.report/.project gambas/trunk/comp/src/gb.report/.src/MRTools.module gambas/trunk/comp/src/gb.report/.src/Report.class gambas/trunk/comp/src/gb.report/.src/ReportContainer.class gambas/trunk/comp/src/gb.report/.src/ReportControl.class gambas/trunk/comp/src/gb.report/.src/ReportDrawing.class gambas/trunk/comp/src/gb.report/.src/ReportField.class gambas/trunk/comp/src/gb.report/.src/ReportLabel.class gambas/trunk/comp/src/gb.report/.src/ReportSpecialField.class gambas/trunk/comp/src/gb.report/.src/ReportTextLabel.class Added Paths: ----------- gambas/trunk/comp/src/gb.report/.src/ReportBorder.module gambas/trunk/comp/src/gb.report/.src/ReportFrame.class gambas/trunk/comp/src/gb.report/.src/ReportLine.class gambas/trunk/comp/src/gb.report/.src/ReportStyle.module gambas/trunk/comp/src/gb.report/.src/Tests/ gambas/trunk/comp/src/gb.report/.src/Tests/FExample.class gambas/trunk/comp/src/gb.report/.src/Tests/FExample.form gambas/trunk/comp/src/gb.report/.src/Tests/FTest.class gambas/trunk/comp/src/gb.report/.src/Tests/FTest.form Removed Paths: ------------- gambas/trunk/comp/src/gb.report/.src/FExample.class gambas/trunk/comp/src/gb.report/.src/FExample.form gambas/trunk/comp/src/gb.report/.src/FReportTutorial1.class gambas/trunk/comp/src/gb.report/.src/FReportTutorial1.form gambas/trunk/comp/src/gb.report/.src/FTest.class gambas/trunk/comp/src/gb.report/.src/FTest.form gambas/trunk/comp/src/gb.report/.src/ReportImage.class gambas/trunk/comp/src/gb.report/.src/frmPreview.class gambas/trunk/comp/src/gb.report/.src/frmPreview.form This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2010-02-12 12:35:08
|
Revision: 2694 http://gambas.svn.sourceforge.net/gambas/?rev=2694&view=rev Author: gambix Date: 2010-02-12 12:35:01 +0000 (Fri, 12 Feb 2010) Log Message: ----------- [GB.REPORT] * NEW: Now all the filling properties are replaced with special function that return a CReportBrush class to the Object Brush Property Modified Paths: -------------- gambas/trunk/comp/src/gb.report/.info gambas/trunk/comp/src/gb.report/.src/Report.class gambas/trunk/comp/src/gb.report/.src/ReportFrame.class gambas/trunk/comp/src/gb.report/.src/Tests/FExample.class Added Paths: ----------- gambas/trunk/comp/src/gb.report/.src/CReportBrush.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2010-02-12 13:03:36
|
Revision: 2695 http://gambas.svn.sourceforge.net/gambas/?rev=2695&view=rev Author: gambix Date: 2010-02-12 13:03:28 +0000 (Fri, 12 Feb 2010) Log Message: ----------- [GB.REPORT] * BUG: CReportBrush is renammed to ReportBrush Modified Paths: -------------- gambas/trunk/comp/src/gb.report/.info gambas/trunk/comp/src/gb.report/.list gambas/trunk/comp/src/gb.report/.src/Report.class gambas/trunk/comp/src/gb.report/.src/ReportFrame.class Added Paths: ----------- gambas/trunk/comp/src/gb.report/.src/ReportBrush.class Removed Paths: ------------- gambas/trunk/comp/src/gb.report/.src/CReportBrush.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2010-02-13 05:21:57
|
Revision: 2696 http://gambas.svn.sourceforge.net/gambas/?rev=2696&view=rev Author: gambix Date: 2010-02-13 05:21:51 +0000 (Sat, 13 Feb 2010) Log Message: ----------- [GB.REPORT] * NEW: Some improvement on the example Modified Paths: -------------- gambas/trunk/comp/src/gb.report/.info gambas/trunk/comp/src/gb.report/.list gambas/trunk/comp/src/gb.report/.src/Report.class gambas/trunk/comp/src/gb.report/.src/ReportFrame.class gambas/trunk/comp/src/gb.report/.src/Tests/FExample.class gambas/trunk/comp/src/gb.report/.src/Tests/FExample.form Removed Paths: ------------- gambas/trunk/comp/src/gb.report/.src/ReportStyle.module gambas/trunk/comp/src/gb.report/.src/Tests/FTest.class gambas/trunk/comp/src/gb.report/.src/Tests/FTest.form This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2010-02-23 20:58:00
|
Revision: 2714 http://gambas.svn.sourceforge.net/gambas/?rev=2714&view=rev Author: gambix Date: 2010-02-23 20:57:51 +0000 (Tue, 23 Feb 2010) Log Message: ----------- [GB.REPORT] * BUG: now the property expand is a boolean Modified Paths: -------------- gambas/trunk/comp/src/gb.report/.info gambas/trunk/comp/src/gb.report/.src/ReportControl.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2010-02-25 22:05:06
|
Revision: 2720 http://gambas.svn.sourceforge.net/gambas/?rev=2720&view=rev Author: gambix Date: 2010-02-25 22:04:59 +0000 (Thu, 25 Feb 2010) Log Message: ----------- [GB.REPORT] * NEW: Return of the ReportImage and ReportSvgImage classes * BUG: The ReportFrame Parent Class can not be instanciate any more * OPT: The Line Drawing function work at same as the ide one * BUG: No use of the printer class and use the Paint.ResolutionX. * OPT: The report.resoltion property is removed. * NEW: A new Line class and reportborder is removed. Modified Paths: -------------- gambas/trunk/comp/src/gb.report/.info gambas/trunk/comp/src/gb.report/.list gambas/trunk/comp/src/gb.report/.project gambas/trunk/comp/src/gb.report/.src/MTools.module gambas/trunk/comp/src/gb.report/.src/Report.class gambas/trunk/comp/src/gb.report/.src/ReportContainer.class gambas/trunk/comp/src/gb.report/.src/ReportControl.class gambas/trunk/comp/src/gb.report/.src/ReportDrawing.class gambas/trunk/comp/src/gb.report/.src/ReportField.class gambas/trunk/comp/src/gb.report/.src/ReportFrame.class gambas/trunk/comp/src/gb.report/.src/ReportLabel.class gambas/trunk/comp/src/gb.report/.src/ReportLine.class gambas/trunk/comp/src/gb.report/.src/ReportSpecialField.class gambas/trunk/comp/src/gb.report/.src/ReportTextLabel.class gambas/trunk/comp/src/gb.report/.src/Tests/FExample.class Added Paths: ----------- gambas/trunk/comp/src/gb.report/.src/Line.class gambas/trunk/comp/src/gb.report/.src/ReportImage.class gambas/trunk/comp/src/gb.report/.src/ReportSvgImage.class Removed Paths: ------------- gambas/trunk/comp/src/gb.report/.src/ReportBorder.module This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2010-02-28 20:03:10
|
Revision: 2727 http://gambas.svn.sourceforge.net/gambas/?rev=2727&view=rev Author: gambix Date: 2010-02-28 20:03:01 +0000 (Sun, 28 Feb 2010) Log Message: ----------- [GB.REPORT] * OPT: the size, orientation properties are removed, now the page size is defined by the painting device. Modified Paths: -------------- gambas/trunk/comp/src/gb.report/.info gambas/trunk/comp/src/gb.report/.src/Report.class gambas/trunk/comp/src/gb.report/.src/Tests/FExample.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2010-03-01 18:09:08
|
Revision: 2735 http://gambas.svn.sourceforge.net/gambas/?rev=2735&view=rev Author: gambix Date: 2010-03-01 18:09:01 +0000 (Mon, 01 Mar 2010) Log Message: ----------- [GB.REPORT] * OPT: Now the units are internally converted into centimeter only at the layout time. * NEW: ReportLine.LineWidth property and ControlFrame BorderWidth property are now strings, so they can gave different units. Modified Paths: -------------- gambas/trunk/comp/src/gb.report/.info gambas/trunk/comp/src/gb.report/.src/Report.class gambas/trunk/comp/src/gb.report/.src/ReportContainer.class gambas/trunk/comp/src/gb.report/.src/ReportControl.class gambas/trunk/comp/src/gb.report/.src/ReportFrame.class gambas/trunk/comp/src/gb.report/.src/ReportLine.class gambas/trunk/comp/src/gb.report/.src/Tests/FExample.class gambas/trunk/comp/src/gb.report/.src/Units.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2010-03-01 21:22:47
|
Revision: 2736 http://gambas.svn.sourceforge.net/gambas/?rev=2736&view=rev Author: gambix Date: 2010-03-01 21:22:41 +0000 (Mon, 01 Mar 2010) Log Message: ----------- [GB.REPORT] * OPT: Some minors changes and bugs corrections Modified Paths: -------------- gambas/trunk/comp/src/gb.report/.info gambas/trunk/comp/src/gb.report/.src/MTools.module gambas/trunk/comp/src/gb.report/.src/Report.class gambas/trunk/comp/src/gb.report/.src/Tests/FExample.class gambas/trunk/comp/src/gb.report/.src/Tests/FExample.form This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2010-03-01 21:24:42
|
Revision: 2737 http://gambas.svn.sourceforge.net/gambas/?rev=2737&view=rev Author: gambix Date: 2010-03-01 21:24:36 +0000 (Mon, 01 Mar 2010) Log Message: ----------- [GB.REPORT] * NEW: A new property ignore that allow an object to be ignored by the arragement routine. Example in test1 Modified Paths: -------------- gambas/trunk/comp/src/gb.report/.project gambas/trunk/comp/src/gb.report/.src/CPageInfo.class gambas/trunk/comp/src/gb.report/.src/ReportControl.class gambas/trunk/comp/src/gb.report/.src/ReportHBox.class gambas/trunk/comp/src/gb.report/.src/ReportVBox.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2010-03-02 18:23:05
|
Revision: 2739 http://gambas.svn.sourceforge.net/gambas/?rev=2739&view=rev Author: gambix Date: 2010-03-02 18:22:59 +0000 (Tue, 02 Mar 2010) Log Message: ----------- [GB.REPORT] * NEW: Now the Border is managed via a class Modified Paths: -------------- gambas/trunk/comp/src/gb.report/.info gambas/trunk/comp/src/gb.report/.list gambas/trunk/comp/src/gb.report/.src/Report.class gambas/trunk/comp/src/gb.report/.src/ReportFrame.class gambas/trunk/comp/src/gb.report/.src/ReportLabel.class gambas/trunk/comp/src/gb.report/.src/Tests/FExample.class Added Paths: ----------- gambas/trunk/comp/src/gb.report/.src/ReportBorder.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2010-03-02 20:02:29
|
Revision: 2741 http://gambas.svn.sourceforge.net/gambas/?rev=2741&view=rev Author: gambix Date: 2010-03-02 20:02:11 +0000 (Tue, 02 Mar 2010) Log Message: ----------- [GB.REPORT] * OPT: Now the ignore property really work. and i've changed the drawbefore ans drawafter system Modified Paths: -------------- gambas/trunk/comp/src/gb.report/.info gambas/trunk/comp/src/gb.report/.src/ReportContainer.class gambas/trunk/comp/src/gb.report/.src/ReportControl.class gambas/trunk/comp/src/gb.report/.src/ReportFrame.class gambas/trunk/comp/src/gb.report/.src/ReportHBox.class gambas/trunk/comp/src/gb.report/.src/ReportVBox.class gambas/trunk/comp/src/gb.report/.src/Tests/FExample.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2010-03-03 21:12:31
|
Revision: 2743 http://gambas.svn.sourceforge.net/gambas/?rev=2743&view=rev Author: gambix Date: 2010-03-03 21:12:24 +0000 (Wed, 03 Mar 2010) Log Message: ----------- [GB.REPORT] * OPT: Some cleaning Modified Paths: -------------- gambas/trunk/comp/src/gb.report/.info gambas/trunk/comp/src/gb.report/.src/ReportContainer.class gambas/trunk/comp/src/gb.report/.src/ReportControl.class gambas/trunk/comp/src/gb.report/.src/ReportFrame.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2010-03-05 22:12:07
|
Revision: 2754 http://gambas.svn.sourceforge.net/gambas/?rev=2754&view=rev Author: gambix Date: 2010-03-05 22:11:56 +0000 (Fri, 05 Mar 2010) Log Message: ----------- [GB.REPORT] * NEW: Now the report size is based on the scaling too. * NEW: Begin to implement the repeat function Modified Paths: -------------- gambas/trunk/comp/src/gb.report/.info gambas/trunk/comp/src/gb.report/.src/Report.class gambas/trunk/comp/src/gb.report/.src/ReportContainer.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2010-03-07 20:32:55
|
Revision: 2767 http://gambas.svn.sourceforge.net/gambas/?rev=2767&view=rev Author: gambix Date: 2010-03-07 20:32:48 +0000 (Sun, 07 Mar 2010) Log Message: ----------- [GB.REPORT] * BUG: Correction on the unit test Modified Paths: -------------- gambas/trunk/comp/src/gb.report/.project gambas/trunk/comp/src/gb.report/.src/ReportControl.class gambas/trunk/comp/src/gb.report/.src/ReportFrame.class gambas/trunk/comp/src/gb.report/.src/ReportLine.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2010-03-11 00:02:06
|
Revision: 2787 http://gambas.svn.sourceforge.net/gambas/?rev=2787&view=rev Author: gambas Date: 2010-03-11 00:02:00 +0000 (Thu, 11 Mar 2010) Log Message: ----------- [GB.REPORT] * NEW: Centralize the management of units inside the TSizeParse class, in a more object-oriented way. Modified Paths: -------------- gambas/trunk/comp/src/gb.report/.project gambas/trunk/comp/src/gb.report/.src/MTools.module gambas/trunk/comp/src/gb.report/.src/Report.class gambas/trunk/comp/src/gb.report/.src/ReportContainer.class gambas/trunk/comp/src/gb.report/.src/ReportControl.class gambas/trunk/comp/src/gb.report/.src/ReportFrame.class gambas/trunk/comp/src/gb.report/.src/ReportLine.class gambas/trunk/comp/src/gb.report/.src/TSizeParse.class gambas/trunk/comp/src/gb.report/.src/Tests/FExample.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2010-03-14 16:52:13
|
Revision: 2796 http://gambas.svn.sourceforge.net/gambas/?rev=2796&view=rev Author: gambix Date: 2010-03-14 16:52:07 +0000 (Sun, 14 Mar 2010) Log Message: ----------- [GB.REPORT] * NEW: A new control Report.panel with the possibility to choose the arrangement mode (Vertical, horizontal, Fill) * BUG: The image size is correctly registered at the image setting. This line, and those below, will be ignored-- M comp/src/gb.report/.project M comp/src/gb.report/.src/ReportImage.class M comp/src/gb.report/.src/ReportContainer.class A comp/src/gb.report/.src/Arrange.class A comp/src/gb.report/.src/ReportPanel.class M comp/src/gb.report/.src/ReportHBox.class M comp/src/gb.report/.src/Tests/FExample.class M comp/src/gb.report/.src/ReportVBox.class M comp/src/gb.report/.info M comp/src/gb.report/.list Modified Paths: -------------- gambas/trunk/comp/src/gb.report/.info gambas/trunk/comp/src/gb.report/.list gambas/trunk/comp/src/gb.report/.project gambas/trunk/comp/src/gb.report/.src/ReportContainer.class gambas/trunk/comp/src/gb.report/.src/ReportHBox.class gambas/trunk/comp/src/gb.report/.src/ReportImage.class gambas/trunk/comp/src/gb.report/.src/ReportVBox.class gambas/trunk/comp/src/gb.report/.src/Tests/FExample.class Added Paths: ----------- gambas/trunk/comp/src/gb.report/.src/Arrange.class gambas/trunk/comp/src/gb.report/.src/ReportPanel.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2010-03-15 00:21:32
|
Revision: 2798 http://gambas.svn.sourceforge.net/gambas/?rev=2798&view=rev Author: gambas Date: 2010-03-15 00:21:17 +0000 (Mon, 15 Mar 2010) Log Message: ----------- [GB.REPORT] * BUG: ReportBorder string syntax is simplified so that it matches the IDE syntax. The "Solid" and "None" keyword do not have to be specified anymore. Modified Paths: -------------- gambas/trunk/comp/src/gb.report/.info gambas/trunk/comp/src/gb.report/.project gambas/trunk/comp/src/gb.report/.src/ReportBorder.class gambas/trunk/comp/src/gb.report/.src/Tests/FExample.class gambas/trunk/comp/src/gb.report/.src/Tests/FExample.form This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2010-03-15 22:13:45
|
Revision: 2802 http://gambas.svn.sourceforge.net/gambas/?rev=2802&view=rev Author: gambix Date: 2010-03-15 22:13:39 +0000 (Mon, 15 Mar 2010) Log Message: ----------- [GB.REPORT] * OPT: some internal improvement on bad global variable using. Modified Paths: -------------- gambas/trunk/comp/src/gb.report/.info gambas/trunk/comp/src/gb.report/.project gambas/trunk/comp/src/gb.report/.src/MTools.module gambas/trunk/comp/src/gb.report/.src/Report.class gambas/trunk/comp/src/gb.report/.src/ReportControl.class gambas/trunk/comp/src/gb.report/.src/ReportField.class gambas/trunk/comp/src/gb.report/.src/ReportLabel.class gambas/trunk/comp/src/gb.report/.src/ReportSpecialField.class gambas/trunk/comp/src/gb.report/.src/ReportTextLabel.class gambas/trunk/comp/src/gb.report/.src/Tests/FExample.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2010-03-25 16:56:01
|
Revision: 2824 http://gambas.svn.sourceforge.net/gambas/?rev=2824&view=rev Author: gambix Date: 2010-03-25 16:55:55 +0000 (Thu, 25 Mar 2010) Log Message: ----------- [GB.REPORT] * NEW: When the report is set at startup class a a viewer is shown to display it. * BUG: Now ReportImage take his size into account * BUG: ReportLabel.Padding use the correct value for painting * NEW: if the device change of size, the layout is forced Modified Paths: -------------- gambas/trunk/comp/src/gb.report/.info gambas/trunk/comp/src/gb.report/.project gambas/trunk/comp/src/gb.report/.src/Report.class gambas/trunk/comp/src/gb.report/.src/ReportField.class gambas/trunk/comp/src/gb.report/.src/ReportImage.class gambas/trunk/comp/src/gb.report/.src/ReportLabel.class gambas/trunk/comp/src/gb.report/.src/ReportSpecialField.class gambas/trunk/comp/src/gb.report/.src/ReportTextLabel.class Added Paths: ----------- gambas/trunk/comp/src/gb.report/.src/Preview/ gambas/trunk/comp/src/gb.report/.src/Preview/FPreview.class gambas/trunk/comp/src/gb.report/.src/Preview/FPreview.form gambas/trunk/comp/src/gb.report/.src/Tests/Report1.class gambas/trunk/comp/src/gb.report/.src/Tests/Report1.report gambas/trunk/comp/src/gb.report/.src/Tests/Test.module This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |