No description
- C++ 75.1%
- QML 21.6%
- CMake 1.9%
- GLSL 1.1%
- QMake 0.2%
- Other 0.1%
|
Sami Varanka
f7c29bf0f3
Fix: 2D remove signal overloads from DateTimeAxis
When visualMin and visualMax properties were added to the DateTimeAxis,
their corresponding signals had qreal as their parameter type. Later,
during 6.11 api-review they were changed to QDateTime. Then the change
that added tickCount property for 6.12 accidentally added them back.
Amends
|
||
|---|---|---|
| coin | Remove unnecessary comment | |
| examples | Make Qt Graphs examples self-contained | |
| LICENSES | Initial commit | |
| src | Fix: 2D remove signal overloads from DateTimeAxis | |
| tests | QSurface3DSeries: Avoid enum/flag confusion | |
| tools/blender | Add octagon mesh for shadowed point type | |
| .cmake.conf | Bump version to 6.13.0 | |
| .gitattributes | Initial commit | |
| .gitignore | Update .gitignore to ignore example build folders | |
| .gitreview | Add .gitreview file | |
| .tag | Initial commit | |
| CMakeLists.txt | Add CanvasPainter backend to graph renderers | |
| configure.cmake | Add 2D and 3D as configurable features | |
| CONTRIBUTING.md | Add CONTRIBUTING.md file | |
| dependencies.yaml | Update dependencies on 'dev' in qt/qtgraphs | |
| licenseRule.json | Add CONTRIBUTING.md file | |
| qt_cmdline.cmake | configure: Add qt_cmdline.cmake to register src/ features | |
| REUSE.toml | Add CONTRIBUTING.md file | |
| sync.profile | Rename 3D graphs directories to "graphs3d" | |