Arin Alex
|
08eb527165
|
Merge tag '1.7.13' into develop
Finish 1.7.13
|
2024-07-25 21:44:18 +03:00 |
|
Arin Alex
|
a1937e6101
|
Finish 1.7.13
|
2024-07-25 21:44:18 +03:00 |
|
Arin Alex
|
3de208b589
|
bool setDefaultExportDir(const QString& dirname) has been added
|
2024-07-25 21:44:11 +03:00 |
|
Arin Alex
|
32a78bbe8e
|
Merge tag '1.7.12' into develop
Finish 1.7.12
|
2024-07-25 18:36:45 +03:00 |
|
Arin Alex
|
570aaa734f
|
Finish 1.7.12
|
2024-07-25 18:36:45 +03:00 |
|
Arin Alex
|
f171b906eb
|
Comments have been removed
|
2024-07-25 18:36:41 +03:00 |
|
Arin Alex
|
66f1e6434f
|
Merge tag '1.7.11' into develop
Finish 1.7.11
|
2024-07-25 18:32:44 +03:00 |
|
Arin Alex
|
7c7157417a
|
Finish 1.7.11
|
2024-07-25 18:32:44 +03:00 |
|
Arin Alex
|
9de9cc3ebf
|
Layout undo has been fixed
|
2024-07-25 18:32:30 +03:00 |
|
Arin Alex
|
c082122c70
|
Merge tag '1.7.10' into develop
Finish 1.7.10
|
2024-07-24 22:45:08 +03:00 |
|
Arin Alex
|
f3d2efe8ca
|
Finish 1.7.10
|
2024-07-24 22:45:08 +03:00 |
|
Arin Alex
|
d97e7e9abe
|
Default item paddings have been added to report settings.
|
2024-07-24 22:44:58 +03:00 |
|
Arin Alex
|
09780a4759
|
Merge tag '1.7.9' into develop
Finish 1.7.9
|
2024-07-18 21:47:06 +03:00 |
|
Arin Alex
|
e833461923
|
Finish 1.7.9
|
2024-07-18 21:47:06 +03:00 |
|
Arin Alex
|
5e17afb5de
|
currentReportsDir using fixed
|
2024-07-18 21:46:54 +03:00 |
|
Arin Alex
|
6f3b1ba989
|
Merge tag '1.7.8' into develop
Finish 1.7.8
|
2024-06-06 22:44:47 +03:00 |
|
Arin Alex
|
b4b2da8330
|
Finish 1.7.8
|
2024-06-06 22:44:47 +03:00 |
|
Arin Alex
|
0d12ce50e5
|
Background color rendering has been fixed
|
2024-06-06 22:44:02 +03:00 |
|
Arin Alex
|
ee418b048a
|
Merge tag '1.7.7' into develop
Finish 1.7.7
|
2024-05-08 17:46:25 +03:00 |
|
Arin Alex
|
86df3b179a
|
Finish 1.7.7
|
2024-05-08 17:46:25 +03:00 |
|
Arin Alex
|
8a09d5adcd
|
Redundant item creator registration has been fixed
|
2024-05-08 17:46:13 +03:00 |
|
arin.alex
|
727a72a8dc
|
Merge tag '1.7.7' into develop
Finish 1.7.7
|
2024-03-31 15:20:20 +03:00 |
|
arin.alex
|
caf9f3867d
|
Finish 1.7.7
|
2024-03-31 15:20:20 +03:00 |
|
arin.alex
|
e6321e36fb
|
Printing big pages has been fixed
|
2024-03-31 15:20:09 +03:00 |
|
Alexander Arin
|
5139ac0ab0
|
Merge pull request #452 from DmitryZagorodnev/feature/dataRoles
Feature/data roles
|
2024-03-30 14:16:02 +03:00 |
|
Dmitry Zagorodnev
|
4c1c0c49e6
|
Add: added a function to get an arbitrary role of a model item
Example:
$D{appdata.Column_1}
$S{
var vRow = line('DataBand1') - 1;
// 8 - Qt::BackgroundRole
var vColor = getFieldByRowIndexEx('appdata.Column_1', vRow, 8);
THIS.backgroundColor = LimeReport.color('lightgray');
if(vColor > '')
{
THIS.backgroundColor = vColor;
}
''
}
Added several functions to get extended information from the model
- getFieldByRowIndexEx2(fieldName, rowIndex, roleName), default:
Qt::DisplayRole
- getHeaderData(fieldName, roleName), default: Qt::DisplayRole
- getHeaderColumnNameByIndex(datasourceName, columnIndex), default:
Qt::UserRole or Qt::DisplayRole
- getColumnCount(datasourceName), default: -1
|
2024-03-26 13:41:22 +03:00 |
|
Arin Alex
|
95804d40f9
|
Merge tag '1.7.6' into develop
Finish 1.7.6
|
2024-01-14 21:08:53 +03:00 |
|
Arin Alex
|
0007495fe5
|
Finish 1.7.6
|
2024-01-14 21:08:53 +03:00 |
|
Arin Alex
|
98e181b158
|
addCSV has been added to IDataSourceManager
|
2024-01-14 21:08:34 +03:00 |
|
Alexander Arin
|
d10a627976
|
Merge pull request #446 from python-LimeReport/chore/update-version-info
chore: update version info
|
2023-09-08 16:07:14 +03:00 |
|
|
57df5eba3a
|
chore: update version info
Update version info in cmake, qmake and REAMDE.md
|
2023-08-29 17:31:07 +00:00 |
|
Arin Alex
|
ae929feddb
|
Merge tag '1.7.5' into develop
Finish 1.7.5
|
2023-08-16 16:04:02 +03:00 |
|
Arin Alex
|
f73342dc20
|
Finish 1.7.5
|
2023-08-16 16:04:02 +03:00 |
|
Arin Alex
|
f097b89280
|
Updated Russian translation.
|
2023-08-16 14:15:01 +03:00 |
|
Arin Alex
|
4f6bd2497c
|
Merge tag '1.7.4' into develop
Finish 1.7.4
|
2023-05-01 09:26:49 +03:00 |
|
Arin Alex
|
6a623a9ecb
|
Finish 1.7.4
|
2023-05-01 09:26:49 +03:00 |
|
Arin Alex
|
f1903147a6
|
return value has been fixed
|
2023-05-01 09:26:41 +03:00 |
|
Alexander Arin
|
289ad33c07
|
Merge pull request #436 from mandauhitam/patch-1
Update qzint.h on <QObject>
|
2023-04-28 19:55:58 +03:00 |
|
Erfan Huda
|
682b2d953f
|
Update qzint.h on <QObject>
Update the missing includepath of QObject in line 3X.
|
2023-04-27 22:39:35 +07:00 |
|
Arin Alexander
|
1abe679a77
|
Merge tag '1.7.3' into develop
Finish 1.7.3
|
2023-04-11 13:40:12 +03:00 |
|
Arin Alexander
|
491b78752c
|
Finish 1.7.3
|
2023-04-11 13:40:12 +03:00 |
|
Arin Alexander
|
a7cdb28b4a
|
Keep bottom space has been fixed
|
2023-04-11 13:39:54 +03:00 |
|
rangemastersystems
|
2b388b02fe
|
Merge branch 'fralx:master' into master
|
2023-03-15 09:39:13 +03:00 |
|
Dmitry Zagorodnev
|
87eae706e5
|
Fix: replace fakeMarginSize() -> marginSize()
* В алгоритмах расчета размеров объекта использовалась функция
fakeMarginSize() увеличивающая отступы на 5px.
|
2023-03-15 09:35:59 +03:00 |
|
Dmitry Zagorodnev
|
fbfe26aa53
|
Fix: lrtextitem.cpp
* fakeMarginSize - убрал +5px постоянный размер прогала
|
2023-03-14 17:49:38 +03:00 |
|
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 |
|
Arin Alex
|
7e46851805
|
Merge tag 'version/1.7.2' into develop
Finish version/1.7.2
|
2023-02-07 19:21:29 +03:00 |
|
Arin Alex
|
a969d3452b
|
Finish version/1.7.2
|
2023-02-07 19:21:29 +03:00 |
|