Commit Graph

917 Commits

Author SHA1 Message Date
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
d35a96756e LazReport, renamed file lr_previewtoolsabsract.pas -> lr_previewtoolsabstract.pas
git-svn-id: trunk@46082 -
2014-08-28 16:57:51 +00:00
jesus
44dfa5d07f lazreport, another couple of missing files
git-svn-id: trunk@46081 -
2014-08-28 15:27:44 +00:00
jesus
bfe6b6f444 lazreport, missing file from previous patch
git-svn-id: trunk@46080 -
2014-08-28 15:17:06 +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
7fd522fbdd Translations: Hungarian translation update by Péter Gábor, bug #26565
git-svn-id: trunk@46016 -
2014-08-05 23:02:53 +00:00
maxim
ed087f691f LazReport: improved localization, regenerated translations, updated Russian translation (bugs #26502, #26503)
git-svn-id: trunk@45969 -
2014-07-24 21:42:09 +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
jesus
9244f61d8c LazReport, fix preview zoom change from current mode to default mode after printing when custom preview is in use
git-svn-id: trunk@45474 -
2014-06-11 13:53:25 +00:00
jesus
465ad6018f LazReport, implements Zoom in/out using CTRL+MouseWheel, from Michel Tournay, issue #26280
git-svn-id: trunk@45371 -
2014-06-06 06:32:50 +00:00
jesus
8ca217203a LazReport: check variable existence before trying to show it's composition (variables editor form), from Michel Tournay, issue #26281
git-svn-id: trunk@45370 -
2014-06-06 06:24:49 +00:00
jesus
a13f3e80da LazReport, make sure dataset is valid before calling Enable/DisableControls
git-svn-id: trunk@45369 -
2014-06-06 05:57:07 +00:00
jesus
5829cc4e89 LazReport, make an event so the programmer can decide if use the internal bookmarks handling on form page or doing custom bookmark handling (like do nothing), this should help when using datasets that do not implemenent persistent bookmarks (on detail datasets) like sqldb, issue #26132
git-svn-id: trunk@45037 -
2014-05-14 19:56:59 +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
maxim
2b50e7adff LazReport: regenerated German translation
git-svn-id: trunk@44900 -
2014-05-03 13:18:13 +00:00
mattias
a2081192d0 translations: German: updates from Swen Heinig
git-svn-id: trunk@44818 -
2014-04-27 09:50:03 +00:00
maxim
18de81d181 LazReport: updated Russian translation
git-svn-id: trunk@44789 -
2014-04-22 22:33:05 +00:00
maxim
101326cb2b LazReport: cleaned up doubled code in lr_design_ins_filed.pas.
git-svn-id: trunk@44788 -
2014-04-22 22:30:27 +00:00
jesus
b10107b0de LazReport, missing files from Data Inspector patch
git-svn-id: trunk@44780 -
2014-04-21 22:11:39 +00:00
jesus
1a60920ec5 LazReport, implemented OnBeforePrint and OnAfterPrint events, modified patch from Michel Tournay, issue #25778
git-svn-id: trunk@44779 -
2014-04-21 19:16:58 +00:00
jesus
80015d973f LazReport, new tool: 'Data inspector', to get list of Db Fields and drag & drop into report designer, from Alexey Lagunov
git-svn-id: trunk@44778 -
2014-04-21 18:55:46 +00:00
jesus
d9f4262872 LazReport, use LRE_OLDV25_FRF_READ flag only when reading frVersion=25 binary reports, issue #25995
git-svn-id: trunk@44777 -
2014-04-21 18:24:16 +00:00
jesus
c780ddd0a7 LazReport, HideZeroValues should hide float values too, fix by Velissariou Costas, issue #25934
git-svn-id: trunk@44736 -
2014-04-15 15:44:15 +00:00
jesus
178cdf98b7 LazReport, methods for preview scrolling, from Alexsey Lagunov
git-svn-id: trunk@44435 -
2014-03-15 18:21:26 +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
82b4f80321 LazReport, fix compilation with FPC 2.6.5, patch from Julio Jiménez Borreguero
git-svn-id: trunk@44418 -
2014-03-13 14:52:07 +00:00
jesus
95e89c5bda LazReport, make ObjectInspector remember the last edited property on selecting objects, issue #25845
git-svn-id: trunk@44417 -
2014-03-13 08:01:27 +00:00
jesus
221bff034a LazReport, DefaultCopies should be set to 1 by default, issue #25840
git-svn-id: trunk@44416 -
2014-03-13 06:34:19 +00:00
jesus
0663d233e9 LazReport, set resolution for virtual printer, from aleksey Lagunov
git-svn-id: trunk@44410 -
2014-03-12 16:05:29 +00:00
jesus
2ffd578010 LazReport, at lazarus design time fix datafields not available if report is not on same form, issue #21050
git-svn-id: trunk@44407 -
2014-03-11 18:50:13 +00:00
jesus
c35fa096f0 LazReport, also process user functions while processing aggregate functions, issue #25803
git-svn-id: trunk@44374 -
2014-03-08 04:25:20 +00:00
jesus
c9dc2d4de1 LazReport, fix preview's find button always visible, issue #25831
git-svn-id: trunk@44369 -
2014-03-07 19:06:27 +00:00
jesus
003a8be7e1 LazReport, fix page orientation while direct printing a report designed using virtual printer, issue #25802
git-svn-id: trunk@44360 -
2014-03-05 20:18:31 +00:00
jesus
51c51a18b9 LazReport, fix paper orientation changed after printing, issue #25802
git-svn-id: trunk@44348 -
2014-03-05 00:07:06 +00:00
jesus
41bbe0bb16 LazReport, printer debug info
git-svn-id: trunk@44347 -
2014-03-04 23:54:39 +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
mattias
1d2e7640b5 lazreport: fixed compilation for fpc 2.6.3/4
git-svn-id: trunk@43908 -
2014-02-05 16:48:43 +00:00
mattias
af37f20810 lazreport: fixed compilation with fpc 2.6.2
git-svn-id: trunk@43905 -
2014-02-05 12:17:58 +00:00
mattias
2d69b41893 lazreport: TBookmark change only for fpc 2.6.0
git-svn-id: trunk@43897 -
2014-02-05 12:06:39 +00:00
maxim
b548e9ede1 LazReport: regenerated German translation
git-svn-id: trunk@43830 -
2014-01-28 21:42:39 +00:00
mattias
dc0988c982 translations: German: updates from Swen Heinig und Michael Fuchs
git-svn-id: trunk@43829 -
2014-01-28 16:19:26 +00:00
maxim
b88c09b071 LazReport: regenerated translations
git-svn-id: trunk@43827 -
2014-01-27 20:46:22 +00:00
jesus
5504a82697 LazReport: Patch from Alexey Lagunov
1. Localization Collate option in the form of print options
2. Fixed search on the generated report is not English texts
3. The expanded diagnostic error messages during the reporting
4. Prohibited creating variables in reports containing the point:
   for example aaa.bbb: = 1;

git-svn-id: trunk@43821 -
2014-01-27 08:11:46 +00:00
jesus
5c1cc280d4 LazReport, removed PowerPDF and Cairo export requirements from editor sample
git-svn-id: trunk@43820 -
2014-01-27 07:45:54 +00:00
jesus
81a96b4100 LazReport, PictureView, fix loading streams without header
git-svn-id: trunk@43782 -
2014-01-22 18:20:02 +00:00
jesus
05d2879059 LazReport, handle db image streams the same way as dbimage
git-svn-id: trunk@43780 -
2014-01-22 08:13:55 +00:00
jesus
8656af3464 LazReport: Formatting and cleanup
git-svn-id: trunk@43776 -
2014-01-20 03:38:35 +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
maxim
5f4cd1ad69 Translations, German: regenerated; removed invalid listemplateeditparamcellhelp translation from lazaruside.de.po (last POChecker error in this file)
git-svn-id: trunk@43705 -
2014-01-11 14:46:39 +00:00
mattias
989085ea47 translations: German: updates from Swen Heinig
git-svn-id: trunk@43680 -
2014-01-10 11:23:47 +00:00
jesus
129fa0a049 LazReport, support for loading images not only from DbImage streams, modified OnDbImageRead patch from Reinier Olislagers who adapted a patch from Tony Whyman, issue #25453
git-svn-id: trunk@43679 -
2014-01-10 06:33:47 +00:00
jesus
6a889284f0 LazReport, added basic fr3 report loader
git-svn-id: trunk@43564 -
2013-12-18 16:05:49 +00:00
maxim
fc26b020e8 LazReport: more typos (gradian -> gradient), regenerated translations and updated Russian translation
git-svn-id: trunk@43562 -
2013-12-16 23:57:16 +00:00
maxim
362eff6bb6 LazReport: fixed typos (patch by Reinier Olislagers, bug #25429), regenerated translations and updated Russian translation
git-svn-id: trunk@43560 -
2013-12-16 23:24:47 +00:00
jesus
056721e54c LazReport, set initial directory of used define exported filename
git-svn-id: trunk@43471 -
2013-11-22 01:25:41 +00:00
jesus
a15b6e1e64 LazReport, fix fillcolor value not changed on update status
git-svn-id: trunk@43470 -
2013-11-21 05:40:28 +00:00
jesus
47ecbcc2d8 LazReport, only format numeric values if they are really numeric
git-svn-id: trunk@43466 -
2013-11-20 19:19:40 +00:00
maxim
02a1939e74 LazReport: regenerated translations; updated Russian translation
git-svn-id: trunk@43328 -
2013-10-27 13:04:58 +00:00
maxim
acb1cbd1db LazReport: fixed some typos
git-svn-id: trunk@43327 -
2013-10-27 13:01:20 +00:00
jesus
b1d5a81dfb LazReport: complement of previous patch, from Alexey Lagunov
git-svn-id: trunk@43326 -
2013-10-26 22:23:48 +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
3c3a4e2b17 LazReport, enable native print dialog in Mac OS X by default + option to disable it
git-svn-id: trunk@43273 -
2013-10-18 05:12:48 +00:00
jesus
73bde22855 LazReport, some times objects that are hidden by others in upper layer show up because clipping region of moving object enable them, make sure they are visible or not
git-svn-id: trunk@43272 -
2013-10-18 04:56:22 +00:00
jesus
94bd981f7f Lazreport, fix Report shape tool has black shadow, issue #14127
git-svn-id: trunk@43271 -
2013-10-18 02:23:32 +00:00
jesus
bdcdae86bd Lazreport, make DesignReport return modalresult on close designer, from Aleksey Lagunov
git-svn-id: trunk@43260 -
2013-10-16 21:25:59 +00:00
jesus
7ac8ef0af4 LazReport, fix selecting the right font after switching of printers, fix icons in font list to show what fonts came from printer
git-svn-id: trunk@43186 -
2013-10-09 05:34:44 +00:00
jesus
6099679fa6 LazReport, implements listing of printer fonts in report designer (windows), issue #11932
git-svn-id: trunk@43185 -
2013-10-09 05:29:04 +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
18da2b291c lazreport: remove unused file
git-svn-id: trunk@43144 -
2013-10-07 08:16:27 +00:00
paul
c7dbf60ce4 lazreport: make ControlImage a TCustomBitmap
git-svn-id: trunk@43143 -
2013-10-07 07:50:03 +00:00
paul
b070976a26 lazreport: fixed typo (issue #0025155)
git-svn-id: trunk@43139 -
2013-10-07 00:33:21 +00:00
paul
2ac2c43b45 lazreport: restore resource images from LRS and make a RES file instead
git-svn-id: trunk@43134 -
2013-10-06 14:07:25 +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
paul
91b73895cb lazreport: use FPC resources for component images
git-svn-id: trunk@43087 -
2013-10-05 02:10:48 +00:00
jesus
7fcaf3610f LazReport, added flag to read broken v25 FRF reports, issue #25037
git-svn-id: trunk@43082 -
2013-10-05 01:22:07 +00:00
maxim
dff194b0a7 Components, Lazreport: updated Russian translation
git-svn-id: trunk@43076 -
2013-10-04 20:14:45 +00:00
jesus
82ba28e80b LazReport, restored accidentally removed translations
git-svn-id: trunk@43063 -
2013-10-03 13:27:57 +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
76fbc9e44c LazReport, improve error message on missing classes, was about FRF format while in reality is about LRF format
git-svn-id: trunk@43046 -
2013-09-30 18:09:07 +00:00
jesus
9f3fcabdd0 LazReport, fix hyphenation helper mem leak
git-svn-id: trunk@43040 -
2013-09-29 23:16:38 +00:00
paul
4e8817b49e components: replace forms stored in lrs with FPC resource forms
git-svn-id: trunk@43016 -
2013-09-28 15:57:45 +00:00
jesus
6054b06619 LazReport, save version in binary file temple, fix crash on loading template, issue #14137
git-svn-id: trunk@42996 -
2013-09-28 02:22:29 +00:00
jesus
a6d9f9da26 LazReport, allow to distinguish between name.lrt and name.frt in new from template dialog
git-svn-id: trunk@42995 -
2013-09-27 20:45:11 +00:00
jesus
f3f2450272 LazReport, check valid lrt template files before listing them
git-svn-id: trunk@42994 -
2013-09-27 20:05:16 +00:00
maxim
a8f100176c Translations: Brazilian Portuguese translation update by Marcelo B Paula, bug #24996
git-svn-id: trunk@42736 -
2013-09-11 20:11:32 +00:00
mattias
ac4996ff62 replaced SetDirSeparators with SetPathDelims
git-svn-id: trunk@42685 -
2013-09-08 20:58:12 +00:00
maxim
926afc682b Components: commit regenerated German translation files
git-svn-id: trunk@42324 -
2013-08-04 13:53:05 +00:00
mattias
24db82d4ba translations: German: updates from Swen Heinig
git-svn-id: trunk@42089 -
2013-07-14 21:51:15 +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
jesus
46fc6c7b38 LazReport, fix IF statement in scripts where conditions are in different lines, from Aleksey Lagunov
git-svn-id: trunk@41762 -
2013-06-18 14:33:05 +00:00
jesus
488c99dd5e LazReport, fix using // comments in scripts, from Aleksey Lagunov
git-svn-id: trunk@41564 -
2013-06-06 19:20:42 +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
49effd635f LazReport, fix reading barcode zoom values when decimal separator=',', issue #24393
git-svn-id: trunk@41070 -
2013-05-08 06:57:43 +00:00
jesus
4581bac94e LazReport, barcode, limit barcode zoom values
git-svn-id: trunk@41069 -
2013-05-08 06:55:42 +00:00
maxim
6da4aaefee LazReport samples: updated Russian translation
git-svn-id: trunk@41015 -
2013-05-03 16:20:07 +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
58b3af40f7 LazReport, implemented export filter OnExported event to signal the view has been exported
git-svn-id: trunk@41012 -
2013-05-03 06:31:09 +00:00
jesus
27b19e929c LazReport, cairo export, cleanup
git-svn-id: trunk@41011 -
2013-05-03 05:52:40 +00:00
jesus
58422ca971 LazReport, editor sample, modified barcodetester report to include barcores at 0,90,180 and 270 degrees
git-svn-id: trunk@41010 -
2013-05-03 05:46:50 +00:00
jesus
2227711b2d Lazreport, cairo exporter: implements barcodes
git-svn-id: trunk@41009 -
2013-05-03 05:45:46 +00:00
jesus
c8323bd08e LazReport, editor sample, added imgtester report
git-svn-id: trunk@40991 -
2013-05-02 03:11:41 +00:00
jesus
82d0f181c3 LazReport, Editor sample, remember last exported report/export filter + repeat export button
git-svn-id: trunk@40989 -
2013-05-02 02:22:15 +00:00
jesus
8c3cc53457 LazReport, Editor sample, added some testing reports
git-svn-id: trunk@40988 -
2013-05-02 02:19:15 +00:00
jesus
7d008a912d LazReport, Remember used last export filter class/filename and use them if ExportTo is called with empty parameters
git-svn-id: trunk@40987 -
2013-05-02 02:17:21 +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
2cbb89b788 LazReport, store printer resolution in PrnInfo
git-svn-id: trunk@40985 -
2013-05-02 01:53:04 +00:00
jesus
60a185bf43 LazReport, Interpreter: fix work with {...} comments, refactoring, from Aleksey Lagunov
git-svn-id: trunk@40892 -
2013-04-26 18:46:31 +00:00
jesus
348460d120 LazReport, added Name property to TfrBand, from Giuliano Colla, issue #24305
git-svn-id: trunk@40866 -
2013-04-21 18:36:16 +00:00
maxim
c0ffca3409 Lazreport: updated and improved Russian translation
git-svn-id: trunk@40861 -
2013-04-20 19:35:03 +00:00
juha
d0f9c1e22c Lazreport: changed .po files
git-svn-id: trunk@40844 -
2013-04-18 18:41:18 +00:00
jesus
3105302469 Lazreport, Patch form Aleksey Lagunov:
1. Fix AV in BeforePrintScript
 2. Fix set Visible:=false in BeforePrintScript for LazReport Dialog forms.

git-svn-id: trunk@40833 -
2013-04-18 03:34:31 +00:00
jesus
b565a9a1ee LazReport, removed (sample) report_url session file
git-svn-id: trunk@40830 -
2013-04-16 17:51:44 +00:00
jesus
53774998ef Patch form Aleksey Lagunov implementing:
1. In frReport added property BeforePrintScript - script executable before generating the report. 
 2. Added to designer "File" menu an editor for the BeforePrintScript property. 
 3. In the example report_url added an example for BeforePrintScript. 
 4. Process LazReport variables in Tags of all TMemoView objects before creating a report.
 

git-svn-id: trunk@40812 -
2013-04-15 04:46:07 +00:00
jesus
534dfef951 LazReport, replaces StoreInDFM binary format by StoreInForm XML format, issue #24077
git-svn-id: trunk@40808 -
2013-04-14 19:55:51 +00:00
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
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
jesus
fcf1548c45 LazReport, Right Justified text incorrectly aligned on printer, from Tony Whyman, issue #23135
git-svn-id: trunk@39232 -
2012-11-02 19:24:13 +00:00
jesus
2c72395c0d LazReport, fix right alignment text on export to PDF, from Tony Whyman, issue #23138
git-svn-id: trunk@39231 -
2012-11-02 19:00:17 +00:00
jesus
750dab2f2b LazReport, workaround to fix scrollbars not showing in report editor on windows, issue #22960
git-svn-id: trunk@39161 -
2012-10-25 04:29:40 +00:00
jesus
d1f0542877 LazReport, Barcode Number missing when exporting to PDF, from Tony Whyman, issue #23134
git-svn-id: trunk@39158 -
2012-10-24 00:05:22 +00:00
jesus
68fae160e5 LazReport, don't refresh designer during showing prepared report, fix issue #22959
git-svn-id: trunk@39117 -
2012-10-17 23:14:25 +00:00
jesus
89cfdaa628 LazReport, fix barcode sample crash, remove console window (on windows), issue #23086
git-svn-id: trunk@39010 -
2012-10-09 06:14:58 +00:00
maxim
95c9f6e9c8 LazReport: Spanish translation update by Lucas Martín, bug #23088
git-svn-id: trunk@38999 -
2012-10-08 19:54:49 +00:00
jesus
23754db956 LazReport, patch to spanish translation to avoid using space as shortcut, from Julio Jimenez Borreguero
git-svn-id: trunk@38991 -
2012-10-08 03:08:57 +00:00
jesus
7152323181 LazReport, two additional export filters - TfrImageExportFilter, TfrHtmlDivExportFilter, from Michel Gawrycki
git-svn-id: trunk@38952 -
2012-10-02 18:31:07 +00:00
jesus
dfda14e88b LazReport, fix error on create any reports after report with agregate bands, from Aleksey Lagunov, issue #22966
git-svn-id: trunk@38828 -
2012-09-25 16:59:07 +00:00
jesus
43d105558b LazReport, frPrintGrid improvement: word wrap in cells, can connect to RxDbgrid, from Aleksey Lagunov, issue #22942
git-svn-id: trunk@38798 -
2012-09-22 17:33:22 +00:00
jesus
5919831958 LazReport, fix Lazreport not selecting Fields from Datasets on Dialogs correctly, from Christian, issue #22753
git-svn-id: trunk@38797 -
2012-09-22 17:18:39 +00:00
maxim
d02fb67a89 Translations: Arabic translation update by Khaled Shagrouni, bug #22935
git-svn-id: trunk@38785 -
2012-09-21 14:43:16 +00:00
mattias
ae08ad8a5e IDEIntf: fixed typo: favorite should use the American spelling instead of the British favourite
git-svn-id: trunk@38749 -
2012-09-19 13:12:42 +00:00
blikblum
294d582a7b lazreport - Implement TfrPreview.Clear
git-svn-id: trunk@38648 -
2012-09-14 01:37:52 +00:00
blikblum
eeacb41a25 lazreport - Revert part of rev 37448 #f1c82d9a6d. Fixes issue #22451
git-svn-id: trunk@38647 -
2012-09-14 01:32:44 +00:00
juha
672f5bd862 Replace #13 with LineEnding in many messages. It didn't show correctly on Linux systems.
git-svn-id: trunk@38633 -
2012-09-13 06:39:56 +00:00
maxim
58d0e7b9ff Translations: removed unmaintained Portuguese translation, which was outdated copy of Brazilian Portuguese one
git-svn-id: trunk@38377 -
2012-08-25 21:00:03 +00:00
jesus
e57cf9363b LazReport, avoid duplicated export filters
git-svn-id: trunk@38353 -
2012-08-23 20:32:56 +00:00
maxim
09e0cf678c Translations: large Lithuanian translation update by Valdas Jankūnas, part 2
git-svn-id: trunk@38253 -
2012-08-15 23:40:00 +00:00
maxim
458214e8ee Translations: large Lithuanian translation update by Valdas Jankūnas, part 1
git-svn-id: trunk@38252 -
2012-08-15 23:39:08 +00:00
mattias
9295710c2a translations: German: updates from Swen Heinig
git-svn-id: trunk@38239 -
2012-08-14 20:48:41 +00:00
maxim
7c19d004c2 Translations: huge Arabic translation update by Khaled Shagrouni, first part, bug #22583
git-svn-id: trunk@38187 -
2012-08-06 22:32:03 +00:00
maxim
37ea4a51d6 Translations: Brazilian Portuguese translation update by Marcelo B Paula, bug #22382
git-svn-id: trunk@37891 -
2012-07-07 10:06:18 +00:00
maxim
0789fb7122 LazReport: updated Russian translation
git-svn-id: trunk@37779 -
2012-06-25 21:10:55 +00:00
blikblum
65afb65cf7 lazreport: fix draw of empty lines. Issue #22305
git-svn-id: trunk@37750 -
2012-06-23 18:04:36 +00:00
jesus
4df5e46efb LazReport, Implemented search in preview the report, from Aleksey Lagunov, issue #22296
git-svn-id: trunk@37708 -
2012-06-20 20:02:08 +00:00
jesus
d73084acb7 LazReport, move path variable to class as private field, from Aleksey Lagunov, issue #22267
git-svn-id: trunk@37660 -
2012-06-15 19:40:25 +00:00
jesus
1ad43472a0 LazReport, store barcode angle and set report modified if any property changes, issue #22227
git-svn-id: trunk@37586 -
2012-06-08 07:41:21 +00:00
jesus
646859d7e7 LazReport, fix AV on create report with TLRDataSetControl after add flHideZeros options, from Aleksey Lagunov, issue #22208
git-svn-id: trunk@37579 -
2012-06-08 05:38:18 +00:00
maxim
54fdf62499 LazReport: updated Russian translation
git-svn-id: trunk@37520 -
2012-06-04 20:47:24 +00:00
jesus
2f4bf394c4 LazReport, pdf exporter needs powerpdf 0.9.8
git-svn-id: trunk@37519 -
2012-06-04 19:14:13 +00:00
jesus
6c4d3a2ff9 LazReport, implements HideZeroValues and templates in XML format, continue work on Dialogs, from Aleksey Lagunov, issue #22173
git-svn-id: trunk@37504 -
2012-06-03 17:52:39 +00:00
jesus
a0935df722 LazReport, fix preview from designer
git-svn-id: trunk@37468 -
2012-05-31 17:48:07 +00:00
jesus
561c7eacc3 LazReport, restore old obj position after stretching objects, mainly for horizontal line object which was accumulating position after each record
git-svn-id: trunk@37467 -
2012-05-31 06:28:05 +00:00
jesus
56bf9efdff LazReport, when date is null return emtpy string instead of invalid date, from Julio Jimenez Borreguero
git-svn-id: trunk@37465 -
2012-05-30 16:35:06 +00:00
maxim
e6f3eb494e LazReport: updated Russian translation
git-svn-id: trunk@37457 -
2012-05-29 22:13:24 +00:00
jesus
f1c82d9a6d LazReport, continue work on dialogs and some fixes, for details see issue #22141
git-svn-id: trunk@37448 -
2012-05-29 04:42:31 +00:00
jesus
974b7ca2a6 LazReport, fix crash because of uninitialized variable, issue #22145
git-svn-id: trunk@37447 -
2012-05-29 02:19:41 +00:00
maxim
3e8e2d0c05 LazReport: updated Russian translation
git-svn-id: trunk@37431 -
2012-05-26 17:22:05 +00:00
jesus
5789006e91 Lazreport, enable text rotation in pdfexport, from Julio Jimenez Borreguero
git-svn-id: trunk@37420 -
2012-05-25 16:59:42 +00:00
jesus
d557766981 LazReport, add default empty template to report designer 'new...' file menu, issue #22123
git-svn-id: trunk@37416 -
2012-05-25 07:25:01 +00:00
jesus
e0aa4d9ee2 LazReport, move stretchable horizontal line objects according to stetchable band resizing, issue #22028
git-svn-id: trunk@37415 -
2012-05-25 04:36:22 +00:00
jesus
329dac14bd LazReport, fix lrcodereport compile on windows, issue #22058
git-svn-id: trunk@37414 -
2012-05-25 04:18:02 +00:00
jesus
ca0840d1cb LazReport: patch implementing user dialogs and (db)components on report designer at runtime and fixes many bugs, from Aleksey Lagunov, for details see Issue #22087
git-svn-id: trunk@37413 -
2012-05-25 04:10:21 +00:00
jesus
fe2540db24 LCL+LazReport, corrects postscript rotated text and remove lazreport hack that was compensating for that bug, from Julio Jimenez Borreguero
git-svn-id: trunk@37410 -
2012-05-24 19:03:20 +00:00
jesus
2cf7d19da5 LazReport, pdfexport, improves exported page sizes, from Julio Jimenez Borreguero
git-svn-id: trunk@37404 -
2012-05-23 17:05:20 +00:00
jesus
86fcc0a6c2 LazReport, editor sample, translations updated automatically
git-svn-id: trunk@37395 -
2012-05-22 19:29:53 +00:00
jesus
910d439bb1 LazReport, lrcodereport: addded accessory SetFont, frm Julio Jimenez Borreguero
git-svn-id: trunk@37393 -
2012-05-22 17:09:24 +00:00
jesus
a77e88fed3 LazReport, lrcodereport: fix problem with slow generation of pages on second batch, sample now ask for target pdf filename, from Julio Jimenez Borreguero
git-svn-id: trunk@37381 -
2012-05-21 17:10:46 +00:00
mattias
ff617aa1c9 translations: germans: updated from Swen Heinig
git-svn-id: trunk@37359 -
2012-05-20 08:51:27 +00:00
jesus
0aeeaa5dc2 LazReport, lrcodereport: version is 1.0, updated icon, cleanup, first page is now programmers responsability, sample update to export to pdf, from Julio Jimenez Borreguero
git-svn-id: trunk@37321 -
2012-05-18 17:20:40 +00:00
jesus
08de566494 LazReport, removed testcodereport session file
git-svn-id: trunk@37320 -
2012-05-18 17:15:21 +00:00
jesus
42eb73c8a5 LazReport, added TlrCodeReport component and sample, it makes reports at runtime with an easy to use api and it doesn't need the report designer, with small changes, from Julio Jimenez Borreguero
git-svn-id: trunk@37314 -
2012-05-17 22:37:10 +00:00
maxim
6e559a7b17 Translations: Ukrainian translation cleanup
git-svn-id: trunk@37148 -
2012-05-03 20:50:27 +00:00
juha
983705716a LazReport: remove an unused and empty procedure Frame3D. LCL has implemented many versions of it.
git-svn-id: trunk@37127 -
2012-05-01 17:20:26 +00:00
mattias
903a5a4292 lazreport: clena up
git-svn-id: trunk@37102 -
2012-04-30 10:37:13 +00:00
mattias
82997d00c0 lazreport: fixed compilation with fpc 2.7.1
git-svn-id: trunk@37101 -
2012-04-30 10:24:01 +00:00
maxim
5ac4a58270 regenerated translations; updated Russian translation
git-svn-id: trunk@37052 -
2012-04-27 20:58:02 +00:00
maxim
a65f754c71 Translations: Ukrainian translation update by Igor Paliychuk
git-svn-id: trunk@37051 -
2012-04-27 20:24:38 +00:00
jesus
997ff4605a LazReport, added Lazreport doc in LibreOffice format, from Julio Jimenez B.
git-svn-id: trunk@37042 -
2012-04-26 20:20:58 +00:00
jesus
dbf8f4a6c7 LazReport, doc convertion from sxw to pdf, from Julio Jimenez B
git-svn-id: trunk@37041 -
2012-04-26 20:05:48 +00:00
jesus
62a35aadda LazReport, improve mouse selecting of thin line objects
git-svn-id: trunk@37017 -
2012-04-24 17:30:42 +00:00
jesus
bf6ed04b98 LazReport, published WordBreak property on Memo object plus some refactoring
git-svn-id: trunk@36995 -
2012-04-24 06:57:25 +00:00
jesus
6c6c1338fd LazReport, published property KeepAspect and Centered for Picture Object
git-svn-id: trunk@36994 -
2012-04-24 06:17:03 +00:00
jesus
83955969ef LazReport, avoid hiding text at some zoom values due small differences in text height calc
git-svn-id: trunk@36942 -
2012-04-20 20:09:30 +00:00
maxim
fca1d220b1 Translations: Brazilian Portuguese translation update by Marcelo B Paula, bug #21818
git-svn-id: trunk@36941 -
2012-04-20 19:48:33 +00:00
jesus
438d9ed942 LazReport, added Julio Jimenez Borreguero to contributors
git-svn-id: trunk@36939 -
2012-04-20 19:00:40 +00:00
jesus
1dbb373b69 LazReport, lift up to preview window improving layout and functionality, from Julio Jimenez B.
git-svn-id: trunk@36938 -
2012-04-20 17:25:47 +00:00
jesus
0918348369 LazReport, now fix preview scrolling in windows, broken in r36887 #ef8cf9df31
git-svn-id: trunk@36909 -
2012-04-19 14:12:16 +00:00
jesus
ef8cf9df31 LazReport, fix preview scrolling broken in r36420 #c016e1b6ec, issue #21633
git-svn-id: trunk@36887 -
2012-04-17 20:51:14 +00:00
mattias
20e1172797 lazreport: clean up
git-svn-id: trunk@36883 -
2012-04-17 10:52:04 +00:00
blikblum
d180390193 lazreport: fix possible access violation by checking dataset for nil
git-svn-id: trunk@36731 -
2012-04-12 00:15:25 +00:00
jesus
34e6e9ce12 LazReport, added option to ignore undefined symbols, from Luiz Americo, issue #21683
git-svn-id: trunk@36720 -
2012-04-11 05:07:47 +00:00
maxim
250300ddd2 regenerated translations; updated Russian translation
git-svn-id: trunk@36694 -
2012-04-10 00:51:33 +00:00
juha
844e616738 IDE etc.: unify 3 dots in GUI string to have a space ( ...).
git-svn-id: trunk@36666 -
2012-04-09 08:24:59 +00:00
blikblum
98c4e38d37 lazreport: remove case conversion when calling GetVariableValue (OnGetValue) in CalcOPZ. Redo rev 36490. This time without collateral effects due to changes in rev 36539 #fea7df6a87
git-svn-id: trunk@36540 -
2012-04-03 09:59:51 +00:00
blikblum
fea7df6a87 lazreport: uppercase variable before comparing with hardcoded functions. Properly fix to 21624
git-svn-id: trunk@36539 -
2012-04-03 09:55:36 +00:00
maxim
a6490b7739 Components, LazReport: fixed buttonpanel localization in BarCode editor dialog
git-svn-id: trunk@36531 -
2012-04-02 20:33:58 +00:00
blikblum
910c720151 lazreport: revert 36490 #360d1f97d1. Issue #21624.
git-svn-id: trunk@36525 -
2012-04-02 16:53:24 +00:00
jesus
23849c7fce LazReport, fix barcode addin when TfrBarCodeObject is not yet instantiated (in this case barcode editor defaults to memo view editor
git-svn-id: trunk@36510 -
2012-04-02 01:12:06 +00:00
jesus
2aff57145e LazReport, fix barcode dialog localization
git-svn-id: trunk@36506 -
2012-04-01 18:13:04 +00:00
maxim
838a27a462 regenerated translations; updated Russian translation
git-svn-id: trunk@36502 -
2012-04-01 12:07:12 +00:00
jesus
16fed50b6e LazReport, published stretched property on Line objects, added popup menu item to select all objects of the same class
git-svn-id: trunk@36497 -
2012-04-01 10:16:51 +00:00
jesus
a0bccb6c1d LazReport, undo r36424 #70badc5a18 which broke bands clipregion
git-svn-id: trunk@36495 -
2012-04-01 10:00:10 +00:00
blikblum
783c1dec71 lazreport: call events through virtual methods. Allows proper handle of events by descendants
git-svn-id: trunk@36492 -
2012-03-31 23:13:51 +00:00
blikblum
430202b49d lazreport: cleanup GetDefaultDataSet
git-svn-id: trunk@36491 -
2012-03-31 22:11:46 +00:00
blikblum
360d1f97d1 lazreport: dont change case of param name when calling OnGetValue(GetVariableValue) in TfrParser. Make consistent with calling GetVariableValue directly
git-svn-id: trunk@36490 -
2012-03-31 21:52:53 +00:00
mattias
06d2a8ce1a lazreport: less notes
git-svn-id: trunk@36427 -
2012-03-29 10:12:51 +00:00
mattias
104b789157 lazreport: UTF8Index: removed parameter S
git-svn-id: trunk@36426 -
2012-03-29 10:07:35 +00:00
mattias
38dd89f95d lazreport: less notes
git-svn-id: trunk@36425 -
2012-03-29 10:06:06 +00:00
mattias
70badc5a18 lazreport: fixed TfrBandView.GetClipRgn
git-svn-id: trunk@36424 -
2012-03-29 09:57:19 +00:00
mattias
31ccf434af lazreport: less notes
git-svn-id: trunk@36423 -
2012-03-29 09:56:57 +00:00
mattias
1ee76deb0d lazreport: less notes
git-svn-id: trunk@36422 -
2012-03-29 09:01:20 +00:00
mattias
9a2d07fb3d lazreport: less notes
git-svn-id: trunk@36421 -
2012-03-29 08:57:41 +00:00
mattias
c016e1b6ec lazreport: less notes
git-svn-id: trunk@36420 -
2012-03-29 08:54:52 +00:00
mattias
7d62cf82d3 lazreport: less notes
git-svn-id: trunk@36419 -
2012-03-29 08:53:20 +00:00
mattias
26d472e206 lazreport: less notes
git-svn-id: trunk@36418 -
2012-03-29 08:52:20 +00:00
mattias
59c2fa486c lazreport: less notes
git-svn-id: trunk@36416 -
2012-03-29 08:49:33 +00:00
mattias
3d1a0e2d21 lazreport: less notes
git-svn-id: trunk@36415 -
2012-03-29 08:47:40 +00:00
mattias
788ea5231a lazreport: less warnings
git-svn-id: trunk@36414 -
2012-03-29 08:45:47 +00:00
mattias
30bf55eb5a reverted 36399 #9e6f83df53
git-svn-id: trunk@36413 -
2012-03-29 08:44:12 +00:00
jesus
6c336b7fdd LazReport, Code cleanup/optimizations for LazReport, from Luiz issue #21278
git-svn-id: trunk@36406 -
2012-03-29 03:38:36 +00:00
juha
9e6f83df53 LazReport: Warnings removal, issue #0021556, patch from Alexsander
git-svn-id: trunk@36399 -
2012-03-28 17:40:36 +00:00
jesus
7be38e8951 LazReport, unconditionally stretch stretchable objects, fix issue #20988
git-svn-id: trunk@36041 -
2012-03-15 21:13:35 +00:00
jesus
ca4c12556c LazReport, debug info
git-svn-id: trunk@36040 -
2012-03-15 21:10:42 +00:00
maxim
ac94bd963c Translations: cleanup some PO files
git-svn-id: trunk@35483 -
2012-02-19 14:28:47 +00:00
blikblum
710e5b4dfd lazreport: fix crash, update project file and minor usability improvement to stringgrid sample
git-svn-id: trunk@35129 -
2012-02-04 17:08:03 +00:00
blikblum
883c2c0c26 lazrepor: update project file and minor usability improvement to bar code sample
git-svn-id: trunk@35127 -
2012-02-04 16:51:28 +00:00
blikblum
60a48a0d04 lazreport: fix compilation, update project file and minor usability improvements to userds sample
git-svn-id: trunk@35126 -
2012-02-04 16:47:31 +00:00
maxim
38263f7b6b Translations: Brazilian Portuguese translation update by Marcelo B Paula, bug #20957
git-svn-id: trunk@34375 -
2011-12-23 21:39:33 +00:00