51528 Commits

Author SHA1 Message Date
rldhont
91c19ff53f [Bugfix][Server][GetPrint] Correctly set way to draw selection in layout settings 2018-10-26 11:32:14 +02:00
rldhont
eae047e9dd [Server][Tests] Update WMS GetMap Selection
The selection color is read from the project and apply to the map.
2018-10-25 16:40:53 +02:00
rldhont
a9e6950eee [Server] Use Project selection color in GetPrint for 3.4
Because selection was deactivated in layout, selection color was not transmitted from QgsProject to QgsLayoutRenderContext to QgsMapSettings.

forward porting of #7294
2018-10-25 14:31:07 +02:00
rldhont
74f2785532 [Server] Reactivate the capability to print selection with Server 3.4
The capability to print selection has been removed by the commit aaa7003 to
prevent accidental selections showing in exports from composer.

It is reactivated only for QGIS Server.

Fixes #13459 QGIS Server WMS GetPrint request don't respect SELECTION parameter

It's a forward porting of #7185
2018-10-25 11:33:43 +02:00
rldhont
3ff5c8299d
Merge pull request #8319 from rldhont/fix-dbmanager-sql-layer-set-unique-combo-3
[BUGFIX][DbManager] SQL Layer: fix unique combo setting in QGIS 3
2018-10-25 11:31:27 +02:00
Matthias Kuhn
8f4f7f11ac
Merge pull request #8230 from m-kuhn/gdalDoNotPersistEstimatedMetadata
Do not persist estimated GDAL metadata
2018-10-25 10:20:54 +02:00
Etienne Trimaille
d6a2cbf178 add missing optional flag in some qgs expression helps 2018-10-25 18:20:23 +10:00
rldhont
236edd2723
Merge pull request #8318 from rldhont/processing-convertformat-geopackage
[Processing] Add GeoPackage support in alg qgis:convertformat (forward)
2018-10-25 10:19:03 +02:00
Borys Jurgiel
221df8e65e Follow up 88b80394c09045c 2018-10-25 18:11:36 +10:00
Borys Jurgiel
d0813a8822 Introduce QgsGui::HigFlags and don't capitalize menu entries and dialog titles in languages other than English. Fixes #19724 2018-10-25 18:11:36 +10:00
rldhont
2eb22d93ff [BUGFIX][DbManager] SQL Layer: fix unique combo setting in QGIS 3
When opening Update SQL layer, the unique combobox is not well set specifically with oracle.

It's a forward porting of #7872

Funded by Ifremer
2018-10-25 09:30:59 +02:00
rldhont
1d246de545 [Processing] Add GeoPackage support in alg qgis:convertformat (forward)
This is the forward porting of #8143
2018-10-25 09:20:29 +02:00
Nyall Dawson
0bd1b7ab81 Fix failing dox test 2018-10-25 16:41:11 +10:00
Nyall Dawson
244ba5ca3a [afs] Handle invalid responses returned from FeatureServer multipoint
layers, where individual features may have point geometries

Not sure if this is a bug in ArcGIS server (probably, yeah, let's
go with definitely. I couldn't check the source to see.) But in
general QGIS approach is to be forgiving and do our best to
make up for badly behaved servers).

