Arin Alexander
|
11a06456b1
|
Demo R2 refactored
|
2016-05-24 01:32:21 +04:00 |
|
Arin Alexander
|
906fff5911
|
std::abs() --> fabs()
|
2016-05-20 19:16:14 +04:00 |
|
Arin Alexander
|
ce01b9a9ab
|
MinGW build fixed
|
2016-05-20 19:16:14 +04:00 |
|
Arin Alexander
|
fdc03900ea
|
Redundant return will be removed from upper part of sliced text
|
2016-05-17 22:59:41 +04:00 |
|
Arin Alexander
|
fc9e7c792b
|
CheckBox editor has been fixed ( Qt4 )
|
2016-05-17 22:54:39 +04:00 |
|
Arin Alexander
|
80f2a135cd
|
Spliting band without AutoHeight has been fixed
|
2016-05-17 22:52:53 +04:00 |
|
Arin Alexander
|
f3401c4c7e
|
Fix #31 Build error on Windows (CI)
|
2016-04-25 22:11:25 +03:00 |
|
Arin Alexander
|
c2d2b8293e
|
Fix #32 Ambiguous abs
|
2016-04-25 21:58:55 +03: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
|
84953b6847
|
Show error action in preview window has been fixed
|
2016-04-21 12:25:16 +03:00 |
|
Arin Alexander
|
8bbdefed20
|
Item alignment has been fixed
|
2016-04-21 12:09:28 +03:00 |
|
Arin Alexander
|
1ade5d0666
|
TextItem will expand datasource in TextItemEditor if parent band has datasource.
|
2016-04-21 02:15:15 +04:00 |
|
Arin Alexander
|
68d2f64c3c
|
Changing page orientation has been fixed
|
2016-04-21 01:26:15 +04:00 |
|
Arin Alexander
|
34e114d7a4
|
FullPage property has been added
|
2016-04-21 01:26:14 +04:00 |
|
Arin Alexander
|
b770669b64
|
Object browser has been fixed
Object browser has been fixed
|
2016-04-21 01:26:07 +04:00 |
|
Arin Alexander
|
fa89f21930
|
Height calculation has been fixed
|
2016-04-20 20:59:33 +04:00 |
|
Arin Alexander
|
6a25ac752f
|
Field list for CallbackDatasource in TextItem has been fixed
|
2016-04-14 00:05:17 +04:00 |
|
Arin Alexander
|
93393186b3
|
in QAbstractItemModel::setHeaderData() Qt::UserRole can be used for creating language independed tag
|
2016-04-14 00:05:17 +04:00 |
|
Arin Alexander
|
166a0ac688
|
allowHTMLInFields property has been added
|
2016-04-13 13:38:07 +03:00 |
|
Arin Alexander
|
166b18be49
|
Printing subdetail footer has been fixed
|
2016-04-12 20:37:47 +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 Alex
|
ed926de523
|
Finished pages count fixed
|
2016-04-07 18:57:27 +03:00 |
|
Arin Alexander
|
225ee41289
|
setPreviewWindowIcon, setPreviewWindowTitle added to LimeReport::ReportEngine
|
2016-04-06 23:03:58 +04:00 |
|
Arin Alexander
|
8aa23b3fb9
|
Window icon changed
|
2016-04-06 23:01:27 +04:00 |
|
Arin Alexander
|
bd6e072913
|
Logo icon added
|
2016-04-06 23:00:10 +04:00 |
|
Arin Alexander
|
4f5103e679
|
Minimize button activated
|
2016-04-06 21:41:50 +04:00 |
|
Arin Alexander
|
eb6e174080
|
Border color property has been added
|
2016-04-06 21:35:13 +04:00 |
|
Arin Alexander
|
f67602af43
|
Variables cleaning on report loading has been added
|
2016-04-06 01:36:59 +03:00 |
|
Arin Alexander
|
79feedd360
|
page scale refactored
|
2016-04-06 00:06:11 +04:00 |
|
Arin Alexander
|
aa3f9d80d3
|
unnecessary check has been removed
|
2016-04-05 20:05:14 +04:00 |
|
fralx
|
af1a8d8265
|
Merge pull request #25 from newsages/master
ARCH_TYPE
|
2016-04-03 23:07:13 +03:00 |
|
newsages
|
abea99bd3f
|
simplify DEST_BINS, DEST_LIBS
|
2016-04-03 15:33:41 +02:00 |
|
newsages
|
12824cee9a
|
*.qm
|
2016-04-03 15:09:14 +02:00 |
|
newsages
|
1acaa431c4
|
ARCH_TYPE
unix{
ARCH_DIR = $${OUT_PWD}/unix
ARCH_TYPE = unix
macx{
ARCH_DIR = $${OUT_PWD}/macx
ARCH_TYPE = macx
}
linux{
!contains(QT_ARCH, x86_64){
message("Compiling for 32bit system")
ARCH_DIR = $${OUT_PWD}/linux32
ARCH_TYPE = linux32
}else{
message("Compiling for 64bit system")
ARCH_DIR = $${OUT_PWD}/linux64
ARCH_TYPE = linux64
}
}
}
win32 {
ARCH_DIR = $${OUT_PWD}/win32
ARCH_TYPE = win32
}
DESTDIR = $${BUILD_DIR}/$${ARCH_TYPE}/$${BUILD_TYPE}/lib
LIBS += -L$${BUILD_DIR}/$${ARCH_TYPE}/$${BUILD_TYPE}/lib
|
2016-04-03 15:08:17 +02:00 |
|
newsages
|
70d6efccbf
|
Merge pull request #9 from fralx/master
update original master
|
2016-04-03 14:34:32 +02:00 |
|
Arin Alexander
|
caa516d6bd
|
Scale actions have been added to Report Preview Window
|
2016-04-02 16:07:01 +03:00 |
|
Arin Alexander
|
4e75bae701
|
build status swithched to https://api.travis-ci.org/fralx/LimeReport
|
2016-04-02 07:23:01 +04:00 |
|
Arin Alex
|
57e7346e22
|
Fix build on Linux
|
2016-04-02 06:03:11 +03:00 |
|
Arin Alexander
|
d3038816ca
|
Fix build on Windows
|
2016-04-02 06:05:41 +04:00 |
|
Arin Alex
|
2b0e211bc9
|
$$QMAKE_COPY --> $$QMAKE_COPY_DIR
|
2016-04-02 03:43:52 +03:00 |
|
Arin Alex
|
2a16d10df2
|
Demo r2 added
|
2016-04-02 03:39:45 +03:00 |
|
Arin Alex
|
b315af26b9
|
Preview Widget refactored.
|
2016-04-02 03:38:23 +03:00 |
|
Arin Alex
|
2aec1cfc26
|
Fixed refresh pages
|
2016-04-01 23:39:07 +03:00 |
|
Arin Alexander
|
ca1a700b61
|
Fix build on Windows
|
2016-04-01 19:46:42 +04:00 |
|
Arin Alexander
|
a9f47cb729
|
User manuals added
|
2016-03-31 21:45:08 +03:00 |
|
fralx
|
7a4fd7edde
|
Merge pull request #24 from newsages/master
DEST_INCLUDE_DIR = $$PWD/include/ to DEST_INCLUDE_DIR = $$PWD/include
|
2016-03-31 17:49:31 +03:00 |
|
Newsages
|
4665a7e914
|
DEST_INCLUDE_DIR = $$PWD/include/ to DEST_INCLUDE_DIR = $$PWD/include
|
2016-03-31 15:42:08 +02:00 |
|