Thread: [Gambas-devel-svn] SF.net SVN: gambas:[5153] gambas/trunk/comp/src/gb.report (Page 5)
Brought to you by:
gambas
From: <ga...@us...> - 2012-09-10 20:17:45
|
Revision: 5153 http://gambas.svn.sourceforge.net/gambas/?rev=5153&view=rev Author: gambix Date: 2012-09-10 20:17:38 +0000 (Mon, 10 Sep 2012) Log Message: ----------- [GBORT] * BUG: The default Width/Height are now setting in the right way 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...> - 2012-09-28 07:42:01
|
Revision: 5210 http://gambas.svn.sourceforge.net/gambas/?rev=5210&view=rev Author: gambix Date: 2012-09-28 07:41:51 +0000 (Fri, 28 Sep 2012) Log Message: ----------- [GB.REPORT] * BUG: Reactivate OnePiece... some report are lose there arrangement. Modified Paths: -------------- gambas/trunk/comp/src/gb.report/.project 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...> - 2012-10-06 15:32:58
|
Revision: 5225 http://gambas.svn.sourceforge.net/gambas/?rev=5225&view=rev Author: gambix Date: 2012-10-06 15:32:51 +0000 (Sat, 06 Oct 2012) Log Message: ----------- [GB.REPORT] * BUG: Reinit the Default Height and Width of the ReportControls to 0 cm. It correct the last seen default display. 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...> - 2012-12-01 20:15:50
|
Revision: 5409 http://gambas.svn.sourceforge.net/gambas/?rev=5409&view=rev Author: gambix Date: 2012-12-01 20:15:43 +0000 (Sat, 01 Dec 2012) Log Message: ----------- [GB.REPORT] * BUG: Remove the occurence to Painted Modified Paths: -------------- gambas/trunk/comp/src/gb.report/.project gambas/trunk/comp/src/gb.report/.src/Preview/FPreview.form This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2013-09-21 20:13:37
|
Revision: 5848 http://sourceforge.net/p/gambas/code/5848 Author: gambix Date: 2013-09-21 20:13:34 +0000 (Sat, 21 Sep 2013) Log Message: ----------- [GB.REPORT] * NEW: Now ReportBrush have public method to make a ReportBrush more easily. Color, Image, LinearGradient, RadialGradient. Modified Paths: -------------- gambas/trunk/comp/src/gb.report/.info gambas/trunk/comp/src/gb.report/.project gambas/trunk/comp/src/gb.report/.src/ReportBrush.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2013-09-21 20:24:29
|
Revision: 5850 http://sourceforge.net/p/gambas/code/5850 Author: gambix Date: 2013-09-21 20:24:23 +0000 (Sat, 21 Sep 2013) Log Message: ----------- Modified Paths: -------------- gambas/trunk/comp/src/gb.report/.info gambas/trunk/comp/src/gb.report/.src/ReportBrush.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2013-11-15 21:23:01
|
Revision: 5954 http://sourceforge.net/p/gambas/code/5954 Author: gambix Date: 2013-11-15 21:22:58 +0000 (Fri, 15 Nov 2013) Log Message: ----------- [GB.REPORT] * BUG: Many correction on object indexation. Now multiple level of repeated contaoner are possible. * NEW: And not new but now it work... the ForceNewPage property of an object force the repeater the make only one display of this object by pages. Modified Paths: -------------- gambas/trunk/comp/src/gb.report/.connection/Connection1.connection gambas/trunk/comp/src/gb.report/.connection/Connection2.connection gambas/trunk/comp/src/gb.report/.info gambas/trunk/comp/src/gb.report/.project 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/ReportDrawingArea.class gambas/trunk/comp/src/gb.report/.src/ReportFrame.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/ReportLine.class gambas/trunk/comp/src/gb.report/.src/ReportSvgImage.class gambas/trunk/comp/src/gb.report/.src/ReportTextLabel.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...> - 2013-11-16 21:27:35
|
Revision: 5962 http://sourceforge.net/p/gambas/code/5962 Author: gambix Date: 2013-11-16 21:27:31 +0000 (Sat, 16 Nov 2013) Log Message: ----------- [GB.REPORT] OPT: Test Modified Paths: -------------- gambas/trunk/comp/src/gb.report/.project gambas/trunk/comp/src/gb.report/.src/ReportContainer.class gambas/trunk/comp/src/gb.report/.src/Tests/Old/myReport1.report Removed Paths: ------------- gambas/trunk/comp/src/gb.report/.src/Tests/Old/Report9.class gambas/trunk/comp/src/gb.report/.src/Tests/Old/Report9.report This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-01-08 20:52:28
|
Revision: 6075 http://sourceforge.net/p/gambas/code/6075 Author: gambix Date: 2014-01-08 20:52:23 +0000 (Wed, 08 Jan 2014) Log Message: ----------- [GB.REPORT] * BUG: Now ReportLabel take multiline text into account for it height computing. Modified Paths: -------------- gambas/trunk/comp/src/gb.report/.directory gambas/trunk/comp/src/gb.report/.project gambas/trunk/comp/src/gb.report/.src/ReportLabel.class gambas/trunk/comp/src/gb.report/.src/Tests/Old/Report1.class gambas/trunk/comp/src/gb.report/.src/Tests/Old/Report1.report Added Paths: ----------- gambas/trunk/comp/src/gb.report/.src/Tests/OutputReport2.class gambas/trunk/comp/src/gb.report/.src/Tests/OutputReport2.report This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-01-08 21:17:48
|
Revision: 6076 http://sourceforge.net/p/gambas/code/6076 Author: gambix Date: 2014-01-08 21:17:44 +0000 (Wed, 08 Jan 2014) Log Message: ----------- [GB.REPORT] * BUG: The fixed elements at the end of the page are now computing correctly theire size. * BUG: ReportLabel now use Paint.TextSize instead of Paint.TextExtend to get the text size. Modified Paths: -------------- gambas/trunk/comp/src/gb.report/.project gambas/trunk/comp/src/gb.report/.src/ReportContainer.class gambas/trunk/comp/src/gb.report/.src/ReportLabel.class gambas/trunk/comp/src/gb.report/.src/Tests/OutputReport2.report This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-01-19 21:44:52
|
Revision: 6089 http://sourceforge.net/p/gambas/code/6089 Author: gambix Date: 2014-01-19 21:44:48 +0000 (Sun, 19 Jan 2014) Log Message: ----------- [GB.REPORT] * NEW: A New widget ReportPageBreak allow to break a page when you need * NEW: Report.Print take now an optional argument Printer that allow to give an externally initialised printer. In tis case the dialog is not shown. * BUG: Now ReportLabel rotation work fine and the angle is given in Rad * BUG: You can now add an argument to the _New sub. Be carrefull the _New event is called one time only at the report loading. * BUG: The custom size work but there is some bugs with the printer.configure that setup the page size to A4 :-/ Modified Paths: -------------- gambas/trunk/comp/src/gb.report/.component gambas/trunk/comp/src/gb.report/.directory 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/Preview/CPrint.class gambas/trunk/comp/src/gb.report/.src/Preview/FPreview.class gambas/trunk/comp/src/gb.report/.src/Report.class gambas/trunk/comp/src/gb.report/.src/ReportBrush.class gambas/trunk/comp/src/gb.report/.src/ReportContainer.class gambas/trunk/comp/src/gb.report/.src/ReportLabel.class gambas/trunk/comp/src/gb.report/.src/Tests/Old/Report5.report gambas/trunk/comp/src/gb.report/.src/Tests/Old/Report8.class gambas/trunk/comp/src/gb.report/.src/Tests/Old/Report8.report gambas/trunk/comp/src/gb.report/.src/Tests/Old/myReport2.report gambas/trunk/comp/src/gb.report/.src/Tests/OutputReport2.report gambas/trunk/comp/src/gb.report/.src/Tests/Test.module gambas/trunk/comp/src/gb.report/printer1.png Added Paths: ----------- gambas/trunk/comp/src/gb.report/.hidden/control/reportpagebreak.png gambas/trunk/comp/src/gb.report/.src/Preview/FPrint.class gambas/trunk/comp/src/gb.report/.src/Preview/FPrint.form gambas/trunk/comp/src/gb.report/.src/ReportPageBreak.class gambas/trunk/comp/src/gb.report/.src/Tests/Report9.class gambas/trunk/comp/src/gb.report/.src/Tests/Report9.report This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-01-23 10:32:51
|
Revision: 6099 http://sourceforge.net/p/gambas/code/6099 Author: gambix Date: 2014-01-23 10:32:48 +0000 (Thu, 23 Jan 2014) Log Message: ----------- [GB.REPORT] * BUG: The ReportBrush.Color function really return a ReportBrush class. Modified Paths: -------------- gambas/trunk/comp/src/gb.report/.project gambas/trunk/comp/src/gb.report/.src/ReportBrush.class gambas/trunk/comp/src/gb.report/.src/Tests/Old/Report12.class gambas/trunk/comp/src/gb.report/.src/Tests/Old/Report12.report gambas/trunk/comp/src/gb.report/.src/Tests/OutputReport2.class gambas/trunk/comp/src/gb.report/.src/Tests/OutputReport2.report This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-02-07 14:21:09
|
Revision: 6136 http://sourceforge.net/p/gambas/code/6136 Author: gambix Date: 2014-02-07 14:21:05 +0000 (Fri, 07 Feb 2014) Log Message: ----------- [GB.REPORT] * NEW: A new widget ReportView (Need polish for external use) * NEW: A new report preview windows. It embedd all the printing tools and can reflect all the printing options in real time Page size, Gray scale and a range property like in the known text editors (1;3;8-9) * OPT: many other improvement like the possibility now to a report to be initialised with an or more arguments. * BUG: the report custom size bug is solved. * OPT: I need more and more user to debug and share ideas on this component. Modified Paths: -------------- gambas/trunk/comp/src/gb.report/.info gambas/trunk/comp/src/gb.report/.lang/fr.mo gambas/trunk/comp/src/gb.report/.lang/fr.po gambas/trunk/comp/src/gb.report/.list gambas/trunk/comp/src/gb.report/.project gambas/trunk/comp/src/gb.report/.src/Preview/FPrint.class gambas/trunk/comp/src/gb.report/.src/Report.class gambas/trunk/comp/src/gb.report/.src/TControl.class gambas/trunk/comp/src/gb.report/.src/TSizeParse.class gambas/trunk/comp/src/gb.report/.src/Tests/Old/Report4.class gambas/trunk/comp/src/gb.report/.src/Tests/Old/Report4.report gambas/trunk/comp/src/gb.report/.src/Tests/Old/myReport5.report Added Paths: ----------- 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/Preview/FPreview3.class gambas/trunk/comp/src/gb.report/.src/Preview/FPreview3.form gambas/trunk/comp/src/gb.report/.src/Preview/Form1.class gambas/trunk/comp/src/gb.report/.src/Preview/Form1.form gambas/trunk/comp/src/gb.report/.src/Preview/ReportView.class gambas/trunk/comp/src/gb.report/.src/Preview/ReportViewTask.class gambas/trunk/comp/src/gb.report/img/22/ gambas/trunk/comp/src/gb.report/img/22/OnePage.png Removed Paths: ------------- gambas/trunk/comp/src/gb.report/.src/CPageInfo.class gambas/trunk/comp/src/gb.report/.src/Preview/FPreview.class gambas/trunk/comp/src/gb.report/.src/Preview/FPreview.form This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-02-07 20:35:49
|
Revision: 6137 http://sourceforge.net/p/gambas/code/6137 Author: gambix Date: 2014-02-07 20:35:45 +0000 (Fri, 07 Feb 2014) Log Message: ----------- [GB.REPORT] BUG: Add missing files 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/Preview/ReportView.class gambas/trunk/comp/src/gb.report/.src/ReportDrawingArea.class Added Paths: ----------- gambas/trunk/comp/src/gb.report/.src/Tests/Report11.class gambas/trunk/comp/src/gb.report/.src/Tests/Report11.report gambas/trunk/comp/src/gb.report/img/22/FullWidth.png gambas/trunk/comp/src/gb.report/img/22/RealSize.png gambas/trunk/comp/src/gb.report/img/22/TwoPage.png This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-02-09 07:21:53
|
Revision: 6142 http://sourceforge.net/p/gambas/code/6142 Author: gambix Date: 2014-02-09 07:21:49 +0000 (Sun, 09 Feb 2014) Log Message: ----------- [GB.REPORT] * NEW: A new widget ReportDrawingArea allow to draw freely on the report page. It have an event draw that provide the size of the drawing (depending on the paint device resolution too. Sometime you can use ReportUnits.DesktopScale ratio to fix the size). A cached property, allow to call the event only when the device resolution change, it is usefull when a draw need a lot of computing. * NEW: MTool and Units have been merged to create a new shared module: ReportUnits. It provide functions for unit convertions depended on paint resolution (for pixel convertion use it in a paint session) A property DesktopScale provide a ratio between Desktop pixel size and printer size. * BUG: Add again forgotten files. 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/Report.class gambas/trunk/comp/src/gb.report/.src/ReportContainer.class gambas/trunk/comp/src/gb.report/.src/ReportDrawingArea.class gambas/trunk/comp/src/gb.report/.src/ReportFrame.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/ReportLine.class gambas/trunk/comp/src/gb.report/.src/ReportSvgImage.class gambas/trunk/comp/src/gb.report/.src/ReportTextLabel.class gambas/trunk/comp/src/gb.report/.src/TControl.class gambas/trunk/comp/src/gb.report/.src/TSizeParse.class gambas/trunk/comp/src/gb.report/.src/Tests/Old/Report7.report gambas/trunk/comp/src/gb.report/.src/Tests/Report11.class gambas/trunk/comp/src/gb.report/.src/Tests/Report11.report gambas/trunk/comp/src/gb.report/ChangeLog Added Paths: ----------- gambas/trunk/comp/src/gb.report/.src/MReport.module gambas/trunk/comp/src/gb.report/.src/ReportUnits.module gambas/trunk/comp/src/gb.report/img/32/ gambas/trunk/comp/src/gb.report/img/32/Collatecopie.png gambas/trunk/comp/src/gb.report/img/32/Empty.png gambas/trunk/comp/src/gb.report/img/32/grayscale.png gambas/trunk/comp/src/gb.report/img/32/reverse.png Removed Paths: ------------- gambas/trunk/comp/src/gb.report/.src/MTools.module 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...> - 2014-02-09 08:06:00
|
Revision: 6143 http://sourceforge.net/p/gambas/code/6143 Author: gambix Date: 2014-02-09 08:05:57 +0000 (Sun, 09 Feb 2014) Log Message: ----------- [GB.REPORT] * BUG: The custom panel is now enabled when report.paper is custom. Modified Paths: -------------- gambas/trunk/comp/src/gb.report/.project gambas/trunk/comp/src/gb.report/.src/Preview/FPreview.class gambas/trunk/comp/src/gb.report/ChangeLog This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-02-09 08:28:38
|
Revision: 6144 http://sourceforge.net/p/gambas/code/6144 Author: gambix Date: 2014-02-09 08:28:35 +0000 (Sun, 09 Feb 2014) Log Message: ----------- [GB.REPORT] OPT: Add icons for ReportDrawingArea and ReportViewer widget Modified Paths: -------------- gambas/trunk/comp/src/gb.report/.src/Preview/Form1.form Added Paths: ----------- gambas/trunk/comp/src/gb.report/.hidden/control/reportdrawingarea.png gambas/trunk/comp/src/gb.report/.hidden/control/reportview.png This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-02-12 14:09:27
|
Revision: 6148 http://sourceforge.net/p/gambas/code/6148 Author: gambix Date: 2014-02-12 14:09:24 +0000 (Wed, 12 Feb 2014) Log Message: ----------- [GB.REPORT] * OPT: BE CAREFFULL, Now if ReportObject Width and Height are not set, then the ReportObject si autoResized. This will help a lot new users to understand the report layout. * BUG: Some bugs corrected on the reportPreview. * NEW: Begin to implement a Shadow for ReportFrame Objects. It have the same way to work than the CSS3 box shadow. XOffset, YOffset, Spread, Color. Actually only the class have been implemented... I need to say to the engine how to use it :-) 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/Preview/FPreview.class gambas/trunk/comp/src/gb.report/.src/Report.class gambas/trunk/comp/src/gb.report/.src/ReportBorder.class gambas/trunk/comp/src/gb.report/.src/ReportContainer.class gambas/trunk/comp/src/gb.report/.src/ReportFrame.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/ReportSvgImage.class gambas/trunk/comp/src/gb.report/.src/ReportTextLabel.class gambas/trunk/comp/src/gb.report/.src/TSizeParse.class gambas/trunk/comp/src/gb.report/.src/Tests/Report11.class gambas/trunk/comp/src/gb.report/.src/Tests/Report11.report gambas/trunk/comp/src/gb.report/.src/_ReportBorderSide.class Added Paths: ----------- gambas/trunk/comp/src/gb.report/.src/ReportBoxShadow.class gambas/trunk/comp/src/gb.report/.src/ReportShadowStyle.class gambas/trunk/comp/src/gb.report/.src/Tests/Old/Report6.class gambas/trunk/comp/src/gb.report/.src/Tests/Old/Report6.report gambas/trunk/comp/src/gb.report/.src/Tests/Old/rpTestShadow.class gambas/trunk/comp/src/gb.report/.src/Tests/Old/rpTestShadow.report gambas/trunk/comp/src/gb.report/.src/_ReportBoxShadow.class Removed Paths: ------------- gambas/trunk/comp/src/gb.report/.src/Tests/Old/Report6.class gambas/trunk/comp/src/gb.report/.src/Tests/Old/Report6.report This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-02-12 17:34:30
|
Revision: 6152 http://sourceforge.net/p/gambas/code/6152 Author: gambix Date: 2014-02-12 17:34:27 +0000 (Wed, 12 Feb 2014) Log Message: ----------- [GB.REPORT] BUG: Now Duplex modes are correctly setting in ReportPreview BUG: ReportFrame set clipping inside the borders Modified Paths: -------------- gambas/trunk/comp/src/gb.report/.project gambas/trunk/comp/src/gb.report/.src/Preview/FPreview.form gambas/trunk/comp/src/gb.report/.src/ReportBoxShadow.class gambas/trunk/comp/src/gb.report/.src/ReportFrame.class gambas/trunk/comp/src/gb.report/.src/Tests/Report11.report gambas/trunk/comp/src/gb.report/.src/_ReportBoxShadow.class Added Paths: ----------- gambas/trunk/comp/src/gb.report/.src/Tests/rpTestShadow.class gambas/trunk/comp/src/gb.report/.src/Tests/rpTestShadow.report Removed Paths: ------------- gambas/trunk/comp/src/gb.report/.src/Tests/Old/rpTestShadow.class gambas/trunk/comp/src/gb.report/.src/Tests/Old/rpTestShadow.report This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-02-19 21:12:03
|
Revision: 6167 http://sourceforge.net/p/gambas/code/6167 Author: gambix Date: 2014-02-19 21:11:59 +0000 (Wed, 19 Feb 2014) Log Message: ----------- [GB.REPORT] * BUG: The report engine have a new scaling routne based on the document size and not on the device resolution. * NEW: ReportLabel now use Angle in degree ... be carfull if you are alread using this property it will affect * BUG: Remove gb.map use Modified Paths: -------------- gambas/trunk/comp/src/gb.report/.info gambas/trunk/comp/src/gb.report/.project gambas/trunk/comp/src/gb.report/.src/Preview/FPreview.class gambas/trunk/comp/src/gb.report/.src/Preview/ReportView.class gambas/trunk/comp/src/gb.report/.src/Report.class gambas/trunk/comp/src/gb.report/.src/ReportBoxShadow.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/ReportUnits.module gambas/trunk/comp/src/gb.report/.src/Tests/Old/Report4.report gambas/trunk/comp/src/gb.report/.src/Tests/Old/myReport5.report gambas/trunk/comp/src/gb.report/.src/Tests/Report11.class gambas/trunk/comp/src/gb.report/.src/Tests/rpTestShadow.report gambas/trunk/comp/src/gb.report/.src/_ReportBoxShadow.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-02-20 20:25:50
|
Revision: 6168 http://sourceforge.net/p/gambas/code/6168 Author: gambix Date: 2014-02-20 20:25:46 +0000 (Thu, 20 Feb 2014) Log Message: ----------- [GB.REPORT] * OPT: ReportView drawing not use Svgimage, this avoid qt4 svg rendering bugs. Modified Paths: -------------- gambas/trunk/comp/src/gb.report/.info gambas/trunk/comp/src/gb.report/.project gambas/trunk/comp/src/gb.report/.src/Preview/ReportView.class gambas/trunk/comp/src/gb.report/.src/ReportUnits.module This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-02-23 11:01:53
|
Revision: 6178 http://sourceforge.net/p/gambas/code/6178 Author: gambix Date: 2014-02-23 11:01:47 +0000 (Sun, 23 Feb 2014) Log Message: ----------- [GB.REPORT] * NEW: Now report have a new default event _Open that allow to initialize all the report data and structure. * NEW: Begin to implement the ReportGridView Widget * OPT: some cleanning in the code arrangement. 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/Preview/FPreview.class gambas/trunk/comp/src/gb.report/.src/Preview/ReportView.class 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/ReportDrawingArea.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/ReportLine.class gambas/trunk/comp/src/gb.report/.src/ReportSvgImage.class gambas/trunk/comp/src/gb.report/.src/ReportTextLabel.class gambas/trunk/comp/src/gb.report/ChangeLog Added Paths: ----------- gambas/trunk/comp/src/gb.report/.hidden/control/reportgridview.png gambas/trunk/comp/src/gb.report/.src/Borders/ gambas/trunk/comp/src/gb.report/.src/Borders/ReportBorder.class gambas/trunk/comp/src/gb.report/.src/Borders/_ReportBorderSide.class gambas/trunk/comp/src/gb.report/.src/Borders/_ReportRoundCorner.class gambas/trunk/comp/src/gb.report/.src/BoxShadow/ gambas/trunk/comp/src/gb.report/.src/BoxShadow/ReportBoxShadow.class gambas/trunk/comp/src/gb.report/.src/BoxShadow/ReportShadowStyle.class gambas/trunk/comp/src/gb.report/.src/BoxShadow/_ReportBoxShadow.class gambas/trunk/comp/src/gb.report/.src/Brush/ gambas/trunk/comp/src/gb.report/.src/Brush/ReportBrush.class gambas/trunk/comp/src/gb.report/.src/Controls/ gambas/trunk/comp/src/gb.report/.src/Controls/ReportControl.class gambas/trunk/comp/src/gb.report/.src/MainTools/ gambas/trunk/comp/src/gb.report/.src/MainTools/MReport.module gambas/trunk/comp/src/gb.report/.src/MainTools/ReportUnits.module gambas/trunk/comp/src/gb.report/.src/MainTools/Types/ gambas/trunk/comp/src/gb.report/.src/MainTools/Types/TControl.class gambas/trunk/comp/src/gb.report/.src/MainTools/Types/TSizeHint.class gambas/trunk/comp/src/gb.report/.src/MainTools/Types/TSizeParse.class gambas/trunk/comp/src/gb.report/.src/Optional/ gambas/trunk/comp/src/gb.report/.src/Optional/Align.class gambas/trunk/comp/src/gb.report/.src/Optional/Arrange.class gambas/trunk/comp/src/gb.report/.src/Optional/Line.class gambas/trunk/comp/src/gb.report/.src/Padding/ gambas/trunk/comp/src/gb.report/.src/Padding/ReportPadding.class gambas/trunk/comp/src/gb.report/.src/ReportGridView/ gambas/trunk/comp/src/gb.report/.src/ReportGridView/_ReportGridViewCell.class gambas/trunk/comp/src/gb.report/.src/ReportGridView/_ReportGridViewColumn.class gambas/trunk/comp/src/gb.report/.src/ReportGridView/_ReportGridViewColumns.class gambas/trunk/comp/src/gb.report/.src/ReportGridView/_ReportGridViewRow.class gambas/trunk/comp/src/gb.report/.src/ReportGridView/_ReportGridViewRows.class gambas/trunk/comp/src/gb.report/.src/ReportGridView.class gambas/trunk/comp/src/gb.report/.src/Tests/rpTestShadowGrid.class gambas/trunk/comp/src/gb.report/.src/Tests/rpTestShadowGrid.report Removed Paths: ------------- gambas/trunk/comp/src/gb.report/.src/Align.class gambas/trunk/comp/src/gb.report/.src/Arrange.class gambas/trunk/comp/src/gb.report/.src/DataWatcher.class gambas/trunk/comp/src/gb.report/.src/Line.class gambas/trunk/comp/src/gb.report/.src/MReport.module gambas/trunk/comp/src/gb.report/.src/Preview/FPreview3.class gambas/trunk/comp/src/gb.report/.src/Preview/FPreview3.form gambas/trunk/comp/src/gb.report/.src/ReportBorder.class gambas/trunk/comp/src/gb.report/.src/ReportBoxShadow.class gambas/trunk/comp/src/gb.report/.src/ReportBrush.class gambas/trunk/comp/src/gb.report/.src/ReportControl.class gambas/trunk/comp/src/gb.report/.src/ReportPadding.class gambas/trunk/comp/src/gb.report/.src/ReportShadowStyle.class gambas/trunk/comp/src/gb.report/.src/ReportUnits.module gambas/trunk/comp/src/gb.report/.src/ReportWatcher.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/Tests/rpTestShadow.class gambas/trunk/comp/src/gb.report/.src/Tests/rpTestShadow.report gambas/trunk/comp/src/gb.report/.src/_ReportBorderSide.class gambas/trunk/comp/src/gb.report/.src/_ReportBoxShadow.class gambas/trunk/comp/src/gb.report/.src/_ReportRoundCorner.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-02-24 15:09:01
|
Revision: 6182 http://sourceforge.net/p/gambas/code/6182 Author: gambix Date: 2014-02-24 15:08:57 +0000 (Mon, 24 Feb 2014) Log Message: ----------- [GB.REPORT] * BUG: ReportVBox is fully rewritten (some bugs will follow be carefull) Modified Paths: -------------- gambas/trunk/comp/src/gb.report/.info gambas/trunk/comp/src/gb.report/.project gambas/trunk/comp/src/gb.report/.src/ReportContainer.class gambas/trunk/comp/src/gb.report/.src/ReportLabel.class gambas/trunk/comp/src/gb.report/.src/ReportVPanel.class gambas/trunk/comp/src/gb.report/.src/Tests/Report9.class gambas/trunk/comp/src/gb.report/.src/Tests/Report9.report Added Paths: ----------- gambas/trunk/comp/src/gb.report/.connection/MainConn.connection gambas/trunk/comp/src/gb.report/.src/MainTools/Types/TPageColumn.class gambas/trunk/comp/src/gb.report/.src/Tests/Report41.class gambas/trunk/comp/src/gb.report/.src/Tests/Report41.report gambas/trunk/comp/src/gb.report/.src/Tests/Report51.class gambas/trunk/comp/src/gb.report/.src/Tests/Report51.report gambas/trunk/comp/src/gb.report/.src/Tests/Report52.class gambas/trunk/comp/src/gb.report/.src/Tests/Report52.report This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-02-25 15:00:19
|
Revision: 6187 http://sourceforge.net/p/gambas/code/6187 Author: gambix Date: 2014-02-25 15:00:14 +0000 (Tue, 25 Feb 2014) Log Message: ----------- [GB.REPORT] * NEW: The report Preview form now save it's preferences. Modified Paths: -------------- gambas/trunk/comp/src/gb.report/.info gambas/trunk/comp/src/gb.report/.src/Preview/FPreview.class gambas/trunk/comp/src/gb.report/.src/Preview/ReportView.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-07-13 15:41:03
|
Revision: 6373 http://sourceforge.net/p/gambas/code/6373 Author: gambix Date: 2014-07-13 15:40:52 +0000 (Sun, 13 Jul 2014) Log Message: ----------- [GB.REPORT] * BUG: Try to resolve the setting problem in report preview box. * NEW: Begin shadow implementation, it is partially scaled on css3 one. Modified Paths: -------------- gambas/trunk/comp/src/gb.report/.directory 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/BoxShadow/ReportBoxShadow.class gambas/trunk/comp/src/gb.report/.src/BoxShadow/_ReportBoxShadow.class gambas/trunk/comp/src/gb.report/.src/Preview/FPreview.class gambas/trunk/comp/src/gb.report/.src/Preview/ReportView.class gambas/trunk/comp/src/gb.report/.src/ReportFrame.class gambas/trunk/comp/src/gb.report/.src/Tests/Report11.class gambas/trunk/comp/src/gb.report/.src/Tests/Report11.report gambas/trunk/comp/src/gb.report/.src/Tests/Report9.class gambas/trunk/comp/src/gb.report/.src/Tests/Report9.report Removed Paths: ------------- gambas/trunk/comp/src/gb.report/.src/BoxShadow/ReportShadowStyle.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |