Skip to content

Commit

Permalink
Adjust version number
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Nov 21, 2017
1 parent 37b0d4c commit 81b475d
Show file tree
Hide file tree
Showing 15 changed files with 20 additions and 20 deletions.
6 changes: 3 additions & 3 deletions python/gui/editorwidgets/core/qgssearchwidgetwrapper.sip
Expand Up @@ -169,7 +169,7 @@ class QgsSearchWidgetWrapper : QgsWidgetWrapper
If in SearchMode returns a quoted field identifier.
If in AggregateSearchMode returns an appropriate aggregate expression.

.. versionadded:: 3.2
.. versionadded:: 3.0
:rtype: str
%End

Expand All @@ -178,7 +178,7 @@ class QgsSearchWidgetWrapper : QgsWidgetWrapper
If in AggregateSearch mode, which aggregate should be used to construct
the filter expression. Is a Null String if none.

.. versionadded:: 3.2
.. versionadded:: 3.0
:rtype: str
%End

Expand All @@ -187,7 +187,7 @@ class QgsSearchWidgetWrapper : QgsWidgetWrapper
If in AggregateSearch mode, which aggregate should be used to construct
the filter expression. Is a Null String if none.

.. versionadded:: 3.2
.. versionadded:: 3.0
%End

public slots:
Expand Down
Expand Up @@ -18,7 +18,7 @@ class QgsRelationAggregateSearchWidgetWrapper : QgsSearchWidgetWrapper
For each attribute of the child, an additional QgsAggregateToolButton will be shown
to determine how the values should be aggregated for searching.

.. versionadded:: 3.2
.. versionadded:: 3.0
%End

%TypeHeaderCode
Expand Down
2 changes: 1 addition & 1 deletion python/gui/editorwidgets/qgsrelationwidgetwrapper.sip
Expand Up @@ -75,7 +75,7 @@ class QgsRelationWidgetWrapper : QgsWidgetWrapper
%Docstring
The relation for which this wrapper is created.

.. versionadded:: 3.2
.. versionadded:: 3.0
:rtype: QgsRelation
%End

Expand Down
2 changes: 1 addition & 1 deletion python/gui/qgsaggregatetoolbutton.sip
Expand Up @@ -16,7 +16,7 @@ class QgsAggregateToolButton : QToolButton
Offers a toolbutton to choose between different aggregate functions.
Functions are filtered based on the type.

.. versionadded:: 3.2
.. versionadded:: 3.0
%End

%TypeHeaderCode
Expand Down
2 changes: 1 addition & 1 deletion python/gui/qgsattributeform.sip
Expand Up @@ -130,7 +130,7 @@ class QgsAttributeForm : QWidget
In this case it will return a combined expression according to the chosen filters
on all attribute widgets.

.. versionadded:: 3.2
.. versionadded:: 3.0
:rtype: str
%End

Expand Down
2 changes: 1 addition & 1 deletion python/gui/qgsattributeformrelationeditorwidget.sip
Expand Up @@ -16,7 +16,7 @@ class QgsAttributeFormRelationEditorWidget : QgsAttributeFormWidget

Widget to show for child relations on an attribute form.

.. versionadded:: 3.2
.. versionadded:: 3.0
%End

%TypeHeaderCode
Expand Down
2 changes: 1 addition & 1 deletion python/gui/qgsattributeformwidget.sip
Expand Up @@ -16,7 +16,7 @@ class QgsAttributeFormWidget : QWidget /Abstract/
Base class for all widgets shown on a QgsAttributeForm.
Consists of the widget which is visible in edit mode as well as the widget visible in search mode.

.. versionadded:: 3.2
.. versionadded:: 3.0
%End

