0
0
mirror of https://github.com/fralx/LimeReport.git synced 2024-12-26 09:28:11 +03:00
Commit Graph

298 Commits

Author SHA1 Message Date
Arin Alexander
9980966f21 Databrowser fixed 2017-10-27 21:10:59 +04:00
Arin Alexander
d46201ca21 Version changed 2017-10-26 13:32:16 +04:00
Arin Alexander
4695ac716c Qt4 build fixed 2017-10-26 13:11:33 +04:00
Arin Alexander
845c609c86 Database connection fixed 2017-10-24 01:49:30 +03:00
Arin Alexander
d51579e1fc Changing the location of the report item has been fixed 2017-10-12 22:00:17 +03:00
Arin Alexander
881fc08024 propertydelegate fixed 2017-10-03 19:05:46 +03:00
Matthias Ramsauer
be1cc163cd Datasources like Postgres Databases return binary data not in is real format.
In Postgres for example you can select if you want to get the data
as 'hex', 'base64' or some octal format encoded.
2017-09-29 17:46:32 +02:00
Arin Alexander
6ad792d2cf Headers have bin fixed 2017-09-27 13:04:56 +03:00
Arin Alexander
f76d9c839b HorizontalLayout has been updated 2017-09-21 22:02:13 +03:00
Arin Alexander
ea74221121 HorizontalLayout has been fixed 2017-09-21 14:43:54 +03:00
Arin Alexander
8f0f44bd64 The update of data sources was added if they contain changed variables 2017-09-19 22:00:52 +03:00
Arin Alexander
b068ba0a76 Page renaming has been fixed 2017-08-19 01:24:20 +03:00
Arin Alexander
97d61335e5 Pages reordering has been added 2017-08-19 01:16:55 +04:00
Arin Alexander
ea844a0405 Context menu for multi selected items has been fixed 2017-08-15 01:21:59 +03:00
Arin Alexander
96e8fd06bd Splittable band has been fixed 2017-08-14 22:39:38 +03:00
Arin Alexander
987b44e562 #IS_FIRST_PAGEFOOTER has been fixed 2017-07-24 22:44:24 +03:00
Arin Alexander
5e8305f44f #IS_LAST_PAGEFOOTER & #IS_FIRST_PAGEFOOTER variables have been added 2017-07-21 20:35:33 +03:00
Arin Alexander
0e870003e3 Page items zValue has been changed 2017-07-14 17:39:47 +03:00
Arin Alexander
c6d5e23ddf Subdetail headers render for column mode has been fixed 2017-07-11 12:44:52 +03:00
Arin Alexander
fa2ef0f643 Build has been fixed 2017-06-30 13:52:17 +03:00
Arin Alexander
c3ff1ff462 Subdetail header render has been fixed 2017-06-30 13:22:41 +03:00
Arin Alexander
9c95206dfe Band names translation has been fixed 2017-06-30 13:21:16 +03:00
Arin Alexander
36d72a5756 Script function names have been translated 2017-06-29 03:16:30 +03:00
Arin Alexander
774f334e40 Fix #79: qDebug "render time" message 2017-06-29 02:46:48 +03:00
Arin Alexander
e3d01f1451 Band names translation has been added 2017-06-29 02:32:42 +03:00
Arin Alexander
bf38d57406 Band location has been fixed 2017-06-29 00:55:16 +03:00
Arin Alexander
f671c3a347 Object properties translation has been updated 2017-06-28 18:40:55 +03:00
Arin Alexander
1354c4a253 Russian translation has been fixed 2017-06-28 16:58:01 +03:00
Arin Alexander
b87009e1de Callback datasource has been fixed 2017-06-23 16:03:50 +03:00
Arin Alexander
a43739e91a Page items have been fixed 2017-06-23 09:57:02 +03:00
Arin Alexander
b0538393d1 Callback datasource columnIndexByName() has been fixed 2017-06-21 23:53:26 +03:00
Arin Alexander
0d64591085 Callback datasource has been fixed 2017-06-20 05:59:39 +03:00
Arin Alex
2c0e343c55 Static build has been fixed.
CONFIG no_zint & static_build flags have been added
2017-06-16 03:06:09 +03:00
Arin Alex
ad99677d9c "THIS" pointer to report item has been fixed 2017-06-16 03:03:40 +03:00
Arin Alexander
6a42e0c46c Static build has been fixed 2017-06-14 12:07:02 +03:00
Arin Alexander
b17aadb2bb Using group functions in the horizontal layout items has been fixed 2017-06-13 17:48:22 +03:00
Arin Alexander
6ed6beb395 build without zint has been fixed 2017-06-13 13:03:38 +03:00
Arin Alexander
41d09a15ea Nested groups has been fixed for callback datasources (Thanks to Louis Coetzer) 2017-06-12 13:36:30 +03:00
Arin Alexander
801b3b4922 Static build has been fixed 2017-06-12 13:11:00 +03:00
Arin Alexander
0786ee1f32 Group function pattern has been fixed 2017-06-07 23:47:43 +03:00
Arin Alexander
2312c21d84 followTo has been fixed 2017-05-15 20:30:54 +03:00
Arin Alexander
e3df7c88d1 Print range from QPrinter fix 2017-04-21 23:03:56 +03:00
Arin Alexander
b3529ffd0c TextItem render has been fixed 2017-04-20 21:09:52 +03:00
Andy Maloney
94db98d596 Optionally monitor changes to files loaded with ReportEngine::loadFromFile()
When using the designer as a stand alone application and the renderer/preview in the
user application, the preview window would have to be closed and opened again every
time a change was made to the report.

This change adds an optional QFileSystemWatcher to monitor changes to the report file
and automatically refreshes the preview in the application when it is saved.

It may be turned on using the new parameter to ReportEngine::loadFromFile().

If the preview window is open in the application and the file name changes or the file is
removed, inform the user and close the preview window.
2017-04-19 22:43:48 -04:00
Andy Maloney
e786a9a6e6 Fix spelling: slotPreviewWindowDestroed -> slotPreviewWindowDestroyed 2017-04-19 21:48:37 -04:00
fralx
fae194b36f Merge pull request #72 from asmaloney/fix-crash
Fix crash when cutting an item using the context menu
2017-04-10 11:18:53 +03:00
fralx
fa96013d82 Merge pull request #71 from asmaloney/missing-initialization
Add missing initializers
2017-04-10 11:18:26 +03:00
fralx
a5231058ec Merge pull request #70 from asmaloney/fix-shadows
Fixes some shadowed vars & avoids string copies using const refs
2017-04-10 11:17:38 +03:00
fralx
a09006125d Merge pull request #69 from asmaloney/fix-spelling
Corrects spelling of method name
2017-04-10 11:17:10 +03:00
fralx
6105051d27 Merge pull request #66 from asmaloney/fix-returning-deleted-data
Ensure we aren't returning data that has been deleted …
2017-04-10 11:15:56 +03:00