0
0
mirror of https://github.com/fralx/LimeReport.git synced 2025-04-03 16:03:46 +03:00
Commit Graph

1790 Commits

Author SHA1 Message Date
yanis60
8e097460cd
removed autogen files 2024-06-26 17:26:47 +01:00
yanis60
2c2fc4cff5
removed 'Nouveau dossier' folder 2024-06-23 20:20:13 +01:00
yanis60
6586e39710
Delete .vscode/settings.json 2024-06-23 20:10:00 +01:00
yanis60
c86652f262
Update CMakeLists.txt 2024-06-22 13:57:45 +01:00
yanis60
5bca855318
updated CMAKELIST 2024-06-22 13:56:10 +01:00
yanis60
67a8907e3a
Delete RolYQr.json 2024-06-22 13:52:09 +01:00
yanis60
7fa1960ac5
Delete rGdIIO.json 2024-06-22 13:51:18 +01:00
yanis60
81cb57084c
Delete limereport/win32/debug/moc/mocinclude.opt 2024-06-22 09:45:25 +01:00
yanis60
25f86cc831
Update README.md 2024-06-22 09:44:56 +01:00
yanis60
1ffb7c1b44
Delete OKQmAj.json 2024-06-22 09:44:27 +01:00
yanis60
d1671a1de2
restored cmakeList 2024-06-22 09:42:36 +01:00
yanis60
6709630a36
removed requested files 2024-06-20 15:32:23 +01:00
yanis60
2ae833e42b
Delete common_REMOTE_946.pri 2024-06-20 15:23:06 +01:00
yanis60
cb91867faf
Delete CMakeLists.txt 2024-06-20 15:22:48 +01:00
yanis60
fff1d3cc9c
Delete common_BASE_946.pri 2024-06-20 15:20:30 +01:00
yanis60
ed59282c90
Delete common_BACKUP_946.pri 2024-06-20 15:19:00 +01:00
yanis60
be650ddaa4
Delete designer/win32/release/moc/moc_predefs.h 2024-06-20 13:52:22 +01:00
yanis60
b421cf777b
Delete lrdview/win32/release/moc/moc_predefs.h 2024-06-20 13:52:06 +01:00
yanis60
91c31b4b02
Delete limereport/win32/release/moc/moc_predefs.h 2024-06-20 13:51:46 +01:00
yanis60
6d91da64cd
Delete demo_r2/win32/release/moc/moc_predefs.h 2024-06-20 13:46:43 +01:00
yanis60
ddaf74f6d9
Delete demo_r1/win32/release/moc/moc_predefs.h 2024-06-20 13:45:27 +01:00
yanis60
74bc990388
Delete 3rdparty/win32/release/moc/moc_predefs.h 2024-06-20 13:39:52 +01:00
yanis60
c31cc00d4f
Delete 3rdparty/object_script.QtZintd.Debug 2024-06-20 13:39:34 +01:00
yanis60
fe38182633
Delete 3rdparty/object_script.QtZint.Release 2024-06-20 13:39:13 +01:00
yanis60
8ae8304bf6
Update CMakeLists.txt 2024-06-06 23:32:08 +01:00
yanis60
9692654a24 fixed conflicts 2024-06-06 23:23:34 +01: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
yanis60
a860897b88 fixing conflicts 2024-06-05 18:49:30 +01:00
yanis60
17e729b09c fixing merge conflicts 2024-06-05 18:29:40 +01:00
yanis60
84c0f652d8 removed sort case sensitivity 2024-05-30 17:26:00 +01:00
yanis60
8915075561 added proxyModel to filter datasource for groupHeader 2024-05-29 08:26:18 +01:00
yanis60
7b7d4add4e added border for page and lrgroupbands has a sorting property 2024-05-25 21:10:14 +01:00
yanis60
9d10ad6227 added border for page and lrgroupbands has a sorting property 2024-05-25 21:09:19 +01: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