Nyall Dawson
d4a482b982
Merge pull request #2900 from ahuarte47/Issue_QPainterSimplification
...
[Bugfix] QPainter simplification (fixes #14301 )
2016-05-27 16:34:43 +02:00
Matthias Kuhn
cbbc53570c
Avoid string comparisons
2016-05-27 15:19:34 +02:00
Marco Hugentobler
0aec8e9892
Postgres simplification does not work with curved types
2016-05-27 14:38:42 +02:00
Jürgen Fischer
7e9a0a78ff
Merge pull request #3114 from SrNetoChan/new_icons
...
Adds File Formats mime Icons for debian and rpm
2016-05-27 14:29:36 +02:00
Alexander Bruy
70c5ab6a05
[processing] fix handling of scriipts/models folders in Get scripts dialog (follow up d16f04bf3a)
2016-05-27 15:16:27 +03:00
rldhont
92aed6e38f
ending store and restore layer extents in projects
2016-05-27 12:32:30 +02:00
volaya
b38be6f725
[processing] made lastools additional parameters optional
2016-05-27 11:31:54 +02:00
volaya
f4ca847660
[processing] do not exit loop in intersect if there are errors
...
fixes #14908
2016-05-27 11:27:24 +02:00
volaya
841f8fb74e
[processing] re-enabled tooltips in algorithm dialog
2016-05-27 11:27:23 +02:00
volaya
c080c2035b
[processing] fixed default extension selection
2016-05-27 11:27:23 +02:00
Marco Hugentobler
64e05ff69d
Show curve point radius in infotool and fix bug in geometryutils
2016-05-27 10:48:49 +02:00
Alexander Bruy
33977d16dd
[processing] add option to force singlepart geometry type to postgis import ( fix #14889 )
2016-05-27 11:25:22 +03:00
Denis Rouzaud
5fc17dd18d
add missing include in DB2
2016-05-27 10:23:14 +02:00
Nyall Dawson
ba48dbe380
Merge pull request #3112 from ThomasG77/qgsannotationitemcast
...
Cast each child of QgsAnnotationItem in SIP bindings for Python
2016-05-27 09:32:19 +02:00
Juergen E. Fischer
84c0241776
INSTALL is a output file from the t2tdoc target
2016-05-27 08:51:59 +02:00
Juergen E. Fischer
38f6ace4c0
make webkit optional
2016-05-27 08:41:58 +02:00
Alexandre Neto
fb2d5e727e
fixes debian desktop files for file format icons
2016-05-27 07:30:31 +01:00
Alexandre Neto
2a361c521b
add extra icons
2016-05-27 00:05:49 +01:00
Alexandre Neto
0eecac1aaf
Add QGIS file types Icons for Linux
2016-05-26 23:50:50 +01:00
Alexander Bruy
ed1235d3bf
Merge pull request #3096 from arnaud-morvan/processing_fix_updatedependentfields
...
[BUGFIX] [Processing] Fix updateDependentFields
2016-05-26 23:39:39 +03:00
pcav
a389862721
Merge branch 'master' of https://github.com/qgis/QGIS
2016-05-26 19:30:48 +02:00
pcav
36161fc05d
INstructions for installing with Qt5+Py3 on Debian in INSTALL
2016-05-26 19:30:26 +02:00
ThomasG77
eeea18ecba
Cast each child of QgsAnnotationItem in SIP bindings for Python
2016-05-26 18:09:59 +02:00
Juergen E. Fischer
aef3dd4da4
remove svn references from prepare-commit.sh and make it work from anywhere in the repository
2016-05-26 17:17:24 +02:00
volaya
d4802e5e9e
Merge pull request #3109 from rldhont/bugfix_processing_getParameterDescriptions
...
[BUGFIX][Processing] Add getParameterDescriptions to R, Model and Scr…
2016-05-26 17:11:46 +02:00
rldhont
53089188d5
[BUGFIX][Processing] Add getParameterDescriptions to R, Model and Script algo
2016-05-26 16:53:10 +02:00
volaya
ef3de28538
Merge pull request #3110 from NaturalGIS/master
...
fix two SAGA statistics_grid modules
2016-05-26 15:47:26 +02:00
Alexander Bruy
d783635a40
[processing] homogenize spatial index name with DB Manager ( fix #14899 )
2016-05-26 16:13:46 +03:00
arnaud.morvan@camptocamp.com
586e9bfabc
[Processing] Fix updateDependentFields
2016-05-26 15:08:29 +02:00
Giovanni Manghi
8cd6be57ed
fix two SAGA statistics_grid modules
2016-05-26 14:04:29 +01:00
Alexander Bruy
af201211dd
fix indentation
2016-05-26 14:43:18 +03:00
Alexander Bruy
d16f04bf3a
[processing] support multiple scripts/models folders ( fix #10476 )
2016-05-26 13:56:21 +03:00
Juergen E. Fischer
d17094611b
INSTALL is a output file
2016-05-26 12:52:30 +02:00
pcav
d676fcbaa6
Another typo in INSTALL
2016-05-26 11:45:41 +02:00
Alexander Bruy
942e4694cf
Merge branch 'pluginmanager-fix-strings'
2016-05-26 08:42:58 +03:00
Alexander Bruy
eb275ea49b
Merge branch 'worlfile-ext'
2016-05-26 08:42:42 +03:00
Alvaro Huarte
6969a1a401
Fix travis errors
2016-05-25 22:53:01 +02:00
Alvaro Huarte
7e1d142fef
Add Visvalingam simplification algorithm
2016-05-25 22:53:01 +02:00
Alvaro Huarte
734b8b4c62
Add SimplifyAlgorithm enum for local simplification
...
It implements the SimplifyAlgorithm enum for local simplification of
geometries.
Also the SnapToGrid algorithm is added.
2016-05-25 22:53:01 +02:00
Alvaro Huarte
01ece90f51
Simplify geometry for labeling
2016-05-25 22:50:28 +02:00
Alvaro Huarte
51f06edbf7
Allow override WkbPtr and define WkbSimplifierPtr class
...
This commit simplifies the geometry just before to paint it in the
current QPainter device.
This commit allows to override the '>>' operators of the QgsWkbPtr
class. Also, It defines a new QgsWkbSimplifierPtr class to automatically
simplify the input point stream.
2016-05-25 22:50:28 +02:00
Alvaro Huarte
c4d7981678
New members in QgsVectorSimplifyMethod for QPaint simplification
2016-05-25 22:50:28 +02:00
Alvaro Huarte
89597f35f5
Remove FeatureIterator simplification
2016-05-25 22:50:28 +02:00
Alexander Bruy
322da8b2cf
Merge pull request #3105 from volaya/processing_cleanup
...
[processing] cleanup and improvements
2016-05-25 20:42:17 +03:00
pcav
d19767d590
Typos in INSTALL
2016-05-25 19:01:18 +02:00
pcav
92604cf207
Merge branch 'master' of https://github.com/qgis/QGIS
2016-05-25 18:59:16 +02:00
Alexander Bruy
ed90055e19
homogenize worldfile extensions when exporting map as image ( fix #13264 )
2016-05-25 19:26:35 +03:00
volaya
997a3683a0
[processing] removed wrong import
2016-05-25 17:53:07 +02:00
Alexander Bruy
b5b0145c8f
[pluginmanager] reword link to plugin bugtracker ( fix #11582 )
2016-05-25 18:47:09 +03:00
Alessandro Pasotti
0469ffc13e
Merge pull request #3106 from boundlessgeo/wfs-t-tests-2
...
Wfs t tests
2016-05-25 17:46:47 +02:00