You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- [backport] Fix bug where histogram can be assigned negative frequency for a pixel range. Also fix potential memory leak as new histogram vector was assigned to band stats without clearing the old.
713
713
- Added section on using QtCreator
714
-
- Fix bugs causing a crash when histogram is gathered due to uninitilised histogram vector
714
+
- Fix bugs causing a crash when histogram is gathered due to uninitialized histogram vector
715
715
- Added missing QUrl include
716
716
- A neater fix for missing map parameter as suggested by Juergen
717
717
- Fixed a bug where map= was not being published in onlineresource url when project files are not in the same dir as cgi
@@ -1007,7 +1007,7 @@ pixels or map units
1007
1007
- Allow postgres layers without saved username & password by asking for credentials
1008
1008
- Support NULL values in search strings
1009
1009
- Optionally add new layers to the selected group
1010
-
- Map composer can add attribute Tables in layouts. It is possibile to show
1010
+
- Map composer can add attribute Tables in layouts. It is possible to show
1011
1011
only visible features in composer table or all features
1012
1012
- Identify tool attribute form now non-modal in view mode (since r12796)
1013
1013
- Identified features' highlight disappear when window is deactivate or
@@ -1143,7 +1143,7 @@ such it contains new features and extends the programmatic interface over
1143
1143
QGIS 1.0.x. If stability and long term support is more important to you
1144
1144
then cool new and untested features, we recommend that you use a copy
1145
1145
of QGIS from our stable 1.0.x release series.
1146
-
This release includes over 140 bug fixes and enchancements
1146
+
This release includes over 140 bug fixes and enhancements
1147
1147
over the QGIS 1.1.0 release. In addition we have added
1148
1148
the following new features:
1149
1149
@@ -1276,7 +1276,7 @@ QGIS 1.0.x. If stability and long term support is more important to you
1276
1276
then cool new and untested features, we recommend that you use a copy
1277
1277
of QGIS from our stable 1.0.x release series.
1278
1278
1279
-
This release includes many bug fixes and enchancements
1279
+
This release includes many bug fixes and enhancements
1280
1280
over the QGIS 1.0.0 release. In addition we have added
1281
1281
the following new features:
1282
1282
@@ -1372,7 +1372,7 @@ QGIS 0.10.0 release. In addition we have made the following changes:
1372
1372
22. Version 0.10.0 'Io'
1373
1373
=======================
1374
1374
1375
-
This release includes over 120 bug fixes and enchancements
1375
+
This release includes over 120 bug fixes and enhancements
1376
1376
over the QGIS 0.9.1 release. In addition we have added
1377
1377
the following new features:
1378
1378
@@ -1393,7 +1393,7 @@ improvements 'under the hood'.
1393
1393
23. Version 0.9.2rc1 'Ganymede'
1394
1394
===============================
1395
1395
1396
-
- This release candidate includes over 40 bug fixes and enchancements
1396
+
- This release candidate includes over 40 bug fixes and enhancements
1397
1397
over the QGIS 0.9.1 release. In addition we have added
1398
1398
the following new features:
1399
1399
- Imrovements to digitising capabilities.
@@ -1887,7 +1887,7 @@ Added remove all layers from overview button.
1887
1887
Extents are now correctly restored when project is loaded
1888
1888
1889
1889
2004-06-24 [ts] 0.3.0devel51
1890
-
Completion of projectio fixes to freeze canvas and restore zorder correctly.
1890
+
Completion of projection fixes to freeze canvas and restore zorder correctly.
1891
1891
Small issue with restoring extents properly needs to be resolved still.
1892
1892
1893
1893
2004-06-23 [mcoletti] 0.3.0devel50
@@ -1898,11 +1898,11 @@ linking with -rdynamic and using dlopen()'s RTLD_GLOBAL flag.
1898
1898
1899
1899
2004-06-21 [ts] 0.3.0devel49
1900
1900
1901
-
Revised raster stats emiting of progress update to not do it when stats are
1901
+
Revised raster stats emitting of progress update to not do it when stats are
1902
1902
fetched from cache. QGisApp progress bar now updates as each layer is rendered
1903
1903
in the mapCanvas.
1904
1904
1905
-
Some minor updates to projectio
1905
+
Some minor updates to projection
1906
1906
1907
1907
2004-06-21 [larsl] 0.3.0devel48
1908
1908
Hooked up the GPS gui to code that uses gpsbabel to import lots of GPS file
@@ -1914,7 +1914,7 @@ fixed wrong versions and DOS endlines
1914
1914
1915
1915
2004-06-21 [ts] 0.3.0devel46
1916
1916
1917
-
Got tired of always resetting my gidbase dir everytime qgis restarts -
1917
+
Got tired of always resetting my gidbase dir every time qgis restarts -
1918
1918
added it to qsettings.
1919
1919
1920
1920
2004-06-21 [ts] 0.3.0devel45
@@ -1928,7 +1928,7 @@ Fix for bug [ 973922 ] Overview shows layers in wrong order
1928
1928
1929
1929
Fixed show stopper bug where maplayerregistry wasn't being cleared properly on file new
1930
1930
1931
-
Added setZOrder which will be used in next commit to fix projectio zorder problem
1931
+
Added setZOrder which will be used in next commit to fix projection zorder problem
1932
1932
1933
1933
2004-06-20 [ts] 0.3.0devel43
1934
1934
@@ -1952,7 +1952,7 @@ Beginnings of generic vector file writer - incomplete and doesn't do anything us
0 commit comments