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
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
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
7c90a32b20
Page geometry initialization has been fixed
2021-12-26 13:40:55 +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
Arin Alexander
9b46cbce78
Group bands rendering has been fixed
2021-09-16 02:48:07 +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
Константин Макаренков
0353dbb7b4
Fixed: no highlighting of keyword <let>
...
Fixed: no highlighting of strings quoted with apostrophe <`>
Fixed: incorrect highlighting of multi-line comments /* ... */
Fixed: incorrect parentheses if there is an empty string between parentheses chars
2021-06-16 15:05:13 +03:00
Arin Alexander
78b298c2d7
Page number changing during scaling page has been fixed
2021-06-01 23:33:38 +03:00
Arin Alexander
0a32845f82
Memory leak has been fixed
2021-05-24 22:14:24 +03:00
Matias Lavik
4ca5119dd2
#323 : Replace " " with "_" when saving translations.
2021-04-15 20:58:32 +02:00
Arin Alexander
5c7b40c0a0
Loading designer plugin strategy has been changed
2021-04-14 21:21:38 +03:00
Arin Alexander
42cccc7eb3
itemSelectedHasBeenChanged has been fixed
2021-04-14 19:11:14 +03:00
Arin Alexander
03963f3685
getPageFreeSpace(page) has been added to script function manager
2021-04-12 20:22:34 +03:00
Arin Alexander
7e1399857a
Preview page background setting has been fixed
2021-02-20 16:16:58 +03:00
Arin Alexander
e4f1c62f4c
SvgItem has been fixed
2021-02-20 15:40:13 +03:00
Arin Alexander
38e698fc21
mixWitPriorPage property has been added to PageItem
2021-02-17 21:53:55 +03:00
Arin Alexander
088a6eadce
qzint build has been fixed
2021-02-03 22:00:14 +03:00
Arin Alexander
ecbe073791
Russian translation has been updated
2021-01-21 23:50:39 +03:00
Arin Alexander
ab2d8b315a
Merge remote-tracking branch 'origin/feature/not_print_empty_pages' into master
2021-01-20 22:40:44 +03:00
Arin Alexander
06969990d6
Render process signals emitting have been fixed
2021-01-10 23:28:16 +03:00
Alexander Arin
69389eb6c6
Merge pull request #311 from turbin/fixed-crash-issue-dueto-empty-list-reference
...
to fix the crash issue. due to extractAcceptableValue() function was …
2021-01-02 18:31:29 +03:00
turbineyan
e28f466618
to follow the requirement of repo owner, to remove the no use comment and the declaration for including the header file, named qtdebug
2021-01-01 23:47:17 +08:00
Arin Alexander
47500e6699
QTimer singleShot simplified
2020-12-30 00:40:46 +03:00
Arin Alexander
698f7a0171
Added timeout before changing geometry
2020-12-29 23:56:54 +03:00
turbineyan
7e4e6684c6
to fix the crash issue. due to extractAcceptableValue() function was return an empty list
2020-12-27 18:51:03 +08:00
Arin Alexander
4c59d2810c
Fixed splitting vertical layouts
2020-12-25 23:02:33 +03:00
Arin Alexander
f7f8934e79
delete page activation has been fixed
2020-12-21 19:54:54 +03:00
Arin Alexander
9171105b05
Build fixed
2020-11-05 22:31:16 +03:00
Arin Alexander
cdc78f5a0f
Band index generation has been fixed
2020-10-14 16:19:51 +03:00
Arin Alexander
2b06aa0d87
Splittable property has been added to DataFooter and SubDetailFooter
2020-10-13 16:19:09 +03:00
Arin Alexander
4bbc85b79e
notPrintIfEmpty has been added to page item
2020-10-01 02:13:28 +03:00
Arin Alexander
bc402563d9
Render data header has been fixed
2020-09-19 16:02:05 +03:00
Arin Alexander
022b80613b
script highlighter has been fixed
2020-09-17 10:35:48 +03:00
Arin Alexandex
bed346552e
Qt 4 build fixed
2020-08-17 10:04:17 +03:00
Arin Alexandex
2777cbb744
#289 Data source renaming has been fixed
2020-08-16 17:54:44 +03:00
Arin Alexandex
6528943c13
Typos have been fixed
2020-08-12 18:01:20 +03:00
Arin Alexandex
1fb652e134
#286 Alternate colors issue has been fixed
2020-08-12 16:45:05 +03:00
Arin Alexandex
5b127ce99c
#284 Issue has been fixed. The objects will get new names in paste process
2020-08-11 20:37:21 +03:00
Arin Alexandex
6d3e50f387
Script support added to the barcode item
2020-08-10 21:33:49 +03:00
Arin Alexandex
b704dee5c3
#281 Has been fixed
2020-08-08 00:24:20 +03:00
silverhawk89
e74bc09eda
Fix Lime Report Designer's Title Bar not showing Report's Name after saving.
2020-07-28 21:36:13 -04:00
Arin Alexander
ec625fabf4
"Designer crash when open, close and open database connection" issue has been fixed
2020-07-24 10:11:24 +03:00
Arin Alexander
334f590efd
Calculation of subtotals has been fixed
2020-07-14 19:57:29 +03:00
Arin Alexander
1ae5c2fa82
DataSourceManager::clear() has been fixed
2020-06-27 11:23:36 +03:00
Arin Alexander
d6fe74e29e
Finish endless_optimization
2020-06-20 10:10:53 +03:00
Arin Alexander
9aadc5b077
TableBuilder has been fixed
2020-06-04 21:58:33 +03:00
Arin Alexander
aadf643130
Prepared pages loading has been fixed
2020-06-02 14:54:58 +03:00
fralx
acab0853f5
TableBuilder has been fixed
2020-05-25 13:22:02 +03:00
fralx
07f469d4b4
The printing process has been modified
2020-05-20 11:36:39 +03:00
fralx
3c4d384400
dropPrinterMargins property has been added to page
2020-05-19 11:48:43 +03:00
fralx
ed8e1eccb4
ChartItem has been fixed
2020-05-18 22:12:05 +03:00
Arin Alexander
c5ef44c1a9
quote() changed to \"
2020-05-12 14:11:58 +03:00
Arin Alexander
ccf8134012
Using variables in the connection describer has been extended
2020-05-08 14:19:02 +03:00
Arin Alexander
ca6241f61e
Band moving in design mode has been fixed
2020-04-23 21:03:22 +03:00
Arin Alexander
a4acb912a5
removeGap property has been added to PageFooterBand
2020-04-17 12:28:59 +03:00
Arin Alexander
ae535fc9d3
Translation editor fixded
2020-04-09 17:50:49 +03:00
Arin Alexander
72824cfa6c
Build fixed
2020-04-06 22:00:20 +03:00
Arin Alexander
a7db5d51bc
ChartItem has been fixed
2020-04-06 19:48:16 +03:00
Tiziano Bacocco
66ae37525d
Added CMake support for easy embedding inside CMake projects
...
Signed-off-by: Tiziano Bacocco <tizbac2@gmail.com>
2020-04-04 02:34:40 +02:00
Arin Alexander
20d0637f70
Dialog designer has been fixed
2020-03-24 23:42:05 +03:00
Arin Alexander
e12dcd4df9
Redundant code has been removed
2020-03-19 20:59:24 +03:00
Arin Alexander
3a09d1198a
SVGItem default editor has been added
2020-03-19 20:10:56 +03:00
Arin Alexander
3b3790d7bc
SVGItem has been added
2020-03-18 13:34:11 +03:00
Arin Alexander
821c48c331
Band splitting has been fixed
2020-03-06 10:56:53 +03:00
Arin Alexander
2ab1ff425f
Unused buttons removed
2020-03-04 16:26:42 +03:00
HatEmU
02899c10b9
Typos and errors
2020-03-03 03:19:59 +01:00
HatEmU
5626e9b293
supporting the new Q_ENUM() with Q_ENUMS() backwards compatibility.
2020-03-03 03:13:46 +01:00
HatEmU
a8cbf68347
Replaced the deprecated Q_ENUMS() with the currently supported Q_ENUM()
2020-02-17 05:17:02 +01:00
Arin Alexander
6d1444566d
Endless loop on adding not initialized QSqlQueryModels has been fixed
2020-02-27 19:34:52 +03:00
Arin Alexander
cb15a263f0
Qt4 build fixed
2020-02-18 02:16:03 +03:00
Arin Alexander
c53f46bdb7
Qt4 build fixed
2020-02-18 02:03:05 +03:00
Arin Alexander
cdab55a5fd
TableBuilder has been fixed
2020-02-16 16:47:26 +03:00
Arin Alexander
2cb39f1f90
Building with qtscriptengine has been fixed
2020-02-05 09:08:54 +03:00
Arin Alexander
0b422bee3b
Memory leak has been fixed
2020-02-04 17:16:48 +03:00
Arin Alexander
2ac3f7174b
Memory leak has been fixed
2020-02-04 11:40:59 +03:00
Arin Alexander
f73055e347
TOC generation has been fixed
2020-02-03 21:50:28 +03:00
Alexander Arin
ae65a079b0
Print range has been fixed
2020-02-01 20:11:01 +03:00
Arin Alexander
85b3c940d4
ChartItem: Series property editor has been added
2020-01-31 20:00:28 +03:00
Arin Alexander
919173870a
ChartItem has been refactored
2020-01-11 02:11:55 +03:00
Arin Alexander
6eb30918e5
ChartItem: from now chart labels will rotate only if not enough space to draw them horizontally
2020-01-09 21:26:25 +03:00
Arin Alexander
e9e98292f2
Showing the report designer from a console application has been fixed
2020-01-09 21:22:58 +03:00
Alexander Arin
ca965db02a
Second pass has been fixed
2019-12-27 20:19:58 +03:00
Alexander Arin
6a7180346c
Crash on selection "use default connection" has been fixed
2019-12-19 23:40:32 +03:00
Alexander Arin
8328e0146b
ChartItem has been fixed
2019-12-18 23:15:00 +03:00
Arin Alexander
464e0275ba
Increased border size
2019-12-16 14:37:44 +03:00
wartime
8d6cf97a48
Increase line number for every group header
2019-12-15 14:23:50 +08:00
Arin Alexander
634a0c7eaa
Default file name to save preview has been added
2019-12-11 15:01:02 +03:00
Arin Alexander
daef743d10
ChartItem has been fixed
2019-11-26 23:40:36 +03:00
Arin Alexander
a6a8c407a3
Russian translation has been updated
2019-10-17 00:11:27 +03:00
Arin Alexander
40726db745
Layout deletion has been fixed
2019-10-16 22:55:35 +03:00
Arin Alexander
2efe2afa72
Build fixed
2019-10-16 13:43:23 +03:00
Arin Alexander
e3981cfd88
Progress bars have been added to Design and Preview windows
2019-10-16 02:08:45 +03:00
Arin Alexander
ccec7b4164
Invalidating data sources have been improved
2019-10-16 02:06:38 +03:00
Arin Alexander
eaf921501f
print process has been fixed
2019-10-14 23:47:14 +03:00
Arin Alexander
22bd808d2f
build fixed
2019-10-13 15:12:20 +03:00
Arin Alexander
c543bb65f0
build for some compilers has been fixed
2019-10-13 14:28:39 +03:00
Arin Alexander
41bfc5ad71
cancelPrinting() slot has been fixed
2019-10-13 14:20:26 +03:00
Arin Alexander
86177820df
cancelPrinting slot has been added
2019-10-12 23:25:30 +03:00
Arin Alexander
d36defd3dc
version has been changed
2019-10-12 23:10:57 +03:00
Arin Alexander
544dbbf94e
Merge branch 'master' into feature/speed_up
...
# Conflicts:
# limereport/lrbanddesignintf.cpp
# limereport/lrreportengine.cpp
2019-10-12 22:37:32 +03:00
Arin Alexander
5a6ee275a7
Some band improvements have been added. Printing signals have been added. Render & printing speed little bit has been increased
2019-10-12 22:31:35 +03:00
Arin Alexander
9756ddde9c
Cache clearing has been added
2019-10-08 14:18:59 +03:00
Arin Alexander
9b914b05fd
Group functions rendering has been optimized
2019-10-08 13:51:10 +03:00
Arin Alexander
076576ce88
setPageItems method has been fixed
2019-09-23 14:20:00 +03:00
Arin Alexander
5c7c9a1bac
Items alignment tools has been refactored
2019-09-10 22:49:49 +03:00
Arin Alex
3b360e0f71
Qt4 build fixed
2019-09-09 22:33:13 +03:00
Arin Alex
fde44e67c1
Nested scripts have been fixed
2019-09-09 21:25:08 +03:00
Arin Alexander
fa795fe3ab
Qt4 build has been fixed
2019-08-11 12:48:16 +03:00
Rodrigo Torres
c549035c76
Fix compilation
...
Qt4 still have one remaining compiler error
2019-08-10 18:45:27 -03:00
Arin Alexander
4556e3bc78
Image editor has been added
2019-08-07 21:06:47 +03:00
Arin Alexander
afa4bcb9bf
If resourcePath contains a simple path to an image file, that image will be shown in design mode.
2019-08-07 12:40:42 +03:00
Arin Alexander
09e95cd633
Drawing of report items borders has been fixed
2019-07-31 00:28:45 +03:00
Arin Alexander
ae040f58bd
Build fixed
2019-07-24 03:32:39 +03:00
fralx
74371c9af7
Update lrsqleditdialog.ui
2019-07-24 03:25:17 +03:00
Arin Alexander
1a10fc496e
Translations has been fixed
2019-07-24 03:13:23 +03:00
Arin Alexander
c498d96862
CSV tab has been fixed
2019-07-23 18:15:32 +03:00
Arin Alexander
5cc1312dd9
Ruler ha been fixed
2019-07-23 17:06:07 +03:00
Arin Alexander
4fb39eaf35
Polish language has been added to the designer
2019-07-09 12:35:36 +03:00
Arin Alexander
e211838595
Edit mode toollbar has been removed for read only preview mode
2019-07-09 12:28:58 +03:00
Arin Alexander
afcdee3e24
Font editor has been fixed
2019-07-04 20:41:58 +03:00
Arin Alexander
e03175f678
dateFormat and dateTimeFormat functions have been improved
2019-07-01 17:01:55 +03:00
Arin Alexander
ca458dc9a8
Report default units setting parameter has been added
2019-06-30 22:00:01 +03:00
Arin Alexander
a70e84bf50
Locked items movement has been fixed
2019-06-30 12:41:07 +03:00
Arin Alexander
b8ac4de1fe
hideIfEmpty initialization for BarcodeItem has been fixed
2019-06-29 18:40:55 +03:00
Arin Alexander
11cb534608
Fix: geometry changing for locked items is prevented
2019-06-29 18:11:00 +03:00
Arin Alexander
9bf0ba0ded
Print process has been changed and printBehavior property has been added.
2019-06-28 23:42:35 +03:00
Arin Alexander
f7e1a383e9
geometryLocked property has been added to report items
2019-06-28 20:12:47 +03:00