Skip to content

Commit

Permalink
More spelling fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Mar 12, 2018
1 parent b82ec17 commit f06b369
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 11 deletions.
2 changes: 1 addition & 1 deletion NEWS
Expand Up @@ -85,7 +85,7 @@ This release has following new features:
- Symbology: Annotations can be styled using fill symbol styles
- Symbology: Point cluster renderer
- Labeling: Allow label font size in mm/pixels
- Labeling: Custom labelling toolbar is now always enabled
- Labeling: Custom labeling toolbar is now always enabled
- Diagrams: Data definable properties
- Rendering: Grid renderer for points displacement
- Rendering: Live layer support
Expand Down
2 changes: 1 addition & 1 deletion doc/news.html
Expand Up @@ -165,7 +165,7 @@ <H1>1. What's new in Version 3.0 'Girona'?</H1>
<LI>Symbology: Annotations can be styled using fill symbol styles
<LI>Symbology: Point cluster renderer
<LI>Labeling: Allow label font size in mm/pixels
<LI>Labeling: Custom labelling toolbar is now always enabled
<LI>Labeling: Custom labeling toolbar is now always enabled
<LI>Diagrams: Data definable properties
<LI>Rendering: Grid renderer for points displacement
<LI>Rendering: Live layer support
Expand Down
2 changes: 1 addition & 1 deletion doc/news.t2t
Expand Up @@ -77,7 +77,7 @@ This release has following new features:
- Symbology: Annotations can be styled using fill symbol styles
- Symbology: Point cluster renderer
- Labeling: Allow label font size in mm/pixels
- Labeling: Custom labelling toolbar is now always enabled
- Labeling: Custom labeling toolbar is now always enabled
- Diagrams: Data definable properties
- Rendering: Grid renderer for points displacement
- Rendering: Live layer support
Expand Down
2 changes: 1 addition & 1 deletion python/core/qgslabelsearchtree.sip.in
Expand Up @@ -13,7 +13,7 @@
class QgsLabelSearchTree
{
%Docstring
A class to query the labeling structure at a given point (small wraper around pal RTree class)
A class to query the labeling structure at a given point (small wrapper around pal RTree class)
%End

%TypeHeaderCode
Expand Down
8 changes: 4 additions & 4 deletions python/plugins/processing/gui/NumberInputPanel.py
Expand Up @@ -51,10 +51,10 @@
os.path.join(pluginPath, 'ui', 'widgetBaseSelector.ui'))


class ModellerNumberInputPanel(BASE, WIDGET):
class ModelerNumberInputPanel(BASE, WIDGET):

"""
Number input panel for use inside the modeller - this input panel
Number input panel for use inside the modeler - this input panel
is based off the base input panel and includes a text based line input
for entering values. This allows expressions and other non-numeric
values to be set, which are later evalauted to numbers when the model
Expand All @@ -64,7 +64,7 @@ class ModellerNumberInputPanel(BASE, WIDGET):
hasChanged = pyqtSignal()

def __init__(self, param, modelParametersDialog):
super(ModellerNumberInputPanel, self).__init__(None)
super().__init__(None)
self.setupUi(self)

self.param = param
Expand Down Expand Up @@ -126,7 +126,7 @@ def setValue(self, value):
class NumberInputPanel(NUMBER_BASE, NUMBER_WIDGET):

"""
Number input panel for use outside the modeller - this input panel
Number input panel for use outside the modeler - this input panel
contains a user friendly spin box for entering values.
"""

Expand Down
6 changes: 3 additions & 3 deletions python/plugins/processing/gui/wrappers.py
Expand Up @@ -102,7 +102,7 @@
from processing.core.ProcessingConfig import ProcessingConfig
from processing.modeler.MultilineTextPanel import MultilineTextPanel

from processing.gui.NumberInputPanel import NumberInputPanel, ModellerNumberInputPanel
from processing.gui.NumberInputPanel import NumberInputPanel, ModelerNumberInputPanel
from processing.gui.RangePanel import RangePanel
from processing.gui.PointSelectionPanel import PointSelectionPanel
from processing.gui.FileSelectionPanel import FileSelectionPanel
Expand Down Expand Up @@ -706,7 +706,7 @@ def createWidget(self):
widget.hasChanged.connect(lambda: self.widgetValueHasChanged.emit(self))
return widget
else:
return ModellerNumberInputPanel(self.param, self.dialog)
return ModelerNumberInputPanel(self.param, self.dialog)

def setValue(self, value):
if value is None or value == NULL:
Expand Down Expand Up @@ -737,7 +737,7 @@ def createWidget(self):
widget.hasChanged.connect(lambda: self.widgetValueHasChanged.emit(self))
return widget
#else:
# return ModellerNumberInputPanel(self.param, self.dialog)
# return ModelerNumberInputPanel(self.param, self.dialog)

def setValue(self, value):
if value is None or value == NULL:
Expand Down
3 changes: 3 additions & 0 deletions scripts/spell_check/spelling.dat
Expand Up @@ -1881,6 +1881,7 @@ curcumstance:circumstance
curcumstances:circumstances
curently:currently
currenly:currently
currnt:current
curriculem:curriculum
cxan:cyan
cyclinder:cylinder
Expand Down Expand Up @@ -1957,6 +1958,7 @@ defenition:definition
defenitions:definitions
defered:deferred
deffensively:defensively
defferent:different
deffine:define
deffined:defined
defiend:defined
Expand Down Expand Up @@ -6636,6 +6638,7 @@ succedes:succeeds
succeding:succeeding
succeds:succeeds
succeedes:succeeds
succes:success:*
succesful:successful
succesfull:successful
succesfully:successfully
Expand Down
Empty file modified src/core/qgsvectordataprovider.h 100755 → 100644
Empty file.

0 comments on commit f06b369

Please sign in to comment.