46289 Commits

Author SHA1 Message Date
Borys Jurgiel
92060a887a [Plugin manager][needs-doc] Follows up 454a93606a: Improved plugin details display style. Doesn't really needs doc, just for better screenshots 2018-02-22 22:07:42 +01:00
Borys Jurgiel
454a93606a [Plugin manager] Tabular layout for the details view 2018-02-22 20:48:19 +01:00
Borys Jurgiel
92becc43fd [Plugin manager] Slightly polished style of the details view 2018-02-22 18:37:46 +01:00
Werner Macho
23951f3f10
Update tsstat.pl
correct arry
2018-02-22 16:53:04 +01:00
Werner Macho
6861902714
Merge pull request #6416 from SrNetoChan/patch-4
Adds Portuguese translator
2018-02-22 16:51:29 +01:00
Alexandre Neto
99e437ce0a
Adds Portuguese translator 2018-02-22 15:40:22 +00:00
Alessandro Pasotti
81d8625f73
Merge pull request #6407 from elpaso/bugfix-18099-wfs-operations-xref-2
[bugfix] Support Distributed Computing Platform (DCP) for WFS
2018-02-22 15:01:18 +00:00
Hugo Mercier
e06e95c255
Merge pull request #6413 from mhugo/master
Fix call to representValue in identifydialog (refs #17175)
2018-02-22 14:11:20 +00:00
Alessandro Pasotti
31df608498 Also use DCP for transaction (if available)
Also QgsDebugMsg->Level
2018-02-22 13:36:28 +00:00
Nathan Woodrow
5eb3e6b099
Save variables are key value in settings (#6411)
* Save variables are key value in settings

This allows variables to be set in qgis_global_settings.ini correctly.

This used to be a list of names and then a list of values making it
impossible to set and override.
2018-02-22 23:07:19 +10:00
Alessandro Pasotti
3ce8dc12be Fix port for WFS server integration tests 2018-02-22 12:14:28 +00:00
Hugo Mercier
5e70e962f7 Fix call to representValue in identifydialog (refs #17175)
This should fix the problem of queries with WHERE (id = 'NULL') when the
string 'NULL' cannot be converted to integer / uuid, as seen with
relation reference widgets.
2018-02-22 11:59:19 +01:00
Borys Jurgiel
6a8e423470
Merge pull request #6406 from borysiasty/master
[Plugin manager] Display available and installed version origins in tooltips
2018-02-22 09:33:19 +01:00
Nyall Dawson
2973e85f1d "Fix" crash in attribute table field calculator 2018-02-22 17:05:48 +10:00
Nyall Dawson
3ed98f17fa
Merge pull request #6383 from Fanevanjanahary/key
[dbmanager] fix shortcut execute query
2018-02-22 15:52:46 +11:00
Nyall Dawson
6b2d3eea03 String fix 2018-02-22 10:04:44 +10:00
Juergen E. Fischer
9a3bfa01c2 fix translation strings 2018-02-22 00:37:48 +01:00
Nyall Dawson
0481666b77
Merge pull request #6408 from arnaud-morvan/processing_reload_fix
Processing reload fixes
2018-02-22 10:03:51 +11:00
Nyall Dawson
1eea857915 Remove use of deprecated trUtf8 method
This method was deprecated in Qt 5.0 - we need to remove
its use so that we can turn off the remaining Qt4 compatibility
switches.
2018-02-22 09:59:49 +11:00
Nyall Dawson
f144553866
Merge pull request #6399 from nyalldawson/hide_dupe
Hide 'duplicate features' actions by default
2018-02-22 09:58:30 +11:00
David
5cfe278481 calculate mTwoCharSize 2018-02-21 21:47:57 +00:00
arnaud.morvan@camptocamp.com
5af792c1f8 [processing] Call toolbox.deleteLater to avoid slot calls after unload 2018-02-21 21:45:27 +00:00
arnaud.morvan@camptocamp.com
3718d4e65b [processing] Properly load basic providers
Processing module should only register it's own basic providers.
Note that when reloading a plugin, subclasses of ProcessingProvider remains and new ones are added,
so in such cases QgsProcessingProvider.__subclasses__() return same provider class many times.
2018-02-21 21:42:43 +00:00
arnaud.morvan@camptocamp.com
d3a4a34515 [processing] Fix slot prototype in ModelerAlgorithmProvider. Fix #18162 2018-02-21 21:42:21 +00:00
Loïc Bartoletti
5d5927aca4 Add shapeDigitizeToolbar to acceptable missing doc 2018-02-21 22:34:32 +01:00
Alessandro Pasotti
31428242da Cosmetic fixes 2018-02-21 21:58:58 +01:00
Alessandro Pasotti
f1b5987634 [bugfix] Support Distributed Computing Platform (DCP) for WFS
Implement the possibility to specify different endpoints
for different WFS operations.

With tests.

Fixes #18099 WFS Capabilities handling problem
2018-02-21 21:48:01 +01:00
David
f17ba6bc29 only decrease when larger than two signs
and increase always. but decrease again only when more than the size of "00" difference.
2018-02-21 20:36:07 +00:00
Borys Jurgiel
86a48e4762 [Plugin manager] Display origins of the available and installed version in a tooltip rather than inline' 2018-02-21 21:33:34 +01:00
Loïc Bartoletti
88a5e3204b - Rename "Advanced Shape Digitize Toolbar" -> "Shape Digitize Toolbar"
- Rewrite ui_defaults.h
2018-02-21 21:05:42 +01:00
Nyall Dawson
835cca7cae [processing] More string HIG fixes 2018-02-22 06:44:17 +11:00
Nyall Dawson
bd99f6979b More dialog title HIG fixes 2018-02-22 06:44:17 +11:00
Nyall Dawson
146d408190 [processing] Add direct action to open an existing model in editor 2018-02-22 06:44:17 +11:00
Nyall Dawson
277e06ec28 [processing] Fix some message box titles 2018-02-22 06:44:17 +11:00
David
ffd1e4bcf8 fix indentation 2018-02-21 13:45:54 +00:00
Salvatore Larosa
3283afd33d Fixes #18043: Zoom and identify tools very small on MacOSX with retina display 2018-02-21 14:22:54 +01:00
David
77be1ceebe only change size when difference > 4
to avoid the flickering
2018-02-21 13:00:48 +00:00
Nyall Dawson
f8c3f39670 [processing] Fix dependency calculation for model child algs 2018-02-21 20:34:40 +11:00
Felis Pimeja
76c21ea369 Updated and vectorized several icons (#6382) 2018-02-21 15:39:25 +07:00
Chris Crook
cb17e22596
Merge pull request #6400 from ccrook/delim_text_ui_crs
Delim text ui crs
2018-02-21 19:37:12 +13:00
Chris Crook
6759993742 Fixing up code indentation and removing spacer in dialog 2018-02-21 19:07:41 +13:00
Nyall Dawson
bb08b64a03
Merge pull request #6398 from DelazJ/QMessageBoxTitles
Updating some dialogs caption
2018-02-21 16:29:46 +11:00
nirvn
6573eb30e7 [processing] small fix in the MultipleLayerWidgetWrapper wrapper 2018-02-21 12:00:32 +07:00
Nyall Dawson
43350a9a3e Hide 'duplicate features' actions by default
Since there's a number of serious outstanding issues with these
tools, hide them by default and show them only if a QgsSettings
flag is set ("tools\showDuplicateFeatureActions").

This allows the tools to be reworked for 3.2, while still
making them accessible for users who require their functionality.
2018-02-21 14:18:55 +10:00
Harrissou Sant-anna
ed99ba9d08 Updating some dialogs caption 2018-02-21 03:35:22 +01:00
Nyall Dawson
585a4d3782 [processing] Split multiparts and explode are feature based algorithms 2018-02-21 09:16:43 +11:00
Nyall Dawson
43cd62b62f [processing] Tweak api for QgsProcessingFeatureBasedAlgorithm
Instead of returning a single QgsFeature from processFeature, we now
return a list of features.

This allows feature based algorithms which return multiple features
per input feature, e.g. "explode" type algorithms which split a
single input feature into multiple output features.
2018-02-21 09:16:43 +11:00
Juergen E. Fischer
34553d3624 fix warning 2018-02-20 20:40:35 +01:00
Jürgen Fischer
4eef948bc3
Merge pull request #6394 from neteler/patch-75
Add grass74 support
2018-02-20 20:40:20 +01:00
Chris Crook
25c4fe7c83 Clear delimited text source fields after adding to show something has happened 2018-02-21 07:07:16 +13:00