%TypeHeaderCode
Expand Down
2 changes: 1 addition & 1 deletion src/core/qgsaggregatecalculator.h
Expand Up @@ -46,7 +46,7 @@ class CORE_EXPORT QgsAggregateCalculator
/**
* Structured information about the available aggregates.
*
* \since QGIS 3.2
* \since QGIS 3.0
*/
struct AggregateInfo
{
Expand Down
6 changes: 3 additions & 3 deletions src/gui/editorwidgets/core/qgssearchwidgetwrapper.h
Expand Up @@ -187,23 +187,23 @@ class GUI_EXPORT QgsSearchWidgetWrapper : public QgsWidgetWrapper
* If in SearchMode returns a quoted field identifier.
* If in AggregateSearchMode returns an appropriate aggregate expression.
*
* \since QGIS 3.2
* \since QGIS 3.0
*/
QString createFieldIdentifier() const;

/**
* If in AggregateSearch mode, which aggregate should be used to construct
* the filter expression. Is a Null String if none.
*
* \since QGIS 3.2
* \since QGIS 3.0
*/
QString aggregate() const;

/**
* If in AggregateSearch mode, which aggregate should be used to construct
* the filter expression. Is a Null String if none.
*
* \since QGIS 3.2
* \since QGIS 3.0
*/
void setAggregate( const QString &aggregate );

Expand Down
Expand Up @@ -30,7 +30,7 @@ class QgsRelationWidgetWrapper;
* For each attribute of the child, an additional QgsAggregateToolButton will be shown
* to determine how the values should be aggregated for searching.
*
* \since QGIS 3.2
* \since QGIS 3.0
*/
class GUI_EXPORT QgsRelationAggregateSearchWidgetWrapper : public QgsSearchWidgetWrapper
{
Expand Down
2 changes: 1 addition & 1 deletion src/gui/editorwidgets/qgsrelationwidgetwrapper.h
Expand Up @@ -82,7 +82,7 @@ class GUI_EXPORT QgsRelationWidgetWrapper : public QgsWidgetWrapper
/**
* The relation for which this wrapper is created.
*
* \since QGIS 3.2
* \since QGIS 3.0
*/
QgsRelation relation() const;

Expand Down
2 changes: 1 addition & 1 deletion src/gui/qgsaggregatetoolbutton.h
Expand Up @@ -28,7 +28,7 @@
* Offers a toolbutton to choose between different aggregate functions.
* Functions are filtered based on the type.
*
* \since QGIS 3.2
* \since QGIS 3.0
*/
class GUI_EXPORT QgsAggregateToolButton : public QToolButton
{
Expand Down
4 changes: 2 additions & 2 deletions src/gui/qgsattributeform.h
Expand Up @@ -54,7 +54,7 @@ class GUI_EXPORT QgsAttributeForm : public QWidget
will add a new feature when the form is accepted. */
MultiEditMode, //!< Multi edit mode, for editing fields of multiple features at once
SearchMode, //!< Form values are used for searching/filtering the layer
AggregateSearchMode, //!< Form is in aggregate search mode, show each widget in this mode \since QGIS 3.2
AggregateSearchMode, //!< Form is in aggregate search mode, show each widget in this mode \since QGIS 3.0
};

//! Filter types
Expand Down Expand Up @@ -166,7 +166,7 @@ class GUI_EXPORT QgsAttributeForm : public QWidget
* In this case it will return a combined expression according to the chosen filters
* on all attribute widgets.
*
* \since QGIS 3.2
* \since QGIS 3.0
*/
QString aggregateFilter() const;

Expand Down
2 changes: 1 addition & 1 deletion src/gui/qgsattributeformrelationeditorwidget.h
Expand Up @@ -28,7 +28,7 @@ class QgsRelationAggregateSearchWidgetWrapper;
*
* Widget to show for child relations on an attribute form.
*
* \since QGIS 3.2
* \since QGIS 3.0
*/
class GUI_EXPORT QgsAttributeFormRelationEditorWidget : public QgsAttributeFormWidget
{
Expand Down
2 changes: 1 addition & 1 deletion src/gui/qgsattributeformwidget.h
Expand Up @@ -19,7 +19,7 @@ class QgsSearchWidgetToolButton;
* Base class for all widgets shown on a QgsAttributeForm.
* Consists of the widget which is visible in edit mode as well as the widget visible in search mode.
*
* \since QGIS 3.2
* \since QGIS 3.0
*/
class GUI_EXPORT QgsAttributeFormWidget : public QWidget // SIP_ABSTRACT
{
Expand Down

0 comments on commit 81b475d

Please sign in to comment.