34301 Commits

Author SHA1 Message Date
Médéric RIBREUX
ee87b0dbc9 [PyQt] Add a lib2to3 custom fix to handle QFileDialog methods in PyQt5 2016-08-21 10:35:32 +02:00
Even Rouault
1df8474795 [arcgisrest] Fix compilation issue with QgsDebugMsg not being defined 2016-08-21 00:57:17 +02:00
Matthias Kuhn
0725191cc0 Fix server compilation 2016-08-20 14:27:01 +02:00
Matthias Kuhn
1dd74e423a Followup 1fda77c: Don't reference private headers in public ones 2016-08-20 13:16:39 +02:00
Nyall Dawson
6214dc11e2 Disable PyQgsOfflineEditingWFS test on Travis
The test regularly fails on unrelated commits.

Possible the test should be reworked to reuse the server
launching routines from the labeling server test, which
seem more robust and work consistently across platforms
2016-08-20 06:36:13 +10:00
Matthias Kuhn
bcae877fab Fix doxygen 2016-08-19 16:53:54 +02:00
Matthias Kuhn
30b032ce4a Small doc fix 2016-08-19 16:37:35 +02:00
Matthias Kuhn
11c626d8e1 Add readOnly property to QgsVectorLayer 2016-08-19 16:36:57 +02:00
Matthias Kuhn
1fda77c798 Private headers should not be installed 2016-08-19 16:06:39 +02:00
Matthias Kuhn
9050cc14d4 Add == and != operator to QgsFeature and add QML bindings 2016-08-19 16:05:41 +02:00
Matthias Kuhn
6ae2daa145 Respect the "showLabel" flag on attribute editor elements 2016-08-19 14:50:22 +02:00
Matthias Kuhn
1bd26f75a5 [feature] Allow controlling labels for individual edit widgets
In the drag and drop designer, a double click on an item will allow
controlling if the label should be shown for each item individually.

Fix #15450
2016-08-19 14:50:21 +02:00
Matthias Kuhn
e30ff62419 Improve wording
Fix #15456
2016-08-19 10:11:49 +02:00
Matthias Kuhn
9c4761c9be Sort values in chained filter comboboxes (relation reference)
Fix #15454
2016-08-19 10:11:49 +02:00
Matthias Kuhn
48445e7484 Hide invalid constraints label when it's unused
Fix #15452
2016-08-19 10:11:48 +02:00
Matthias Kuhn
c46767106e Merge pull request #3410 from m-kuhn/editformconfig-refactor
Refactor edit form config
2016-08-19 09:53:39 +02:00
Matthias Kuhn
fd4fe83641 Doxymentation and sip bindings 2016-08-19 09:03:07 +02:00
Matthias Kuhn
633c1a3bbf Create a default tab layout if none is configured 2016-08-19 09:03:07 +02:00
Matthias Kuhn
5c20f0782a Cleanup QgsEditFormConfig
* It's now implicitly shared, meaning that changes to the config
   can be supervised and a signal is sent from QgsVectorLayer and
   there is no risk of elements suddenly being deleted.
 * Remove a bunch of methods that were in QgsVectorLayer for legacy
   reasons.
