##// END OF EJS Templates
Clear filter
Show hidden
Commit Message Age Author Refs
load previous
r2687:fd75a272a8eb
Fix Creator generated files Updated generated files with Qt Creator so that it no longer notifies about it. Change-Id: I06f83d5b2e3b517c0a3c8efdfada3c55a64322c6 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@digia.com>
Titta Heikkala
0
r2686:621541cc9f04
Minor fixes to documentation Task-number: QTRD-3002 Change-Id: Ie2852808393610078a719593378aee837b21359f Reviewed-by: Miikka Heikkinen <miikka.heikkinen@digia.com>
Titta Heikkala
0
r2685:ccb5e8a7f100
Fix DeclarativeChart::legend property The DeclarativeChart::legend property should be marked as CONSTANT because the legend can't be changed. This is to avoid unnecessary message about a dependency to non-NOTIFYable property. Change-Id: Ib7c832b3fcb034602e4c3271c211ab2fe9cdd076 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@digia.com>
Titta Heikkala
0
r2684:0a14af81c23e
Fix crash with ScatterChartItem mouse events The ScatterChartItem should emit the clicked and hovered signal after the QGraphicsRectItem has handled the corresponding events. This is to avoid situations where the item has been changed due to the signal as it can lead to problems when handling the mouse event (like crashes due to deleted items). Task-number: QTRD-2296 Change-Id: Ibdffb158f8a73df6af7fe3868b2707053e8bf975 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@digia.com>
Titta Heikkala
0
r2683:bd8993c709ce
Modify charts pkg names qtcharts -> charts in the src package script Done to avoid problems in the packaging side Change-Id: I8e0b988b3656d1c893060f35b0b671fe23f2115f Reviewed-by: Iikka Eklund <iikka.eklund@digia.com> Reviewed-by: Miikka Heikkinen <miikka.heikkinen@digia.com>
Antti Kokko
0
r2682:7786daffde49
Add count property for QBoxPlotSeries Changed set count to property for QBoxPlotSeries. Task-number: QTRD-2504 Change-Id: Id65e0b2b6e43b3a6330fbb21c66e1cfa4d0db3d2 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@digia.com>
Titta Heikkala
0
r2681:8344a0102a72
Add possibility to set brush image via QML API User can set a brush image for AreaSeries, BarSet, BoxPlotSeries, BoxSet, PieSlice and ScatterSeries by specifying 'brushFilename'. Task-number: QTRD-2603 Change-Id: Ie4b75cec1f64da513b1b85749c28984cb7f88e38 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@digia.com>
Titta Heikkala
0
r2680:743754a36d25
Fix build for iOS and for building the QtQuick 2 plugin statically When building statically then static will be set not staticlib, therefore we need to ensure we check for static in those cases. And also protect against Mac specific flags when building for iOS. Task-number: QTRD-3036 Change-Id: Ib2c534974ad9292e3634b8b692344c71e26e56cd Reviewed-by: Miikka Heikkinen <miikka.heikkinen@digia.com>
Andy Shaw
0
r2679:1b2e5857f541
Fix the documentation for the qml properties to refer to DateTimeAxis Task-number: QTRD-3002 Change-Id: I9f17f0a337d0e7def1c0fcd77f9fb3256e2274e3 Reviewed-by: Titta Heikkala <titta.heikkala@digia.com>
Andy Shaw
0
r2678:22efebecf8c2
Fix setting values for BarSet using Qt.point It should be possible to set the values for a BarSet also as Qt.point as documented. Task-number: QTRD-2437 Change-Id: I1f9eb045b6abc155345cf703854d7d120d8270f8 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@digia.com>
Titta Heikkala
0
r2677:9d5038c13301
Fix bar category rendering for empty category The category in bar category axis can be an empty string (only one category can be empty for an axis as duplicates are removed). Task-number: QTRD-2343 Change-Id: I88e0130c2caac0675573907e52f9089c24197454 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@digia.com>
Titta Heikkala
0
r2676:23bf915495bc
Add possibility to set markers in legend in reverse order Added new property for legend which defines whether the markers in legend are shown in reverse order or not. Task-number: QTRD-2512 Change-Id: Ia6e6551be74a183c9f544d7cb9fff679150f4d7e Reviewed-by: Miikka Heikkinen <miikka.heikkinen@digia.com>
Titta Heikkala
0
r2675:235cef4135ee
Fix QBoxSet color setting The newly created box item should take the brush and pen from the series only if they are not explicitly set for the box item already. Task-number: QTRD-2624 Change-Id: Iafcb02c46b10be32bc155ff00a543803627e2591 Reviewed-by: Mika Salmela <mika.salmela@digia.com>
Titta Heikkala
0
r2674:e4b34f179cba
Fix mouse event handling for pie When changing model for PieSeries, there can be situtations where the slice no longer exists. Therefore we need to check if the slices exist when hover event comes. Also we don't need to propagate the mousePressEvent for PieSliceItem to parent because it's already handled. Task-number: QTRD-2949 Change-Id: I7787b381834ec8932ef154fab47aefe651b9dfe5 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@digia.com>
Titta Heikkala
0
r2673:fc7673506633
Fix legend truncation No need go through truncation if there's no legends to truncate. Task-number: QTRD-2747 Change-Id: Ia56ea05dd0ad668ac87133b2da6ca83398f35932 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@digia.com>
Titta Heikkala
0
r2672:47d98b38e474
Install the plugins.qmltypes file as it is not possible to generate Since it relies on QtWidgets for Qt Quick 2 then qmlplugindump is unable to generate the plugins.qmltypes file on request by Qt Creator. So we create it ourselves and copy it when installing the qmldir file. Change-Id: I04370687ad18cd2fc03f65ffdf228800d4f2eaaa Reviewed-by: Titta Heikkala <titta.heikkala@digia.com>
Andy Shaw
0
r2671:66a9a674fca3
Document the need for QApplication Since Qt Creator 3.0 the wizard creates a project for Qt Quick 2 that uses QGuiApplication. Qt Charts requires QApplication. This is documented to the QML API page. Task-number: QTRD-2746 Change-Id: Ibddfe9d0da6644f2142bc967c85979d3c6df01a2 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@digia.com>
Titta Heikkala
0
r2670:553ffb845c79
Fix scatter series color Setting scatter series border color and color fixed. Setting color on top of default pen and brush resulted wrong behavior. Task-number: QTRD-2644 Change-Id: I34c022d2e49d78b80d7e5f347af993442156a57c Reviewed-by: Miikka Heikkinen <miikka.heikkinen@digia.com>
Titta Heikkala
0
r2669:0a9f98e61ba3
Fix crash in ChartDataSet::attachAxis() When QChart::setAxis(QAbstractAxis*) was called without QAbstractSeries* parameter crash occurred in ChartDataSet::attachAxis(QAbstractSeries *,QAbstractAxis *). Change-Id: Ibbef83f7e05ab2ffc80f86eff09a178ac1c018ea Reviewed-by: Miikka Heikkinen <miikka.heikkinen@digia.com>
Kimmo Leppälä
0
r2668:4e31371332c2
Update Charts defined version number to 1.3.1 Charts versions defined in qcharsglobal.h were still having 1.3.0. Change-Id: I6892a4cd7e5abd23d140d4e9baad8b96ed37be68 Reviewed-by: Titta Heikkala <titta.heikkala@digia.com> Reviewed-by: Miikka Heikkinen <miikka.heikkinen@digia.com>
Kimmo Leppälä
0
load next
< 1 .. 9 10 11 12 13 .. 141 >
showing 20 out of 2808 commits