Commit Graph

570 Commits

Author SHA1 Message Date
maxim
a8a031a612 Translations: reverted Arabic translation to r37531 #c73fdaff8b by request of Mazen Neifer (current Arabic translation maintainer). Reason is poor quality/machine translation, which makes hard to use translated IDE.
git-svn-id: trunk@41340 -
2013-05-21 19:34:39 +00:00
jesus
49effd635f LazReport, fix reading barcode zoom values when decimal separator=',', issue #24393
git-svn-id: trunk@41070 -
2013-05-08 06:57:43 +00:00
jesus
4581bac94e LazReport, barcode, limit barcode zoom values
git-svn-id: trunk@41069 -
2013-05-08 06:55:42 +00:00
maxim
6da4aaefee LazReport samples: updated Russian translation
git-svn-id: trunk@41015 -
2013-05-03 16:20:07 +00:00
jesus
fe7ce55e7b LazReport, cairo exporter, renamed PDF export filter name
git-svn-id: trunk@41014 -
2013-05-03 06:47:58 +00:00
jesus
589747856a LazReport, cairo exporter, enable clipping for memo views
git-svn-id: trunk@41013 -
2013-05-03 06:40:23 +00:00
jesus
58b3af40f7 LazReport, implemented export filter OnExported event to signal the view has been exported
git-svn-id: trunk@41012 -
2013-05-03 06:31:09 +00:00
jesus
27b19e929c LazReport, cairo export, cleanup
git-svn-id: trunk@41011 -
2013-05-03 05:52:40 +00:00
jesus
58422ca971 LazReport, editor sample, modified barcodetester report to include barcores at 0,90,180 and 270 degrees
git-svn-id: trunk@41010 -
2013-05-03 05:46:50 +00:00
jesus
2227711b2d Lazreport, cairo exporter: implements barcodes
git-svn-id: trunk@41009 -
2013-05-03 05:45:46 +00:00
jesus
c8323bd08e LazReport, editor sample, added imgtester report
git-svn-id: trunk@40991 -
2013-05-02 03:11:41 +00:00
jesus
82d0f181c3 LazReport, Editor sample, remember last exported report/export filter + repeat export button
git-svn-id: trunk@40989 -
2013-05-02 02:22:15 +00:00
jesus
8c3cc53457 LazReport, Editor sample, added some testing reports
git-svn-id: trunk@40988 -
2013-05-02 02:19:15 +00:00
jesus
7d008a912d LazReport, Remember used last export filter class/filename and use them if ExportTo is called with empty parameters
git-svn-id: trunk@40987 -
2013-05-02 02:17:21 +00:00
jesus
2add03180d LazReport, added PDF/PS exporter via cairocanvas
git-svn-id: trunk@40986 -
2013-05-02 02:10:49 +00:00
jesus
2cbb89b788 LazReport, store printer resolution in PrnInfo
git-svn-id: trunk@40985 -
2013-05-02 01:53:04 +00:00
jesus
60a185bf43 LazReport, Interpreter: fix work with {...} comments, refactoring, from Aleksey Lagunov
git-svn-id: trunk@40892 -
2013-04-26 18:46:31 +00:00
jesus
348460d120 LazReport, added Name property to TfrBand, from Giuliano Colla, issue #24305
git-svn-id: trunk@40866 -
2013-04-21 18:36:16 +00:00
maxim
c0ffca3409 Lazreport: updated and improved Russian translation
git-svn-id: trunk@40861 -
2013-04-20 19:35:03 +00:00
juha
d0f9c1e22c Lazreport: changed .po files
git-svn-id: trunk@40844 -
2013-04-18 18:41:18 +00:00
jesus
3105302469 Lazreport, Patch form Aleksey Lagunov:
1. Fix AV in BeforePrintScript
 2. Fix set Visible:=false in BeforePrintScript for LazReport Dialog forms.

git-svn-id: trunk@40833 -
2013-04-18 03:34:31 +00:00
jesus
b565a9a1ee LazReport, removed (sample) report_url session file
git-svn-id: trunk@40830 -
2013-04-16 17:51:44 +00:00
jesus
53774998ef Patch form Aleksey Lagunov implementing:
1. In frReport added property BeforePrintScript - script executable before generating the report. 
 2. Added to designer "File" menu an editor for the BeforePrintScript property. 
 3. In the example report_url added an example for BeforePrintScript. 
 4. Process LazReport variables in Tags of all TMemoView objects before creating a report.
 

