Age | Commit message (Collapse) | Author |
|
localization.
I also updated all language files to include the latest resource string constants.
|
|
If a report had several sections with different margins, headers, footers,
orientation, frames did not adapt to the correct size and position to each
section.
|
|
|
|
fpgOpenURL() will work in this case for both Linux and Windows, but it is
not the ideal solution. As the TODO entry says, we ultimately need to
implement a fpgViewFile() function.
|
|
|
|
the report unit.
|
|
|
|
* This fixes the problem where the preview pages appears above other widgets in
the preview window.
|
|
The images use in a PDF report get freed later. But if we used internally registered image,
the report engine frees those images, even though they might still be needed elsewhere
in the application. So for that reason we "clone" the internal image, which the report
engine can safely free.
|
|
I used JCF to automate the process, but always double check and test the code afterwards.
While double checking, I also added some quick TODO notes about code that must be
improved.
|
|
I also extended the descriptions of each unit, and made sure the credit of creating these
units go to Jean-Marc Levecque.
|
|
|