summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Removed some carbage from pie series public APIsTero Ahola2012-09-102-3/+2
|
* Qdatetimeaxis docs fixMarek Rosa2012-09-071-1/+1
|
* remove todo comments for releaseJani Honkonen2012-09-0718-35/+5
|
* Fixed a bug with legend attach requiring a screen resize to update UITero Ahola2012-09-071-1/+1
|
* Temporary fix for minimumMargins only for charts 1.1 releaseMichal Klocek2012-09-061-4/+4
|
* Improved qmlchart demo and CategoryAxis documentationTero Ahola2012-09-061-8/+8
|
* Property for QDateTimeAxis::format and a QML demo for axesTero Ahola2012-09-062-12/+28
|
* QCategoryAxis: some commented out code removedMarek Rosa2012-09-052-16/+0
|
* Updated QChart margins documentationsauimone2012-09-051-8/+2
|
* QDateTimeAxis docs updatedMarek Rosa2012-09-051-6/+14
|
* minor. fix warning on gcc4.1Michal Klocek2012-09-041-1/+1
|
* QCategoryAxis scrolling support addedMarek Rosa2012-09-042-26/+53
|
* put QString::null backJani Honkonen2012-09-032-3/+4
| | | | We should avoid using these. Even qt doc says to avoid using isNull checks.
* QCategoryAxis: fix to grid lines drawingMarek Rosa2012-09-032-22/+32
|
* Fixed a few issues in chartsnamespace, legend and pie headersTero Ahola2012-09-034-5/+3
|
* Fix Krazy issuesJani Honkonen2012-08-3134-73/+69
|
* Fixed a bug in setting scatter/area series brush colorTero Ahola2012-08-312-9/+11
|
* Fix some spelling errorsJani Honkonen2012-08-314-16/+16
|
* QDateTimeAxis: precise range specified in DocsMarek Rosa2012-08-311-1/+2
|
* Fix: wrong signal emitted in pie and bar model mappersMarek Rosa2012-08-304-4/+4
|
* Added signals test cases to xymodelmapper plus fix to xymodelmapperMarek Rosa2012-08-302-2/+2
|
* Fix some more Cppcheck findingsJani Honkonen2012-08-302-18/+14
|
* XY model mappers: removed wrongly placed return statementsMarek Rosa2012-08-302-4/+4
|
* fix some Cppcheck findingsJani Honkonen2012-08-303-6/+1
|
* Renamed barcategory grephics item class which has been previously ommitedMarek Rosa2012-08-306-22/+22
|
* fix: changing barset colors no more triggers layout calculationssauimone2012-08-306-5/+40
|
* add missing license statementsJani Honkonen2012-08-304-0/+78
|
* Removed a few unnecessary TODOsTero Ahola2012-08-291-7/+4
|
* Added missing QML properties to AreaSeriesTero Ahola2012-08-291-0/+5
|
* Adding missing QML series API line/border propertiesTero Ahola2012-08-294-0/+70
|
* qml documentation for horizontal barchartssauimone2012-08-293-7/+27
|
* Some todo:s in barseries done. Updated temperaturerecords example to use ↵sauimone2012-08-296-54/+8
| | | | stacked bar series
* Better support for negative values in stacked barcharts. Negative values are ↵sauimone2012-08-297-35/+102
| | | | stacked from zero to negative direction. Positive values are stacked from zero to positive direction.
* removed some of the todo commentsJani Honkonen2012-08-292-3/+1
|
* QBarCategoryAxis: docs snippet addedMarek Rosa2012-08-291-0/+15
|
* Adds checkLayout call, when geometry of axis updatedMichal Klocek2012-08-297-0/+19
|
* Fix formating, do not show shit if no format setMichal Klocek2012-08-292-6/+16
|
* Axis docs updatedMarek Rosa2012-08-292-1/+18
|
* Removes obsolate signal marginsChangedMichal Klocek2012-08-281-3/+0
|
* Minor, check for potentical division by zero in chartbackgorundMichal Klocek2012-08-281-0/+1
|
* Implements minimumMarginsMichal Klocek2012-08-287-43/+50
| | | | | | | | | * adds mising margin implementation * setter and getter for minimumMargins * changes return values QMargins instead of QRectF * updates unit tests * QML TODO: not clear what should be handled there margins or plotArea * fixes chartlayout - minimum width of Axis is calculated
* QDateTimeAxis: added snippet on how to use itMarek Rosa2012-08-282-0/+23
|
* QValueAxis docs: added usage snippetMarek Rosa2012-08-281-1/+13
|
* Small code comments fixesMarek Rosa2012-08-282-3/+2
|
* correct interpolation for baranimationsauimone2012-08-282-8/+32
|
* Added CategoryAxis and CategoryRange to QML APITero Ahola2012-08-281-3/+27
|
* Fixed minor issues in QML axes documentationTero Ahola2012-08-283-9/+12
|
* Disabled QDateTimeAxis on ARMMarek Rosa2012-08-282-14/+31
|
* population pyramid documentation. updated example.sauimone2012-08-285-23/+24
|
* Added docs for labelFormat in QValueAxisMarek Rosa2012-08-272-0/+12
|