summaryrefslogtreecommitdiffstats
path: root/src/common
Commit message (Expand)AuthorAgeFilesLines
* Docs: Get rid of build warnings for Qt Graphs docsAlexei Cazacov2025-04-221-1/+1
* Prepend QTGRAPHS_ to include guardsSami Varanka2025-01-282-4/+11
* Don't use the WITH_EXPORT version of the QESDP declarator in Qt 7Thiago Macieira2025-01-271-0/+4
* Move utils needed by common classes to commonTomi Korpipaa2024-12-046-2/+95
* Check invalid values for theme presetTomi Korpipaa2024-12-021-1/+3
* Make axis titles follow theme colorsTomi Korpipaa2024-11-271-13/+43
* Fix edgeLabelsVisible propertyTomi Korpipaa2024-11-181-0/+4
* Fix GraphsTheme doc ambiguitiesTomi Korpipaa2024-11-181-31/+49
* Add docs for Graphs3D enumsTomi Korpipaa2024-11-151-6/+18
* Change swap to use QExplicitlySharedDataPointers swap instead of std::swapNiko Korkala2024-10-171-5/+2
* Query maximum texture size from QRhiTomi Korpipaa2024-09-262-3/+5
* Don't expose seriesGradients to qmlSami Varanka2024-09-232-15/+19
* Fix defects found in API reviewSami Varanka2024-09-052-7/+10
* Doc: Replace \instantiates with \nativetypePaul Wicking2024-08-201-1/+1
* Take QLinearGradient as const refSami Varanka2024-08-192-4/+4
* Do not take gradients as QJSvalueSami Varanka2024-08-193-40/+29
* Use Q_D macro in const member functions like we do elsewhereVolker Hilsheimer2024-08-191-30/+30
* Use QQuickGradient for 3D qml seriesSami Varanka2024-08-163-137/+139
* Avoid Q_DECLARE_OPAQUE_POINTERUlf Hermann2024-08-141-1/+4
* Fix uninitialized class member variablesSami Varanka2024-08-022-32/+14
* Doc: Fix linking issues in documentationTopi Reinio2024-07-311-2/+3
* Doc: Document properties of graphsline QML value typeTopi Reinio2024-07-311-10/+24
* Fully qualify enums in graphstheme propertiesSami Varanka2024-07-301-4/+4
* Export QGraphsLine::createSami Varanka2024-07-291-1/+1
* Fix theme snippets and missing propertiesTomi Korpipaa2024-07-291-6/+41
* Fix documentation for themeKwanghyo Park2024-07-262-10/+52
* Fix grid & axis updating with colorScheme changeKaj Grönholm2024-07-261-0/+4
* Change colors when platform color scheme changesJere Tuliniemi2024-07-263-15/+63
* Fix missing theme customization resetsKaj Grönholm2024-07-251-0/+2
* Pass small types by valueSami Varanka2024-07-254-25/+25
* Move global to commonKwanghyo Park2024-07-256-2/+57
* Combine QGraphsLine and QQuickGraphsLineValueTypeSami Varanka2024-07-193-250/+197
* Move QGraphsTheme data to privateSami Varanka2024-07-194-462/+597
* Disable copy and move in QGraphsThemeSami Varanka2024-07-151-0/+2
* Add trailing comma to enumsSami Varanka2024-07-152-5/+16
* Add out-of-line dtorsSami Varanka2024-07-152-0/+3
* Add auto qml test for themeKwanghyo Park2024-07-151-5/+4
* Fix QGraphsLine classSami Varanka2024-07-152-62/+113
* Add an enum class for grid line typeDilek Akcay2024-07-151-2/+2
* Fix remaining parts of Abstract3DGraphWidget in docsDilek Akcay2024-07-151-2/+2
* Change the default theme to QtGreenKwanghyo Park2024-07-081-6/+6
* Change QGraphs3D namespace name to QtGraphs3DDilek Akcay2024-06-191-5/+5
* Use enums instead of bools in public APISami Varanka2024-06-192-4/+7
* Use composition with QQuickWidgetSami Varanka2024-06-131-4/+4
* Integrate redundant properties into grouped propertyKwanghyo Park2024-06-122-751/+588
* Change QJSValue to a specific typeKwanghyo Park2024-06-122-57/+43
* Docs: Add \qmlsignal descriptions for Qt Graphs 3DAlexei Cazacov2024-06-031-8/+8
* Change 'enabled' properties to visible in GraphsThemeDilek Akcay2024-05-312-147/+147
* Change SelectionFlag enum to enum classDilek Akcay2024-05-301-9/+9
* Move widgets to another moduleSami Varanka2024-05-281-11/+11