summaryrefslogtreecommitdiffstats
path: root/src/themes
Commit message (Collapse)AuthorAgeFilesLines
* WinRT: Fix compilationMaurice Kalinowski2014-06-161-1/+1
| | | | | | Change-Id: I2700c9d9847aaa02cec2348307ca2611bf3ee25e Reviewed-by: Tomi Korpipää <tomi.korpipaa@digia.com> Reviewed-by: Titta Heikkala <titta.heikkala@digia.com>
* Update copyright yearTitta Heikkala2014-05-1310-10/+10
| | | | | | Task-number: QTRD-3083 Change-Id: Ide516e5299d2363953d46bf9dc5e2f9ec277154e Reviewed-by: Miikka Heikkinen <miikka.heikkinen@digia.com>
* Add new Qt theme templateTitta Heikkala2013-10-042-1/+76
| | | | | | | | | Added new theme template ChartThemeQt. The colors are the ones used in official Qt documentation. Task-number: QTRD-1924 Change-Id: I2bb2d33b0198cad6275244d2e815908a2db033a3 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@digia.com>
* Boxplot outline pen adjustmentMika Salmela2013-06-147-7/+7
| | | | | Change-Id: I26aa8047e40667aad0466accd20a22d1ba86a668 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@digia.com>
* Qt Commercial -> Qt EnterpriseMiikka Heikkinen2013-06-139-36/+36
| | | | | | | Also updated licenses. Change-Id: Ie14327305207e14879c1f1223219fcdfa1669dc0 Reviewed-by: Mika Salmela <mika.salmela@digia.com>
* A new box-and-whiskers series type added to charts.Mika Salmela2013-06-038-0/+16
| | | | | Change-Id: Iab7a05c44026db9925fa0d68afd2b533b3ea2f91 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@digia.com>
* Fix android build issuesHeikkinen Miikka2013-05-211-1/+1
| | | | | Change-Id: I87ffe334694aa8beac6ec9b4ce310790bee78fd0 Reviewed-by: Tomi Korpipää <tomi.korpipaa@digia.com>
* Fix explicitly set default pen/brush/font getting overridden by themeMiikka Heikkinen2013-05-161-2/+4
| | | | | | | | | | | | | Now we use default pen/brush/font that is unlikely to be ever explicitly set by user, so checks for default in theme initialization work more reliably. Task-number: QTRD-1926 Task-number: QTRD-2023 Task-number: QTRD-2039 Change-Id: Id46b978ee49132e486e06968af00ef60559ede0f Reviewed-by: Mika Salmela <mika.salmela@digia.com>
* Fixed the copyright year 2012 -> 2013Miikka Heikkinen2013-03-059-9/+9
|
* Added axisXTop and axisYRight properties to QML series APIsTero Ahola2012-11-271-2/+2
|
* Some fixes for Qt5, vs2010 build and qmlJani Honkonen2012-11-261-2/+2
|
* Refactors internalsMichal Klocek2012-11-2610-9/+99
| | | | | | | | | | | | | | | | | | | | | | | * 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
* astyle and manual coding style fixes for src-folderJani Honkonen2012-09-242-8/+7
|
* Removed a few unnecessary TODOsTero Ahola2012-08-291-7/+4
|
* Removed QLegend::setLabelPen, clean up theme label brushesTero Ahola2012-06-268-17/+11
|
* Added missing warning about private implementationunknown2012-06-038-0/+72
|
* Disabled drop shadow from the default theme for performance reasonsTero Ahola2012-04-121-1/+2
|
* Added drop shadow effect for light themesTero Ahola2012-04-123-0/+3
|
* Fixes header guard style issuesMichal Klocek2012-04-102-4/+4
|
* Added missing system theme fileTero Ahola2012-04-031-0/+171
|
* Removed default theme, now using light as the defaultTero Ahola2012-04-032-171/+1
|
* missing #ifndef's in themesJani Honkonen2012-03-298-0/+40
|
* Add license headersJani Honkonen2012-03-298-0/+160
|
* Added Icy Blue and High Contrast themeTero Ahola2012-03-285-71/+75
|
* Defined point sizes for fontsTero Ahola2012-03-266-9/+0
|
* Adds shadow build supportMichal Klocek2012-03-231-0/+12
|
* Default theme background, removed extra themesTero Ahola2012-03-2210-81/+43
|
* Fixed background gradients directionTero Ahola2012-03-202-2/+2
|
* Three more themesTero Ahola2012-03-194-9/+117
|
* Fonts and background of the themesTero Ahola2012-03-157-61/+12
| | | | The theme demo app window color now matches the theme
* Colors of the darker themeTero Ahola2012-03-151-8/+10
|
* Colors of the light themeTero Ahola2012-03-151-6/+8
|
* Removed chart view backgroundTero Ahola2012-03-151-2/+6
|
* Fixed build error on linuxTero Ahola2012-03-151-1/+1
|
* New theme with light colors, chartview backgroundTero Ahola2012-03-147-15/+50
|
* Added draft of dark blue themeTero Ahola2012-03-141-0/+36
|
* Now using either vertical or horizontal grid shadesTero Ahola2012-03-131-0/+3
|
* Added axis related modifiers to themeTero Ahola2012-03-135-52/+154
|
* Compilation fixMichal Klocek2012-03-121-1/+1
|
* Default theme with OS specific colors on WindowsTero Ahola2012-03-121-1/+73
|
* Fixed a bug in vanilla themeTero Ahola2012-03-092-8/+8
|
* Lightened up chart backgrounds in themesTero Ahola2012-03-094-16/+16
|
* Modified scientific themeTero Ahola2012-03-091-15/+2
|
* Theme gradients now generated from a single base colorTero Ahola2012-03-084-52/+6
|
* Adding list of series gradients to theme.Jani Honkonen2012-03-075-26/+129
|
* Adds missing ids to theme classesMichal Klocek2012-02-094-4/+4
|
* Refactor themesMichal Klocek2012-02-094-0/+81
* theme decorates the items * create classes for all themes * presenter handels theme decoration