[QGIS Commit] [qgis/Quantum-GIS] cae08e: [gui] Remove deprecated labeling properties tab fo...
GitHub
noreply at github.com
Sun Sep 1 09:59:19 PDT 2013
Branch: refs/heads/master
Home: https://github.com/qgis/Quantum-GIS
Commit: cae08e4215183f6920493f8394b1405120f16096
https://github.com/qgis/Quantum-GIS/commit/cae08e4215183f6920493f8394b1405120f16096
Author: Larry Shaffer <larrys at dakotacarto.com>
Date: 2013-09-01 (Sun, 01 Sep 2013)
Changed paths:
M src/app/qgisapp.cpp
M src/app/qgisapp.h
M src/app/qgsvectorlayerproperties.cpp
Log Message:
-----------
[gui] Remove deprecated labeling properties tab for new projects or older ones that don't use them
- Deprecated tab remains active for older projects, if any layer uses them
- Deprecated tab an be disabled/enabled via console commands for project entry, e.g.:
QgsProject.instance().writeEntry('DeprecatedLabels', '/Enabled', bool) or
QgsProject.instance().removeEntry('DeprecatedLabels', '/')
More information about the QGIS-commit
mailing list