Commit Graph

175 Commits

Author SHA1 Message Date
wp_xyz
fde1f53879 images: Replace the default lazarus.ico used anywhere within the installation folder by the new version. Issue #39596. 2022-01-28 15:03:11 +01:00
Jesus Reyes A
639398c65d LazReport: enable image transparency in FCL PDF exporter 2021-12-18 17:28:33 -06:00
jesus
23b667846d LazReport: Fix compilation of ZeosDB
git-svn-id: trunk@65468 -
2021-07-16 22:11:35 +00:00
maxim
52952de666 LazReport: fixed typo in 'sErrorOccured' resource string name
git-svn-id: trunk@65211 -
2021-06-10 22:42:34 +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
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
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
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
maxim
8a7112535d Translations: Chinese translation update by robsean, bug #37290
git-svn-id: trunk@63485 -
2020-07-01 21:39:48 +00:00
maxim
9107baee24 Translations: removed completely untranslated files
git-svn-id: trunk@62072 -
2019-10-17 23:43:46 +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
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
b68407fc52 Translations: regenerated all relevant translation files after r61225 #75a8b1b83c
git-svn-id: trunk@61226 -
2019-05-13 23:21:39 +00:00
juha
d9ac09795b Respect compiler OPT='-v0' by using {$push} and {$pop} in code. Issue #34955.
git-svn-id: trunk@60706 -
2019-03-16 21:17:58 +00:00
maxim
6e23c3ccd0 Translations: Brazilian Portuguese translation update by Marcelo B Paula, bug #35148
git-svn-id: trunk@60509 -
2019-02-25 23:38:10 +00:00
maxim
ee93df459c Translations: Ukrainian translation update by Olexandr Pylypchuk, bug #35117
git-svn-id: trunk@60460 -
2019-02-19 17:18:17 +00:00
maxim
c91b1321e0 Translations: French translation update by Gilles Vasseur, bug #35034
git-svn-id: trunk@60368 -
2019-02-08 23:14:55 +00:00
maxim
e4f360d50f Translations: regenerated translations and updated Russian translation
git-svn-id: trunk@60344 -
2019-02-06 00:46:44 +00:00
maxim
684c367b8a IDE: changed extension of master PO files (a.k.a. templates) from .po to .pot, adapted IDE, POChecker, updatepofiles tool and localize.bat/.sh scripts.
Reasons:
1. .pot is 'industry standard' extension for PO template files. As a consequence, PO editors can now open our templates 'out of the box' and automate creation of translations.
2. It is now much simpler to detect template files now that dotted unit names are allowed.

git-svn-id: trunk@60208 -
2019-01-24 23:02:37 +00:00
maxim
c8c7a1723a Translations: Chinese translation update by robsean, bug #34579
git-svn-id: trunk@59617 -
2018-11-22 00:03:32 +00:00
jesus
6e5743846c LazReport: pdf exporter (lr_e_fclpdf) - add poSubsetFont to options which reduce size of resulting file, patcn from Michal Gawrycki, issue #34165
git-svn-id: trunk@58750 -
2018-08-21 16:51:55 +00:00
jesus
8196338704 LazReport: Patch from Aleksey Lagunov (with changes) Issue #33556
1. In dialog controls fix drawing lrRadioGroup without caption
2. In lr_class fix wrap text on printing
3. In lr_designer fix refresh data nspector

git-svn-id: trunk@57630 -
2018-04-08 22:29:36 +00:00
jesus
09f7d6aff2 LazReport: LazReport: fix PowerPDF exporter of roundrects filled without gradients.
git-svn-id: trunk@57629 -
2018-04-08 21:46:57 +00:00
jesus
1fb02e4d3e LazReport: fix PowerPDF exporter of roundrects without borders.
git-svn-id: trunk@57627 -
2018-04-08 18:21:53 +00:00
jesus
984515fd64 LazReport: fclpdf exporter, prefer Arial font as default in windows (avoid embedding of unused font program)
git-svn-id: trunk@57626 -
2018-04-08 17:30:59 +00:00
maxim
f23167b458 Translations: Simplified Chinese translation update by robsean, bug #33242
git-svn-id: trunk@57404 -
2018-02-27 23:23:20 +00:00
juha
b2e65128ee Remove redundant "Assigned(X)" when checking "if X is Txxx". Issue #33030, patch from Vojtech Cihak.
git-svn-id: trunk@57099 -
2018-01-15 10:53:48 +00:00
maxim
6393c91e5d Translations: Chinese translation update by robsean, bug #32850
git-svn-id: trunk@56798 -
2017-12-19 22:08:00 +00:00
juha
a11668995f LazReport: Fix paint ButtonControl, fix reorder designer pages, fix export to PDF. Issue #31941, patch from Lagunov Aleksey.
git-svn-id: trunk@56674 -
2017-12-08 23:35:50 +00:00
maxim
682a383e55 Translations: Brazilian Portuguese translation update by Marcelo B Paula, bug #32754
git-svn-id: trunk@56535 -
2017-11-29 22:49:04 +00:00
maxim
926062dcfd Translations: huge Chinese translation update by robsean, bug #32750
git-svn-id: trunk@56534 -
2017-11-29 22:32:14 +00:00
maxim
732c7f90fd Translations: Lithuanian translation update by Valdas Jankūnas, bug #32126
git-svn-id: trunk@55474 -
2017-07-08 12:47:30 +00:00
jesus
71449f2742 LazReport: fix export from LazReport to pdf (fclpdf), from Aleksey Lagunov, issue #31659
git-svn-id: trunk@54619 -
2017-04-15 01:40:19 +00:00
jesus
b96124b3dc LazReport: fix potential AV on execute script for dialog pages
Increased speed of report template import from a spreadsheet
fix compile with latest Lazarus
fix AV after destroy report designer
fix create CrossTab report on multiple pages
fix editing prepared report

