mirror of
https://github.com/fralx/LimeReport.git
synced 2025-01-11 17:18:10 +03:00
Update README.md
This commit is contained in:
parent
032786ced1
commit
5b8fc69800
16
README.md
16
README.md
@ -5,7 +5,7 @@ LimeReport v1.4.7 [![Build Status](https://api.travis-ci.org/fralx/LimeReport
|
|||||||
Official LimeReport web site [http://limereport.ru](http://limereport.ru)
|
Official LimeReport web site [http://limereport.ru](http://limereport.ru)
|
||||||
-----------
|
-----------
|
||||||
|
|
||||||
##Features
|
## Features
|
||||||
* Multi-platform support
|
* Multi-platform support
|
||||||
* Pure Qt4/Qt5 compatible code
|
* Pure Qt4/Qt5 compatible code
|
||||||
* Embedded report designer
|
* Embedded report designer
|
||||||
@ -23,7 +23,7 @@ Official LimeReport web site [http://limereport.ru](http://limereport.ru)
|
|||||||
* PDF output
|
* PDF output
|
||||||
|
|
||||||
|
|
||||||
##How to use it
|
## How to use it
|
||||||
1. Build limereport.pro. It will create a limereport shared library
|
1. Build limereport.pro. It will create a limereport shared library
|
||||||
2. In your project connect the limereport library then in source code add:
|
2. In your project connect the limereport library then in source code add:
|
||||||
|
|
||||||
@ -42,7 +42,7 @@ For more samples see a demo
|
|||||||
|
|
||||||
## Change log
|
## Change log
|
||||||
|
|
||||||
###1.4.7
|
### 1.4.7
|
||||||
1. Multipage
|
1. Multipage
|
||||||
2. Dialogs
|
2. Dialogs
|
||||||
3. Render events
|
3. Render events
|
||||||
@ -53,21 +53,21 @@ For more samples see a demo
|
|||||||
8. Editable report
|
8. Editable report
|
||||||
And many others minor fixes and improvements
|
And many others minor fixes and improvements
|
||||||
|
|
||||||
###1.3.11
|
### 1.3.11
|
||||||
1. LimeReport project structure has been changed
|
1. LimeReport project structure has been changed
|
||||||
2. Preview widget has been added
|
2. Preview widget has been added
|
||||||
3. New demo has been added
|
3. New demo has been added
|
||||||
4. Landscape page orientation has been fixed
|
4. Landscape page orientation has been fixed
|
||||||
5. Other minor bugs has been fixed
|
5. Other minor bugs has been fixed
|
||||||
|
|
||||||
###1.3.10
|
### 1.3.10
|
||||||
1. Memory leak has been fixed
|
1. Memory leak has been fixed
|
||||||
2. Grid & Settings have been added
|
2. Grid & Settings have been added
|
||||||
3. Recent files menu has been added
|
3. Recent files menu has been added
|
||||||
4. Magnet feature has been added
|
4. Magnet feature has been added
|
||||||
5. Added ability to use variables in the connection settings
|
5. Added ability to use variables in the connection settings
|
||||||
|
|
||||||
###1.3.9
|
### 1.3.9
|
||||||
New functions:
|
New functions:
|
||||||
```cpp
|
```cpp
|
||||||
QString::saveToString(),
|
QString::saveToString(),
|
||||||
@ -86,7 +86,7 @@ Performance has been improved
|
|||||||
From this version the item "Text" by default does not use HTML.
|
From this version the item "Text" by default does not use HTML.
|
||||||
To enable HTML support you need to use the property allowHTML
|
To enable HTML support you need to use the property allowHTML
|
||||||
|
|
||||||
###1.3.1
|
### 1.3.1
|
||||||
Added:
|
Added:
|
||||||
1. Columns
|
1. Columns
|
||||||
Some bands can be divided into columns
|
Some bands can be divided into columns
|
||||||
@ -102,7 +102,7 @@ Fixed:
|
|||||||
1. Postgresql connection
|
1. Postgresql connection
|
||||||
2. The error that prevented normal run of more than one instance of LimeReport::ReportEngine
|
2. The error that prevented normal run of more than one instance of LimeReport::ReportEngine
|
||||||
|
|
||||||
###1.2.1
|
### 1.2.1
|
||||||
1. Added buttons to open / hide sidebars;
|
1. Added buttons to open / hide sidebars;
|
||||||
2. Improved look-and-feel of report elements to clarify designing process;
|
2. Improved look-and-feel of report elements to clarify designing process;
|
||||||
3. Printing to PDF added.
|
3. Printing to PDF added.
|
||||||
|
Loading…
Reference in New Issue
Block a user