mirror of
https://github.com/fralx/LimeReport.git
synced 2024-12-24 00:33:02 +03:00
Update README.md
This commit is contained in:
parent
cfd561864d
commit
7adf51dc44
24
README.md
24
README.md
@ -5,7 +5,7 @@ LimeReport v1.5.0 [![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,9 +23,9 @@ 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:
|
||||||
|
|
||||||
```cpp
|
```cpp
|
||||||
#include "lrreportengine.h" to add report engine
|
#include "lrreportengine.h" to add report engine
|
||||||
@ -40,9 +40,9 @@ Official LimeReport web site [http://limereport.ru](http://limereport.ru)
|
|||||||
```
|
```
|
||||||
For more samples see a demo
|
For more samples see a demo
|
||||||
|
|
||||||
## Change log
|
# Change log
|
||||||
|
|
||||||
### 1.5.0
|
## 1.5.0
|
||||||
|
|
||||||
1. Added the ability to use QJSEngine instead of deprecated QtScript.
|
1. Added the ability to use QJSEngine instead of deprecated QtScript.
|
||||||
2. Report designer has been improved.
|
2. Report designer has been improved.
|
||||||
@ -65,7 +65,7 @@ For more samples see a demo
|
|||||||
19. Generation result editing mode has been improved.
|
19. Generation result editing mode has been improved.
|
||||||
20. And many others minor fixes and improvements.
|
20. And many others minor fixes and improvements.
|
||||||
|
|
||||||
### 1.4.7
|
## 1.4.7
|
||||||
1. Multipage.
|
1. Multipage.
|
||||||
2. Dialogs.
|
2. Dialogs.
|
||||||
3. Render events.
|
3. Render events.
|
||||||
@ -76,21 +76,21 @@ For more samples see a demo
|
|||||||
8. Editable report.
|
8. Editable report.
|
||||||
9. And many others minor fixes and improvements.
|
9. 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(),
|
||||||
@ -109,7 +109,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
|
||||||
@ -125,7 +125,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