git-svn-id: trunk@40812 -
2013-04-15 04:46:07 +00:00
jesus
534dfef951 LazReport, replaces StoreInDFM binary format by StoreInForm XML format, issue #24077
git-svn-id: trunk@40808 -
2013-04-14 19:55:51 +00:00
jesus
ea7b51a457 LazReport, avoid doing a superfluous call to GetValue if dataset is already EOF in grouped reports
git-svn-id: trunk@40795 -
2013-04-12 07:41:17 +00:00
jesus
b4c8c193ae LazReport, fix grouped report based on user dataset missing some field values, issue #24249
git-svn-id: trunk@40794 -
2013-04-12 07:26:51 +00:00
jesus
b6c62107a1 LazReport, Implemented the possibility of navigation on the report, similar to the html page. And sample, Patch from Aleksey Lagunov
git-svn-id: trunk@40752 -
2013-04-08 19:02:28 +00:00
jesus
b8a1d1c5e9 LazReport, fix alignments when printing via cairocanvas (it really calc everything as if it was taLeftAlignment)
git-svn-id: trunk@40745 -
2013-04-08 06:20:48 +00:00
mattias
6e7361cce0 translations: German: updates from Swen Heinig
git-svn-id: trunk@40743 -
2013-04-07 16:57:54 +00:00
maxim
48f896c1a5 LazReport: updated Russian translation
git-svn-id: trunk@40735 -
2013-04-07 13:12:41 +00:00
jesus
606d865ad3 LazReport, Patch from Alexey Lagunov:
1. Fix error set Page.Visible=false from report script when generating the report.
2. Added a new component for the lazreport dialog boxes - TfrButtonPanel.
3. Implemented change size report dialogs with mouse.
4. Fixed display of selected controls in the report dialog box on modify  report at design time.
5. Improvements to create a preview form for reports.
6. For component TfrDesigner added Events to save and read reports in the designer from sources other than files. For example - from the database.

git-svn-id: trunk@40720 -
2013-04-05 18:19:56 +00:00
jesus
9e1fa02544 LazReport, included chinese sample in alignments report, from Julio Jiménez Borreguero
git-svn-id: trunk@40700 -
2013-04-03 06:27:20 +00:00
jesus
94f91d9acb Lazreport, applied so called 'proper paint' patch so the designer draws only during paint cycle, tested Win, Linux (Gtk2 and Qt) and Mac
git-svn-id: trunk@40672 -
2013-03-29 21:07:55 +00:00
jesus
323e3534d0 Lazreport, added alignments report sample from Julio Jiménez Borreguero
git-svn-id: trunk@40669 -
2013-03-29 19:43:52 +00:00
jesus
04a1a5d3f9 LazReport, formalize the hyphenation support exception and make the editor sample ignore it
git-svn-id: trunk@40652 -
2013-03-27 21:28:59 +00:00
jesus
2d47913308 LazReport, editor sample, added extra exporters image and pdf by default
git-svn-id: trunk@40651 -
2013-03-27 21:15:14 +00:00
jesus
1181413d56 LazReport, lr_codereport, removed dups and change 0 constants to 0.0, from Julio Jiménez Borreguero
git-svn-id: trunk@40647 -
2013-03-26 20:15:27 +00:00
jesus
3ba6215037 LazReport, fix compile with newer FPC trunk
git-svn-id: trunk@40626 -
2013-03-23 20:51:16 +00:00
jesus
e4780672ec LazReport, missig change from previous designer patch
git-svn-id: trunk@40586 -
2013-03-18 19:37:12 +00:00
jesus
3d1c172880 Lazreport, hosted desginer scrollbox into a panel, this fix designer canvas not appearing in kubuntu 12.10 with default oxygen-gtk theme
git-svn-id: trunk@40585 -
2013-03-18 19:12:33 +00:00
jesus
17eb1a44d9 LazReport, previous step for proper drawing in designer: isolating selection and object draws
git-svn-id: trunk@40540 -
2013-03-13 06:00:20 +00:00
jesus
a0e36fb682 LazReport, previous step for proper drawing in designer: isolating focusrect
git-svn-id: trunk@40524 -
2013-03-09 22:06:00 +00:00
jesus
f27ebb416f LazReport, try further to match a paper on reports created on Windows and opened on *nix for the*same printer
git-svn-id: trunk@40479 -
2013-03-04 09:22:36 +00:00
jesus
3311913a0e LazReport, improved match of win papers on unix
git-svn-id: trunk@40478 -
2013-03-04 08:13:54 +00:00
jesus
9dcc0cfc38 LazReport, debug info
git-svn-id: trunk@40477 -
2013-03-04 08:12:13 +00:00
jesus
fceb1d9776 LazReport, changed debug log from WriteLn->DebugLn
git-svn-id: trunk@40476 -
2013-03-04 06:54:14 +00:00
jesus
945ca45177 LazReport, identify more precisely the known 'std' windows papers
git-svn-id: trunk@40475 -
2013-03-04 06:06:05 +00:00
jesus
bf7a97b65f LazReport, store used paper size
git-svn-id: trunk@40474 -
2013-03-04 05:59:26 +00:00
jesus
d7ca58f80a LazReport, updated descriptions on some addons packages
git-svn-id: trunk@40462 -
2013-03-02 20:32:24 +00:00
jesus
7267e70d32 LazReport, make editor sample to find it's data under Mac
git-svn-id: trunk@40451 -
2013-03-01 02:35:31 +00:00