Bug report #91
first letter of layer name is forced to uppercase
Status: | Closed | ||
---|---|---|---|
Priority: | Low | ||
Assignee: | Gavin Macaulay - | ||
Category: | Map Legend | ||
Affected QGIS version: | Regression?: | No | |
Operating System: | Debian | Easy fix?: | No |
Pull Request or Patch supplied: | Resolution: | fixed | |
Crashes QGIS or corrupts data: | Copied to github as #: | 10150 |
Description
This is wrong. Eg., my layer name in Grass is "bram_wod", but Qgis displays like if the name was "Bram_wod". Why confuse user? And if the layer name was indeed "Bram_wod", how would I make distinction? UNIX is case sensitive. Let qGIS follow. At leat on UniX.
Maciek
History
#1 Updated by Marco Hugentobler over 18 years ago
Generally, the name of a qgis layer does not have to be the same as the filename (in the qgis code this is called 'beautifying of layer names'. It is even possible to change it in the layer props dialog. But ok, it may be confusing for users. What is the general consensus about that?
#2 Updated by Gavin Macaulay - over 18 years ago
We could make it a configurable thing and keep everyone happy
#3 Updated by Gary Sherman over 18 years ago
I say make it configurable
#4 Updated by Gavin Macaulay - over 18 years ago
That's a good enoughy consensus for me!
#5 Updated by Gavin Macaulay - over 18 years ago
- Status changed from Open to Closed
- Resolution set to fixed
A global per-user settings for the capitalisation of layer names is in SVN 7e988cbf (SVN r5435)
#6 Updated by Anonymous over 15 years ago
Milestone Version 0.8 deleted