summaryrefslogtreecommitdiffstats
path: root/src/legend/qpielegendmarker.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Qt Charts project file structure changeTitta Heikkala2014-10-141-144/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Charts repository structure is changed to follow the structure of a Qt Add-On module. The task includes following changes: - All macros and definitions named 'commercial' have been renamed. - Compile errors related to QString and qSort usage have been fixed. - Old demos are moved under examples. The QML examples now support only Qt Quick 2.0, the support for Qt Quick 1 is removed. - The QML examples with multiple views are updated so that they are usable also with touch devices. - Unnecessary version checks are removed from examples. - The build stamp has been removed as it was only meant for Charts development purposes and it's no longer needed. Also development build related debug prints are removed as __DATE__ can't be used for all OS thus it doesn't make much sense. - Documentation structure has been updated based on the new module structure. The raw HTML files have been removed. Demos are combined to examples. - Unnecessary .qdocinc files are no longer needed. The content is moved to the corresponding .cpp files. - The Charts widget designer plugin is updated according to the module change. - The test cases updated according to the project structure change. Tests are added also for version 2.0. - cmake modules generation is not needed with Qt 5.4 and Qt Charts so it's disabled. - The new module name and version are updated to the plugin.qmltypes file. Task-number: QTRD-2844, QTRD-3217, QTRD-3218, QTRD-3277, QTRD-3228, QTRD-2526, QTRD-3233, QTRD-3222 Change-Id: Ib7fb26057cde710ffaf6bc780c8bf52a16f45160 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@theqtcompany.com>
* Update copyright yearTitta Heikkala2014-05-131-1/+1
| | | | | | Task-number: QTRD-3083 Change-Id: Ide516e5299d2363953d46bf9dc5e2f9ec277154e Reviewed-by: Miikka Heikkinen <miikka.heikkinen@digia.com>
* Fix Charts documentationTitta Heikkala2013-10-281-1/+2
| | | | | | | | | | | The documentation structure is changed so that it can be generated with both Qt5 and Qt4. Also the erroneous VBarModelMapper is removed from VBoxPlotModelMapper documentation. Task-number: QTRD-2492, QTRD-2495 Change-Id: I45028915ca55f6ff1170db58518a8f08ac4158fb Reviewed-by: Miikka Heikkinen <miikka.heikkinen@digia.com>
* Qt Commercial -> Qt EnterpriseMiikka Heikkinen2013-06-131-3/+3
| | | | | | | Also updated licenses. Change-Id: Ie14327305207e14879c1f1223219fcdfa1669dc0 Reviewed-by: Mika Salmela <mika.salmela@digia.com>
* Fix some documentation issuesMiikka Heikkinen2013-05-171-1/+1
| | | | | Change-Id: Idccfc1bdb7691175b37d570ea88eb3df5c3075c0 Reviewed-by: Tomi Korpipää <tomi.korpipaa@digia.com>
* Fixed the copyright year 2012 -> 2013Miikka Heikkinen2013-03-051-1/+1
|
* Fix for not overriding user settings for legend markers.Mika Salmela2013-03-011-3/+3
| | | | | | | | Added check if the user has set custom label, pen or brush. In this case these are not taken from the series. Task-number: QTRD-1918 Reviewed-by: Miikka Heikkinen
* Fixed several documentation issuesTero Ahola2012-11-151-1/+1
|
* fixed crash in legendmarker when calling update from private constructorsauimone2012-10-251-1/+2
|
* signals for properties in legendmarkersauimone2012-10-251-3/+23
|
* documentation of legendmarkerssauimone2012-10-241-0/+27
|
* fix to QTRD-1674: layout is not calculated correctly after the change in the ↵sauimone2012-10-171-0/+1
| | | | text of legend marker
* optional series parameter to markers function. code style fixessauimone2012-10-171-1/+1
|
* cleaning up todossauimone2012-10-171-2/+0
|
* code inspection round 1 fixessauimone2012-10-171-3/+0
|
* Better handling for new or removed markerssauimone2012-10-171-0/+10
|
* removed peer object solution. Introduced marker type solutionsauimone2012-10-171-1/+1
|
* tidying up legend marker code. Added QBarLegendMarkersauimone2012-10-171-4/+6
|
* some cleanup on legend and pie. No need for pie to know too much about legendsauimone2012-10-171-3/+0
|
* removing old commented code. removing domain parameter from ↵sauimone2012-10-171-4/+5
| | | | handleseriesadded of pimpl. adding QLegend parameter to marker construction
* commenting out usage of old marker implementation from legend. Legend now ↵sauimone2012-10-171-2/+3
| | | | uses new markers.
* layout work startedsauimone2012-10-171-13/+10
|
* refactoringsauimone2012-10-171-10/+39
|
* QPieLegenmarkerPrivate addedsauimone2012-10-171-1/+13
|
* added LegendMarkerItem. Updated new legend example to test clicked of ↵sauimone2012-10-171-0/+5
| | | | LegendMarker
* Added createLegendMarkers to private series. This will replace old ↵sauimone2012-10-171-0/+9
| | | | createLegendMarker method. Notice the s in new method name. PIMPL for QLegendMarker. Newlegend example updated a bit
* new legend example for testing new api. Currently using still the old one.sauimone2012-10-171-0/+36