[QGIS Commit] [qgis/Quantum-GIS] 0386a6: Add capitalization support to PAL layer of adv lab...
GitHub
noreply at github.com
Wed Aug 29 15:59:16 PDT 2012
Branch: refs/heads/master
Home: https://github.com/qgis/Quantum-GIS
Commit: 0386a637c77bee093013196e138a3b4fd7554058
https://github.com/qgis/Quantum-GIS/commit/0386a637c77bee093013196e138a3b4fd7554058
Author: Larry Shaffer <larrys at dakotacarto.com>
Date: 2012-08-29 (Wed, 29 Aug 2012)
Changed paths:
M src/app/qgslabelinggui.cpp
M src/app/qgslabelinggui.h
M src/core/qgspallabeling.cpp
M src/ui/qgslabelingguibase.ui
Log Message:
-----------
Add capitalization support to PAL layer of adv labeling
- Title case does not convert existing uppercase->lowercase, only lowercase->uppercase (Qt issue)
- Didn't offer QFont::SmallCaps option as it does not work right with QPainterPath::addText()
see https://bugreports.qt-project.org/browse/QTBUG-13965
- Store and re-apply some QFont properties stripped when choosing new typeface
- Move sample background color selector right of sample text
More information about the QGIS-commit
mailing list