51643 Commits

Author SHA1 Message Date
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
8bee898860 Move the scale lock button from QgsStatusBarScaleWidget to QgsStatusBarMagnifierWidget, so it's hidable together with the magnifier in the Customization 2018-10-24 21:30:50 +02: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
signedav
e7aa994eac use dark yellow 2018-10-24 14:48:47 +02:00
signedav
44ea5a2abb use stronger yellow 2018-10-24 14:36:19 +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
signedav
583c426e11 Use of default action icon
If an action is set, but this action has no icon.
So we can make a difference between unset and set action
it's the action-icon in yellow instead of blue
2018-10-24 12:51:06 +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
Nyall Dawson
0fad3e5731 Fix build with newer sip versions
Fixes #19476
2018-10-24 08:10:50 +10:00
Blottiere Paul
da22f7ccac Fixes #5520 - Invalid BBOX in WMS GetCapabilities 2018-10-23 23:18:57 +02:00
Denis Rouzaud
2fce5700e4
remove call to useless deprecated method on mac
followup 72bf08e
2018-10-23 16:47:46 -04:00
Blottiere Paul
9e82d44795
Merge pull request #8271 from pblottiere/as_cancel_id
Fix map tool when auxiliary layer creation is canceled
2018-10-23 21:40:59 +01:00
Denis Rouzaud
49e8e86029 add rendering tests for HiDPI (device pixel ratio) 2018-10-23 16:25:23 -04:00