Commit Graph

93 Commits

Author SHA1 Message Date
jesus
5bfcb551a1 LazReport, fix lrOfficeImport when compiling with current fpspreadsheet, from Aleksey Lagunov
git-svn-id: trunk@47609 -
2015-02-06 21:50:49 +00:00
mattias
2315bd655d translations: German: updates from Swen Heinig
git-svn-id: trunk@47572 -
2015-01-31 10:22:28 +00:00
maxim
ede88bbed7 Translations: Hungarian translation update by Péter Gábor, bug #27365
git-svn-id: trunk@47550 -
2015-01-27 23:10:25 +00:00
maxim
5ff19c4333 LazReport: fixed typo in function description, patch by Péter Gábor, bug #27338; regenerated translations and updated Russian translation.
git-svn-id: trunk@47485 -
2015-01-22 22:00:14 +00:00
maxim
d61830214b Translations: Hungarian translation update by Péter Gábor, bug #27230
git-svn-id: trunk@47292 -
2015-01-04 14:21:29 +00:00
jesus
539bec103f LazReport, Enable justified alignment on export to pdf using PowerPDF (best results when using PowerPDF 0.9.12), issue #26353
git-svn-id: trunk@47119 -
2014-12-06 03:24:25 +00:00
jesus
e24d5e256c LazReport: Patch from Alexey Lagunov, issue #26855
1. Fix AV on TlrButtonPanel
 2. Implement highlight find text in preview report window
 3. Fix loading TlrCrossView from stream
 4. Fixed speed save changes to the data in the report (after double click on preview report window)

