summaryrefslogtreecommitdiffstats
path: root/demos
Commit message (Collapse)AuthorAgeFilesLines
* Add Polar chart supportMiikka Heikkinen2013-04-1714-3/+654
| | | | | | | | | | 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>
* Added copyright headers to *.h/*.cpp files missing themMiikka Heikkinen2013-03-058-0/+160
| | | | Also added private header warnings to *_p.h files missing them
* More copyright year changesMiikka Heikkinen2013-03-0576-76/+76
|
* Forced update of qmlapplicationviewer templatesrelease-1.2.0Tero Ahola2012-12-1818-859/+764
|
* Renamed oscilloscopeTero Ahola2012-12-181-1/+1
|
* changing order of series in qmlweather example. This is a workaround to make ↵sauimone2012-12-171-10/+10
| | | | axis values right. Should not be order dependant, like it is now
* ChartViewer moved to testsMarek Rosa2012-12-1456-4475/+1
|
* Fixed Qt5 specific issue with meta types in QML oscilloscope demoTero Ahola2012-12-141-1/+4
|
* Minor docs updatesMarek Rosa2012-12-131-2/+2
|
* Fixed Qt5 specific issue with ChartView.createSeries series typesTero Ahola2012-12-131-8/+8
|
* Callout example: removed unnecessary variableMarek Rosa2012-12-112-9/+3
|
* Callout example: added extra space around the textMarek Rosa2012-12-113-23/+24
|
* Audio demo. Remove not necessary filesMarek Rosa2012-12-112-27/+0
|
* Docs updateMarek Rosa2012-12-107-1/+346
|
* Updated QML Weather and QML F1 legends picsTero Ahola2012-12-071-2/+2
|
* Try to fix arm buildJani Honkonen2012-12-051-1/+1
|
* Removed demoLauncherMarek Rosa2012-11-307-164/+1
|
* Fixed QML oscilloscope layoutTero Ahola2012-11-285-9/+16
|
* Fixed QML Custom Legend layoutTero Ahola2012-11-284-59/+60
|
* Fixed a bug with axes duplicated in QML OscilloscopeTero Ahola2012-11-271-6/+6
|
* Fixed a bug with axis titles in QML F1 Legends demoTero Ahola2012-11-271-2/+2
|
* Added axisXTop and axisYRight properties to QML series APIsTero Ahola2012-11-272-8/+7
|
* chartviewer: changed log bases in some chartsMarek Rosa2012-11-265-5/+5
|
* LogDomains: calculateDomainPoint implementedMarek Rosa2012-11-261-1/+1
|
* ChartViewer: added domain chartsMarek Rosa2012-11-2617-2/+977
|
* ChartViewer: added logaxes chartsMarek Rosa2012-11-265-0/+318
|
* Refactors internalsMichal Klocek2012-11-2615-83/+47
| | | | | | | | | | | | | | | | | | | | | | | * 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
* Removed OpenGL button in QML Oscilloscope demoTero Ahola2012-11-194-18/+0
|
* Fix Qt5 beta2 build with vs2010Jani Honkonen2012-11-131-25/+25
|
* Cleaned up demoLauncherMarek Rosa2012-11-124-76/+28
|
* fixMarek Rosa2012-11-091-1/+1
|
* Quick demolauncher fixMarek Rosa2012-11-095-19/+132
|
* Fixing qml build for latest Qt5Jani Honkonen2012-11-0830-186/+47
| | | | There is no quick1 module anymore. It is (again) called a declarative module.
* Replaced qFuzzyIsNull with qFuzzyCompare. Once qchart test case still uses ↵Marek Rosa2012-11-071-1/+1
| | | | qFuzzyIsNull becasue it started failing when qFuzzyCompare was used
* Fix deprecation errors from Qt5Jani Honkonen2012-11-071-15/+15
|
* Qt5 build fixesTero Ahola2012-11-062-4/+4
|
* Fixed demo launcher compilation on windowsTero Ahola2012-11-061-1/+1
|
* Demo launcher now works on OSXTero Ahola2012-11-063-11/+20
|
* demoLauncher fixed againMarek Rosa2012-11-051-7/+5
|
* demoLauncher should now work on all platformsMarek Rosa2012-11-053-6/+8
|
* demolauncher fixMarek Rosa2012-11-051-4/+8
|
* Layout fixes to QML custom legend demoTero Ahola2012-11-053-4/+10
|
* removed binary added by mistakeMarek Rosa2012-11-051-0/+0
|
* Added simple demoLauncher applicationMarek Rosa2012-11-056-1/+86
|
* Added axis titles to QML F1 Legends demoTero Ahola2012-10-242-11/+16
|
* Added axes titles to audio example and decreased the number of samples on ↵Marek Rosa2012-10-242-9/+13
| | | | chart to 2000
* Fix the warning in chartviewerMarek Rosa2012-10-242-2/+6
|
* Added Alignment property to QAbstractAxis and updated qmlweather exampleMarek Rosa2012-10-181-3/+13
|
* Added few properties to QAbstractAxis. Some are still missing. Its needs to ↵Marek Rosa2012-10-171-0/+2
| | | | be decided how the Brush and Pen should be supported
* Audio example now takes every other value from mic inputMarek Rosa2012-10-162-7/+7
|