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

1630 Commits

Author SHA1 Message Date
Arin Alexander
e65fbaff42 Merge branch 'master' into develop 2017-06-20 06:02:39 +03:00
Arin Alexander
4aa5f558dd Callback datasource has been fixed 2017-06-20 06:00:53 +03:00
Arin Alexander
b44077b443 Callback datasource has been fixed 2017-06-20 06:00:52 +03:00
Arin Alexander
0d64591085 Callback datasource has been fixed 2017-06-20 05:59:39 +03:00
Arin Alex
1c2de35166 CONFIG qtscriptengine & no_formdesigner have been added 2017-06-16 03:17:17 +03:00
Arin Alex
2e6a7473ea no_zint & static_build flags has been added
# Conflicts:
#	common.pri
2017-06-16 03:10:00 +03:00
Arin Alex
60c45b8832 no_zint & static_build flags has been added 2017-06-16 03:08:28 +03:00
Arin Alex
4e19142358 Version has been changed to 1.4.18 2017-06-16 03:07:07 +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
9e5125c8fb Static build has been fixed 2017-06-14 12:07:40 +03:00
Arin Alexander
7f4510073e Static build has been fixed 2017-06-14 12:07:40 +03:00
Arin Alexander
6a42e0c46c Static build has been fixed 2017-06-14 12:07:02 +03:00
Arin Alexander
4c791e607c Merge branch 'master' into develop
# Conflicts:
#	limereport/lrreportrender.cpp
#	limereport/lrreportrender.h
2017-06-13 19:05:15 +03:00
Arin Alexander
ab7394eacf Using group functions in the horizontal layout items has been fixed 2017-06-13 17:48:59 +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
bd67cf8f12 Build without zint has been fixed
# Conflicts:
#	limereport/limereport.pri
2017-06-13 13:05:36 +03:00
Arin Alexander
67b0889c8d Build without zint has been fixed 2017-06-13 13:04:32 +03:00
Arin Alexander
6ed6beb395 build without zint has been fixed 2017-06-13 13:03:38 +03:00
Arin Alexander
4ca7d7176b Merge branch 'master' into develop
# Conflicts:
#	limereport/lrreportrender.cpp
2017-06-12 13:39:36 +03:00
Arin Alexander
acb0675a93 Finish 1.4.14 2017-06-12 13:36:45 +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
b40d83ab07 Finish 1.4.13 2017-06-12 13:11:18 +03:00
Arin Alexander
a726104669 Finish 1.4.13 2017-06-12 13:11:17 +03:00
Arin Alexander
801b3b4922 Static build has been fixed 2017-06-12 13:11:00 +03:00
Arin Alexander
ffe9a7e67c Finish 1.4.12 2017-06-07 23:48:24 +03:00
Arin Alexander
7405ed59ec Finish 1.4.12 2017-06-07 23:48:24 +03:00
Arin Alexander
0786ee1f32 Group function pattern has been fixed 2017-06-07 23:47:43 +03:00
Arin Alexander
fb494db947 Extended area has been added to page in design mode 2017-06-02 22:11:53 +03:00
Arin Alexander
c4f20b78c1 1.4.11
# Conflicts:
#	limereport/items/lrtextitem.cpp
2017-05-15 20:32:33 +03:00
Arin Alexander
dbd753b4d3 1.4.11 2017-05-15 20:31:20 +03:00
Arin Alexander
2312c21d84 followTo has been fixed 2017-05-15 20:30:54 +03:00
Arin Alexander
27a88969b0 1.4.10 2017-04-21 23:04:25 +03:00
Arin Alexander
c7a5b638e8 1.4.10 2017-04-21 23:04:24 +03:00
Arin Alexander
e3df7c88d1 Print range from QPrinter fix 2017-04-21 23:03:56 +03:00
Arin Alexander
d89fcc53a8 Prevent multi run initscript
Prevent multi run initscript

Prevent multi run initscript &
Build without HAVE_UI_LOADER has been fixed
2017-04-21 00:12:25 +03:00
Arin Alexander
cbf205b728 1.4.9 2017-04-20 21:10:31 +03:00
Arin Alexander
09e1c79b87 1.4.9 2017-04-20 21:10:30 +03:00
Arin Alexander
b3529ffd0c TextItem render has been fixed 2017-04-20 21:09:52 +03:00
fralx
36ed9443f7 Merge pull request #75 from asmaloney/add-file-watcher
Optionally monitor changes to files loaded with ReportEngine::loadFromFile()
2017-04-20 20:56:23 +03:00
fralx
930c4dffdb Merge pull request #74 from asmaloney/fix-spelling
Fix spelling: slotPreviewWindowDestroed -> slotPreviewWindowDestroyed
2017-04-20 20:55:22 +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
Arin Alexander
87da477803 Finish CH_Private_To_Public 2017-04-19 02:04:40 +03:00
Arin Alexander
0f6f2f1536 Merge branch 'develop' into feature/CH_Private_To_Public 2017-04-19 01:58:22 +03:00
Arin Alexander
64c4a7fc3d Icons have been changed 2017-04-19 02:44:57 +04:00
Arin Alexander
1700576394 Qt4 build fixed 2017-04-19 02:04:14 +04:00
Arin Alexander
cb438ceff1 Merge branch 'develop' into feature/CH_Private_To_Public
# Conflicts:
#	limereport/lrreportdesignwidget.cpp
#	limereport/lrreportdesignwidget.h
#	limereport/lrreportdesignwindow.h
2017-04-18 22:21:24 +03:00
Arin Alexander
d0cf6f4961 Finish Dialog_Designer
# Conflicts:
#	limereport/limereport.pri
2017-04-18 21:53:19 +03:00
Arin Alexander
3bdec95a8c Icons have been changed 2017-04-18 21:47:35 +03:00