Skip to content

Commit

Permalink
[spellcheck] properly look into various cases and add more fixes"
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Jan 16, 2017
1 parent f2e556a commit 0a63d1f
Show file tree
Hide file tree
Showing 327 changed files with 704 additions and 672 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -96,7 +96,7 @@ SET (WITH_BINDINGS TRUE CACHE BOOL "Determines whether python bindings should be
IF (WITH_BINDINGS)
# By default bindings will be installed only to QGIS directory
# Someone might want to install it to python site-packages directory
# as otherwise user has to use PYTHONPATH environemnt variable to add
# as otherwise user has to use PYTHONPATH environment variable to add
# QGIS bindings to package search path
SET (BINDINGS_GLOBAL_INSTALL FALSE CACHE BOOL "Install bindings to global python directory? (might need root)")
SET (WITH_STAGED_PLUGINS TRUE CACHE BOOL "Stage-install core Python plugins to run from build directory? (utilities and console are always staged)")
Expand Down
36 changes: 18 additions & 18 deletions NEWS
Expand Up @@ -647,7 +647,7 @@ were made.
- Fix #4496 (Refresh map list in composer table widget in showEvent)
- OS X build/install updates
- GRASS version support
- Intializing from WKT favourize EPSG instead of PROJ.4
- Initializing from WKT favourize EPSG instead of PROJ.4
- Add What's this to Help menu (implement #4179)
- fTools: update layers lists after adding new layer to TOC (fix #4318)
- Don't block QGIS main window when running Merge shapefiles tool. Partially addresses #4383
Expand Down Expand Up @@ -711,7 +711,7 @@ http://linfiniti.com/2011/08/improvements-to-raster-performance-in-qgis-master/]
- Tweak for layer cache
- [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.
- Added section on using QtCreator
- Fix bugs causing a crash when histogram is gathered due to uninitilised histogram vector
- Fix bugs causing a crash when histogram is gathered due to uninitialized histogram vector
- Added missing QUrl include
- A neater fix for missing map parameter as suggested by Juergen
- Fixed a bug where map= was not being published in onlineresource url when project files are not in the same dir as cgi
Expand Down Expand Up @@ -1007,7 +1007,7 @@ pixels or map units
- Allow postgres layers without saved username & password by asking for credentials
- Support NULL values in search strings
- Optionally add new layers to the selected group
- Map composer can add attribute Tables in layouts. It is possibile to show
- Map composer can add attribute Tables in layouts. It is possible to show
only visible features in composer table or all features
- Identify tool attribute form now non-modal in view mode (since r12796)
- Identified features' highlight disappear when window is deactivate or
Expand Down Expand Up @@ -1143,7 +1143,7 @@ such it contains new features and extends the programmatic interface over
QGIS 1.0.x. If stability and long term support is more important to you
then cool new and untested features, we recommend that you use a copy
of QGIS from our stable 1.0.x release series.
This release includes over 140 bug fixes and enchancements
This release includes over 140 bug fixes and enhancements
over the QGIS 1.1.0 release. In addition we have added
the following new features:

Expand Down Expand Up @@ -1276,7 +1276,7 @@ QGIS 1.0.x. If stability and long term support is more important to you
then cool new and untested features, we recommend that you use a copy
of QGIS from our stable 1.0.x release series.

This release includes many bug fixes and enchancements
This release includes many bug fixes and enhancements
over the QGIS 1.0.0 release. In addition we have added
the following new features:

Expand Down Expand Up @@ -1372,7 +1372,7 @@ QGIS 0.10.0 release. In addition we have made the following changes:
22. Version 0.10.0 'Io'
=======================

This release includes over 120 bug fixes and enchancements
This release includes over 120 bug fixes and enhancements
over the QGIS 0.9.1 release. In addition we have added
the following new features:

Expand All @@ -1393,7 +1393,7 @@ improvements 'under the hood'.
23. Version 0.9.2rc1 'Ganymede'
===============================

- This release candidate includes over 40 bug fixes and enchancements
- This release candidate includes over 40 bug fixes and enhancements
over the QGIS 0.9.1 release. In addition we have added
the following new features:
- Imrovements to digitising capabilities.
Expand Down Expand Up @@ -1887,7 +1887,7 @@ Added remove all layers from overview button.
Extents are now correctly restored when project is loaded

2004-06-24 [ts] 0.3.0devel51
Completion of projectio fixes to freeze canvas and restore zorder correctly.
Completion of projection fixes to freeze canvas and restore zorder correctly.
Small issue with restoring extents properly needs to be resolved still.

2004-06-23 [mcoletti] 0.3.0devel50
Expand All @@ -1898,11 +1898,11 @@ linking with -rdynamic and using dlopen()'s RTLD_GLOBAL flag.

2004-06-21 [ts] 0.3.0devel49

Revised raster stats emiting of progress update to not do it when stats are
Revised raster stats emitting of progress update to not do it when stats are
fetched from cache. QGisApp progress bar now updates as each layer is rendered
in the mapCanvas.

Some minor updates to projectio
Some minor updates to projection

2004-06-21 [larsl] 0.3.0devel48
Hooked up the GPS gui to code that uses gpsbabel to import lots of GPS file
Expand All @@ -1914,7 +1914,7 @@ fixed wrong versions and DOS endlines

2004-06-21 [ts] 0.3.0devel46

Got tired of always resetting my gidbase dir everytime qgis restarts -
Got tired of always resetting my gidbase dir every time qgis restarts -
added it to qsettings.

2004-06-21 [ts] 0.3.0devel45
Expand All @@ -1928,7 +1928,7 @@ Fix for bug [ 973922 ] Overview shows layers in wrong order

Fixed show stopper bug where maplayerregistry wasn't being cleared properly on file new

Added setZOrder which will be used in next commit to fix projectio zorder problem
Added setZOrder which will be used in next commit to fix projection zorder problem

2004-06-20 [ts] 0.3.0devel43

Expand All @@ -1952,7 +1952,7 @@ Beginnings of generic vector file writer - incomplete and doesn't do anything us
to create a new point shapefile:

QgsVectorFileWriter myFileWriter("/tmp/test.shp", wkbPoint);
if (myFileWriter.initialise())
if (myFileWriter.initialize())
{
myFileWriter.createField("TestInt",OFTInteger,8,0);
myFileWriter.createField("TestRead",OFTReal,8,3);
Expand Down Expand Up @@ -2030,7 +2030,7 @@ Added acetate layer support to the map canvas. Currently there is only one
QgsAcetateObject. More acetate types will follow...

2004-06-10 [ts] 0.3.0devel27
Modified projectio (serialisation and deserialisation of project files) to
Modified projection (serialisation and deserialisation of project files) to
use maplayerregistry and not mapcanvas.

Implemented state handling of 'showInOverview' property in project io.
Expand Down Expand Up @@ -2444,7 +2444,7 @@ endian-ness.
2004-04-02 [stevehalasz] 0.1.0devel25

2004-04-01 [jobi] 0.1.0devel24
changed qgiscommit to hopefuly fix all problems
changed qgiscommit to hopefully fix all problems

2004-04-01 [jobi] 0.1.0devel23
Extended tools/qgiscommit to pass parameters to cvs
Expand Down Expand Up @@ -2498,7 +2498,7 @@ Added gps_importer plugin (still a work in progress)

2004-03-22 [mac] 0.1.0devel8
s/config.h/qgsconfig.h/
qgsconfig.h now has header sentinals
qgsconfig.h now has header sentinels
now will install headers in $(prefix)/qgis/include and libqis.* library in
$(prefix)/lib
"src/Makefile" no longer relies on explicit dependencies and uses better
Expand Down Expand Up @@ -2603,7 +2603,7 @@ QGIS can load layers and / or a project on start up by specifying these
Symbol renderers for simple, graduated, and continuous symbols
Raster support for most GDAL formats
Raster implementation supports a variety of rendering settings including
semi transparent overlays, pallette inversion, flexible band to color mapping
semi transparent overlays, palette inversion, flexible band to color mapping
in multiband images and creation of pseudocolor.
Change to a data provider architecture for vector layers. Additional data
types can be supported by writing a provider plugin
Expand Down Expand Up @@ -2637,7 +2637,7 @@ Features in shapefiles can be selected by dragging a selection
box or selecting the records in the attribute table
Zoom to extent of selected features (Shapefiles only)
Bug fix: Bug that prevented reopening of the attribute table once
it was initally displayed and closed
it was initially displayed and closed
Bug fix: Bug that prevented lines from being drawn with widths
other than 1 pixel
Build system has changed for building with PostgreSQL support.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -76,4 +76,4 @@ repository, and then [issue a pull request](http://help.github.com/pull-requests
review your contribution and commit it upstream as appropriate.
If you commit a new feature, add [FEATURE] to your commit message AND give a clear description of the new feature. A webhook will automatically create an issue on the QGIS-Documentation repo to tell people to write about it.

If you are not a developer, there are many other possibilities which do not require programing skills to help QGIS to evolve. Check our [project homepage for more information](http://qgis.org/en/site/getinvolved/index.html).
If you are not a developer, there are many other possibilities which do not require programming skills to help QGIS to evolve. Check our [project homepage for more information](http://qgis.org/en/site/getinvolved/index.html).
2 changes: 1 addition & 1 deletion cmake/FindQCA.cmake
Expand Up @@ -72,7 +72,7 @@ else(NOT QCA_FOUND)
file(STRINGS "${_qca_version_h}" _qca_version_str REGEX "^.*QCA_VERSION_STR +\"[^\"]+\".*$")
string(REGEX REPLACE "^.*QCA_VERSION_STR +\"([^\"]+)\".*$" "\\1" QCA_VERSION_STR "${_qca_version_str}")
else()
# qca_core.h contains hexidecimal version in <= 2.0.3
# qca_core.h contains hexadecimal version in <= 2.0.3
set(_qca_core_h "${QCA_INCLUDE_DIR}/qca_core.h")
if(EXISTS "${_qca_core_h}")
file(STRINGS "${_qca_core_h}" _qca_version_str REGEX "^#define +QCA_VERSION +0x[0-9a-fA-F]+.*")
Expand Down
2 changes: 1 addition & 1 deletion cmake/FindQScintilla.cmake
Expand Up @@ -69,7 +69,7 @@ ELSE(EXISTS QSCINTILLA_VERSION_STR)
ENDIF(QSCINTILLA_LIBRARY AND QSCINTILLA_INCLUDE_DIR)

IF(QSCINTILLA_INCLUDE_DIR AND NOT EXISTS QSCINTILLA_VERSION_STR)
# get QScintilla2 version from header, is optinally retrieved via bindings
# get QScintilla2 version from header, is optionally retrieved via bindings
# with Qsci PyQt4 module
FILE(READ ${QSCINTILLA_INCLUDE_DIR}/Qsci/qsciglobal.h qsci_header)
STRING(REGEX REPLACE "^.*QSCINTILLA_VERSION_STR +\"([^\"]+)\".*$" "\\1" QSCINTILLA_VERSION_STR "${qsci_header}")
Expand Down
6 changes: 3 additions & 3 deletions cmake/PythonMacros.cmake
Expand Up @@ -14,13 +14,13 @@

GET_FILENAME_COMPONENT(PYTHON_MACROS_MODULE_PATH ${CMAKE_CURRENT_LIST_FILE} PATH)

MACRO(PYTHON_INSTALL SOURCE_FILE DESINATION_DIR)
MACRO(PYTHON_INSTALL SOURCE_FILE DESTINATION_DIR)

FIND_FILE(_python_compile_py PythonCompile.py PATHS ${CMAKE_MODULE_PATH})


# Install the source file.
INSTALL(FILES ${SOURCE_FILE} DESTINATION ${DESINATION_DIR})
INSTALL(FILES ${SOURCE_FILE} DESTINATION ${DESTINATION_DIR})

# Byte compile and install the .pyc file.
GET_FILENAME_COMPONENT(_absfilename ${SOURCE_FILE} ABSOLUTE)
Expand Down Expand Up @@ -57,5 +57,5 @@ MACRO(PYTHON_INSTALL SOURCE_FILE DESINATION_DIR)
)
ENDIF(_abs_bin_py STREQUAL ${_absfilename})

INSTALL(FILES ${_bin_pyc} DESTINATION ${DESINATION_DIR})
INSTALL(FILES ${_bin_pyc} DESTINATION ${DESTINATION_DIR})
ENDMACRO(PYTHON_INSTALL)
2 changes: 1 addition & 1 deletion cmake/Txt2Tags.cmake
Expand Up @@ -27,7 +27,7 @@ MACRO(FIND_TXT2TAGS)
FIND_PROGRAM(PDFLATEX_EXECUTABLE pdflatex)
ENDIF (NOT PDFLATEX_EXECUTABLE)
IF (NOT PDFLATEX_EXECUTABLE)
MESSAGE(ERROR "pdflatex not found - txt2tags documention pdf cannot be generated")
MESSAGE(ERROR "pdflatex not found - txt2tags documentation pdf cannot be generated")
ENDIF(NOT PDFLATEX_EXECUTABLE)
ENDIF(WITH_TXT2TAGS_PDF)
ENDMACRO(FIND_TXT2TAGS)
Expand Down
2 changes: 1 addition & 1 deletion cmake/UsePythonTest.cmake
Expand Up @@ -2,7 +2,7 @@
# SET(ENV{PYTHONPATH} ${LIBRARY_OUTPUT_PATH})
# SET(my_test "from test_mymodule import *\;test_mymodule()")
# ADD_TEST(PYTHON-TEST-MYMODULE python -c ${my_test})
# Since cmake is only transmitting the ADD_TEST line to ctest thus you are loosing
# Since cmake is only transmitting the ADD_TEST line to ctest thus you are losing
# the env var. The only way to store the env var is to physically write in the cmake script
# whatever PYTHONPATH you want and then add the test as 'cmake -P python_test.cmake'
#
Expand Down
2 changes: 1 addition & 1 deletion cmake/modules/ECMQt4To5Porting.cmake
Expand Up @@ -30,7 +30,7 @@
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#=============================================================================

# The automoc_qt4 macro is superceeded by CMAKE_AUTOMOC from CMake 2.8.6
# The automoc_qt4 macro is superseded by CMAKE_AUTOMOC from CMake 2.8.6
# A Qt 5 version is not provided by CMake or Qt.

include(MacroAddFileDependencies)
Expand Down
2 changes: 1 addition & 1 deletion cmake_templates/Doxyfile.in
Expand Up @@ -1038,7 +1038,7 @@ EXT_LINKS_IN_WINDOW = NO

FORMULA_FONTSIZE = 10

# Use the FORMULA_TRANPARENT tag to determine whether or not the images
# Use the FORMULA_TRANSPARENT tag to determine whether or not the images
# generated for formulas are transparent PNGs. Transparent PNGs are
# not supported properly for IE 6.0, but are supported on all modern browsers.
# Note that when changing this option you need to delete any form_*.png files
Expand Down
2 changes: 1 addition & 1 deletion debian/copyright
Expand Up @@ -595,7 +595,7 @@ License: ElvenSword
this situation.)
.
* Do not remove my name on it (preview). I saw some Turkish and
Russian forum sites delete artists names though, and they puting
Russian forum sites delete artists names though, and they put
their own cursed crappy logos on the previews. It is not sharing.
It is ...
.
Expand Down
4 changes: 2 additions & 2 deletions doc/api_break.dox
Expand Up @@ -666,15 +666,15 @@ called if changes are made to the CRS database.
QgsCoordinateTransform {#qgis_api_break_3_0_QgsCoordinateTransform}
----------------------

- QgsCoordinateTransform is no longer a QObject. readXml, writeXml and initialise are all normal public members now,
- QgsCoordinateTransform is no longer a QObject. readXml, writeXml and initialize are all normal public members now,
not slots. The invalidTransformInput() signal has been removed.
- The extra QgsCoordinateTransform constructors (those not taking QgsCoordinateReferenceSystem arguments) have been
removed. Now, QgsCoordinateTransform must be created using an already existing source and destination
QgsCoordinateReferenceSystem object.
- QgsCoordinateTransform::clone() has been removed. Just use direct copies instead.
- sourceCrs() and destCrs() now return a copy instead of a reference to the CRS. This has no effect on PyQGIS code, but c++
plugins calling these methods will need to be updated.
- isInitialised() has been renamed to isValid()
- isInitialised() has been renamed to isValid() <!--#spellok-->
- theCRS parameter in setSourceCrs has been renamed to 'crs'
- setDestCRS() has been renamed to setDestinationCrs() for consistency
- destCRS() has been renamed to destinationCrs() for consistency
Expand Down

0 comments on commit 0a63d1f

Please sign in to comment.