Arin Alexander
6a42e0c46c
Static build has been fixed
2017-06-14 12:07:02 +03:00
Arin Alexander
801b3b4922
Static build has been fixed
2017-06-12 13:11:00 +03:00
Arin Alexander
e3df7c88d1
Print range from QPrinter fix
2017-04-21 23:03:56 +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
ce3a905c55
Database connections have been refactored
...
keepDbCredentials property has been added to Connection
setPassPharse(QString& passPharse) method has been added to ReportEngine
IDbCredentialsProvider interface has been added
registerDbCredentialsProvider(IDbCredentialsProvider *provider) has been
added to IDataSourceManager
2017-02-16 04:24:34 +03:00
Arin Alexander
7af7a16840
fix #59 setResultEditable(bool value) has been added
2017-02-03 14:20:30 +03:00
Arin Alexander
afc8ad77b2
Group functions have been refactored. From now they can use script expression in value parameter
2017-01-28 03:49:26 +03:00
Arin Alexander
2af7c5c7dd
Fix : #57 Callback DataSource initialized before signals/slots are connected
2017-01-05 14:46:06 +03:00
Arin Alexander
791efd136e
Merge branch 'master' into 1.4
...
# Conflicts:
# limereport/lrreportengine.cpp
2016-12-13 12:51:47 +03:00
Arin Alexander
97bd5e4584
Fix #56 isBusy has been added to ReportEngine
2016-12-13 12:47:55 +03:00
Arin Alexander
c3cc76ca8b
Pagination has been fixed
2016-09-16 02:59:56 +04:00
Arin Alex
4370182106
Merge branch 'master' into 1.4
...
Conflicts:
limereport/lrpreviewreportwindow.cpp
limereport/lrpreviewreportwindow.h
limereport/report.qrc
2016-08-08 15:53:39 +03:00
Arin Alex
4970b09327
Show ToolBar action has been added to preview window
2016-08-08 15:50:04 +03:00
Arin Alex
7a1a3ac34a
Merge branch 'master' into 1.4
2016-08-02 22:33:43 +03:00
Arin Alex
7ce974090e
Fix #46 Allow to customize the Preview dialog
...
hints (ShowAllPreviewBars, HidePreviewToolBar, HidePreviewMenuBar, HidePreviewStatusBar, HideAllPreviewBar) have been added to preview method
2016-08-02 22:33:33 +03:00
Arin Alexander
b55582fad2
Merge branch 'master' into 1.4
...
# Conflicts:
# limereport/lrreportengine.cpp
# limereport/lrreportengine_p.h
2016-06-25 00:33:44 +04:00
Arin Alex
ac98da1394
ReportSettings have been added to report items
2016-06-24 23:22:24 +03:00
Arin Alexander
fecf863f7c
Version 1.4 initial commit
2016-06-10 19:05:18 +04:00
Arin Alexander
8d3dd7c09b
oldPrintMode property has been added for previous versions compatibility
2016-05-26 23:19:12 +04:00
Arin Alexander
4743cd1fe6
Redundant code has been removed
2016-04-21 18:28:20 +03:00
Arin Alexander
fab352c81c
Fix #30 Destroying a report engine does not destroy all it's windows and lead to crash
2016-04-21 17:53:31 +03:00
Arin Alexander
2e4ee6ca05
Fix #28 signal saveFinished has been added
2016-04-21 17:44:58 +03:00
Arin Alexander
cb54963db9
setReportFileName(const QString& fileName) has been added to ReportEngine
2016-04-21 14:58:21 +03:00
Arin Alexander
34e114d7a4
FullPage property has been added
2016-04-21 01:26:14 +04:00
Arin Alexander
43a62bdb7f
.pdf extension will be added to filename if filename has no extension
2016-04-07 21:21:48 +04:00
Arin Alexander
225ee41289
setPreviewWindowIcon, setPreviewWindowTitle added to LimeReport::ReportEngine
2016-04-06 23:03:58 +04:00
Arin Alexander
4f5103e679
Minimize button activated
2016-04-06 21:41:50 +04:00
Arin Alexander
cdd46ff863
createPreviewWidget(QWidget* parent=0) method has been added to ReportEngine
2016-03-31 00:50:21 +04:00
Arin Alexander
36c9b060a9
Merge branch 'pr/19'
2016-03-22 13:44:32 +03:00
newsages
598d4f10ed
Change to subforder project model.
2016-03-21 02:12:30 +01:00