Skip to content

Commit

Permalink
Added server changes to API break docs
Browse files Browse the repository at this point in the history
  • Loading branch information
elpaso committed May 6, 2017
1 parent 2af9698 commit a882a3b
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions doc/api_break.dox
Expand Up @@ -752,7 +752,7 @@ were removed. Use setSnapTolerance() and snapTolerance() instead.
of QgsDataDefined objects.
- mapSettings() was removed. Use QgsComposerMap::mapSettings() instead.
- The composerArrowAdded, composerPolygonAdded, composerPolylineAdded, composerHtmlFrameAdded, composerItemGroupAdded,
composerLabelAdded, composerMapAdded, composerScaleBarAdded, composerLegendAdded, composerPictureAdded,
composerLabelAdded, composerMapAdded, composerScaleBarAdded, composerLegendAdded, composerPictureAdded,
composerShapeAdded, and composerTableFrameAdded were removed. Use the general itemAdded signal instead to catch
all these item added events.
- addComposerMap no longer takes a setDefaultPreviewStyle argument.
Expand Down Expand Up @@ -1830,6 +1830,13 @@ QgsRendererRulePropsWidget {#qgis_api_break_3_0_QgsRendererRulePropsWidge
- expressionContext(), setExpressionContext(), setMapCanvas() and mapCanvas() have been removed in favor of setContext()/context()


QgsRequestHandler {#qgis_api_break_3_0_QgsRequestHandler}

This comment has been minimized.

Copy link
@3nids

3nids May 8, 2017

Member

this gives a warning

[261/611] Generating API documentation
/doc/api_break.dox:1: warning: multiple use of section label 'QgsRequestHandler ', (first occurrence: /doc/api_break.dox, line 1)

This comment has been minimized.

Copy link
@elpaso

elpaso May 8, 2017

Author Contributor

It should be fixed now in de03642

This comment has been minimized.

Copy link
@3nids

3nids May 8, 2017

Member

thanks

-----------------

- setHeader() was renamed to setResponseHeader()
- removeHeader() was renamed to removeResponseHeader()


QgsRubberBand {#qgis_api_break_3_0_QgsRubberBand}
-------------

Expand Down Expand Up @@ -1864,7 +1871,9 @@ to the new draw() and calculateBoxSize() methods.
QgsServer {#qgis_api_break_3_0_QgsServer}
----------

- QgsServer::handleRequest( const QString &urlstr ) now also takes two optional arguments: QgsServerRequest::Method and POST data
- QgsServer::handleRequest( const QString &urlstr ) has been removed in favour of the new
- QgsServer::handleRequest( QgsServerRequest &request, QgsServerResponse &response ) has been added



QgsSimpleMarkerSymbolLayer {#qgis_api_break_3_0_QgsSimpleMarkerSymbolLayer}
Expand Down

0 comments on commit a882a3b

Please sign in to comment.