[Gambas-devel-svn] SF.net SVN: gambas:[6843] gambas/trunk/comp/src/gb.report2
Brought to you by:
gambas
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. |