summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Changed BoxPlot to use domain for calculating geometry points.Mika Salmela2013-06-051-12/+15
* Fix mingw build errorsMiikka Heikkinen2013-06-041-0/+1
* Added API to set chart background roundnessMiikka Heikkinen2013-06-045-0/+19
* A new box-and-whiskers series type added to charts.Mika Salmela2013-06-037-1/+747
* Added QChart::zoomReset() and QChart::isZoomed()Miikka Heikkinen2013-06-031-0/+72
* Added HTML support for various text itemsMiikka Heikkinen2013-05-301-1/+1
* Update qmlapplicationviewer filesHeikkinen Miikka2013-05-234-6/+6
* Fix autotests build for androidHeikkinen Miikka2013-05-221-0/+7
* Fix qml application deployment for androidHeikkinen Miikka2013-05-225-3/+48
* Fix android build issuesHeikkinen Miikka2013-05-211-7/+7
* Return empty brush/pen/font via API rather than the weird default oneMiikka Heikkinen2013-05-171-3/+3
* Make creator stop whining about changed generated filesMiikka Heikkinen2013-05-156-3/+3
* Fix build issues with multi-core builds in qml/quick demosMiikka Heikkinen2013-05-1512-3/+587
* Fix qml autotest after qtquick2 support was addedMiikka Heikkinen2013-05-074-1/+153
* Add API to specify plot area background.Miikka Heikkinen2013-05-078-5/+204
* Implement index based removing/replacing points in seriesMiikka Heikkinen2013-05-025-8/+31
* Fix mouse events for QtQuick2Miikka Heikkinen2013-05-023-0/+5
* Add qml files to OTHER_FILES in qml examples, demos, and testsMiikka Heikkinen2013-04-242-0/+2
* Fix crash when adding/removing points during animationMiikka Heikkinen2013-04-241-2/+65
* Generate charts plugin for QtQuick2 as well as QtQuick1Miikka Heikkinen2013-04-2339-474/+2542
* Add Polar chart supportMiikka Heikkinen2013-04-1717-65/+2548
* Remove cryptic/obsolete TODOsMiikka Heikkinen2013-03-153-6/+0
* More copyright year changesMiikka Heikkinen2013-03-05168-168/+168
* Fix hoverSignal tests in linuxHeikkinen Miikka2013-02-122-2/+4
* Check if min and max are same on findMinMaxForSeriesMika Salmela2013-02-061-0/+2
* adds Andy's customer request, first call to createDaultAxis scales whole doma...Michal Klocek2013-01-211-1/+79
* Forced update of qmlapplicationviewer templatesrelease-1.2.0Tero Ahola2012-12-184-194/+146
* ChartViewer moved to testsMarek Rosa2012-12-1456-1/+4475
* Arm test fixMarek Rosa2012-12-131-2/+9
* Simplified QtQuickTest check in auto test proTero Ahola2012-12-131-6/+2
* Enabled all tests on QLogValueAxisMarek Rosa2012-12-131-118/+133
* Fixed a bug with QChart::axis getters with no series definedTero Ahola2012-12-122-3/+7
* Few more tests added to qlogvalueaxisMarek Rosa2012-12-121-74/+68
* AbstractAxis orientation fix: legacy testMarek Rosa2012-12-121-1/+1
* Fixed a Qt5 build issue in presenterchart test appTero Ahola2012-12-101-0/+2
* Qt5 build fix, QSKIP has only one parameterTero Ahola2012-12-104-12/+51
* Presenterchart moved to testsMarek Rosa2012-12-105-1/+194
* Documented QXYSeries::hovered and QAreaSeries::hoveredTero Ahola2012-12-102-1/+3
* Added documentation for new properties of QAbstractAxisTero Ahola2012-12-101-10/+35
* QChart mapping functions: return QPoint(0, 0) if series type is PieMarek Rosa2012-12-073-0/+384
* QML unit tests for setting illegal axesTero Ahola2012-11-301-4/+15
* QValueAxis::applyNiceNumbers is now a slotTero Ahola2012-11-282-4/+23
* Fixed a bug in ChartView.axes property when no series addedTero Ahola2012-11-274-17/+12
* Added axisXTop and axisYRight properties to QML series APIsTero Ahola2012-11-273-15/+42
* Adds domains swap logicMichal Klocek2012-11-261-133/+48
* BC fix: change gridLineVisibleChanged() back to gridVisibleChanged()Jani Honkonen2012-11-261-16/+16
* Domains addedMarek Rosa2012-11-262-35/+37
* Refactors internalsMichal Klocek2012-11-264-488/+364
* fix some axis visible errors in tst_qabstractaxisJani Honkonen2012-11-151-2/+2
* Added missing count property to QBarCategoryAxisTero Ahola2012-11-087-6/+386