0
0
mirror of https://github.com/fralx/LimeReport.git synced 2024-12-26 01:24:39 +03:00
Commit Graph

1073 Commits

Author SHA1 Message Date
Alexander Arin
bc8c5b2c8c Merge tag '1.6.6' into develop
Finish 1.6.6
2022-02-01 00:15:09 +03:00
Alexander Arin
bc7666c351
Merge pull request #380 from emil-sawicki9/feature/charts-x-axis
Added grid chart with x axis
2022-02-01 00:01:08 +03:00
Emil Sawicki
df0e4d8393 Fix vertical axis labels padding 2022-01-30 17:46:04 +01:00
Emil Sawicki
74c0f52369 Update font calculation 2022-01-30 17:02:24 +01:00
Emil Sawicki
25dff69679 Fix drawing vertical lines in grid chart 2022-01-29 08:57:50 +01:00
Emil Sawicki
2452e37334 Add x axis field combobox to chart editor 2022-01-28 07:05:55 +01:00
Emil Sawicki
7a4b3646e3 Update code 2022-01-27 19:57:53 +01:00
Emil Sawicki
0369137800 Add property to draw lines in grid 2022-01-27 19:51:40 +01:00
Emil Sawicki
d0830a7a37 Handle horizontal bars 2022-01-27 19:20:44 +01:00
Alexander Arin
936377e652 Merge tag '1.6.4' into develop
Finish 1.6.4
2022-01-26 20:15:32 +03:00
Alexander Arin
11f6f30c3a Group footer band rendering has been fixed 2022-01-26 20:15:21 +03:00
Emil Sawicki
5dac77083f Get axis label using method 2022-01-25 20:05:18 +01:00
Emil Sawicki
fdee26a2b8 Add grid chart 2022-01-25 19:46:14 +01:00
Emil Sawicki
b0f45f55a4 Fix compilation 2022-01-25 19:28:32 +01:00
Emil Sawicki
a3ffc08d49 Add x axis 2022-01-25 19:13:00 +01:00
Alexander Arin
fdf7807cfb
Merge pull request #373 from emil-sawicki9/feature/drawing-chart-refactoring
Refactor axis data. Remove duplicate paint code
2022-01-22 19:33:33 +03:00
Emil Sawicki
096336ed40 Fix text offset for vertical lines 2022-01-21 08:14:21 +01:00
fralx
9e16776c1b Merge tag '1.6.3' into develop
Finish 1.6.3
2022-01-20 03:45:39 +03:00
fralx
69b18d2955 Group functions have been fixed 2022-01-20 03:45:23 +03:00
Emil Sawicki
dfa378970f Refactor axis data. Remove duplicate paint code 2022-01-18 10:56:05 +01:00
fralx
5c5bb2544d Merge tag '1.6.2' into develop
Finish 1.6.2
2022-01-12 16:52:15 +03:00
fralx
c11e47b1cb Segment intersection value calculation has been fixed 2022-01-12 16:52:01 +03:00
Emil Sawicki
e3bd7e05d5 Refactor min and max values 2022-01-05 12:13:05 +01:00
fralx
3dec898240 Merge tag '1.6.1' into develop
Finish 1.6.1
2021-12-26 13:41:24 +03:00
fralx
7c90a32b20 Page geometry initialization has been fixed 2021-12-26 13:40:55 +03:00
fralx
94a613f963 Merge tag '1.6.0' into develop
Finish 1.6.0
2021-12-24 15:49:36 +03:00
Alexander Arin
c7eec9160d QT_VERSION < 0x060000 -> (QT_VERSION < QT_VERSION_CHECK(5, 15, 1))
page order has been fixed when TOC page is present and some pages are not printable
2021-12-16 00:13:39 +03:00
Alexander Arin
37b929459b Completer refactored 2021-11-03 00:40:16 +03:00
Alexander Arin
8efb6792a3 support of Qt6 2021-11-02 22:30:29 +03:00
Alexander Arin
fa3645c389 resize function has been added to the report preview widget 2021-11-01 20:11:55 +03:00
Alexander Arin
10060fa07f Merge tag '1.5.90' into develop
Finish 1.5.90
2021-10-05 17:42:59 +03:00
Alexander Arin
02cf3ed6c1 resize function has been added to the report preview widget 2021-10-05 17:42:37 +03:00
Arin Alexander
a0a1b42c44 Merge tag '1.5.90' into develop
Finish 1.5.90
2021-09-16 02:48:25 +03:00
Arin Alexander
9b46cbce78 Group bands rendering has been fixed 2021-09-16 02:48:07 +03:00
fralx
296fc475fd Merge tag '1.5.88' into develop
Finish 1.5.88

# Conflicts:
#	limereport/limereport.pri
#	limereport/limereport.pro
2021-09-11 19:29:52 +03:00
fralx
1ec6aeef7e ReportFooter splitting has been fixed 2021-09-11 19:03:03 +03:00
Rodrigo Torres
00abe9371b Fix compilation on Qt 6.0 2021-08-24 04:48:18 -03:00
Rodrigo Torres
d704b495dc Fix version 2021-08-24 04:30:38 -03:00
Rodrigo Torres
67d8146b9c WIP 2021-08-24 04:22:30 -03:00
Rodrigo Torres
fa6cbef6a7 WIP 2021-08-24 02:37:40 -03:00
Rodrigo Torres
7dad9d700b WIP 2021-08-23 02:07:08 -03:00
Rodrigo Torres
53683a8c89 Properly detect Qt 6
It doesn't compile yet on Qt 6 but I'm working on it.
2021-08-20 13:50:06 -03:00
Rodrigo Torres
fabb63ada2 Update copyright year 2021-08-18 14:21:36 -03:00
Rodrigo Torres
e96e1a9adc Simplify .pro/.pri 2021-08-18 14:14:37 -03:00
Rodrigo Torres
0561598df2 Consistency 2021-08-17 23:32:45 -03:00
Rodrigo Torres
9705fb970c Fix some warnings 2021-08-17 22:57:25 -03:00
Rodrigo Torres
df7670d136 Fix compilation in old Qt versions 2021-08-17 22:28:41 -03:00
Rodrigo Torres
ffd82a18ca Fix if 2021-08-17 22:06:42 -03:00
atom
50505215e6 Update CMakeLists 2021-08-16 15:16:35 +03:00
Константин Макаренков
6bfc6be9fb Script highlighter fixes
Fixed: keywords and numbers at the end of the line were not highlighted
2021-06-18 16:04:39 +03:00