git-svn-id: trunk@46761 -
2014-11-05 17:48:14 +00:00
giuliano
dba1264e7d Added Italian translations for components/*
git-svn-id: trunk@46698 -
2014-10-29 22:12:00 +00:00
jesus
7dc88a142f LazReport, fix lr_dialogdesign compiling
git-svn-id: trunk@46493 -
2014-10-09 14:22:57 +00:00
maxim
7162c1196d LazReport, AddFunction addon: added Russian translation
git-svn-id: trunk@46318 -
2014-09-24 23:22:15 +00:00
mattias
fb5e88dcba translations: German: updates from Swen Heinig
git-svn-id: trunk@46267 -
2014-09-20 17:53:43 +00:00
jesus
0813f5c4ce LazReport, make lrOfficeImport package compile with previous fpSpreadSheet versions than trunk version, issue #26728
git-svn-id: trunk@46255 -
2014-09-19 17:23:12 +00:00
jesus
48591ac3cc LazReport, added po files for lr_add_function package, modified editor sample to use it
git-svn-id: trunk@46254 -
2014-09-19 17:07:27 +00:00
jesus
6f506284b2 LazReport, enable I18N for package lr_add_function, issue #26729
git-svn-id: trunk@46253 -
2014-09-19 16:02:46 +00:00
jesus
51415f926a LazReport, fix mem leaks
git-svn-id: trunk@46164 -
2014-09-08 21:52:50 +00:00
mattias
379c2781cc translations: German: updates from Swen Heinig
git-svn-id: trunk@46142 -
2014-09-06 18:20:55 +00:00
jesus
e6b5d35159 LazReport, crosstab component and demo + refactoring and fixes, from Alexey Lagunov
git-svn-id: trunk@46125 -
2014-09-04 19:28:33 +00:00
maxim
c4caeb2945 LazReport: updated Russian translation
git-svn-id: trunk@46090 -
2014-08-30 13:19:23 +00:00
jesus
09e3438275 LazReport: Email Exporter, use lr_PreviewToolsAbstract to fix compiling and changed russian caption, reported by Swen
git-svn-id: trunk@46083 -
2014-08-28 18:48:10 +00:00
jesus
118cc819c4 LazReport: New big patch from Alexey Lagunov (with small changes)
-------------------------------------------------------
Addfunction / frFuncStr
  - Fixed string functions - accounted for UTF8 strings

DialogControls
  - Fixed reports generation with built-in query mode, MDI (multiple reports open for viewing at the same time)
  - Fixed UNDO in editor
  - Added property HINT for dialog controls
  - A new component - TlrRadioGroup

lrOfficeImport
  - New tool reports designer to import data from a spreadsheet as a report template

source
  - The object TfrMemoView added new handlers
    - OnClick - Event when you click on TfrMemoView in playback mode built reports
    - OnMouseEnter - Event at the Enter of the mouse over TfrMemoView in playback mode built reports
    - OnMouseLeave - Event at the Leave of the mouse TfrMemoView in playback mode built reports

  - The object TfrMemoView added new properties
    - Cursor - the mouse cursor when moving over TfrMemoView in playback mode built reports
    - DetailReport - a reference to the detail-report - called when the user clicks the mouse on TfrMemoView in playback mode built reports

  - A mechanism to detail-report - call a detailed report of the current report
  - In ineterpretatore added new features (for compatibility with FastReport 2.5):
      - FINALPASS
      - CURY
      - PAGEHEIGH
      - PAGEWIDTH
  - In the reports, the editor started saving paramerov editor (the location of the Object Inspector, fonts)
  - In the reports, the editor corrected the addition of new tools (implemented a new tool - Import report template from excel/OpenOffice)
  - Editor of reports finalized Inspector data - now you can also insert variables
  - For export to txt implemented request form export options

images
  - Made in the resources icon tool insert fields in a report from the editor

Demo included (detail_reports)

And new extensions:
- import report template from calc/excel
- send email from report preview (for sending used local mail app, installed on user PC - in windows its TheBat! and Mozilla Thunderbird).
  In future I'm plan make direct send.

git-svn-id: trunk@46079 -
2014-08-28 04:10:20 +00:00
maxim
391e3f7bb5 Translations: Hungarian translation update by Péter Gábor, bug #26425
git-svn-id: trunk@45744 -
2014-07-01 22:59:27 +00:00
maxim
b15d433902 Translations: Hungarian translation update by Péter Gábor, bug #26144
git-svn-id: trunk@45015 -
2014-05-11 21:56:45 +00:00
jesus
2498e7fbdb LazReport, fix cairo export incorrectly wordwrapping texts, fix by Julio Jiménez Borreguero
git-svn-id: trunk@44957 -
2014-05-07 05:12:41 +00:00
jesus
6010076f50 LazReport, implemented lrPropStorage dialogs control, from Aleksey Lagunov
git-svn-id: trunk@44428 -
2014-03-14 19:42:33 +00:00
jesus
5f2c42d8c1 LazReport: Patch from Alexey Lagunov:
1. In frVarible removed unnecessary manipulation of memory with PString
2. To export filters can now be controlled via the function Setup. In the future we plan to implement the export options window for some of
the filters.
3. In a script bug fixed constants for color. Uses all standard colors Lazarus ( previously only 16 colors ).
4. In the script added constants and mrOk mrCancel. You can use the built-in function for MessageBox.
5. The script Fixed bug with setting object properties in the case of several pages in the report.
6. Fixed a bug report from the designer view - did not work identified in the program of event report.

git-svn-id: trunk@44281 -
2014-02-27 17:59:34 +00:00
jesus
d877b82218 LazReport: Patch from Alexey Lagunov
1. Copies collation is done internally
2. Property has been implemented lrMemo.Text
3. Finalized editor of the prepared report
4. Fixed bug when printing TfrPrintGrid after a call to another report designer

git-svn-id: trunk@43775 -
2014-01-20 03:35:56 +00:00
jesus
3205c4d896 LazReport: Patch from Alexey Lagunov
- make description for interpretator functions in LazReport script
- move date and time format const to l18n resources for correct init its
- add new component in LazReport dialogs - lrCheckBoxList
- now LazReport script work with simple arrays and arrays property
- add new function in LazReport script (NewPage, NewColumn, StopReport, Inc, Dec, StopReport) for FR2.5 compatable
- fix LazReport script function Pos - now its work with utf8 strings
- fix paint Z-Order in lrDesigner for dialogs
- more bug fix

git-svn-id: trunk@43325 -
2013-10-26 22:07:18 +00:00
jesus
34c4d51b11 Fixes from Alexey Lagunov:
1. Fix AV on set frPrinGrid.Font property
2. Fix set Visible in script for dialog controls
3. Fix show frDataSet in object inspector after delete it from DialogPage
4. In Object Inspector sort compnent names in combobox
5. Fix string with '''' char

git-svn-id: trunk@43162 -
2013-10-07 17:05:13 +00:00
paul
f9bec6ac03 lazreport: restore resource images from LRS and make a RES file instead
git-svn-id: trunk@43133 -
2013-10-06 13:57:52 +00:00
paul
1f614827a1 lazreport: restore resource images from LRS and make a RES file instead
git-svn-id: trunk@43132 -
2013-10-06 13:55:23 +00:00
paul
897b8e2e3f lazreport: restore resource images from LRS and make a RES file instead
git-svn-id: trunk@43131 -
2013-10-06 13:53:40 +00:00
paul
249665f319 lazreport: restore resource images from LRS and make a RES file instead
git-svn-id: trunk@43130 -
2013-10-06 13:49:24 +00:00
paul
78486741b6 lazreport: restore resource images from LRS and make a RES file instead
git-svn-id: trunk@43129 -
2013-10-06 13:40:38 +00:00
paul
70f2bbffd1 lazreport: use FPC resources for component images
git-svn-id: trunk@43088 -
2013-10-05 02:22:45 +00:00
jesus
c9ae10f839 LazReport, fix error in dialogs when object is deleted and then a new one inserted, issue #25097
git-svn-id: trunk@43047 -
2013-09-30 20:13:52 +00:00
jesus
9072e58585 LazReport, fix html export text alignment (imgexport exporter), from Michal Gawrycki, issue #24660
git-svn-id: trunk@42060 -
2013-07-11 21:01:44 +00:00
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
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
27b19e929c LazReport, cairo export, cleanup
git-svn-id: trunk@41011 -
2013-05-03 05:52:40 +00:00
jesus
2227711b2d Lazreport, cairo exporter: implements barcodes
git-svn-id: trunk@41009 -
2013-05-03 05:45:46 +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
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
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
d7ca58f80a LazReport, updated descriptions on some addons packages
git-svn-id: trunk@40462 -
2013-03-02 20:32:24 +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
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
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
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