##// END OF EJS Templates
Clear filter
Show hidden
Commit Message Age Author Refs
load previous
r2696:85326bf48cb4
Fix point label position for QXYSeries The point label is positioned above the line or the marker based on the pen width and marker size. Task-number: QTRD-3167 Change-Id: I67b0eabce025235ef2e19bf50c41b8ee1382dd7e Reviewed-by: Miikka Heikkinen <miikka.heikkinen@digia.com>
Titta Heikkala
0
r2695:0ba9a7866350
Fix order of initialization The initialization order of the member variables is the same as the order they are listed in. Change-Id: I8b0b9149b83181a9a251a490013c2f27cf544e82 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@digia.com>
Titta Heikkala
0
r2694:638297e957ee
Fix axes issues with oscilloscope demos The metatype declarations for QAbstractAxis are added to the oscilloscope demo applications for them to recognize the axis type correctly. Task-number: QTRD-3162 Change-Id: I6aadb97d8191bcab6b92a3833dc8c44a1ab79cee Reviewed-by: Miikka Heikkinen <miikka.heikkinen@digia.com>
Titta Heikkala
0
r2693:57eb7a330245
Updated Charts version and README file for release Updated Charts version to 1.4.0 and updated README accordingly. Task-number: QTRD-3088 Change-Id: I4f2f3ef0874dce8a6c38e9ecb7b1b253481e1445 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@digia.com>
Titta Heikkala
0
r2692:d672b074a893
Remove warnings about unmatched parentheses Property declarations divided into several lines caused qmake to warn of cat() function about deprecated unmatched parentheses. The property declarations are now done in one line. Task-number: QTRD-3159 Change-Id: Ieb839ff81d707a5a40cdebd62a52ac32f51517b7 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@digia.com>
Titta Heikkala
0
r2691:0f386f5dd654
Add invokable clear() for QML bar category axis Changed clear() method to invokable for QBarCategoryAxis. Task-number: QTRD-2631 Change-Id: I0aa00a44ae5c6bd5b59ecf630d938b5cc484f62e Reviewed-by: Miikka Heikkinen <miikka.heikkinen@digia.com>
Titta Heikkala
0
r2690:6c409268c150
Fix assert failure with percent bar series Category groups with zero values are not drawn. Task-number: QTRD-3087 Change-Id: Ie6f85e48398e751213b11d88c0c6a8de2ce8247a Reviewed-by: Miikka Heikkinen <miikka.heikkinen@digia.com>
Titta Heikkala
0
r2689:db3eff743f50
Added possibility to show series value For line, spline and scatter series it is possible to show the point values above the point. The format, color and the font of the label can be set. For bar series the format and position of the value label can be set. Task-number: QTRD-2808 Change-Id: I0488d98c4d9060eaa8331e5b3c97dc83d86aeb0c Reviewed-by: Miikka Heikkinen <miikka.heikkinen@digia.com>
Titta Heikkala
0
r2688:bdd8266c9c7d
Update copyright year Task-number: QTRD-3083 Change-Id: Ide516e5299d2363953d46bf9dc5e2f9ec277154e Reviewed-by: Miikka Heikkinen <miikka.heikkinen@digia.com>
Titta Heikkala
0
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
load next
< 1 .. 8 9 10 11 12 .. 140 >
showing 20 out of 2797 commits