Commit Graph

546 Commits

Author SHA1 Message Date
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
jesus
2bf06aa6b0 LazReport, reverted band's patch in r40127 #0a5559648e
git-svn-id: trunk@40441 -
2013-02-27 23:32:22 +00:00
jesus
8df768f016 LazReport, published FillColor property in TfrPictureView to avoid undesired gray background on some pictures, from Julio Jiménez Borreguero
git-svn-id: trunk@40437 -
2013-02-27 18:03:44 +00:00
jesus
53a3d93a5a LazReport, fix reading old frf binary reports marks all frf bands as ReportTitle bands, issue #23961
git-svn-id: trunk@40423 -
2013-02-26 21:52:46 +00:00
jesus
0909c77620 LazReport, modified lazreport sample to not requiere PowerPDF by default, added hyphenation sample
git-svn-id: trunk@40408 -
2013-02-25 20:51:28 +00:00
jesus
5555b24635 LazReport, added hyphenation support using Theo's bindings to libhyphen library, bumped LazReport version to 0.9.9
git-svn-id: trunk@40407 -
2013-02-25 20:50:28 +00:00
jesus
73faf28aaf LazReport, implements Justified Alignment, issue #23796
git-svn-id: trunk@40397 -
2013-02-24 19:44:59 +00:00
jesus
0a5559648e LazReport, Band.name patch from Giuliano Colla
git-svn-id: trunk@40127 -
2013-02-02 19:19:38 +00:00
jesus
d3275a4488 LazReport, renamed argument to really check for matching classref
git-svn-id: trunk@40010 -
2013-01-28 17:50:43 +00:00
jesus
97f3b5ba82 LazReport, fix export filters registering multiple filter extensions are listed only once, issue #23759
git-svn-id: trunk@39974 -
2013-01-27 08:17:56 +00:00
jesus
c4c927e1ef LazReport, patch to fix work function UpperCase, LowerCase, NameCase in LazReport with non english char, from Aleksey Lagunov, issue #23638
git-svn-id: trunk@39843 -
2013-01-13 20:45:45 +00:00
jesus
fe2049c72d LazReport, fix AV on create LazReport report with Dialog page, from Aleksey Lagunov, issue #23600
git-svn-id: trunk@39842 -
2013-01-13 19:57:56 +00:00
jesus
8777b362cd LazReport, fix sometimes text dissapearing on zooms different than 100%
git-svn-id: trunk@39833 -
2013-01-12 04:49:56 +00:00
maxim
217d70ece2 Translations: Czech translation update by Vaclav Valicek, bug #23622
git-svn-id: trunk@39823 -
2013-01-10 20:40:19 +00:00
jesus
009fe39d7a LazReport, missing line from previous patch to fix some lines are not shown
git-svn-id: trunk@39805 -
2013-01-08 17:27:20 +00:00
jesus
99d66ad98d LazReport, fix problem on some long objects some text lines might overflow to footer or might be completly missing (jujibo's report), complements issue #23490
git-svn-id: trunk@39802 -
2013-01-08 08:18:23 +00:00
jesus
741be02a96 LazReport, modified debug info
git-svn-id: trunk@39801 -
2013-01-08 07:57:27 +00:00
jesus
d9f9355bcc LazReport, fix reports with stretched objects on stretched bands which span more than two pages, issues #23490, #18719
git-svn-id: trunk@39565 -
2012-12-17 01:47:41 +00:00
jesus
eda22758a1 LazReport, fix reading some frf format reports, when system encoding is UTF8, issue #23058
git-svn-id: trunk@39530 -
2012-12-13 21:19:23 +00:00
jesus
5e261a54e0 LazReport, added EMFPages.SavePageToStream, from jack, issue #23484
git-svn-id: trunk@39529 -
2012-12-13 17:56:42 +00:00
jesus
ffc03ddc8f LazReport, fix reading of frf version 2.3 files, modified patch from Stephano, issue #23058
git-svn-id: trunk@39527 -
2012-12-13 07:37:41 +00:00
jesus
48fa6760da LazReport, fix PreviousClipRgn on image drawing, was not valid and it worked fine by coincidence
git-svn-id: trunk@39519 -
2012-12-12 19:15:04 +00:00
jesus
fe1d227c76 LazReport, fix moving/resizing objects when using keyboard under QT (and carbon), Patch from Julio Jiménez Borreguero, issue #23435
git-svn-id: trunk@39477 -
2012-12-07 20:42:08 +00:00
blikblum
f1869b2f37 lazreport: save Picture in a local variable. This should produce smaller code
git-svn-id: trunk@39370 -
2012-11-25 01:30:29 +00:00
blikblum
db7093818a lazreport: add option roHideDefaultFilter to hide default filter (.frp). Disabled by default. Remove conditional define used previously
git-svn-id: trunk@39369 -
2012-11-25 01:29:31 +00:00