marc
1be0908482
Updated Lithuanian translation by Valdas Jankunas
...
git-svn-id: trunk@17909 -
2008-12-23 23:32:26 +00:00
jesus
993bd7b87d
LazReport, fix compilation win 64, issue #12798
...
git-svn-id: trunk@17834 -
2008-12-14 18:27:04 +00:00
jesus
d635b8fb66
LazReport, fix internal variable [TIME] returning an invalid date instead of current time
...
git-svn-id: trunk@17831 -
2008-12-14 05:59:06 +00:00
jesus
be51dda640
LazReport, fix typo when calculating template free space
...
git-svn-id: trunk@17819 -
2008-12-12 22:02:00 +00:00
jesus
2882892d47
sync lazreport translations
...
git-svn-id: trunk@17818 -
2008-12-12 21:53:22 +00:00
jesus
11bfd5f754
LazReport, fix EPropertyError exception caught by ide when loading reports without LayoutOrder property, by Luiz Americo issue #12736
...
git-svn-id: trunk@17812 -
2008-12-12 05:24:03 +00:00
jesus
e415847d82
LazReport, check that printgrid template bands don't overlap with created ones
...
git-svn-id: trunk@17798 -
2008-12-11 15:40:17 +00:00
jesus
90510e4cb6
LazReport, implemented template for printgrid
...
git-svn-id: trunk@17784 -
2008-12-10 16:09:29 +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
marc
d77f30e930
* Updated Russian translation by Maxin Ganetsky
...
git-svn-id: trunk@17639 -
2008-12-01 00:14:31 +00:00
laurent
1789e02a73
Lazreport: New icon for tfrdesigner
...
and add list for create package image (more easy)
git-svn-id: trunk@17613 -
2008-11-27 17:00:54 +00:00
jesus
085856ae9b
updated traslations using localize script
...
git-svn-id: trunk@17326 -
2008-11-11 01:30:57 +00:00
laurent
894e69f2a5
Update LazReport French language, thx pomalo
...
git-svn-id: trunk@17262 -
2008-11-07 08:14:27 +00:00
jesus
f14de32a86
LazReport, fix preview scrolling, issue #12390
...
git-svn-id: trunk@16993 -
2008-10-14 20:49:16 +00:00
jesus
5904434cd1
LazReport, fix designer options dialog, issue #12381
...
git-svn-id: trunk@16989 -
2008-10-14 04:53:53 +00:00
vincents
98bb85219e
lazreport french translation: update from pomolo (issue #12378 )
...
git-svn-id: trunk@16985 -
2008-10-13 13:53:59 +00:00
jesus
0efaa14dd7
LazReport, fix reports utf-8 encoding
...
git-svn-id: trunk@16950 -
2008-10-10 18:38:57 +00:00
jesus
7c70052547
LazReport, fix dbfield selection, issue #12229
...
git-svn-id: trunk@16949 -
2008-10-10 18:13:47 +00:00
jesus
06d4577374
LazReport, readme for pdf exporter
...
git-svn-id: trunk@16902 -
2008-10-06 17:17:35 +00:00
jesus
28a24c5278
LazReport, fixed pdfexport compile under linux
...
git-svn-id: trunk@16901 -
2008-10-06 16:25:58 +00:00
jesus
70dafcbd7b
LazReport, Implemented PDF export
...
git-svn-id: trunk@16900 -
2008-10-06 14:43:45 +00:00
jesus
ddd16f211e
LazReport, fix master/detail reports not updating detail ds when master ds changes activerecord
...
git-svn-id: trunk@16594 -
2008-09-15 14:45:29 +00:00
mattias
99ab8f2d83
lazreport: fixed handling exception
...
git-svn-id: trunk@16550 -
2008-09-11 20:05:25 +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
0bcf25051e
lazbuild: added defaults to WriteUsage
...
git-svn-id: trunk@16500 -
2008-09-09 11:29:43 +00:00
jesus
cf010d10c6
LazReport, fix exception catched when debugging program that reads LayoutOrder property on older reports
...
git-svn-id: trunk@16476 -
2008-09-07 23:25:23 +00:00
jesus
4e6ce27bc0
LazReport, ensure to use a default printer if report's printer is not found
...
git-svn-id: trunk@16444 -
2008-09-05 20:26:50 +00:00
jesus
d780914fb5
LazReport, dequote UPPERCASE and similar string functions, thanks to javier villarroya
...
git-svn-id: trunk@16336 -
2008-08-31 17:50:49 +00:00
mattias
c94ffa46e0
lazreport: using OnGetItems instead of OnDropDown
...
git-svn-id: trunk@16319 -
2008-08-30 21:35:49 +00:00
mattias
9032caa4fd
UTF-8: added ExpandFilenameUTF8
...
git-svn-id: trunk@16272 -
2008-08-27 11:25:01 +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
marc
19bc247735
* Updated translations by Valdas Jankunas
...
git-svn-id: trunk@16235 -
2008-08-25 22:13:53 +00:00
mattias
f27c0074d7
lazreport: From Michael VC:
...
- tfrdesigner is now registered as a component, so it can be dropped on a form,
giving end-users the possibility to design their reports.
- Fixed bug that prevented checkbox/roundrect/shape buttons from being visible
when designing a report in the IDE.
- Fixed access violations that occurred when one of checkbox/roundrect/shape
was dropped on a report.
- Removed debug statements from roundrect code.
git-svn-id: trunk@16219 -
2008-08-25 09:37:35 +00:00
mattias
b54c7c2d80
lazreport: reduced overhead while moving
...
git-svn-id: trunk@16104 -
2008-08-18 07:45:43 +00:00
mattias
1140b0a1e3
lazreport: improved mouse dragging object inspector
...
git-svn-id: trunk@16102 -
2008-08-18 07:29:29 +00:00
jesus
c2bc66238c
LazReport, don't refresh objectinspector if it's hidden
...
git-svn-id: trunk@16090 -
2008-08-17 17:59:58 +00:00
jesus
14797c0b4e
LazReport, fix Image recursion, issue #11885
...
git-svn-id: trunk@16080 -
2008-08-15 23:49:28 +00:00
jesus
a54428c42c
LazReport, in report editor objects update object inspector and viceversa, fix gtk visual problem that sometimes shows black filled rectangles, fix TfrLineView properties save & restore issue #11594
...
git-svn-id: trunk@16048 -
2008-08-13 02:10:15 +00:00
jesus
b5a227e0d8
LazReport, removed missing debug output
...
git-svn-id: trunk@15977 -
2008-08-06 17:33:51 +00:00
jesus
81d36b8670
LazReport, handle position and dimesion of objects in Object Inspector using selected units
...
git-svn-id: trunk@15976 -
2008-08-06 17:30:17 +00:00
jesus
c140fca340
updated spanish translations from Javier Villarroya (javivf)
...
git-svn-id: trunk@15817 -
2008-07-19 06:15:37 +00:00
marc
0bc7d13e17
* updated Russion translation by Maxim Ganetsky
...
git-svn-id: trunk@15766 -
2008-07-13 18:59:28 +00:00
mattias
4b03c13f5a
trnalations: german: updates from Joerg Braun
...
git-svn-id: trunk@15756 -
2008-07-12 10:57:45 +00:00
jesus
2bf859bbba
LazReport, implemented page option to print report with columns 'by rows' in addition to 'by columns', fixed/updated translations
...
git-svn-id: trunk@15740 -
2008-07-10 16:48:06 +00:00
marc
be03b6c68d
* Updated Russian translation by Maxim Ganetsky
...
git-svn-id: trunk@15677 -
2008-07-04 23:27:21 +00:00
jesus
8aa05f1439
LazReport, fixed 2.2.0 compile reported by Eduardo Lopez
...
git-svn-id: trunk@15598 -
2008-06-27 18:32:02 +00:00
jesus
b72b8b0bad
i18n, implemented better handling of duplicates fix some escaped chars in translated files, updated lazreport and ipro translations
...
git-svn-id: trunk@15563 -
2008-06-24 15:59:26 +00:00
jesus
65878854a5
LazReport, remove libc use from sysutilsadds, issue #11524
...
git-svn-id: trunk@15549 -
2008-06-23 19:16:59 +00:00
jesus
0961978bf0
lazreport, removed unintended debug flag from package
...
git-svn-id: trunk@15523 -
2008-06-23 01:27:33 +00:00