from Aleksey Lagunov, issue #31457

git-svn-id: trunk@54576 -
2017-04-08 15:58:09 +00:00
jesus
8eda400e32 LazReport, fix compiling of fcl-pdf export with fpc fixes and 3.0.2
git-svn-id: trunk@54544 -
2017-04-06 15:54:20 +00:00
maxim
37f2d73f0a Translations: Ukrainian translation update by Olexandr Pylypchuk, bug #31614
git-svn-id: trunk@54514 -
2017-04-03 23:24:37 +00:00
juha
c6e74cb0e3 LazReport: Fix a problem exporting 2 pages from LazReport to JPEG image. Issue #31400, patch from Lagunov Aleksey.
git-svn-id: trunk@54306 -
2017-02-28 16:29:19 +00:00
jesus
7595876aee LazReport: PowerPDF exporter support for vertical and horizontal gradients (require PowerPDF v0.9.15)
git-svn-id: trunk@54156 -
2017-02-15 07:24:22 +00:00
jesus
3262394459 LazReport: fix fclpdf export compiling with fpc trunk
git-svn-id: trunk@54083 -
2017-02-03 17:25:32 +00:00
joost
1de2cbf586 general: Updated address of the Free Software Foundation in copyright messages
git-svn-id: trunk@54031 -
2017-01-29 21:04:32 +00:00
jesus
99bb8c5526 LazReport: lrCodeReport: Fix: procedure TextOutXY. Use scale values, from Julio Jiménez B., issue #31155
git-svn-id: trunk@53835 -
2017-01-02 17:37:31 +00:00
jesus
6db7447b69 LazReport: Added a PDF exporter using fcl-pdf, from Aleksey Lagunov
git-svn-id: trunk@52919 -
2016-09-05 17:55:46 +00:00
jesus
a622f23dcd LazReport: fix color of exported text when the color is a system color
git-svn-id: trunk@52562 -
2016-06-22 17:13:25 +00:00
jesus
df0d616b82 New patch from Aleksey Lagunov:
1. Send to email addons
 - fix work with post client if client locked exported file
2. Internal scrip
 - add mouse cursors const to script engine
 - localize error messages (add russian messages)
 - fix error on parse string values in scrip (now work ' char in string)
3. Report designer
 - in report designer add check code before save script
 - for memo object on master/detail band add popup menu for
   quick select fields from master/detail datasets
   (see option in designer options dialog)

 - fix show scrip editor for dialog page on mouse duble click

4. Crross report
 - add scrip suppert
 - add internal const "CrosViewIsEmpty" 

5. Cleanup code 

git-svn-id: trunk@52504 -
2016-06-14 20:44:19 +00:00
jesus
c1776353d7 LazReport, fix exporting to postscript with CairoExport (file extension was right, but content was pdf)
git-svn-id: trunk@52467 -
2016-06-09 20:53:56 +00:00
maxim
207c318329 Regenerated translations
git-svn-id: trunk@52455 -
2016-06-08 21:59:41 +00:00
jesus
bb8f9b2c70 LazReport, fix Cairo PDF exporting of reports with checkbox objects
git-svn-id: trunk@52454 -
2016-06-08 20:12:01 +00:00
maxim
0f06da03a6 Translations: French translation update by Gilles Vasseur, bug #30136
git-svn-id: trunk@52312 -
2016-05-16 22:25:15 +00:00
maxim
515bc1f846 Translations: Hungarian translation update by Péter Gábor, bug #29947
git-svn-id: trunk@52133 -
2016-04-06 23:04:59 +00:00