This website requires JavaScript.
Explore
Help
Sign In
sharpetronics
/
QGIS
Watch
1
Star
0
Fork
0
You've already forked QGIS
mirror of
https://github.com/qgis/QGIS.git
synced
2025-10-10 00:04:23 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
QGIS
/
python
/
PyQt6
/
core
History
Germán Carrillo
f81df2876c
[gui] Move Diagrams properties to a panel widget, showing tabs instead of a list when docked; harmonize stacked diagram configuration with rule-based labeling; allow QgsDiagramProperties to sync to renderers and diagram layer settings, in addition to syncing to layers; when editing a subdiagram of a stacked diagram, only show widgets for diagram layer settings if the subdiagram is the first one, for the rest, hide those widgets and show a note informing users; make sure stacked diagrams handle enabled and disabled subdiagrams (i.e., don't take into account disabled subdiagrams) and add a test for it; switching from single to stacked diagram: take the single diagram definition as the first stacked diagram;
fix
#58782
(calling twice the apply method for label rendering)
2024-09-17 23:57:00 -05:00
..
additions
Fix malformed docs for register_function, qgsfunction
2024-09-11 08:51:05 +02:00
auto_additions
[core] Introduce QgsStackedDiagramRenderer for rendering stacked diagrams. This allows subdiagrams to define their own sizes and legends; add tests for a stacked diagram composed of mixed renderers (single category and linearly interpolated categories), as well as nested stacked diagrams.
2024-09-17 23:56:31 -05:00
auto_generated
[gui] Move Diagrams properties to a panel widget, showing tabs instead of a list when docked; harmonize stacked diagram configuration with rule-based labeling; allow QgsDiagramProperties to sync to renderers and diagram layer settings, in addition to syncing to layers; when editing a subdiagram of a stacked diagram, only show widgets for diagram layer settings if the subdiagram is the first one, for the rest, hide those widgets and show a note informing users; make sure stacked diagrams handle enabled and disabled subdiagrams (i.e., don't take into account disabled subdiagrams) and add a test for it; switching from single to stacked diagram: take the single diagram definition as the first stacked diagram;
fix
#58782
(calling twice the apply method for label rendering)
2024-09-17 23:57:00 -05:00
__init__.py.in
Move some style related enums out of global namespace
2024-08-31 06:20:02 +10:00
class_map.yaml
auto sipify
🍺
2024-09-17 04:03:42 +00:00
contextmanagers.py
Update python files
2024-01-22 05:46:15 +10:00
conversions.sip
Expose a useful method to python
2024-05-23 17:20:30 +10:00
core_auto.sip
Introduce QgsStackedDiagram to create compound diagrams like population pyramids. Use Stacked as internal name for stacked diagrams and StackedBar for stacked bar diagrams. Add subDiagram parameter to QgsDiagramRenderer::diagramSize() and QgsDiagramRenderer::diagramSettings() (single and interpolated) to get subdiagrams info.
2024-09-17 23:55:33 -05:00
core.sip.in
fix: build without qtserialport
2024-03-24 14:24:12 +01:00
project.py.in
…
pyproject.toml.in
[PyQt6] Build PyQt6
2024-01-16 12:18:11 +10:00
qgsexception.sip
Fix generic exception is raised on PyQt6 builds instead of specific
2024-01-31 03:08:47 +10:00
std.sip
…
typedefs.sip
…