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
fralx
79e70adf00
Merge pull request #65 from asmaloney/fix-potential-nullptr-use
...
Fixes a few instances where nullptrs might be dereferenced
2017-04-10 11:14:06 +03:00
Andy Maloney
8ee7fc01e5
Fix crash when cutting an item using the context menu
...
page->cut() is deleting the object, which means that "this" is no longer valid, and then we're trying to call `processPopUpAction()` on it.
2017-04-09 11:43:26 -04:00
Andy Maloney
aa5b4c6a66
Add missing initializers
2017-04-08 21:38:23 -04:00
Andy Maloney
6789b01e79
Fixes some shadowed vars & avoids string copies using const refs
2017-04-08 18:45:58 -04:00
Andy Maloney
64331fbaeb
Corrects spelling of method name
2017-04-08 12:53:05 -04:00
Andy Maloney
942da982ca
Ensure we aren't returning data that has been deleted by setting the pointer to NULL.
2017-04-08 09:42:08 -04:00
Andy Maloney
7ebc42c514
Fixes a few instances where nullptrs might be dereferenced
2017-04-08 09:35:09 -04:00
Andy Maloney
3ae754e3dd
Fix a memory leak in PageDesignIntf::copy()
2017-04-08 09:31:02 -04:00
Andy Maloney
491f7b49d7
Fix "hidden overloaded virtual function" warning
...
I'm presuming that TearOffBand::isUnique() is supposed to override the base class's isUnique(), but it was missing a const...
2017-04-07 23:02:58 -04:00
Arin Alex
6dca8b27cb
Fix #61 AutoHeight overlapping
2017-04-05 00:58:04 +03:00
Arin Alexander
97365e0f4d
borderLineSize has been fixed
2017-03-09 14:00:02 +03:00
Arin Alexander
d86c6f226b
Group functions have been fixed
2017-03-07 19:09:13 +03:00
Arin Alexander
55364608c3
Nested groups has been fixed
2017-03-06 18:46:16 +03:00
Arin Alexander
322ded3659
Null pointer access has been fixed
2017-03-03 01:12:29 +03:00
Arin Alexander
9ab3cb5803
Fix subquery loading
2017-03-03 00:55:35 +03:00
Arin Alexander
ef712cca5f
Fixed the error occurred during loading a report if the report contains data sources with identical names to data sources added by application
2017-03-03 00:30:54 +03:00
Arin Alexander
84bb15802c
msvc build fixed
2017-03-02 20:22:49 +03:00
Arin Alexander
915b335fb5
Qt 4.8 build fixed
2017-03-02 19:47:42 +03:00
Arin Alex
1d8178de0a
New logo has been added
2017-03-01 01:32:19 +03:00
Arin Alexander
ddc793f6e4
Merge branch '1.4'
...
# Conflicts:
# limereport/items/lrtextitem.cpp
# limereport/items/lrtextitem.h
# limereport/lrdatasourcemanager.cpp
# limereport/lrdatasourcemanager.h
2017-03-01 00:40:36 +03:00
Arin Alexander
6c9b408723
misprint has been fixed
2017-02-28 23:22:48 +03:00
Arin Alexander
a2c93601d0
Items context menu has been added
...
Fields drag & drop init band datasource if it empty
2017-02-24 07:13:56 +03:00
Arin Alex
117023e920
Script browser update has been fixed
2017-02-22 00:20:37 +03:00
Arin Alex
3975406487
Check connection has been fixed
2017-02-21 22:16:09 +03:00
Arin Alexander
28c8ae66e1
Esc close the preview window
2017-02-21 18:36:30 +03:00
Arin Alexander
bf81d3f98c
DataBrowser shows application connection
2017-02-18 17:22:04 +03: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
fa985d7fb7
defaultConnection support has been added to LimeReport designer
2017-02-15 02:52:11 +03:00
Arin Alexander
8fb3fb5aba
LimeReport will not delete external connections
2017-02-15 00:10:02 +03:00
Arin Alexander
8659818a30
Connection will be restored if server is gone away or drop limereport connection
2017-02-11 00:24:59 +03:00
Arin Alexander
034f254d5c
Connection will be restored if server is gone away or drop limereport connection
2017-02-10 23:08:49 +03:00
Arin Alexander
f7a3ff622b
beforeRender, afterRender signals have been added to ReportPage
2017-02-04 22:15:56 +03:00
Arin Alexander
7af7a16840
fix #59 setResultEditable(bool value) has been added
2017-02-03 14:20:30 +03:00
Arin Alexander
21b3f0e912
fix #58 PDF file extension
2017-02-03 14:18:28 +03:00
Arin Alexander
f409f54e8f
Arabic translation has been added
2017-02-01 23:56:12 +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
887710d728
ImageItem design time label has been fixed
2017-01-23 12:11:48 +03:00
Arin Alexander
f927f3a83c
followTo has been fixed
2017-01-23 11:53:07 +03:00
Arin Alexander
0261a11b30
textLayoutDirection property has been added to TextItem
2017-01-20 23:26:18 +03:00
Arin Alexander
e327c64fed
textIndent property has been added to TextItem
2017-01-20 23:07:54 +03:00
Arin Alexander
6e895e9423
"Datasource not found" suppressed for empty data source at subdetail band
2017-01-09 18:30:20 +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
f613400839
Fix : #57 Callback DataSource initialized before signals/slots are connected
2017-01-05 14:39:20 +03:00
Arin Alexander
081b422468
COUNT function can be called with only one databand argument
2016-12-24 14:01:35 +03:00
Arin Alexander
658a6e7e09
followTo has been fixed
2016-12-24 11:49:56 +03:00
Arin Alexander
3807ac0c57
limereport.pri for static building and aliases have been added
2016-12-22 02:08:27 +03:00
Arin Alexander
7da0cfd7e2
backgroundBrushStyle property has been added
2016-12-21 22:09:10 +03:00
Arin Alexander
dd214ca247
init script error message has been added
2016-12-21 18:21:20 +03:00
Arin Alexander
edd2c43545
beforeRender, afterData, afterRender signals have been added
...
getVariable, getField functions have been added
2016-12-20 01:33:58 +03:00
Arin Alexander
64b2c9b8d9
Merge branch '1.4' into 1.4_lowMemory
2016-12-13 13:16:37 +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
e138ee2a7e
Merge branch 'master' into master_lowMemory
2016-12-13 12:48:16 +03:00
Arin Alexander
97bd5e4584
Fix #56 isBusy has been added to ReportEngine
2016-12-13 12:47:55 +03:00
Arin Alexander
eeea8c2643
QTextDocument is created as needed
2016-12-13 00:07:50 +03:00
Arin Alexander
46c830212f
Render child bands has been fixed
2016-12-12 23:41:38 +03:00
Arin Alexander
fcf9590745
QTextDocument is created as needed
2016-12-12 23:24:49 +03:00
Arin Alex
32bf7765ec
Render empty data band has been fixed
2016-12-07 23:04:15 +03:00
Arin Alex
2cb5f8e71c
Merge branch 'master' into 1.4
2016-12-07 21:11:31 +03:00
lchauvinQt
80fa86a3ca
Fix random crash while scrolling into the viewer, avoid the index out of range when the " m_currentPage " is not valid
2016-12-06 16:28:28 +01:00
Arin Alexander
54562d80cd
checkIfEmpty has been refactored
2016-12-06 00:27:21 +03:00
Arin Alexander
229e8f529d
resourcePath property has been added to ImageItem
2016-12-06 00:27:09 +03:00
Arin Alexander
dc5ee3d98b
Debug messages have been removed
2016-11-25 23:54:23 +03:00
Arin Alexander
151ae9d73d
Merge branch '1.4' into 1.4_followTo
2016-11-25 23:11:15 +03:00
Arin Alexander
61653c9bb3
Calculated condition has been added to group band header
2016-11-18 01:12:23 +03:00
Arin Alexander
65d7bc7774
Merge branch 'master' into 1.4
2016-11-17 00:38:00 +03:00
Arin Alexander
2fb47a5830
Connect connection has been refactored
2016-11-17 00:37:37 +03:00
Arin Alex
33959d3882
Icons have been changed
2016-11-16 01:31:06 +03:00
Arin Alex
71aaaac34d
Merge branch 'master' into 1.4
2016-11-08 01:09:54 +03:00
Arin Alex
0055790bcd
setDefaultDatabasePath() has been added to DataSourceManager
2016-11-08 01:09:35 +03:00
Arin Alex
be67e6309b
pri file has been refactored
...
pri file refactored
2016-11-07 20:19:09 +03:00
Arin Alex
9fe00a0e41
Merge branch 'master' into 1.4
2016-11-07 20:18:49 +03:00
Arin Alexander
0bfff7cb00
Merge branch 'master' into 1.4
2016-11-05 18:12:41 +03:00
Arin Alexander
77b151a788
Insert mode is canceled when band inserted
2016-11-05 18:12:10 +03:00
Arin Alexander
fbb9ac47af
Merge branch 'master' into 1.4
...
# Conflicts:
# translations/limereport_es_ES.qm
# translations/limereport_es_ES.ts
# translations/limereport_ru.qm
# translations/limereport_ru.ts
2016-11-05 00:39:51 +03:00
Arin Alexander
8c09e5ed51
Images has been changed
2016-11-05 00:37:33 +03:00
Arin Alexander
5b95b9b3d6
followTo has been added
...
followTo has been added
2016-11-04 01:25:46 +03:00
Arin Alexander
04745def1e
TextItem splitting has been fixed
2016-11-04 01:24:03 +03:00
Arin Alex
c786be0ca4
pri file has been refactored
...
pri file refactored
2016-11-02 00:57:55 +03:00
Arin Alex
f01c586926
Merge branch 'master' into 1.4
2016-11-01 22:32:02 +03:00
Arin Alex
bb6e934152
Band background color has been fixed
2016-11-01 22:31:48 +03:00
Arin Alex
3bf993eb5a
Merge branch 'master' into 1.4
2016-11-01 20:07:30 +03:00
Arin Alex
724e3c004c
TextItem has been fixed
2016-11-01 20:07:10 +03:00
Arin Alexander
16605c1414
Merge branch 'master' into 1.4
2016-11-01 14:56:18 +03:00
Arin Alexander
c623932afb
Object inspector has been fixed
2016-11-01 14:56:06 +03:00
Arin Alexander
a6d17858cf
Merge branch 'master' into 1.4
2016-10-19 17:33:39 +03:00
Arin Alexander
b8ecc89ff0
ObjectInspector for dark themes has been fixed
2016-10-19 17:33:26 +03:00
Arin Alexander
503329bca2
Merge branch 'master' into 1.4
2016-10-19 01:26:52 +03:00
Arin Alexander
2768d13301
Property editing of multi selected objects has been fixed
2016-10-19 01:26:40 +03:00