summaryrefslogtreecommitdiffstats
path: root/plugins
Commit message (Collapse)AuthorAgeFilesLines
* Add Polar chart supportMiikka Heikkinen2013-04-1714-4/+179
| | | | | | | | | | This commit also heavily refactors things as polar chart needs separate implementation of various classes that previously only needed one, such as ChartAxis and ChartLayout. Task-number: QTRD-1757 Change-Id: I3d3db23920314987ceef3ae92879960b833b7136 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@digia.com>
* Remove cryptic/obsolete TODOsMiikka Heikkinen2013-03-151-2/+0
|
* More copyright year changesMiikka Heikkinen2013-03-0527-27/+27
|
* Avoid building designer plugin in embedded environmentsMiikka Heikkinen2013-02-251-1/+1
|
* Fixed Qt5 specific issue with ChartView.createSeries series typesTero Ahola2012-12-133-12/+3
|
* Restored minimumMargins property to QChartTero Ahola2012-12-101-13/+15
|
* Fixed documentation issues in QML APITero Ahola2012-11-301-4/+0
|
* Fixed a bug in ChartView.axes property when no series addedTero Ahola2012-11-272-7/+7
|
* Added axisXTop and axisYRight properties to QML series APIsTero Ahola2012-11-2716-226/+537
|
* Some fixes for Qt5, vs2010 build and qmlJani Honkonen2012-11-262-4/+3
|
* Domains addedMarek Rosa2012-11-262-4/+4
|
* Refactors internalsMichal Klocek2012-11-261-0/+1
| | | | | | | | | | | | | | | | | | | | | | | * rewrite axisUpdated signal handling * create handlers for each property of axis * decouple chartdataset, presenter, theme * adds theme manager * adds axis add/remove/attach/detach handling * refactors createGraphics * add initializers (graphics,domain,theme,animations) * refactor the way the charts are constructed (decouple form presenter) * fix initialization issues with qchart * refactor domain logic to handle also geometry size for charts * delegate xyseries geometry calculation to domian * fix lazy initialization of animations * remove hadnleGeomoetryChanged * add shared pointers to handle reference count for domain * moves nice number algorithm to domain * adds applyNiceNumbers(), depreciate setNiceNumbers * refactor multiple charts handling * domain is shared object * each domain can have multiple axis for controlling * multiple charts share now the same domain
* Fix Qt4 buildsJani Honkonen2012-11-131-0/+2
|
* Adding metatype declarations in qml plugin for Qt5Jani Honkonen2012-11-131-0/+60
| | | | Not sure why they are needed for Qt5. Definetly NOT needed for Qt4.
* Fix issue with qmloscilloscope in Qt5Jani Honkonen2012-11-091-0/+1
|
* Added missing count property to QBarCategoryAxisTero Ahola2012-11-081-0/+1
|
* Fixing qml build for latest Qt5Jani Honkonen2012-11-0811-70/+26
| | | | There is no quick1 module anymore. It is (again) called a declarative module.
* Simplified QML type registrationsTero Ahola2012-11-081-31/+0
|
* Fixed a build issue with metatype declaration in decl pluginTero Ahola2012-09-271-1/+4
|
* List of slices and barsets as metatypes in decl pluginTero Ahola2012-09-271-0/+5
|
* Fixed a bug in dynamic creation of area seriesTero Ahola2012-09-271-2/+5
|
* Fixed documentation bugs in QML ChartViewTero Ahola2012-09-271-12/+2
|
* normalize signal/slot signaturesJani Honkonen2012-09-261-6/+6
|
* coding style fixes for pluginsJani Honkonen2012-09-2514-76/+75
|
* coding style: foreach whitespace fixJani Honkonen2012-09-255-13/+13
|
* Rename minimumMargins to margins in QML plugin version 1.2Michal Klocek2012-09-243-11/+19
|
* Fix unintialized chart margins in qml pluginMichal Klocek2012-09-241-0/+4
|
* CategoryRange objects no longer need to be in a specific orderTero Ahola2012-09-192-1/+15
|
* QML ChartView signals seriesAdded and seriesRemovedTero Ahola2012-09-172-3/+35
|
* Added opacity property to QAbstractSeriesTero Ahola2012-09-171-0/+1
|
* Qt5: initial fix for designer pluginMarek Rosa2012-09-143-3/+11
|
* Qt5: declarative fix part1Marek Rosa2012-09-129-18/+64
| | | | | | | - disabled demos examples and tests - disabled error on warning (QVector compilation issue: warning: dereferencing pointer '<anonymous>' does break strict-aliasing rules - disabled designer plugin - fixed the include files in plugins/declarative folder
* Qt5: fix warnings about deprecated QT/CONFIG specificationMarek Rosa2012-09-121-2/+6
| | | | | - CONFIG += designer replaced on Qt5 with QT += designer - CONFIG += qtestlib replaced on Qt5 with QT += testlib
* Qt5: fix declarative/quick1 module includeMarek Rosa2012-09-121-1/+5
|
* Adds release debug direcotires to bin libMichal Klocek2012-09-053-8/+7
|
* Refactors layoutMichal Klocek2012-09-051-1/+2
| | | | | | | | | | | | | | | * adds sizeHints to layout managers * adds sizeHiint to axes * adds "..." wraping to titles * adds title for axes * adds "..." wraping to legend markers * adds logic for layouting axes vs legend vs plotArea * renames minimumMargins to margin * marings size is always keept * legend takes contentMargins into consideration during layout * charts takes contentMargins into consideration during layout * adds "..." wraping to chartvaleaxisY * adds logic to resize plotArea during scale and scroll
* QML: Added possibility to define axes when creating seriesTero Ahola2012-09-042-6/+23
|
* Fixed scrolling left/right mixed up in QML ChartViewTero Ahola2012-09-041-2/+2
|
* Added removeSeries and removeAllSeries to QML APITero Ahola2012-09-032-1/+12
|
* Fixed a bug in setting axes dynamically via QML APITero Ahola2012-09-031-12/+13
|
* Improved ChartView.minimuMargins implementationTero Ahola2012-09-032-37/+21
|
* QDateTimeAxis: qml on arm not registering the type anymoreMarek Rosa2012-09-031-25/+30
|
* Fix spelling errorsJani Honkonen2012-09-033-3/+3
|
* Normalize signal and slot signaturesJani Honkonen2012-09-032-26/+26
|
* Fix Krazy issuesJani Honkonen2012-08-311-3/+3
|
* Added ChartView.plotArea to QML APITero Ahola2012-08-312-1/+16
|
* Added ChartView.minimumMargins to QML propertiesTero Ahola2012-08-316-32/+207
|
* Bugfix: Define pie model mapper outside series scopeTero Ahola2012-08-311-0/+4
|
* Removed a few unnecessary TODOsTero Ahola2012-08-294-11/+2
|
* Disabled anti-aliasing by default in declarative implTero Ahola2012-08-292-11/+0
|