summaryrefslogtreecommitdiffstats
path: root/src/barchart
Commit message (Expand)AuthorAgeFilesLines
...
* normalize signal/slot signaturesJani Honkonen2012-09-261-4/+4
* more coding style fixes for src-folderJani Honkonen2012-09-2532-119/+120
* astyle and manual coding style fixes for src-folderJani Honkonen2012-09-2420-311/+223
* Fixes legend markers updatesMichal Klocek2012-09-212-12/+5
* legend private implemantation modified.sauimone2012-09-191-16/+13
* bar test update. Tests now calculate expected layout from charts plot area an...sauimone2012-09-176-60/+57
* Added opacity property to QAbstractSeriesTero Ahola2012-09-172-2/+9
* Spit&polish public headersJani Honkonen2012-09-113-9/+9
* Fix Krazy issuesJani Honkonen2012-08-314-8/+7
* Fix some spelling errorsJani Honkonen2012-08-312-3/+3
* Fix: wrong signal emitted in pie and bar model mappersMarek Rosa2012-08-302-2/+2
* fix: changing barset colors no more triggers layout calculationssauimone2012-08-306-5/+40
* add missing license statementsJani Honkonen2012-08-302-0/+38
* Adding missing QML series API line/border propertiesTero Ahola2012-08-291-0/+5
* qml documentation for horizontal barchartssauimone2012-08-293-7/+27
* Some todo:s in barseries done. Updated temperaturerecords example to use stac...sauimone2012-08-296-54/+8
* Better support for negative values in stacked barcharts. Negative values are ...sauimone2012-08-297-35/+102
* population pyramid documentation. updated example.sauimone2012-08-285-23/+24
* fixed warnings from barchart docssauimone2012-08-275-2/+15
* updated AxisType namesMarek Rosa2012-08-221-4/+4
* renamed QBarCategoryAxis related filesMarek Rosa2012-08-223-3/+3
* QBarCategoriesAxis renamed to QBarCategoryAxisMarek Rosa2012-08-222-5/+5
* renamed QValueAxis related filesMarek Rosa2012-08-224-4/+4
* Implemented QBarSeries::take(), updated testssauimone2012-08-222-2/+30
* population pyramid example. Added grouping option to barseries to give some c...sauimone2012-08-176-10/+58
* horizontal barchart doc updatesauimone2012-08-173-1/+62
* fix to QTRD-1519:Setting color for a BarSet has no effect. Theme was overridi...sauimone2012-08-141-1/+8
* fixed barset ownership when adding/removing setssauimone2012-08-141-0/+2
* fixed bug in barseries scaledomain with negative valuessauimone2012-08-132-6/+4
* Chenged the order of conditions checking in chartstheme decorate functionsMarek Rosa2012-08-021-3/+2
* BarSet label brush is no longer reset to theme default brush if it was preset...Marek Rosa2012-07-311-0/+4
* Fixes mouse handling in base class of chartseriesMichal Klocek2012-07-261-0/+2
* Refactors Chart to ChartElementMichal Klocek2012-07-2414-15/+14
* Refactor animatorMichal Klocek2012-07-249-12/+1
* Fixes wrong bar destruction by adding destructor for bar*series , note this b...Michal Klocek2012-07-2311-6/+45
* Implements qbarcategoriesaxis logicMichal Klocek2012-07-203-4/+10
* fix to horizontal barchart layout calculationssauimone2012-07-183-6/+6
* modified .pri files to show treeview in qt creatorsauimone2012-07-179-94/+50
* horizontal barchart doc updatesauimone2012-07-173-2/+30
* Refactor barchartMichal Klocek2012-07-1742-126/+191
* Fixes categories wrong labeling issue for *barseriesMichal Klocek2012-07-174-12/+4
* Refactors Domain and AxisMichal Klocek2012-07-139-37/+14
* Adds axis domain intializationMichal Klocek2012-07-1310-49/+44
* removed unnecessary debug prints from qbartestssauimone2012-07-123-3/+0
* horizontal percent barchart & examplesauimone2012-07-1210-7/+338
* horizontal stacked barchartsauimone2012-07-1210-6/+330
* horizontal barchart & examplesauimone2012-07-1120-43/+228
* Added casting to qreal in qMin, qFuzzyCompare calls to fix build on armMarek Rosa2012-07-114-8/+8
* refactoring internal barchart itemssauimone2012-07-1116-369/+307
* refactored baranimationssauimone2012-07-1110-36/+28