2016-08-19 09:03:07 +02:00
Juergen E. Fischer
72cbff918f dxf export: avoid symbology scale 0 (fixes #14138)
(cherry picked from commit 0a07fee15297e18a73b63f194f5aeecffd76800c)
2016-08-18 18:36:36 +02:00
Matthias Kuhn
54fb32d0f5 [travis] Allow failing mac osx builds
Seems to be a (temporary?) problem with sip in homebrew
2016-08-18 07:12:48 +02:00
Harrissou Sant-anna
db94d34a5d Remove mention of "panning" in the title as the frame is only about zooming (#3406)
Unless the "zoom factor" option in the frame applies also to panning (or an upcoming option will refer to it), mentioning panning in the title sounds erroneous.
The other option that refered to panning has been removed from 2.14 to 2.16.
2016-08-17 18:07:50 +02:00
Matthias Kuhn
2233cc1197 Replace obsolete QString::toAscii with QString::toLatin1 2016-08-17 17:18:52 +02:00
Alexia Mondot
b88d92df19 ENH update readme 2016-08-17 16:32:20 +02:00
Alexia Mondot
342fb040ee BUG NameError: name OTBSpecific_XMLcreation is not defined on exec 2016-08-17 16:32:00 +02:00
Alexia Mondot
2320838102 ENH update for OTB 5.4 2016-08-17 16:30:52 +02:00
Matthias Kuhn
0269d05369 [travis] Explicitly install missing homebrew deps 2016-08-17 12:00:12 +02:00
Nyall Dawson
58ef3c75bb Add missing doc 2016-08-17 15:34:55 +10:00
Matthias Kuhn
af0947826b Add isNumeric and QML bindings to QgsField 2016-08-17 07:16:19 +02:00
Frits van Veen
34e2bea246 'Using perimeter (curved)' labels on polygon layers will now respect 'Show upside-down labels' setting. 2016-08-17 14:43:23 +10:00
Nyall Dawson
d6b419ab18 Simplify handling of composer data defined buttons 2016-08-17 10:56:51 +10:00
Nyall Dawson
eb5cc0c731 Add method to reset vector layer for data defined button 2016-08-17 10:56:51 +10:00
Nyall Dawson
b349eb8a98 Fix some missing autoupdates for raster psuedo color widget 2016-08-17 10:56:51 +10:00
Nyall Dawson
34ebe124ff Don't crash raster shader with nan or inf values (fix #15444) 2016-08-17 10:56:51 +10:00
Nyall Dawson
5e80bf5825 Avoid warning 2016-08-17 10:08:04 +10:00
Nyall Dawson
f5b171597a Merge pull request #3391 from nyalldawson/single_sided
Single sided buffers
2016-08-17 07:40:53 +10:00
Nyall Dawson
d193574ba7 Fix doxygen warning 2016-08-17 06:44:04 +10:00
Nyall Dawson
989d9864c5 [FEATURE][processing] New algorithm for single sided buffers 2016-08-17 06:44:04 +10:00
Nyall Dawson
298d047125 [FEATURE] Expression functions for offset_curve and single_sided_buffer
Especially useful with geometry generators!
2016-08-17 06:43:02 +10:00
Nyall Dawson
d008d31f38 Fix potential crash when using default expression parameters 2016-08-17 06:43:02 +10:00
Nyall Dawson
e3f0d3d88f [FEATURE] Expose GEOS single sided buffer through QgsGeometry
Makes it easy for PyQGIS code to perform a single sided buffer
operation
2016-08-17 06:43:02 +10:00
Nyall Dawson
616a80f48e Bump minimum GEOS version to 3.3 2016-08-17 06:43:02 +10:00
Stéphane Brunner
40b70a3ddf Merge pull request #3326 from pvalsecc/perf
Add heuristic to not simplify geometries for nothing
2016-08-16 14:03:27 +02:00
Patrick Valsecchi
5ee97adc16 Add heuristic to not simplify geometries for nothing
Tested with a release binary and Swiss OSM roads in PostGIS at several zoom
levels (the higher, the less features), values in ms (average over at
least 100 queries):

Level | Before | After | % improvement
-------------------------------------------
7     |  37    |  36   | 2.7
6     |  41    |  38   | 7.32
5     |  48    |  46   | 4.17
4     |  70    |  64   | 8.57
3     | 114    | 109   | 4.39

Not much improvement (I'm quite dispointed, here), but not much change in
the code.
2016-08-16 12:48:35 +02:00
Nyall Dawson
cd4bc8887b Vertically stack the color widget when in dock mode 2016-08-16 19:47:28 +10:00
Alexander Bruy
ce133102bf Merge pull request #3392 from nyalldawson/processing_temp
[processing] If supported, use memory layers instead of shapefiles
2016-08-16 11:39:50 +03:00
Matthias Kuhn
282f406e5b Disable builtin pyyaml package with python 3
It's not compatible
2016-08-16 09:54:16 +02:00
Tudor Bărăscu
112df2f7ad in readme: addded geopackage as data source + macOS naming (#3394)
Before this commit it was somehow implied that OS X is not an
UNIX platform when in fact it is. Also, starting with macOS Sierra,
Apple has dropped the naming of OS X towards macOS.
2016-08-16 08:17:31 +02:00
Nyall Dawson
22be7edadf Merge pull request #3398 from nyalldawson/grad
FEATURE: Open color dialog inside layer style panel
2016-08-16 15:35:43 +10:00
Nyall Dawson
a3149b14d9 Merge pull request #3396 from nyalldawson/displace_widget
Use panels for displacement renderer settings
2016-08-16 15:34:39 +10:00