##// END OF EJS Templates
Clear filter
Show hidden
Commit Message Age Author Refs
load previous
r2716:bf30bed1cefb
Added plotAreaChanged signal to chart. The plotArea property was also introduced, though it was previously available via getter function. The signal with same name on QML side was linked to the new signal. Task-number: QTRD-3330 Change-Id: I8d985762194800e1b8743d0a7429ef4d0356bd98 Reviewed-by: Mika Salmela <mika.salmela@theqtcompany.com>
Miikka Heikkinen
0
r2715:38dcfecdb595
Fix chart axis label format The label format for axis can now be set so that there's a separator for thousands, for example, with setLabelFormat("%'5.2f") Change-Id: Ic159776039d04a91a7ccf648800bd9720c41246e Task-number: QTRD-3347 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@theqtcompany.com>
Titta Heikkala
0
r2714:929d943d1aab
Fix include syntax The includes for the whole project are changed to syntax: '#include <module/class> Change-Id: If32f8b6c3f47516ad6bc30ed40789ea9042d5664 Task-number: QTRD-3373 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@theqtcompany.com>
Titta Heikkala
0
r2713:f6fba9e059d7
Suppress a warning in msvc 64bit builds Using std:sort causes warning C4267 in 64bit msvc builds, because size_t and int are of different size. There should never be a case where list indexes grow so large that this causes problems, so just suppress the warning. Change-Id: I0e4904f88542178177afc51a82bbbd18b094eb32 Reviewed-by: Titta Heikkala <titta.heikkala@theqtcompany.com>
Miikka Heikkinen
0
r2712:c544258484ff
Qt Charts project file structure change 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>
Titta Heikkala
0
r2711:76339f714f08
Fix empty domain detection Instead of using qFuzzyIsNull to detect if domain is empty use qFuzzyCompare. This will make it possible to draw axises with small ranges. Change-Id: Iea39f74e3eb317f20aab3061cd942cafca9ef08a Task-number: QTRD-3296 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@digia.com>
Titta Heikkala
0
r2710:e26d82d56bc9
Misc fixes - Default value for localizeNumbers is now false, as it would look weird if numbers were localized in otherwise unlocalized app. - Added locale property to qml ChartView. - Added registrations for latest revisions of all QML types for 2.0, since apparently this is necessary to make them visible when importing Charts 2.0 Change-Id: I46997b3af4458c6dbf6755a19e01115d5393013a Reviewed-by: Titta Heikkala <titta.heikkala@digia.com>
Miikka Heikkinen
0
r2709:682630e62d58
Additional fixes to label localization - The default bar/boxplot categories were not localized. - Might as well support "%i" format, as it is equivalent to "%d", and some of our own examples use it. - If precision is not specified in the label format, default to six instead of zero. Change-Id: I937b6a76128fc506d8db4b9974569e590d85ac5f Reviewed-by: Titta Heikkala <titta.heikkala@digia.com>
Miikka Heikkinen
0
r2708:b421e87aa00a
Added QChart::locale property This locale is used for localizing the numbers on various labels when localizeNumbers is set to true. It is also the locale that QDateTimeAxis labels use for month and day names. Task-number: QTRD-3179 Change-Id: Ib9a9cad770c5a6890311fe45a1d4cabd5f40aff4 Reviewed-by: Mika Salmela <mika.salmela@digia.com>
Miikka Heikkinen
0
r2707:ef2ab40bd1b9
Added QChart::localizeNumbers When this property is true, the default QLocale is used to convert various values to strings for series and axis labels instead of corresponding QString functions, which always use "C" locale. Task-number: QTRD-3231 Change-Id: I95a936ae6d49c2589a7c53a481fd850c90846ae4 Reviewed-by: Titta Heikkala <titta.heikkala@digia.com>
Miikka Heikkinen
0
r2706:11c2ee82f698
Fix long label visibility The detection of overlapping items has been corrected. By default, item text is truncated thus only the ellipsis can overlap. Change-Id: I856f440184006b91c23e44d63ddef5b1796f38a1 Task-number: QTRD-3310 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@digia.com>
Titta Heikkala
0
r2705:fbb76bf1bd36
Add QVBoxPlotModelMapper and QBoxPlotModelMapper as types for QtQuick 2 Change-Id: I2683c981acee51d9929234d79e7da100cfc6a608 Reviewed-by: Titta Heikkala <titta.heikkala@digia.com>
Andy Shaw
0
r2704:55fe15b79c2f
Make the prf file be in sync with config.pri This is needed especially for iOS as the library names are modified for the simulator Change-Id: I8be427e4be582b74b835ec1498e9e9dfec991dab Reviewed-by: Titta Heikkala <titta.heikkala@digia.com>
Andy Shaw
0
r2703:3b52e60d4e36
WinRT: Fix compilation Change-Id: I2700c9d9847aaa02cec2348307ca2611bf3ee25e Reviewed-by: Tomi Korpipää <tomi.korpipaa@digia.com> Reviewed-by: Titta Heikkala <titta.heikkala@digia.com>
Maurice Kalinowski
0
r2702:ee35574f0d66
Fix compilation on platforms without QtQuick1 WinRT is one of those, but you might want to configure Qt in that way also on other platforms. Change-Id: I40e5d0b8bc0c347f058d5f30d64ddbf55653f904 Reviewed-by: Tomi Korpipää <tomi.korpipaa@digia.com> Reviewed-by: Titta Heikkala <titta.heikkala@digia.com>
Maurice Kalinowski
0
r2701:23f5eaaadbea
iOS Qt Quick 1 problem added to README Change-Id: I847f8e941385c00df0e76e2ab2d9732540b042b1 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@digia.com>
Tomi Korpipää
0
r2700:212c17e196b7
iOS example fix Change-Id: I1875dab1c2ca26206250772f518a83525e071ffa Reviewed-by: Miikka Heikkinen <miikka.heikkinen@digia.com>
Tomi Korpipää
0
r2699:9a409f001e2a
Fix QValueAxis range setting As explained in Qt documentation, comparing values where either of them is 0.0 with qFuzzyCompare does not work. Adding 1 to both values fixes the problem. Task-number: QTRD-3172 Change-Id: I3e7be0ea3c53947b31fd45abe20b00773bf474b5 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@digia.com>
Titta Heikkala
0
r2698:9dcd2a7c347e
iOS compilation fix Change-Id: Iabdd394d268e7ea4b5ad51a67f11f40576d09f9f Reviewed-by: Titta Heikkala <titta.heikkala@digia.com>
Tomi Korpipää
0
r2697:899dd6266dee
Fix bar value label position The bar value labels are positioned so that they don't overlap with the border drawn around the bar. Task-number: QTRD-3171 Change-Id: Icf6344214195e91ae66eed31ca587414e02291b9 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@digia.com>
Titta Heikkala
0
load next
< 1 .. 7 8 9 10 11 .. 140 >
showing 20 out of 2797 commits