Arin Alex
ffce341ce1
Merge tag '1.7.15' into develop
...
Finish 1.7.15
# Conflicts:
# console/main.cpp
2024-09-19 20:19:50 +03:00
Arin Alex
472781cbe4
Finish 1.7.15
2024-09-19 20:04:27 +03:00
Arin Alex
8e3cae45e3
Translations state committed
2024-09-19 20:04:19 +03:00
Alexander Arin
c5b9ac265d
Merge pull request #471 from aol-nnov/automate-version-generation
...
Automate version generation
2024-09-19 19:22:50 +03:00
Андрей Лухнов
b534c2bec0
Automate version generation
...
Version is now generated automatically based on git tags.
Both cases are handled: building from git tree and building tarball downloaded from github.
Works for qmake and cmake
2024-09-19 09:42:00 +03:00
Alexander Arin
a9126d51c6
Merge pull request #470 from aol-nnov/update-gitignore
...
Add canonical ignore rules from gitignore.io
2024-09-17 19:36:14 +03:00
Андрей Лухнов
b143441f9c
Add canonical ignore rules from gitignore.io
...
Toolkits: Qt
IDEs: intellij+iml, visualstudiocode, qtcreator
Build Systems: cmake
OSes: linux, macos, windows
2024-09-01 11:00:35 +03:00
Arin Alex
7bef0e2c29
Merge tag '1.7.14' into develop
...
Finish 1.7.14
2024-07-31 20:04:48 +03:00
Arin Alex
5a23da464f
Finish 1.7.14
2024-07-31 20:04:48 +03:00
Arin Alex
e53e7a993b
#467 Fixed
2024-07-31 20:04:27 +03:00
Alexander Arin
f07a356899
removed build for macos 11
2024-07-26 16:44:29 +03:00
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