maxim
99ca72b8e9
Translations: French translation update by Gilles Vasseur, bugs #29214 , #29222
...
git-svn-id: trunk@50970 -
2015-12-21 22:36:46 +00:00
maxim
0b0f12ffd5
Translations: Hungarian translation update by Péter Gábor, bug #29118
...
git-svn-id: trunk@50554 -
2015-12-01 21:25:22 +00:00
juha
dd99e47f84
LazReport: Check the length of a string before accessing its members. Issue #28896 , patch from Tony Whyman.
...
git-svn-id: trunk@50162 -
2015-10-25 09:22:43 +00:00
jesus
357c12a4d6
LazReport, added missing package_images.sh
...
git-svn-id: trunk@49855 -
2015-09-20 15:54:45 +00:00
jesus
67c31934b5
LazReport: fix mem leak
...
git-svn-id: trunk@49800 -
2015-09-09 19:19:14 +00:00
jesus
79c0805afb
LazReport, lrCodeReport: sample for testing text layout
...
git-svn-id: trunk@49764 -
2015-09-05 19:00:17 +00:00
jesus
66468c8af8
LazReport, lrCodeReport: add missing layout text property, from Frans van Leeuwen, issue #28609
...
git-svn-id: trunk@49763 -
2015-09-05 18:55:30 +00:00
jesus
8804bbadce
LazReport: lrCodeReport RunReport procedure now takes an argument for optionally showing the report after run
...
git-svn-id: trunk@49760 -
2015-09-05 17:34:40 +00:00
jesus
400b4c4719
LazReport: fixes and improvements on spreadsheet exporters, patch from Aleksey Lagunov
...
1. Improved speed on export
2. Fix export vertical merged cells
3. Add filter in save reports dialog for export to MS Excel 2007/2010
4. Fix scale factor on export - use hard coded const
5. Replace array to TfpList for register export filters
6. Add code for disable export filters in run-time
7. In report designer fix FileName property on preview report
git-svn-id: trunk@49728 -
2015-08-30 17:38:01 +00:00
blikblum
647b02469b
lazreport: revert revision 49710 #0c5e2500dc so code in Filter.AfterExport (e.g. SpreadsheetExport) that depends on file being already written works.
...
Adapts PDFExport to write the Stream in EndDoc instead of Destroy to avoid crash
git-svn-id: trunk@49718 -
2015-08-27 12:52:54 +00:00
blikblum
0c5e2500dc
lazreport: fix crash in pdf export
...
git-svn-id: trunk@49710 -
2015-08-26 02:17:10 +00:00
maxim
806d5df569
LRSpreadsheetExport: added Hungarian translation by Péter Gábor, bug #28543
...
git-svn-id: trunk@49698 -
2015-08-20 22:10:28 +00:00
maxim
b77c1d45bc
Translations: Hungarian translation update by Péter Gábor, bug #28543
...
git-svn-id: trunk@49693 -
2015-08-19 21:54:50 +00:00
mattias
a4bea16efc
translations: German: updates from Swen Heinig
...
git-svn-id: trunk@49692 -
2015-08-19 19:31:33 +00:00
maxim
66ea864afe
LRSpreadsheetExport: fixed typo and updated Russian translation
...
git-svn-id: trunk@49685 -
2015-08-18 23:33:31 +00:00
jesus
f5ade20d86
LazReport added: SpreadSheet (ods,xls,xlsx) exporter from Aleksey Lagunov
...
git-svn-id: trunk@49684 -
2015-08-18 04:20:14 +00:00
jesus
25c059c099
LazReport Patch from Aleksey Lagunov
...
1. For dialog controls in designer work UNDO
2. In lrForm StorageEditor list box with props now sorted
3. Fix error in lrSpreadsheetImport - not loaded last col and row
4. increase file format version to 2.9
5. add support for paragraph gap
6. add support for line spacing
7. In report designer add action for UNDO and REDO menu items
8. In designer fix AV on clipborad actions
git-svn-id: trunk@49658 -
2015-08-12 19:28:00 +00:00
jesus
2024fef1d5
LazReport, fix leak left by previous patch
...
git-svn-id: trunk@49627 -
2015-08-10 17:53:08 +00:00
jesus
4eaea7c197
LazReport, cut the objects that fall outside of page boundaries on preview window
...
git-svn-id: trunk@49625 -
2015-08-10 05:09:28 +00:00
juha
08c9621520
Change order of used units so that "deprecated" warnings are not triggered.
...
git-svn-id: trunk@49612 -
2015-08-07 17:20:40 +00:00
juha
06ac76f560
LazUtils, unit FileUtil: Disable conditionally LazUtf8 and LazFileUtils wrapper functions. For testing define NoLazUTF8Wrappers and build Lazarus.
...
git-svn-id: trunk@49494 -
2015-07-04 23:08:00 +00:00
maxim
f91db6d3f4
Translations: improved Russian translation
...
git-svn-id: trunk@49360 -
2015-06-17 22:03:01 +00:00
maxim
6b67ca24c9
Translations: improved Russian translation
...
git-svn-id: trunk@49356 -
2015-06-16 23:56:38 +00:00
mattias
da6e82de8f
translations: German: updates from Swen Heinig
...
git-svn-id: trunk@49340 -
2015-06-16 08:58:34 +00:00
jesus
6291d0e126
LazReport, cairoexport: fine tuning of exported object width/height, from Julio Jiménez B.
...
git-svn-id: trunk@49270 -
2015-06-04 19:29:18 +00:00
jesus
d64dd2cde9
Lazreport, CairoExport: gapx and gapy calc adjustment is not necessary anymore, fix line split overwritting next line, patch from Julio Jiménez B.
...
git-svn-id: trunk@49257 -
2015-06-03 20:56:42 +00:00
jesus
5bdb00b61a
LazReport, reverted last patch which incorrectly changed the BarcodeView class (fix Class Object 'TfrCustomBarCodeView' not found exception in lrCodeReport sample)
...
git-svn-id: trunk@49256 -
2015-06-03 20:22:03 +00:00
jesus
73ce2ed74c
LazReport, Patch to print SubReports on PageFooter, from Luigi, issue #25285
...
git-svn-id: trunk@49215 -
2015-05-29 19:29:51 +00:00
jesus
a16431b3ac
LazReport, fix loading of old binary reports (older than version 28), modified patch from Tsvetoslav, issue #27179
...
git-svn-id: trunk@49154 -
2015-05-23 22:37:52 +00:00
mattias
54166afa19
translations: German: updates from Swen Heinig
...
git-svn-id: trunk@49129 -
2015-05-22 06:24:51 +00:00
jesus
336bdda458
LazReport, when formatting numbers check that value is really numeric, issue #28114
...
git-svn-id: trunk@49121 -
2015-05-20 17:04:07 +00:00
jesus
579e2fa2e6
LazReport, case insensitive classname compare
...
git-svn-id: trunk@49072 -
2015-05-17 17:59:50 +00:00
jesus
aff6009359
Translations: corrections to spanish translation by Julio Jiménez B.
...
git-svn-id: trunk@48896 -
2015-04-29 20:08:08 +00:00
jesus
bfe307d647
LazReport, fix image exporter filename, from willians cleyton, issue #27986
...
git-svn-id: trunk@48888 -
2015-04-29 05:52:30 +00:00
jesus
f54444c6ae
LazReport: Patch from Aleksey Lagunov:
...
1. fix work with Zeos DB components (lr.zeos.diff)
2. fix export to pdf with cairo export - correctly export justify text (lr.cairo.diff)
3. Increase max bands on page to 255
4. for MemoView implemebtated First Line indent - ParagraphGap property
5. Rework code for subreports - need for drag page in report designer
6. Rework code for crosstab reports - fix sorting in report
7. In report designer implement page reordering
git-svn-id: trunk@48876 -
2015-04-27 17:50:38 +00:00
jesus
3289794569
Translations: spanish translation complement
...
git-svn-id: trunk@48866 -
2015-04-25 22:56:24 +00:00
maxim
622dfa7549
Translations: Spanish translation update by José Martínez with some help of Jesus Reyes, bug #27803
...
git-svn-id: trunk@48851 -
2015-04-25 17:49:09 +00:00
maxim
5f1107ceab
LazReport, AddFunction addon: regenerated translations
...
git-svn-id: trunk@48848 -
2015-04-25 17:42:54 +00:00
maxim
99454578ac
Translations: French translation update by Gilles Vasseur, bug #27956
...
git-svn-id: trunk@48834 -
2015-04-24 12:25:22 +00:00
maxim
b62c496f73
Translations: French translation update by Gilles Vasseur, bug #27932
...
git-svn-id: trunk@48819 -
2015-04-23 11:53:00 +00:00
maxim
691df1520b
Translations: Hungarian translation update by Péter Gábor, bug #27903
...
git-svn-id: trunk@48787 -
2015-04-20 21:49:58 +00:00
maxim
d6d9e33055
Translations: updated French translation by Gilles Vasseur, bug #27846
...
git-svn-id: trunk@48749 -
2015-04-13 22:22:39 +00:00
jesus
267c003ecb
LazReport, refactored TfrBarCodeView into TfrCustomBarcodeView
...
git-svn-id: trunk@48545 -
2015-03-30 19:12:16 +00:00
juha
7003a55fb6
ToDo items for some uninitialized variables and other problems found by the compiler.
...
git-svn-id: trunk@48452 -
2015-03-22 10:17:59 +00:00
juha
708afdf966
Fix uninitialized variables and other problems found by the compiler.
...
git-svn-id: trunk@48451 -
2015-03-22 10:17:35 +00:00
mattias
6b22a465f7
examples: removed obsolete SrcPath
...
git-svn-id: trunk@48101 -
2015-03-02 18:57:39 +00:00
maxim
c3c9b8a16a
LazReport: Polish translation update by Paweł Dmitruk, bug #27548 . While at this, regenerated all other translations.
...
git-svn-id: trunk@48024 -
2015-02-26 22:08:31 +00:00
mattias
4bca3e790b
lazreport: use clocale only under unix
...
git-svn-id: trunk@47757 -
2015-02-13 23:21:14 +00:00
mattias
7a83697bce
lazreport: simplified UTF8 handling
...
git-svn-id: trunk@47751 -
2015-02-13 21:04:51 +00:00
mattias
d85758cb35
lazreport: fixed UTF8Desc to always return a valid UTF8 string
...
git-svn-id: trunk@47750 -
2015-02-13 20:40:29 +00:00
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
juha
abf9a845da
Deprecate wrappers for LazUTF8 functions in LCLProc.
...
git-svn-id: trunk@47604 -
2015-02-06 18:25:31 +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
69bb12286a
LazReport: correctly clear combobox in editor options and fix typo in class method name, based on patch by Péter Gábor, bugs #27347
...
git-svn-id: trunk@47500 -
2015-01-23 21:52:41 +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
029ac3e841
LazReport: i18n-ed editor options and function editor, based on patch by Péter Gábor, bugs #27339 , #27340 ; regenerated translations and updated Russian translation.
...
git-svn-id: trunk@47484 -
2015-01-22 21:36:41 +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
bart
bd66a6083c
LazReport: less hints.
...
git-svn-id: trunk@47260 -
2014-12-28 11:34:26 +00:00
bart
5b146f662c
LazReport: use DefaultFormatSettings.DecimalSeparator instead of deprecated DecimalSeparator.
...
git-svn-id: trunk@47259 -
2014-12-28 11:12:08 +00:00
giuliano
6434ecc3b5
Updated Italian translations:
...
IDE,lazreport
git-svn-id: trunk@47183 -
2014-12-12 18:10:35 +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
9ec6293a92
LazReport, fix stack overflow problem when using column footer, from Tony Whyman, issue #27100
...
git-svn-id: trunk@47024 -
2014-11-28 22:39:08 +00:00
maxim
a33c195102
LazReport: updated Russian translation
...
git-svn-id: trunk@46922 -
2014-11-21 00:50:46 +00:00
jesus
735b4ac629
LazReport, Child bands impleementation by Gabor Boros with changes, issue #26996
...
git-svn-id: trunk@46838 -
2014-11-13 16:59:18 +00:00
jesus
3497257130
LazReport, save & load crosstab data to binary format, from Aleksey Lagunov
...
git-svn-id: trunk@46837 -
2014-11-13 15:47:45 +00:00
jesus
19ecf0127e
LazReport, on bookeeping aggr bands variables make sure var name do not include '=' sign as it may interfer later when reading value
...
git-svn-id: trunk@46799 -
2014-11-12 05:06:32 +00:00
giuliano
d3cb58f726
Updated Italian translations:
...
IDE,LCL,components,examples
git-svn-id: trunk@46798 -
2014-11-11 17:38:50 +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
maxim
45412e89f4
Components: regenerated German Lazreport translation; updated Russian translation
...
git-svn-id: trunk@46722 -
2014-10-30 22:37:34 +00:00
giuliano
dba1264e7d
Added Italian translations for components/*
...
git-svn-id: trunk@46698 -
2014-10-29 22:12:00 +00:00
jesus
e169235dee
LazReport, make sure template dir is created if it doesn't exists
...
git-svn-id: trunk@46692 -
2014-10-28 06:22:37 +00:00
giuliano
032e4bd8b8
Updated Italian translation
...
git-svn-id: trunk@46661 -
2014-10-25 08:49:38 +00:00
jesus
7dc88a142f
LazReport, fix lr_dialogdesign compiling
...
git-svn-id: trunk@46493 -
2014-10-09 14:22:57 +00:00
jesus
827cde4d14
LazReport, fix regression, custom properties values (possibly calculated in scripts, like Text, etc.) were not applied back to the object
...
git-svn-id: trunk@46488 -
2014-10-09 05:22:15 +00:00
maxim
fe73bdea8d
Translations: Italian translation update by Giuliano, bug #26823
...
git-svn-id: trunk@46454 -
2014-10-06 22:46:44 +00:00
maxim
7162c1196d
LazReport, AddFunction addon: added Russian translation
...
git-svn-id: trunk@46318 -
2014-09-24 23:22:15 +00:00
jesus
b705717697
LazReport, function and function parameters dialogs, fix difficult to read info about function and function parameters if the hint window color is too dark
...
git-svn-id: trunk@46298 -
2014-09-22 22:30:56 +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
c70388e6a8
LazReport, invalidate the page instead of just invalidating the 'end' state after undo/redo, fix issue #26698
...
git-svn-id: trunk@46249 -
2014-09-19 03:33:22 +00:00
jesus
0a7975bb19
LazReport, fix identifying papers by size
...
git-svn-id: trunk@46243 -
2014-09-16 05:46:41 +00:00
jesus
fbf91ec7e9
LazReport, use TFileStreamUTF8 instead of TFileStream and UTF8toSys, patch from Bart, issue #26647
...
git-svn-id: trunk@46196 -
2014-09-12 01:57:40 +00:00
jesus
a02f02d8ac
LazReport, fix AV on exporting report, from Aleksey, issue #26693
...
git-svn-id: trunk@46178 -
2014-09-11 15:16:54 +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
mattias
0ae970696f
translations: German: updates from Swen Heinig
...
git-svn-id: trunk@46141 -
2014-09-06 18:20:05 +00:00
jesus
a85a527721
LazReport, fix invalid typecast on using subreport and pen object, issue #26504
...
git-svn-id: trunk@46138 -
2014-09-06 06:06:40 +00:00
jesus
8a7aef4759
LazReport, fix List index (-1) out of bounds on undoing pen object inserts, issue #26506
...
git-svn-id: trunk@46137 -
2014-09-06 05:41:36 +00:00
jesus
759ff65237
LazReport, removed lps file from CrossTab demo
...
git-svn-id: trunk@46134 -
2014-09-05 17:11:02 +00:00
jesus
b8f6f5f548
LazReport, fix crosstab compiling when using FPC stable (reported by Julio and Swen)
...
git-svn-id: trunk@46133 -
2014-09-05 17:08:35 +00:00
jesus
463659be9f
LazReport, fix shapes FrameStyle, patch from Michal Gawrycki, issue #26511
...
git-svn-id: trunk@46128 -
2014-09-05 05:06:20 +00:00
jesus
a09cab04ec
LazReport, missing changes from previous patch (images directory)
...
git-svn-id: trunk@46126 -
2014-09-04 19:29:33 +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
jesus
bc2d64820f
LazReport, always show icons in some preview window buttons, fix by goldenfox, issue #26665
...
git-svn-id: trunk@46106 -
2014-09-02 20:01:53 +00:00
maxim
3f883008d8
LazReport: regenerated Spanish translation
...
git-svn-id: trunk@46098 -
2014-08-31 17:57:08 +00:00
maxim
c4caeb2945
LazReport: updated Russian translation
...
git-svn-id: trunk@46090 -
2014-08-30 13:19:23 +00:00
jesus
3d57759746
LazReport: handle errors on loading reports by throwing exceptions, issue #26636
...
git-svn-id: trunk@46085 -
2014-08-28 20:42:05 +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
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