Commit Graph

449 Commits

Author SHA1 Message Date
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
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
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
blikblum
f2da5e3ec8 lazreport: cleanup. remove unused code in TfrPictureView.Draw
git-svn-id: trunk@39368 -
2012-11-25 00:52:46 +00:00
blikblum
b1e8475e3b lazreport: apply scale when drawing not stretched image. This fixes the size of image in printed report
git-svn-id: trunk@39366 -
2012-11-25 00:47:58 +00:00
blikblum
8d49c04d1f lazreport: fix off by one error in calculation of PictureView size. This avoids unnecessary stretch whew pictureview size = image size
git-svn-id: trunk@39365 -
2012-11-25 00:22:15 +00:00
blikblum
115192fcce lazreport: clip image when it's bigger than picture object and not stretched
git-svn-id: trunk@39364 -
2012-11-24 23:48:09 +00:00
jesus
8f2b9afb13 LazReport, fix picture edit checkbox, was tri-state and unchecked
git-svn-id: trunk@39287 -
2012-11-16 03:39:34 +00:00
jesus
1bb2d62a3c LazReport, fix incorrect scaling of unstretched images on PDF export, PDF export addon now requires PowerPDF 0.9.10, issue #23326
git-svn-id: trunk@39284 -
2012-11-15 21:33:01 +00:00
jesus
911299e0ea LazReport, fix loading previously saved binary reports on preview window
git-svn-id: trunk@39278 -
2012-11-14 21:53:49 +00:00
blikblum
0ca30c0e9c lazreport: add const for string parameters
git-svn-id: trunk@39277 -
2012-11-13 12:01:02 +00:00
blikblum
9ac3607662 lazreport: remove the default export filter (binary) from save/open dialog in preview. Protected by a conditional define disabled by default
git-svn-id: trunk@39275 -
2012-11-13 02:27:24 +00:00
jesus
d46192418c LazReport, Fix breaking lines properly when text contains utf8 chars, from Julio Jiménez Borreguero, issue #23291
git-svn-id: trunk@39266 -
2012-11-08 17:57:36 +00:00
jesus
a2d8d51f85 LazReport, fix text clipping on exported to PDF report, from Julio Jiménez Borreguero
git-svn-id: trunk@39251 -
2012-11-06 17:49:02 +00:00
jesus
faebc27321 LazReport, fix exported image size in case is not proportional and stretched
git-svn-id: trunk@39250 -
2012-11-06 17:34:18 +00:00
jesus
47e02aded0 LazReport, fix report designer do no update properly when compiled for Qt, From Julio Jiménez Borreguero, issue #23211
git-svn-id: trunk@39243 -
2012-11-04 19:57:14 +00:00
jesus
ae2ecc4115 LazReport, pdfexport addon now requires powerpdf v0.9.9
git-svn-id: trunk@39242 -
2012-11-04 17:44:40 +00:00
jesus
745b108b6f LazReport, stop designer from processing ContextMenu default action, fix unable to close form designer, issue #23248
git-svn-id: trunk@39240 -
2012-11-03 05:59:36 +00:00
jesus
583565199b LazReport, Report Designer crashes with Access Violation on Insert DB Field (TFrame related issue), from Tony Whyman, issue #23205
git-svn-id: trunk@39239 -
2012-11-03 04:25:34 +00:00
jesus
7569c35e4c LazReport, fix PDF export filter not centering images properly, issue #23236
git-svn-id: trunk@39238 -
2012-11-03 04:05:58 +00:00
jesus
bbe4e752eb LazReport, corrects vertical alignment after tony's patches and improve precision on exporting to pdf, from Julio Jiménez Borreguero
git-svn-id: trunk@39233 -
2012-11-02 19:57:16 +00:00