29823 Commits

Author SHA1 Message Date
Giuseppe Sucameli
c4dcb7b812 [DbManager] delete layer passed to querybuilder to set sql layer filter (follow f6e31613) 2015-11-30 00:38:06 +01:00
Giuseppe Sucameli
5408e843ec Merge branch 'DbManager_SetFilter' of https://github.com/SebDieBln/QGIS
[DbManager] New button to define a sql-filter when adding a query-based layer
2015-11-30 00:36:08 +01:00
Nyall Dawson
df3057122f Follow up 3c3317, typo fixes 2015-11-30 08:04:45 +11:00
Médéric RIBREUX
3c33177910 [feature][composer] Allow multiple selection of compositions in manager
Allows multiple compositions to be opened and deleted. Fix #2917.
2015-11-30 08:03:43 +11:00
Nyall Dawson
052fd7937d Followup c14352f, tweaked Coverity fixes 2015-11-30 07:39:16 +11:00
Nyall Dawson
65b6171277 [composer] Increase precision of exported worldfiles (fix #13895) 2015-11-30 07:31:05 +11:00
Juergen E. Fischer
3b2d7173f6 legend interface: guard layer dereferences (fixes #13899) 2015-11-29 20:48:10 +01:00
Juergen E. Fischer
c14352fa55 coverity fixes 2015-11-29 17:04:56 +01:00
Juergen E. Fischer
0519423b0f fix pyuic wrapper where qt4 & 5 are available 2015-11-29 17:04:56 +01:00
Juergen E. Fischer
079029e354 indentation update 2015-11-29 17:04:56 +01:00
Matthias Kuhn
6aabb8561b Merge pull request #2510 from SebDieBln/FixDeleteCategories
Fix a bug when deleting style categories (fixes #12043)
2015-11-29 16:25:22 +01:00
Sebastian Dietrich
f6e3161317 Added a button to set a filter for a query layer. 2015-11-29 13:19:55 +01:00
Sebastian Dietrich
174a0ddeb7 fix a bug when deleting style categories (fixes #12043) 2015-11-28 16:50:16 +01:00
rldhont
5473c3394f [QGIS-Server] Help editing OWS Server general information
Fees and access constraints have a defined list of value by ISO. To help user editing these parameters, edit lines have been remplaced by editable combo box.

To enhance general information and has more INSPIRE compatibility, contact position is added to general information.
2015-11-28 15:47:40 +01:00
Richard Duivenvoorde
25c68c6701 [FEATURE] test webhook plz ignore 2015-11-28 12:57:13 +01:00
Matthias Kuhn
497191bf40 Transactions: addFeature propagates new feature id 2015-11-27 16:01:40 +01:00
Médéric RIBREUX
055ef76a68 Use QgisApp::instance and simplify code 2015-11-27 14:56:19 +01:00
volaya
09c8239a77 [processing] fixed missing colon in function definition 2015-11-27 09:13:04 +01:00
volaya
17e1bd6be3 Merge pull request #2505 from radosuav/processing_extent
[Processing] Check layer projection when using it for subset extent
2015-11-27 09:10:27 +01:00
volaya
0a21d91be5 [processing] allow manually add scripts to scripts provider 2015-11-27 08:51:53 +01:00
volaya
4b853bfa40 Merge pull request #2472 from spono/patch-8
[Processing] Update TinSurfaceCreate.py
2015-11-27 08:23:56 +01:00
volaya
ae748d3b7d Merge pull request #2463 from spono/patch-7
[proessing]small correction on FUSION internal commands
2015-11-27 08:14:38 +01:00
volaya
5375522ce1 Merge pull request #2465 from spono/patch-9
[processing] Create DTM2ASCII
2015-11-27 08:12:06 +01:00
Nyall Dawson
a6d147f63e Temporarily disable part of PyQgsRulebasedRenderer test
Since testRefineWithCategories and testRefineWithRanges test were
added, this unit test has been crashing on nightlies on rare
occasions.

I can't track down what's causing this, and haven't been able to
reproduce locally.So, I'm going to temporarily skip
testRefineWithRanges to at least try and identify which of the
tests is causing the crash.
2015-11-27 16:53:32 +11:00
Nyall Dawson
22af16a1fb Mark QgsLineStringV2 as a critical class
Now has as close to 100% unit test coverage as possible
2015-11-27 16:32:57 +11:00
Nyall Dawson
7eb1133bc5 Make QgsLineStringV2::fromWkbPoints private 2015-11-27 16:32:47 +11:00
Nyall Dawson
1f33011960 Add more tests to QgsLineStringV2, fix vertexAngle calculation 2015-11-27 16:32:09 +11:00
Nyall Dawson
6ab718d6ac QgsGeometryUtils fixes
- add QgsGeometryUtils::normalizedAngle for restricting an angle
to [0, 2PI)
- fix calculations of QgsGeometryUtils::averageAngle, was returning
perpendicular angle and angles > 2Pi
- improve docs and add unit tests
2015-11-27 16:31:41 +11:00
Nyall Dawson
a0405b88b3 Avoid deprecated warnings 2015-11-27 16:30:35 +11:00
Matthias Kuhn
ca362dfd9f More build instructions for Qt5/Fedora 2015-11-26 18:36:18 +01:00
volaya
5387fd1d51 Merge pull request #2504 from saberraz/master
Fix problem with QSpinBox error in Processing dialog windows, fixes #13884
2015-11-26 16:00:11 +01:00
radosuav
c58981fd5e [Processing] Check layer projection when using it for subset extent 2015-11-26 15:29:35 +01:00
Matthias Kuhn
114b04ece1 Add build instructions for Fedora/Qt5 2015-11-26 15:11:08 +01:00
Sab
06357dd31e Fix problem with QSpinBox error in Processing dialog windows
This will cause QGIS to crash, when accessing Processing > Options
items.
2015-11-26 13:12:03 +00:00
rldhont
da4fe7e018 [QGIS-Server] Enhance store project keyword list 2015-11-26 11:18:00 +01:00
Matthias Kuhn
001f4bc581 Disable grass7 tests
Packages are unavailable (at the moment?)
2015-11-26 09:03:32 +01:00
Matthias Kuhn
799b402fdc Remove unrequired var 2015-11-26 09:00:44 +01:00
Nyall Dawson
74ca290bd3 QgsLineStringV2 fixes
- fix incorrect centroid calculation (was always returning 0,0)
- fix closestSegment when numPoints < 2
- fix broken leftOf calculation for closestSegment
- area calculation when numPoints < 2

Plus add more unit tests
2015-11-26 16:56:30 +11:00
Nyall Dawson
da436f926b [FEATURE] New 'reverse' expression for reversing linestrings 2015-11-26 16:53:55 +11:00
Nyall Dawson
4624fb88ae Update test mask images 2015-11-26 12:53:52 +11:00
Daan Goedkoop
0e866f02e9 Check for short-circuit in QgsCoordinateTransform::transformCoords 2015-11-26 12:34:35 +11:00
Nyall Dawson
de602e7b2d 'fix' build with Ubuntu 15.10
Avoid totally bizarre fontutils test moc error by renaming to
'typographicstylingutils'.

(Pretty sure Ubuntu 15.10 is haunted by ghosts)
2015-11-26 07:12:53 +11:00
Juergen E. Fischer
77526bd1a3 remove references to coding (followup 7b0837f) 2015-11-25 15:05:23 +01:00
Nyall Dawson
f3507747a7 QgsLineStringV2: better handling of LineString25D, more tests 2015-11-25 17:00:55 +11:00
Nyall Dawson
f45f688f61 [labeling] Avoid placing labels over ANY part of point symbols 2015-11-25 17:00:20 +11:00
Nyall Dawson
3e618916eb [pal] Don't treat joined features as obstacles for each other
Eg, if the "merge connected features" option for a layer is checked
then label candidates generated for the merged line should not
be marked as in conflict with any part of the merged line.
Previously they would be marked in conflict with all but one part
of the merged line, resulting in false penalties being applied
to these candidates and non-ideal final label placements.
2015-11-25 08:11:43 +11:00
Nyall Dawson
e03f5549ca Update test mask images 2015-11-25 07:48:47 +11:00
Nyall Dawson
c7c71d939e Followup b10e708, fix failing PyQgsServerAccessControl test on Travis 2015-11-25 07:43:57 +11:00
Nyall Dawson
cac9c9ee12 Avoid some deprecated warnings 2015-11-25 07:13:01 +11:00
Matthias Kuhn
3624d7b4d8 Use window system provided cursors rather than bitmaps 2015-11-24 18:12:00 +01:00