Commit Graph

963 Commits

Author SHA1 Message Date
jesus
752d4a3974 LazReport: Fix mem leak, patch by Bambang Pranoto, issue #0038927
git-svn-id: trunk@65140 -
2021-05-26 21:27:07 +00:00
juha
b53ad7ceed Components: Reduce calls to UpperCase() and LowerCase(). Improves performance.
git-svn-id: trunk@64506 -
2021-02-08 19:09:30 +00:00
maxim
b63e036f48 Translations: Brazilian Portuguese translation update by Marcelo B Paula, bug #38436
git-svn-id: trunk@64457 -
2021-02-03 22:42:52 +00:00
jesus
ca65088ffb LazReport: Package lazreportpdfexport new feature: Create link annotation for TfrMemoView.URLInfo, by Stefan Sinne, issue #37996
git-svn-id: trunk@64408 -
2021-01-19 20:22:39 +00:00
juha
42850cfe4d LazUtils: Deprecate now obsolete unit LazUtf8Classes and remove its references from Lazarus code.
git-svn-id: trunk@64384 -
2021-01-14 12:41:32 +00:00
jesus
9e0ae34ea4 LazReport: Fix mem leak introduced in the cgi/console patch.
git-svn-id: trunk@64383 -
2021-01-14 08:32:54 +00:00
jesus
cc6e0d00c6 LazReport: fix AV export regression, patch by Zdravko Gabrovski issue #38258
git-svn-id: trunk@64289 -
2020-12-28 15:43:31 +00:00
maxim
df9968b6e3 Translations: Ukrainian translation update by Olexandr Pylypchuk, bug #38257
git-svn-id: trunk@64271 -
2020-12-24 23:01:30 +00:00
jesus
1b5356c510 LazReport: renamed directory nogui_cgi to console_cgi_http
git-svn-id: trunk@64068 -
2020-10-24 17:31:12 +00:00
juha
551c9ccc08 LazReport: Add buttons for printer and page setup into Preview window. Issue #37962, patch from Zdravko Gabrovski.
git-svn-id: trunk@64056 -
2020-10-22 20:22:33 +00:00
maxim
dcb1871753 LazReport: added missing period to resource string, regenerated translations and updated Russian translation
git-svn-id: trunk@63940 -
2020-09-29 23:31:45 +00:00
jesus
31487c5ae1 LazReport: New "Onbeforepreview" event in LazReport, patch from Zdravko Gabrovsk, issue #37794
git-svn-id: trunk@63938 -
2020-09-29 05:35:06 +00:00
jesus
ac50e66e44 LazReport: Fix the slow filling of font's combobox so it can now be made on designer opening, this fixes no showing the font in the font list when some object is selected and the report is just loaded.
git-svn-id: trunk@63937 -
2020-09-29 03:55:35 +00:00
jesus
b6c3d95216 LazReport: Added LrDotMatrix component, a TfrReport derived that handle print to do matrix kind printers, from @Heliosroots
git-svn-id: trunk@63936 -
2020-09-28 21:17:04 +00:00
jesus
7b162a47aa LazReport: Adds page num to printer title in case the job is splitted due different page sizes (fix overwritting of produced pdf's with cups-pdf in linux
git-svn-id: trunk@63933 -
2020-09-28 18:59:26 +00:00
jesus
ebc3a1947b LazReport: Support for custom paper sizes.
git-svn-id: trunk@63931 -
2020-09-28 01:10:36 +00:00
jesus
0d1f1cb778 LazReport: implements export to a stream
git-svn-id: trunk@63923 -
2020-09-25 22:50:42 +00:00
jesus
2fdd890e2c LazReport: missing deploy.bat script
git-svn-id: trunk@63894 -
2020-09-19 19:24:15 +00:00
jesus
cb166633f6 LazReport: Support for nogui-cgi or otherwise console and web applications.
git-svn-id: trunk@63892 -
2020-09-19 17:56:34 +00:00
jesus
58d2132e5c LazReport: Implements other way of dealing with reports that print to specific printer but end using the virtual printer. This catch paper found in predefined list of papers which previous patch didn't.
git-svn-id: trunk@63891 -
2020-09-19 07:27:40 +00:00
jesus
cf154ced76 LazReport, Fix paper units when a report who use a installed printer have to use the virtual printer.
git-svn-id: trunk@63889 -
2020-09-18 16:08:27 +00:00
jesus
3131bdc11f LazReport: crosstab: more mem leaks.
git-svn-id: trunk@63878 -
2020-09-11 06:47:04 +00:00
jesus
84dd5c3fd0 LazReport: Fix crosstab mem leaks.
git-svn-id: trunk@63877 -
2020-09-11 04:50:19 +00:00
jesus
a1dc800a66 LazReport: Find dataset when TFrReport has no owner.
git-svn-id: trunk@63869 -
2020-09-06 05:28:18 +00:00
juha
125e794a87 Remove useless test for X <> Nil when using "is" operator.
git-svn-id: trunk@63779 -
2020-08-18 17:35:21 +00:00
maxim
8a7112535d Translations: Chinese translation update by robsean, bug #37290
git-svn-id: trunk@63485 -
2020-07-01 21:39:48 +00:00
juha
1926dbe925 LazReport: A fix related to UnicodeString in r63320 #234b8a256c. Issue #37170, patch from Zdravko Gabrovski.
git-svn-id: trunk@63335 -
2020-06-10 09:35:35 +00:00
juha
234b8a256c LazReport: Support UCS-2 in WrapMemo by using UnicodeString. A hack but better than pure ASCII support. Issue #37170, patch from Zdravko Gabrovski.
git-svn-id: trunk@63320 -
2020-06-06 21:36:04 +00:00
jesus
f107619061 LazReport: moved printer initial setup out of unit's initialization, patch from Zdravko Gabrovski with changes, fix issue #37065
git-svn-id: trunk@63221 -
2020-05-25 16:57:23 +00:00
jesus
9cdfd55ed4 LazReport: Add OnFinalSetup event in TFrPrintGrid, patch from Zdravko Gabrovski, issue #37021
git-svn-id: trunk@63182 -
2020-05-18 11:31:49 +00:00
juha
6cc2ae4278 LazReport: Fill pages better. Issue #37046, patch from Sergey Chekh.
git-svn-id: trunk@63168 -
2020-05-15 23:10:27 +00:00
juha
c236e626e7 LazReport: Remove property "ReadOnly" from CheckBox in Lr_prdlg. Issue #37066, patch from Zdravko Gabrovski.
git-svn-id: trunk@63146 -
2020-05-13 21:21:46 +00:00
juha
3abc824f69 LazReport: Fix a TfrDesignerPage memory leak. Issue #36918, patch from Michal Gawrycki.
git-svn-id: trunk@62991 -
2020-04-15 19:33:56 +00:00
juha
a1cd8244dc LazReport: Fix incorrect text height better. Issue #36893, patch from Michal Gawrycki.
git-svn-id: trunk@62924 -
2020-04-10 11:58:53 +00:00
juha
69a95ec8cc LazReport: Fix text height when default font is used. Issue #36426, patch from Michal Gawrycki.
git-svn-id: trunk@62596 -
2020-01-29 22:40:52 +00:00
jesus
0ff93d16af LazReport: snap resizing object(s) to guides.
git-svn-id: trunk@62447 -
2019-12-25 19:04:40 +00:00
jesus
7d87865122 LazReport: Snap to guide while drawing one inserted object.
git-svn-id: trunk@62443 -
2019-12-25 02:46:24 +00:00
jesus
f98cd17789 LazReport: When using helper guides, snap objects while moving them.
git-svn-id: trunk@62442 -
2019-12-24 23:57:48 +00:00
jesus
633d58980c LazReport: Implements Helper aligning guids, WIP.
git-svn-id: trunk@62436 -
2019-12-23 18:45:34 +00:00
juha
0ec5c3f4d8 LazReport: In TfrCustomMemoView do not convert code page when loading lines from a blob field. Issue #36264, patch from Michal Gawrycki.
git-svn-id: trunk@62206 -
2019-11-06 14:19:36 +00:00
maxim
9107baee24 Translations: removed completely untranslated files
git-svn-id: trunk@62072 -
2019-10-17 23:43:46 +00:00
juha
fafc78142f LazReport: Improve layout in form "insert fields". Issue #36039.
git-svn-id: trunk@61797 -
2019-09-01 22:10:21 +00:00
maxim
3356170ca6 Translations: Hungarian translation update by Péter Gábor, bug #35928
git-svn-id: trunk@61672 -
2019-08-04 21:59:52 +00:00
jesus
123e8f9f45 LazReport: Update dseigner scrollbars on changing current page, patch by Michal Gawrycki, issue #35882
git-svn-id: trunk@61623 -
2019-07-26 01:12:35 +00:00
maxim
bd9bfc01d4 Translations: Turkish translation update by Onur ERÇELEN, bug #35865
git-svn-id: trunk@61612 -
2019-07-21 22:57:16 +00:00
jesus
ad42b120af LazReport: Fix transparent roundrect powerpdf export when there is a shadow, bug report and fix tip by @HumbertoSales
git-svn-id: trunk@61492 -
2019-06-30 18:51:43 +00:00
maxim
dd661a10de Translations: regenerated all relevant translation files after r61231 #5b72fe1d56
git-svn-id: trunk@61233 -
2019-05-16 23:10:15 +00:00
maxim
b68407fc52 Translations: regenerated all relevant translation files after r61225 #75a8b1b83c
git-svn-id: trunk@61226 -
2019-05-13 23:21:39 +00:00
jesus
123a22f231 LazReport: removed old, inactive code.
git-svn-id: trunk@61185 -
2019-05-09 04:56:13 +00:00
martin
fec293914e LazReport: fix compile
git-svn-id: trunk@61163 -
2019-05-06 10:44:46 +00:00