Commit Graph

108 Commits

Author SHA1 Message Date
Arin Alexander
f3e633e469 Thanks to GraninDB! Simple fixes for correct moving ang resizing items
with
grid.
2016-08-31 00:15:07 +04:00
Arin Alexander
71fe049ff4 ScriptEngineManager::addFunction has been fixed 2016-08-12 22:14:05 +04:00
Arin Alex
1320c6f8ee Spliting band has been fixed 2016-08-08 15:50:44 +03:00
Arin Alex
4970b09327 Show ToolBar action has been added to preview window 2016-08-08 15:50:04 +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 Alex
c52a0240c6 splitting instead changing height 2016-08-02 20:32:52 +03:00
Arin Alex
da3eb52563 Fix #44 'File > Save As' does not emit saveFinished 2016-08-02 01:39:52 +03:00
Arin Alex
f7d8a5050a Variables access has been fixed 2016-08-02 01:33:56 +03:00
Arin Alex
019d213882 Spliting TextItem and multi variables output have been fixed 2016-08-02 00:38:10 +03:00
Arin Alex
6a1b244104 zOrder fixed for Page and Band 2016-08-02 00:35:57 +03:00
Arin Alex
8e632855b4 repeatOnEachRow property has been added to DataHeader 2016-07-27 00:41:24 +03:00
fralx
77f6129c1f Merge pull request #43 from PepaRokos/master
Added support for formating numbers and dates by pattern.
2016-07-26 19:26:57 +03:00
Josef Rokos
88ef131148 Added support for formating numbers and dates by pattern. 2016-07-26 16:01:14 +02:00
Arin Alexander
db60ee67f1 setVariable function has been added (Thanks to Muthu Samy) 2016-07-25 16:05:40 +03:00
Arin Alexander
30a662db0c Item position Q_INVOKABLE functions have been added 2016-07-25 15:16:21 +03:00
Arin Alexander
a4ae0c284b Fixed splitting band 2016-07-25 14:07:42 +03:00
Arin Alexander
942dc47b8f printAlways has been moved to BandDesignIntf & printAlways property has been added to DataHeaderBand & DataFooterBand 2016-07-21 00:14:39 +03:00
Arin Alexander
c7b0a6d0e1 setItemWidth & setItemHeight invokable functions have been added to BaseDesignIntf 2016-07-21 00:11:19 +03:00
Arin Alexander
3edd101d52 The bands insertion order has been fixed 2016-07-15 11:30:14 +03:00
Arin Alexander
744c6dfe87 dataSourceManager connects queryTextChanged(QString,QString)) after loading query collection 2016-07-08 10:40:26 +03:00
Arin Alex
885cd91daa singnal queryTextChanged(const QString& queryName, const QString& queryText) has been added to QueryDesc
singnal queryTextChanged(const QString& queryName, const QString& queryText) has been added to QueryDesc
2016-07-07 23:52:07 +03:00
Arin Alex
bf6adc13c3 Fix #40 Replace "QStyleOptionViewItemV4" with "QStyleOptionViewItem" 2016-07-07 23:48:03 +03:00
Arin Alex
659a2dea00 Fixed writing of variables 2016-06-29 21:24:54 +03:00
Arin Alex
a010c2012f QVariant serializator has been added 2016-06-29 21:22:31 +03:00
Arin Alex
43089b55d6 Fix: #38 Allow to suppress warnings for unknown fields 2016-06-24 23:22:24 +03:00
Arin Alex
ac98da1394 ReportSettings have been added to report items 2016-06-24 23:22:24 +03:00
Arin Alex
779eefcab5 Setting dialog has been modified to edit report settings
Setting dialog has been modified to edit report settings
2016-06-24 23:22:17 +03:00
Arin Alex
a8b193de05 Errors messages have been modified 2016-06-24 23:22:16 +03:00
Arin Alex
d07c44d6bb ReportSetting has been added
ReportSetting has been added
2016-06-24 23:19:34 +03:00
Arin Alex
7311f84b0e Fix: #37 Add possibility to move data bands when having many
Fix: #37 Add possibility to move data bands when having many
2016-06-24 17:47:28 +03:00
Arin Alex
6a507e5b61 Debug output has been removed 2016-06-07 00:52:40 +03:00
Arin Alex
5455b53404 Report variables have been refactored 2016-06-07 00:45:35 +03:00
Arin Alexander
127bb45b7d currencyUSBasedFormat has been added to script engine 2016-06-06 21:36:41 +04:00
Arin Alexander
575fc27563 Fix #34 New function Currency Format 2016-06-01 21:59:29 +04:00
Arin Alexander
b5a6baa78c Fix #36 Copy/Paste from within a band 2016-06-01 20:37:51 +04:00
Arin Alexander
17ca1d142f Fix #35 'Undo' after applying of Horizontal Layout breaks the movement logic 2016-06-01 19:54:10 +04:00
Arin Alexander
d1f33e095b startFromNewPage property has been added to Data band 2016-05-31 15:07:57 +03:00
Arin Alexander
be63934c32 PageItem cutting and deleting has been forbidden 2016-05-30 21:32:55 +04:00
Arin Alexander
de6ce6741f "QMetaProperty::read: Unable to handle unregistered datatype" has been fixed 2016-05-27 02:01:12 +04:00
Arin Alexander
aa6a61cc47 font.bold() --> font.weight() 2016-05-27 01:59:57 +04:00
Arin Alexander
133b1c4054 <QScriptEngine> --> <QtScript/QScriptEngine> 2016-05-27 00:07:27 +04:00
Arin Alexander
9359caaf30 Font stylename property is now saved by XmlFontSerializator 2016-05-27 00:05:33 +04:00
Arin Alexander
d595d76eb2 Availability components check has been added 2016-05-26 23:24:29 +04:00
Arin Alexander
c9d378a927 Generating unique names for page items has been added 2016-05-26 23:21:42 +04:00
Arin Alexander
8d3dd7c09b oldPrintMode property has been added for previous versions compatibility 2016-05-26 23:19:12 +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