Commit Graph

67 Commits

Author SHA1 Message Date
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
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
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
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
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
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
e4780672ec LazReport, missig change from previous designer patch
git-svn-id: trunk@40586 -
2013-03-18 19:37:12 +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
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
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
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
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
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
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
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
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
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
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
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
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
jesus
c7aa8496c1 LazReport, implements ctrl+d to duplicate object selection and ctrl+f to toggle selected objects frame on or off
git-svn-id: trunk@34366 -
2011-12-22 22:06:03 +00:00
jesus
50adae92e1 LazReport, added code to execute actions on selected views
git-svn-id: trunk@34134 -
2011-12-12 16:23:09 +00:00
jesus
e59e197d1e LazReport, fix crash after modifying a previewed report, issue #14136
git-svn-id: trunk@33316 -
2011-11-05 04:36:48 +00:00
jesus
d39db22019 LazReport, corrects immovable objects after showing editor with doubleclick
git-svn-id: trunk@33099 -
2011-10-26 16:48:14 +00:00
jesus
1858ce9d24 LazReport, debug info
git-svn-id: trunk@33094 -
2011-10-26 15:30:03 +00:00
jesus
56c6f5662e LazReport, fix exception on moving object after memo editor causing subsequent inestability
git-svn-id: trunk@33085 -
2011-10-26 03:37:06 +00:00
juha
f38190794b Formatting: joined lines where only ');' was split to its own line, in procedure defs.
git-svn-id: trunk@29871 -
2011-03-16 16:52:28 +00:00
jesus
c4f75c1986 LazReport, use anchors to size object inspector elements
git-svn-id: trunk@27866 -
2010-10-26 05:57:33 +00:00
jesus
f7517a370c LazReport, add keyboard acceleration to move/resize report objects, from Domingo Alvarez Duarte, issue #14782
git-svn-id: trunk@27865 -
2010-10-26 04:03:00 +00:00
jesus
fe03967bf5 LazReport, combobox to select objects in report designer from Domingo Alvarez Duarte, issue #14782
git-svn-id: trunk@27864 -
2010-10-26 03:40:24 +00:00
jesus
66ab6a8f29 LazReport, fix status about objects in report designer
git-svn-id: trunk@27456 -
2010-09-25 20:10:07 +00:00
jesus
3284b17929 LazReport, do not use localized band names for new objects
git-svn-id: trunk@27455 -
2010-09-25 18:08:16 +00:00
jesus
23ee708a40 LazReport, switched form resources to new style
git-svn-id: trunk@26632 -
2010-07-13 21:02:52 +00:00
jesus
3210332d78 LazReport, fix some drawing issues on carbon, from Dmitry, issue #14241
git-svn-id: trunk@21324 -
2009-08-19 17:58:54 +00:00
jesus
d6ec04681b LazReport, udpdate object inspector when changing object properties, fix stretched property, fix issue #9555
git-svn-id: trunk@21267 -
2009-08-17 17:36:45 +00:00
jesus
e90595ffcc LazReport, fix designer freeze when using Help context button, issue #14262
git-svn-id: trunk@21206 -
2009-08-12 18:52:17 +00:00
jesus
cf67921720 Replace TList by TFpList in LazReport, from Luiz Americo, issue #13995
git-svn-id: trunk@20713 -
2009-06-22 15:21:39 +00:00
jesus
6a8835d150 lazreport, Add const keyword to string parameters in methods, from Luiz Americo, issue #13991
git-svn-id: trunk@20646 -
2009-06-17 05:59:27 +00:00
jesus
8cc922f620 LazReport, fix designer show grid problem: once enabled can't be disabled
git-svn-id: trunk@19173 -
2009-03-31 20:34:05 +00:00
jesus
a41fb4256a LazReport, patch to reduce some flicker by Luiz Americo, issue #12766
git-svn-id: trunk@17761 -
2008-12-09 14:43:56 +00:00
jesus
45b2ba1d82 LazReport, Fix AV while editing some properties of selection of multiple objects, issue #12104
git-svn-id: trunk@16507 -
2008-09-09 20:04:38 +00:00
mattias
c94ffa46e0 lazreport: using OnGetItems instead of OnDropDown
git-svn-id: trunk@16319 -
2008-08-30 21:35:49 +00:00
mattias
fb4b5588fd examples fixed compilation
git-svn-id: trunk@16244 -
2008-08-25 23:04:43 +00:00
mattias
69cfe88898 using UTF-8 for file operations and environment variables
git-svn-id: trunk@16236 -
2008-08-25 22:32:23 +00:00