0
0
mirror of https://github.com/fralx/LimeReport.git synced 2024-12-23 16:22:58 +03:00
Commit Graph

1689 Commits

Author SHA1 Message Date
Dmitry Zagorodnev
fede9963be Fix: lrcompletermodel.h -> child(int row) 2023-03-09 15:32:48 +03:00
Dmitry Zagorodnev
de850125aa Fix: lrcompletermodel access to null ptr 2023-02-20 14:29:32 +03:00
Dmitry Zagorodnev
56e145ecd8 Fix: lrcompletermodel.h out of range 2023-02-20 14:24:25 +03:00
Dmitry Zagorodnev
77d9d44df6 Fix: ReportEnginePrivate::exportReport Не работал экспорт при пустом
параметре
2023-01-19 15:10:02 +03:00
Dmitry Zagorodnev
29189c522d Merge remote-tracking branch 'refs/remotes/origin/master' 2022-10-24 15:24:38 +03:00
Dmitry Zagorodnev
2c5ed82376 Fix: ImageItem::paint 2022-10-24 14:57:31 +03:00
Dmitry Zagorodnev
4903abc408 + 2022-10-24 13:07:25 +03:00
Dmitry Zagorodnev
2059a2a164 Fix: ImageItem added isEmpty 2022-10-20 14:25:53 +03:00
Alexander Arin
adc74053e3
Update README.md
travis badge removed
2022-10-12 18:46:15 +03:00
Alexander Arin
9c5a219ceb
Update README.md
cmake badge added
2022-10-12 18:33:07 +03:00
Alexander Arin
6f58847785
Update README.md
cmake badge added
2022-10-12 18:31:07 +03:00
Alexander Arin
3361113946
Update README.md
cmake bage added
2022-10-12 18:27:39 +03:00
Alexander Arin
710626c6c8
Merge pull request #410 from Jihadist/master
Create github actions pipeline
2022-10-12 01:56:32 +03:00
Anton
0944aa15bd Create github actions pipeline 2022-09-17 14:16:24 +03:00
Alexander Arin
f359509a32 Finish 1.6.7 2022-08-23 01:31:24 +03:00
Alexander Arin
b6839a509a build has been fixed 2022-08-23 01:31:12 +03:00
Arin Alex
a865e92a23 Fixed some deprecation warnings 2022-07-19 00:43:54 +03:00
Arin Alex
1b1c0d52bc TextItem: Value trimming behavior has been fixed 2022-07-18 18:45:09 +03:00
Alexander Arin
aeafc9e3b3
Merge pull request #405 from liufeijin/patch-5
Update lrfactoryinitializer.cpp
2022-07-16 02:42:21 +03:00
Arin Alex
64193a18d0 QRegularExpression usage has been fixed
Qt6 drag&drop has been fixed
2022-07-16 02:35:34 +03:00
liufeijin
a2c3f6bf5a
Update lrfactoryinitializer.cpp
lose barcode item when use static build  fixed
2022-07-13 11:54:00 +08:00
Alexander Arin
3a0a77a2e2
Merge pull request #401 from lifof/master
Qt6 build fix and other tweaks related to #399
2022-06-02 11:54:24 +03:00
Youssef BEDDAD
8575dd25d3 Update:
- added missing lrchartaxiseditor to CMakeLists.txt to fix LRDesigner and demo_r1 builds
 - added -qt${QT_VERSION_MAJOR} to demo_r1 and LRDesigner CMakeLists.txt project files
2022-05-21 20:30:14 +01:00
Youssef BEDDAD
f561bfa8f3 Update:
- Fixed LRDesigner build complaining about PrintSupport and Qml
2022-05-21 14:49:23 +01:00
Youssef BEDDAD
593112ccb1 Update:
- add -qt{QT_MAJOR_VERSION} at the end of the created library
2022-05-20 12:41:09 +01:00
Youssef BEDDAD
747346b413 Update:
- setResizeMode is no longer available on Qt6
( I think the setSectionResizeMode from Qt5 was reintroduced in Qt6 LTS )
2022-05-20 12:33:36 +01:00
Youssef BEDDAD
c622a5a009 Update:
- Adding an ifdef condition to discard Q_DECLARE_METATYPE(QLocale::Language) from compilation on Qt6
2022-05-20 12:28:08 +01:00
Youssef BEDDAD
e34023931f Update:
- Added -USE_QT6 in order to choose what to build instead of the default behaviour.
2022-05-20 12:21:41 +01:00
Alexander Arin
87ea7500a3
Merge pull request #394 from liufeijin/patch-3
Update lrchartitem.cpp
2022-03-24 00:56:44 +03:00
Alexander Arin
6a2d2e9895
Merge pull request #391 from emil-sawicki9/bugfix/editing-series-names-in-dialog
Bugfix/changing name using table widget
2022-03-20 21:40:39 +03:00
Alexander Arin
49b01991ac
Merge pull request #390 from emil-sawicki9/feature/axis-range-scaling
Feature/new axis scaling
2022-03-20 21:40:15 +03:00
Alexander Arin
34420cd9cd
Merge pull request #392 from emil-sawicki9/feature/modal-preview-window
Set render preview window to be modal
2022-03-20 21:39:56 +03:00
liufeijin
ffe04642f8
Update lrchartitem.cpp
Qt6.2.4  has no width() to be use boundingrect().width()
2022-03-20 21:12:28 +08:00
Alexander Arin
56b2a11b8a
Donation bage removed
PayPal closed support for me, now there is no way to support the project
2022-03-18 13:34:54 +03:00
Emil Sawicki
bdbb9b6f61 Set render preview window to be modal 2022-03-15 09:20:52 +01:00
Emil Sawicki
0d81e20772 Fix changing name using table widget 2022-03-14 15:49:03 +01:00
Emil Sawicki
b1f321d637 Fixed dialog modality 2022-03-14 15:35:52 +01:00
Emil Sawicki
b08fc0a044 Fixed normal axis scale for negative values 2022-03-14 15:02:56 +01:00
Emil Sawicki
8135ca07cf Fix setting manual step to be float 2022-03-14 10:04:13 +01:00
Emil Sawicki
c45aef0efd Add type for axis data for corner cases 2022-03-13 22:49:39 +01:00
Emil Sawicki
e7a301c8b6 Fixed reversing y axis 2022-03-13 11:13:22 +01:00
Emil Sawicki
55c5e577fb Fix default values in axis property editor 2022-03-13 07:26:25 +01:00
Emil Sawicki
f684acd53b Fix position calculation 2022-03-13 07:02:52 +01:00
Emil Sawicki
a77225af5d Add axis property dialog 2022-03-10 20:35:48 +01:00
Emil Sawicki
8d4b1aaadc Extend Axis data class 2022-03-08 23:44:49 +01:00
Alexander Arin
2ccb2faf18
Merge pull request #388 from emil-sawicki9/feature/add-horizontal-legend
Feature/add horizontal legend
2022-03-08 22:54:46 +03:00
Emil Sawicki
9bde04feca Fixed legend size when resizing font 2022-03-06 15:00:55 +01:00
Emil Sawicki
47ba3d0b4f Update font size if there is not enough space 2022-03-05 17:36:37 +01:00
Emil Sawicki
2ce293f85d Add comments explaining calculations 2022-03-05 16:40:12 +01:00
Emil Sawicki
f03ccdd23b Fix diagram size when legend is showed 2022-02-15 17:39:14 +01:00