Thread: [Gambas-devel-svn] SF.net SVN: gambas:[6818] gambas/trunk/comp/src/gb.report2
Brought to you by:
gambas
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-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-20 11:07:24
|
Revision: 6843 http://sourceforge.net/p/gambas/code/6843 Author: gambix Date: 2015-01-20 11:07:21 +0000 (Tue, 20 Jan 2015) Log Message: ----------- [GB.REPORT2] * BUG: The ReportControl font property now make a copy of the font given in argument. * BUG: Now a too big children element is clipped if it is the first one listed after the fixed ones (no more infinite loop) * NEW: ReportUnit module is merged with Report class. All functions for convertion are now available as static functions in Report. The two internal functions scale and internal width are now public function of report instance. * NEW: Return of the ReportImage and ReportSvgImage with no change for now. * NEW: Continue to improve the ReportGridView widget ... really not ready for use. * NEW: Restore the UseField property in ReportLabel so for now the component is backward compatible. 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/ReportFrame.class gambas/trunk/comp/src/gb.report2/.src/ReportGridView.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/Types/Base/ReportMargin.class gambas/trunk/comp/src/gb.report2/.src/Types/BoxShadow/ReportBoxShadow.class 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/Types/TControl.class gambas/trunk/comp/src/gb.report2/.src/Types/TSizeParse.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/ReportView.class gambas/trunk/comp/src/gb.report2/.src/Viewer/ReportView2.class gambas/trunk/comp/src/gb.report2/.startup gambas/trunk/comp/src/gb.report2/tmpJournal Added Paths: ----------- gambas/trunk/comp/src/gb.report2/.connection/ gambas/trunk/comp/src/gb.report2/.connection/Connection1.connection gambas/trunk/comp/src/gb.report2/.hidden/control/reportdrawingarea.png gambas/trunk/comp/src/gb.report2/.hidden/control/reportgridview.png gambas/trunk/comp/src/gb.report2/.hidden/control/reportimage.png gambas/trunk/comp/src/gb.report2/.hidden/control/reportline.png gambas/trunk/comp/src/gb.report2/.hidden/control/reportpanel.png gambas/trunk/comp/src/gb.report2/.hidden/control/reportsvgimage.png gambas/trunk/comp/src/gb.report2/.hidden/control/reporttextlabel.png gambas/trunk/comp/src/gb.report2/.hidden/control/reportview.png gambas/trunk/comp/src/gb.report2/.hidden/control/reportvpanel.png gambas/trunk/comp/src/gb.report2/.src/ReportImage.class gambas/trunk/comp/src/gb.report2/.src/ReportLabel.class gambas/trunk/comp/src/gb.report2/.src/ReportSvgImage.class gambas/trunk/comp/src/gb.report2/.src/Tests/Report11.class gambas/trunk/comp/src/gb.report2/.src/Tests/Report11.report gambas/trunk/comp/src/gb.report2/.src/Tests/Report2.class gambas/trunk/comp/src/gb.report2/.src/Tests/Report2.report gambas/trunk/comp/src/gb.report2/.src/Tests/Report3.class gambas/trunk/comp/src/gb.report2/.src/Tests/Report3.report gambas/trunk/comp/src/gb.report2/.src/Types/BoxShadow/FBoxShadow.class gambas/trunk/comp/src/gb.report2/.src/Types/BoxShadow/FBoxShadow.form gambas/trunk/comp/src/gb.report2/.src/Types/ReportGridView/_ReportGridView_Data.class gambas/trunk/comp/src/gb.report2/capture12.png gambas/trunk/comp/src/gb.report2/gambas.svg Removed Paths: ------------- gambas/trunk/comp/src/gb.report2/.src/Tools/ReportUnits.module This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-01-21 16:42:46
|
Revision: 6848 http://sourceforge.net/p/gambas/code/6848 Author: gambix Date: 2015-01-21 16:42:38 +0000 (Wed, 21 Jan 2015) Log Message: ----------- [GB.REPORT2] * NEW: Now Preview use DocumentView 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/ReportFrame.class gambas/trunk/comp/src/gb.report2/.src/Tests/Report3.class gambas/trunk/comp/src/gb.report2/.src/Tests/Report3.report 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/.startup Added Paths: ----------- gambas/trunk/comp/src/gb.report2/.src/Optional/Arrange.class gambas/trunk/comp/src/gb.report2/.src/Viewer/ReportView.class gambas/trunk/comp/src/gb.report2/.src/Viewer/ReportView3.class gambas/trunk/comp/src/gb.report2/16/ gambas/trunk/comp/src/gb.report2/16/red-arrow-h.png gambas/trunk/comp/src/gb.report2/16/red-arrow-v.png gambas/trunk/comp/src/gb.report2/22/ gambas/trunk/comp/src/gb.report2/22/FullWidth.png gambas/trunk/comp/src/gb.report2/22/OnePage.png gambas/trunk/comp/src/gb.report2/22/RealSize.png gambas/trunk/comp/src/gb.report2/22/TwoPage.png gambas/trunk/comp/src/gb.report2/32/ gambas/trunk/comp/src/gb.report2/32/Collatecopie.png gambas/trunk/comp/src/gb.report2/32/Empty.png gambas/trunk/comp/src/gb.report2/32/grayscale.png gambas/trunk/comp/src/gb.report2/32/reverse.png Removed Paths: ------------- gambas/trunk/comp/src/gb.report2/.src/Optional/Arrange.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/ReportView.class gambas/trunk/comp/src/gb.report2/.src/Viewer/ReportView2.class gambas/trunk/comp/src/gb.report2/Synoptique This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-01-24 13:52:44
|
Revision: 6862 http://sourceforge.net/p/gambas/code/6862 Author: gambix Date: 2015-01-24 13:52:34 +0000 (Sat, 24 Jan 2015) Log Message: ----------- [GB.REPORT] * BUG: The reportImage take now care of strech mode for computing the needed size * NEW: The default autoresize size of an image is based on a standart resolution of 96 dpi. * BUG: The ReporView now show all the report pages. Modified Paths: -------------- gambas/trunk/comp/src/gb.report2/.info gambas/trunk/comp/src/gb.report2/.settings gambas/trunk/comp/src/gb.report2/.src/Report.class gambas/trunk/comp/src/gb.report2/.src/ReportControl.class gambas/trunk/comp/src/gb.report2/.src/ReportImage.class gambas/trunk/comp/src/gb.report2/.src/Tests/Report3.class gambas/trunk/comp/src/gb.report2/.src/Tests/Report3.report 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/FPreview.class gambas/trunk/comp/src/gb.report2/.src/Viewer/ReportView.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-01-25 21:44:23
|
Revision: 6867 http://sourceforge.net/p/gambas/code/6867 Author: gambix Date: 2015-01-25 21:44:20 +0000 (Sun, 25 Jan 2015) Log Message: ----------- [GB.REPORT2] * BUG: Full rewriting of the VBox layout procedure to really take care of margins * BUG: Now Indexs are accurate * BUG: ReportImage autoresize are based on a 96 dpi resolution for internal conversion. * BUG: ReportImage tale care of the proportional mode for autoresizing. 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/ReportFrame.class gambas/trunk/comp/src/gb.report2/.src/ReportGridView.class gambas/trunk/comp/src/gb.report2/.src/ReportImage.class gambas/trunk/comp/src/gb.report2/.src/ReportSvgImage.class gambas/trunk/comp/src/gb.report2/.src/Types/TSizeParse.class gambas/trunk/comp/src/gb.report2/.src/Viewer/FPreview.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/Tests/Report4.class gambas/trunk/comp/src/gb.report2/.src/Tests/Report4.report gambas/trunk/comp/src/gb.report2/.src/Tests/Report5.class gambas/trunk/comp/src/gb.report2/.src/Tests/Report5.report Removed Paths: ------------- gambas/trunk/comp/src/gb.report2/.src/Viewer/ReportView3.class gambas/trunk/comp/src/gb.report2/.src/Viewer/ReportViewTask.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-01-25 22:05:06
|
Revision: 6868 http://sourceforge.net/p/gambas/code/6868 Author: gambix Date: 2015-01-25 22:04:58 +0000 (Sun, 25 Jan 2015) Log Message: ----------- [GB.REPORT2] * BUG: Force image clipping Modified Paths: -------------- gambas/trunk/comp/src/gb.report2/.project gambas/trunk/comp/src/gb.report2/.settings gambas/trunk/comp/src/gb.report2/.src/ReportImage.class gambas/trunk/comp/src/gb.report2/.src/ReportSvgImage.class gambas/trunk/comp/src/gb.report2/.src/Tests/Report11.report gambas/trunk/comp/src/gb.report2/.src/Tests/Report3.report gambas/trunk/comp/src/gb.report2/.startup This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-02-05 15:04:20
|
Revision: 6888 http://sourceforge.net/p/gambas/code/6888 Author: gambix Date: 2015-02-05 15:04:12 +0000 (Thu, 05 Feb 2015) Log Message: ----------- [GB.REPORT2] * NEW: Add the ReportLine class * NEW: Add the ReportPanel class * BUG: Margin computing improvement... again. Seem that report2 will not be backward compatible. Modified Paths: -------------- gambas/trunk/comp/src/gb.report2/.info gambas/trunk/comp/src/gb.report2/.list 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/ReportImage.class gambas/trunk/comp/src/gb.report2/.src/ReportLabel.class gambas/trunk/comp/src/gb.report2/.src/Tests/Report1.report gambas/trunk/comp/src/gb.report2/.src/Tests/Report4.class gambas/trunk/comp/src/gb.report2/.src/Tests/Report4.report gambas/trunk/comp/src/gb.report2/.src/Viewer/FPreview.class gambas/trunk/comp/src/gb.report2/.src/Viewer/ReportView.class Added Paths: ----------- gambas/trunk/comp/src/gb.report2/.settings gambas/trunk/comp/src/gb.report2/.src/ReportLine.class gambas/trunk/comp/src/gb.report2/.src/ReportPanel.class gambas/trunk/comp/src/gb.report2/.src/Tests/OutputReport2.class gambas/trunk/comp/src/gb.report2/.src/Tests/OutputReport2.report gambas/trunk/comp/src/gb.report2/.src/Tests/Report51.class gambas/trunk/comp/src/gb.report2/.src/Tests/Report51.report This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-02-05 15:21:55
|
Revision: 6890 http://sourceforge.net/p/gambas/code/6890 Author: gambix Date: 2015-02-05 15:21:52 +0000 (Thu, 05 Feb 2015) Log Message: ----------- [GB.REPORT2] BUG: ReportLine can compile without error Modified Paths: -------------- gambas/trunk/comp/src/gb.report2/.info gambas/trunk/comp/src/gb.report2/.list gambas/trunk/comp/src/gb.report2/.src/ReportLine.class Added Paths: ----------- gambas/trunk/comp/src/gb.report2/.src/Tools/MUtil.module This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-02-05 15:32:51
|
Revision: 6891 http://sourceforge.net/p/gambas/code/6891 Author: gambix Date: 2015-02-05 15:32:50 +0000 (Thu, 05 Feb 2015) Log Message: ----------- [GB.REPORT2] * BUG: Again Modified Paths: -------------- gambas/trunk/comp/src/gb.report2/.info gambas/trunk/comp/src/gb.report2/.list gambas/trunk/comp/src/gb.report2/.src/ReportLine.class gambas/trunk/comp/src/gb.report2/.src/Tests/Report51.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-02-07 06:58:15
|
Revision: 6895 http://sourceforge.net/p/gambas/code/6895 Author: gambix Date: 2015-02-07 06:58:11 +0000 (Sat, 07 Feb 2015) Log Message: ----------- [GB.REPORT2] * BUG: Force FullPage on ReportPreview Modified Paths: -------------- gambas/trunk/comp/src/gb.report2/.info gambas/trunk/comp/src/gb.report2/.project 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/ReportFrame.class gambas/trunk/comp/src/gb.report2/.src/ReportLine.class gambas/trunk/comp/src/gb.report2/.src/Tests/Report3.class gambas/trunk/comp/src/gb.report2/.src/Tests/Report3.report gambas/trunk/comp/src/gb.report2/.src/Types/BoxShadow/ReportBoxShadow.class 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/.startup Added Paths: ----------- gambas/trunk/comp/src/gb.report2/.settings This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-02-07 07:05:02
|
Revision: 6896 http://sourceforge.net/p/gambas/code/6896 Author: gambix Date: 2015-02-07 07:04:54 +0000 (Sat, 07 Feb 2015) Log Message: ----------- [GB.REPORT2] * OPT: Layout does not take account of BoxShadows margins. Modified Paths: -------------- gambas/trunk/comp/src/gb.report2/.info 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/ReportFrame.class gambas/trunk/comp/src/gb.report2/.src/Types/BoxShadow/ReportBoxShadow.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-02-20 09:13:23
|
Revision: 6902 http://sourceforge.net/p/gambas/code/6902 Author: gambix Date: 2015-02-20 09:13:16 +0000 (Fri, 20 Feb 2015) Log Message: ----------- [GB.REPORT2] * NEW: Now font are inherited from the container by default. If the container is a report and if the report.font is not initialized then it try to une one of the following fonts : "DejaVu Serif", "Liberation Serif", "Bitstream Vera Serif", "Serif", "Arial" with the size at 12 pt. If no one of these fonts are found then it use the current paint.font. By enforcing the font, i try to limit the random in report rendering between each Desktop Environnement. Moreover i think users must define a report.font too for more security. Modified Paths: -------------- 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/ReportControl.class gambas/trunk/comp/src/gb.report2/.src/ReportFrame.class gambas/trunk/comp/src/gb.report2/.src/ReportLabel.class gambas/trunk/comp/src/gb.report2/.src/Tests/Report5.class gambas/trunk/comp/src/gb.report2/.startup Added Paths: ----------- gambas/trunk/comp/src/gb.report2/.connection/Connection2.connection gambas/trunk/comp/src/gb.report2/.connection/Connection2.template Removed Paths: ------------- gambas/trunk/comp/src/gb.report2/.src/Tests/Report51.class gambas/trunk/comp/src/gb.report2/.src/Tests/Report51.report This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-02-23 10:53:49
|
Revision: 6908 http://sourceforge.net/p/gambas/code/6908 Author: gambix Date: 2015-02-23 10:53:41 +0000 (Mon, 23 Feb 2015) Log Message: ----------- [GB.REPORT2] * NEW: Add the ReportTextLabel widget. It use the draw class drawing method so we are able to use all drawing feature allowed from qt/gtk in theire html4 interpretor. 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/.startup Added Paths: ----------- gambas/trunk/comp/src/gb.report2/.settings gambas/trunk/comp/src/gb.report2/.src/ReportTextLabel.class gambas/trunk/comp/src/gb.report2/.src/Tests/Report6.class gambas/trunk/comp/src/gb.report2/.src/Tests/Report6.report This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-02-27 16:14:58
|
Revision: 6918 http://sourceforge.net/p/gambas/code/6918 Author: gambix Date: 2015-02-27 16:14:57 +0000 (Fri, 27 Feb 2015) Log Message: ----------- [GB.REPORT2] * BUG: Some Range errors Modified Paths: -------------- gambas/trunk/comp/src/gb.report2/.project gambas/trunk/comp/src/gb.report2/.src/Viewer/FPreview.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/.settings gambas/trunk/comp/src/gb.report2/.src/Tests/Report51.class gambas/trunk/comp/src/gb.report2/.src/Tests/Report51.report This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-03-02 14:49:23
|
Revision: 6928 http://sourceforge.net/p/gambas/code/6928 Author: gambix Date: 2015-03-02 14:49:21 +0000 (Mon, 02 Mar 2015) Log Message: ----------- [GB.REPORT2] * NEW: New widget ReportDrawingArea that allow free drawing in a designed area. It raise A GetSizeHint event and a Draw event and give at this time the Width, height. During the GetSizeHint Event you can return the wanted size by the SizeHint property of ReportDrawingArea. example : DrawingArea1.SIzeHint = ReportSizeHint(3,3) the size is in cm for the time, this can evoluate to become inch or string. * NEW: ReportSizeHint is Exported now and have a new call function. 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/ReportContainer.class gambas/trunk/comp/src/gb.report2/.src/ReportControl.class gambas/trunk/comp/src/gb.report2/.src/ReportFrame.class gambas/trunk/comp/src/gb.report2/.src/ReportGridView.class gambas/trunk/comp/src/gb.report2/.src/ReportImage.class gambas/trunk/comp/src/gb.report2/.src/ReportLabel.class gambas/trunk/comp/src/gb.report2/.src/ReportLine.class gambas/trunk/comp/src/gb.report2/.src/ReportSvgImage.class gambas/trunk/comp/src/gb.report2/.src/ReportTextLabel.class gambas/trunk/comp/src/gb.report2/.src/Tests/Report4.report gambas/trunk/comp/src/gb.report2/.src/Types/TControl.class gambas/trunk/comp/src/gb.report2/.startup Added Paths: ----------- gambas/trunk/comp/src/gb.report2/.src/ReportDrawingArea.class gambas/trunk/comp/src/gb.report2/.src/Tests/Report7.class gambas/trunk/comp/src/gb.report2/.src/Tests/Report7.report gambas/trunk/comp/src/gb.report2/.src/Types/ReportSizeHints.class Removed Paths: ------------- gambas/trunk/comp/src/gb.report2/.src/Types/TSizeHint.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-03-05 20:15:34
|
Revision: 6948 http://sourceforge.net/p/gambas/code/6948 Author: gambix Date: 2015-03-05 20:15:26 +0000 (Thu, 05 Mar 2015) Log Message: ----------- [GB.REPORT2] * OPT: this commit show a bug on Paint.Begin * OPT: Trying to find the good api for passing layout on ReportDrawingArea. Modified Paths: -------------- gambas/trunk/comp/src/gb.report2/.info gambas/trunk/comp/src/gb.report2/.src/Report.class gambas/trunk/comp/src/gb.report2/.src/ReportDrawingArea.class gambas/trunk/comp/src/gb.report2/.src/Tests/Report1.report gambas/trunk/comp/src/gb.report2/.src/Tests/Report7.class gambas/trunk/comp/src/gb.report2/.src/Tests/Report7.report gambas/trunk/comp/src/gb.report2/.src/Types/ReportSizeHints.class gambas/trunk/comp/src/gb.report2/.src/Viewer/ReportView.class Removed Paths: ------------- gambas/trunk/comp/src/gb.report2/.component This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-03-06 13:40:55
|
Revision: 6952 http://sourceforge.net/p/gambas/code/6952 Author: gambix Date: 2015-03-06 13:40:47 +0000 (Fri, 06 Mar 2015) Log Message: ----------- [GB.REPORT2] * NEW: Now gb.report2 use inch as internal unit. And is ready for 3.7. Modified Paths: -------------- gambas/trunk/comp/src/gb.report2/.info gambas/trunk/comp/src/gb.report2/.project gambas/trunk/comp/src/gb.report2/.src/Report.class gambas/trunk/comp/src/gb.report2/.src/ReportImage.class gambas/trunk/comp/src/gb.report2/.src/ReportSvgImage.class gambas/trunk/comp/src/gb.report2/.src/Tests/Report7.class gambas/trunk/comp/src/gb.report2/.src/Tools/CPrint.class gambas/trunk/comp/src/gb.report2/.src/Types/Base/ReportPadding.class gambas/trunk/comp/src/gb.report2/.src/Types/ReportGridView/_ReportGridView_Columns.class gambas/trunk/comp/src/gb.report2/.src/Types/ReportGridView/_ReportGridView_Rows.class gambas/trunk/comp/src/gb.report2/.src/Types/ReportSizeHints.class gambas/trunk/comp/src/gb.report2/.src/Types/TSizeParse.class gambas/trunk/comp/src/gb.report2/.src/Viewer/FPreview.class gambas/trunk/comp/src/gb.report2/.src/Viewer/ReportView.class gambas/trunk/comp/src/gb.report2/.startup This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-03-10 08:55:05
|
Revision: 6965 http://sourceforge.net/p/gambas/code/6965 Author: gambix Date: 2015-03-10 08:55:03 +0000 (Tue, 10 Mar 2015) Log Message: ----------- [GB.REPORT2] * OPT: Reduce the pages spacing Modified Paths: -------------- gambas/trunk/comp/src/gb.report2/.project gambas/trunk/comp/src/gb.report2/.src/Viewer/ReportView.class gambas/trunk/comp/src/gb.report2/.startup Removed Paths: ------------- gambas/trunk/comp/src/gb.report2/.component This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-03-10 13:58:15
|
Revision: 6972 http://sourceforge.net/p/gambas/code/6972 Author: gambas Date: 2015-03-10 13:58:08 +0000 (Tue, 10 Mar 2015) Log Message: ----------- [GB.REPORT2] * BUG: Fabien, stop deleting the '.component' file! Modified Paths: -------------- gambas/trunk/comp/src/gb.report2/.project Added Paths: ----------- gambas/trunk/comp/src/gb.report2/.component This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-03-21 17:19:14
|
Revision: 6996 http://sourceforge.net/p/gambas/code/6996 Author: gambix Date: 2015-03-21 17:19:12 +0000 (Sat, 21 Mar 2015) Log Message: ----------- [GB.REPORT2] * BUG: Remove a bug on drawing grayscale preview in ReportView. Modified Paths: -------------- gambas/trunk/comp/src/gb.report2/.project 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/.component gambas/trunk/comp/src/gb.report2/.src/Tests/Report51.class gambas/trunk/comp/src/gb.report2/.src/Tests/Report51.report Removed Paths: ------------- gambas/trunk/comp/src/gb.report2/.component gambas/trunk/comp/src/gb.report2/.src/Tests/Report51.class gambas/trunk/comp/src/gb.report2/.src/Tests/Report51.report This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-03-28 21:00:47
|
Revision: 7008 http://sourceforge.net/p/gambas/code/7008 Author: gambas Date: 2015-03-28 21:00:40 +0000 (Sat, 28 Mar 2015) Log Message: ----------- [GB.REPORT2] * BUG: Refresh the print button icon correctly. Modified Paths: -------------- gambas/trunk/comp/src/gb.report2/.connection/Connection2.connection gambas/trunk/comp/src/gb.report2/.project gambas/trunk/comp/src/gb.report2/.src/Viewer/FPreview.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-04-06 21:53:20
|
Revision: 7022 http://sourceforge.net/p/gambas/code/7022 Author: gambix Date: 2015-04-06 21:53:19 +0000 (Mon, 06 Apr 2015) Log Message: ----------- [GB.REPORT2] * BUG: Correct the bug on Align.none alignment mode. Modified Paths: -------------- gambas/trunk/comp/src/gb.report2/.lang/fr.po gambas/trunk/comp/src/gb.report2/.project gambas/trunk/comp/src/gb.report2/.src/ReportContainer.class gambas/trunk/comp/src/gb.report2/.startup Added Paths: ----------- gambas/trunk/comp/src/gb.report2/.src/Tests/Report8.class gambas/trunk/comp/src/gb.report2/.src/Tests/Report8.report This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-04-08 17:47:30
|
Revision: 7025 http://sourceforge.net/p/gambas/code/7025 Author: gambix Date: 2015-04-08 17:47:23 +0000 (Wed, 08 Apr 2015) Log Message: ----------- [GB.REPORT2] * BUG: Add gb.gui.base in the requirement. And remove gb.gui Modified Paths: -------------- gambas/trunk/comp/src/gb.report2/.component gambas/trunk/comp/src/gb.report2/.project This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-07-30 20:49:56
|
Revision: 7195 http://sourceforge.net/p/gambas/code/7195 Author: gambix Date: 2015-07-30 20:49:54 +0000 (Thu, 30 Jul 2015) Log Message: ----------- [GB.REPORT] * NEW: Now the resolution can be set on printing and on file generation. * BUG: All the classes are exported. So now shadows can work. Modified Paths: -------------- gambas/trunk/comp/src/gb.report2/.component 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/.src/Types/Border/_ReportRoundCorner.class 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/FPreview.class gambas/trunk/comp/src/gb.report2/.src/Viewer/FPreview.form gambas/trunk/comp/src/gb.report2/.startup This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |