Alexander Arin
1ca70bbf8b
Merge pull request #472 from aol-nnov/define-codestyle
...
Define codestyle
2024-09-19 23:41:24 +03:00
Андрей Лухнов
0fca7169d3
Define code style and format all source file using clang-format-14
...
except those placed in 3rdparty directories.
2024-09-19 21:09:38 +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
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
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
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
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
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
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
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
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
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
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
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
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
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
a969d3452b
Finish version/1.7.2
2023-02-07 19:21:29 +03:00
Arin Alex
0b830069b2
fix build for c++ < 17
2023-02-07 18:44:00 +03:00
Arin Alex
4f5c27817c
Finish version/1.7.1
2023-02-07 01:02:28 +03:00