See https://community.esri.com/thread/14037
2018-10-25 10:52:02 +10:00
Nyall Dawson
b039cd12dc Unit test for QgsMessageBarItem::dismiss 2018-10-25 10:51:44 +10:00
Nyall Dawson
d67982415a [ux] Auto dismiss message bar items when a link is clicked in the item
At this stage the user has already read and acted upon the notification,
so requiring them to explicity dismiss the notification is an
annoying extra action.
2018-10-25 10:51:44 +10:00
Nyall Dawson
124f738188 Allow message bar items to be dismissed from QgsMessageBarItem 2018-10-25 10:51:44 +10:00
Nyall Dawson
0a02432b0c Clazy warnings 2018-10-25 10:51:44 +10:00
Nathan Woodrow
01d2fc58cb
UX - Add icon for field types in expression widget (#8195) 2018-10-25 09:59:03 +10:00
Borys Jurgiel
302529a10c
Merge pull request #8289 from borysiasty/csv_string_quoting
[needs-docs] Save layer as CSV: add STRING_QUOTING option to the predefined drop-down widgets
2018-10-24 18:37:32 +02:00
Denis Rouzaud
745526dff0 rename params of virtual methods to match parent class, add missing private cond 2018-10-24 07:54:06 -08:00
Denis Rouzaud
fa92f41eb5 add missing doxymentation to gui/layout 2018-10-24 07:54:06 -08:00
Denis Rouzaud
3663de9103 [API docs] add missing gui/layout 2018-10-24 07:54:06 -08:00
Denis Rouzaud
0b22508fe6 give a few references in QgisInterface API docs 2018-10-24 07:54:06 -08:00
Denis Rouzaud
1bcd306197 add missing SIP_DEPRECATED annotation 2018-10-24 07:54:06 -08:00
Blottiere Paul
c41a5d07d5
Merge pull request #8220 from pblottiere/server_invalid_bbox
[server] Fixes #5520 - Invalid BBOX in WMS GetCapabilities
2018-10-24 15:35:19 +01:00
rldhont
b8469dc3b1
Merge pull request #8285 from uprel/master
[Bugfix][Server][WFS] Fixing bug in WFS update transaction for version 1.0.0
2018-10-24 15:07:30 +02:00
Alessandro Pasotti
4f0a8003f1
Merge pull request #8302 from elpaso/bugfix-20200-pg-sequence-in-forms
Check if we have a numeric value before stripping the group separator
2018-10-24 14:50:58 +02:00
Daniele Viganò
9cb4d57244 [RPM] Patch for F29 is not needed anymore (#8304) 2018-10-24 03:54:48 -08:00
Juergen E. Fischer
4464089487 auto-detect name of sip module used by PyQt5 2018-10-24 13:38:03 +02:00
Alessandro Pasotti
797911e1fe Check if we have a numeric value before stripping the group separator
Fix #20200 - wrong sequence detection under postgres

This is to avoid stripping out the dot from nextval
when schema is not public and locale has a dot
decimal separator.
2018-10-24 12:45:36 +02:00
Alessandro Pasotti
0e5627cefe
Merge pull request #8301 from elpaso/bugfix-fix-sip-python-3-5
Fix import sip on python 3.5
2018-10-24 12:15:43 +02:00
Uroš
980e0b69ea Following fix for bug #20064 - WFS Update transaction also for version 1.0.0 2018-10-24 12:11:12 +02:00
Nyall Dawson
3abbaee94a Remember window size in some more dialogs" 2018-10-24 19:49:58 +10:00
Nyall Dawson
7cf415383a [oauth2] Don't check state value if state option was never set in
initial request

Some servers will not return an empty state, so we should not
require its existance if it was never used to start with.
2018-10-24 19:49:58 +10:00
Nyall Dawson
7a982f5103 [oauth2] Fix redirect listener never starts with oauth2 grant flow authorization 2018-10-24 19:49:58 +10:00
Hugo Mercier
9462a7e214
Merge pull request #8298 from mhugo/fix_18286
Attribute table filter: force geometry extraction when needed
2018-10-24 11:40:24 +02:00
Alessandro Pasotti
6c218b8032 Fix import sip on python 3.5 2018-10-24 11:13:54 +02:00
Juergen E. Fischer
1113e5bae8 fix build with Qt <5.6 2018-10-24 10:27:35 +02:00
Hugo Mercier
d9a10280eb Attribute table filter: force geometry extraction when needed
Fixes #18286
2018-10-24 10:12:19 +02:00
Juergen E. Fischer
b9c1440dd8 make function builder help parseable by lupdate 2018-10-24 08:55:54 +02:00
Alessandro Pasotti
d76ae43fd1
Merge pull request #8284 from elpaso/bugfix-20099-locator-inplace
[in-place] Fix locator filter for in-place when active layer changes
2018-10-24 08:17:11 +02:00
Alessandro Pasotti
ceaaade6a8
Merge pull request #8250 from elpaso/indicators-refactoring
[needs-docs] Indicators refactoring + bad layers indicator
2018-10-24 08:16:35 +02:00
Alessandro Pasotti
1ab7decdae
Merge pull request #8291 from elpaso/bugfix-20134-maybe
Fix QgsProjectLayerGroupDialog with qgz project
2018-10-24 08:16:10 +02:00
Nyall Dawson
8e4d5d564d Correctly save last used style import/export path 2018-10-24 09:08:06 +10:00
Nyall Dawson
cb08cd285a Capitalization 2018-10-24 09:08:06 +10:00
Blottiere Paul
e1cdd7e92d Some cleaning in unit tests 2018-10-24 00:24:48 +02:00
Blottiere Paul
e25a452d17 Add unit test 2018-10-24 00:21:53 +02:00
Juergen E. Fischer
275a203b68 debian/osgeo4w/docker: use public instead of non-existing private PyQt5.sip module 2018-10-24 08:11:13 +10:00
Nyall Dawson
fee1f95a1c Make sip import path configurable, default to upstream path 2018-10-24 08:10:50 +10:00