summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixing qml build for latest Qt5Jani Honkonen2012-11-0811-120/+49
* Unit tests for QML API axesTero Ahola2012-11-082-0/+147
* Improved QML API test coverageTero Ahola2012-11-0812-5/+950
* Replaced qFuzzyIsNull with qFuzzyCompare. Once qchart test case still uses qF...Marek Rosa2012-11-074-58/+58
* Fix deprecation errors from Qt5Jani Honkonen2012-11-073-103/+116
* removed uitest app - not neededMarek Rosa2012-11-056-205/+1
* Renamed QML QtQuick tests to match the naming conventionTero Ahola2012-10-265-5/+5
* Work-around for a qmake bug causing warnings on OSXTero Ahola2012-10-251-2/+2
* New attempt to enable building of qml-qtquicktest on OSXTero Ahola2012-10-241-1/+5
* Revert "Enabled building of qml auto test module on OSX"Tero Ahola2012-10-241-1/+1
* Enabled building of qml auto test module on OSXTero Ahola2012-10-241-1/+1
* legendmarker hover signal test and fixsauimone2012-10-231-0/+66
* no need for add/remove series in legend, since these are handled via slotssauimone2012-10-231-2/+2
* more unit tests to legendsauimone2012-10-231-1/+262
* qlegend unit test startedsauimone2012-10-233-1/+230
* Unit test module for QML APITero Ahola2012-10-238-2/+738
* Simple UI testing added using mago(LDTP):ferdek2012-10-036-1/+205
* Adds more logic and documentation to qbarcategoryaxis for append, insert, rep...Michal Klocek2012-09-271-4/+2
* Adds missing append2 test case to tst_qbarcategoryaxisMichal Klocek2012-09-271-3/+45
* normalize signal/slot signaturesJani Honkonen2012-09-2613-93/+93
* Fix: Redraw chart when tick count changesMarek Rosa2012-09-251-0/+1
* coding style: foreach whitespace fixJani Honkonen2012-09-257-38/+38
* QML chart properties tester to match the current QML apiTero Ahola2012-09-243-8/+8
* minor. rename buttons in qmlchartpropertiesMichal Klocek2012-09-241-8/+8
* Rename minimumMargins to margins in QML plugin version 1.2Michal Klocek2012-09-242-13/+13
* Fixes qmlchartproperites aligment legend bugMichal Klocek2012-09-211-4/+4
* yet another feeble attempt to make bamboo tests passJani Honkonen2012-09-183-11/+27
* I'm getting annoyed with these mouse hover testsJani Honkonen2012-09-182-2/+2
* Try fixing pie hover tests yet againJani Honkonen2012-09-182-10/+10
* Fix pie hover tests in ubuntuJani Honkonen2012-09-182-0/+2
* bar test update. Tests now calculate expected layout from charts plot area an...sauimone2012-09-176-84/+503
* get rid of some warnings in pie testsJani Honkonen2012-09-171-4/+4
* QML ChartView signals seriesAdded and seriesRemovedTero Ahola2012-09-176-19/+101
* Added opacity property to QAbstractSeriesTero Ahola2012-09-1720-27/+129
* added SKIP_IF_CANNOT_TEST_MOUSE_EVENTS macro to barseries testssauimone2012-09-176-0/+24
* refactor pie mouse click/hover testsJani Honkonen2012-09-172-119/+148
* updated barseries clicked & hovered tests, because of changed layoutsauimone2012-09-176-59/+59
* Fixed the SKIP_IF_CANNOT_TEST_MOUSE_EVENTS on Qt5Marek Rosa2012-09-141-0/+15
* Try to make bamboo skip tests that it cannot runJani Honkonen2012-09-142-0/+21
* Implement QChartView::setChart()Jani Honkonen2012-09-141-0/+35
* Qt5: declarative fix part4Marek Rosa2012-09-1410-97/+141