866 Commits

Author SHA1 Message Date
Radim Blazek
56ff646e8e wcs test made to pass 2014-02-18 21:34:48 +01:00
Nyall Dawson
f9f5c6d2a9 Fix failing atlas test 2014-02-14 20:28:06 +11:00
Juergen E. Fischer
f3b2649493 expressions: only quote when necessary (fixes tests; followup 915f5c1a) 2014-02-09 11:19:37 +01:00
vmora
eb769f7ff3 demonstrate bug in qgsexpression 2014-02-08 21:10:50 +01:00
Martin Dobias
10c15089d1 Fix #8584 (WFS requests with FILTER fails against Geoserver) 2014-02-08 01:09:31 +07:00
Martin Dobias
caf33b657f Fix #8174 (overlaps when using 'avoid intersections' functionality) + test
I am not entirely confident if it will work perfectly with older versions of GEOS (< 3.3)
because of the lack of unary union (that is emulated by series of unions of two geometries)
2014-02-07 12:03:18 +07:00
Nyall Dawson
ffcbdabe4e [composer] Refresh control images following frame join stle change 2014-02-06 22:46:43 +11:00
Juergen E. Fischer
70c594984f fix QgsGeometry::moveVertex on polygon (fixes #9442) 2014-01-30 19:17:38 +01:00
Nyall Dawson
415b467dd6 Fix failing PyQgsBlendModes test 2014-01-30 22:24:19 +11:00
Nyall Dawson
058cba2037 [composer] Add some anomoly images for scale bar tests 2014-01-30 22:24:19 +11:00
Juergen E. Fischer
bc757ffe50 * fix QgsGeometry::moveVertex for multipolygons()
* add test for QgsGeometry::addPart()
* remove expectedFailure decoration from PyQgsGeometry.testSimplifyIssue4189
* modify move and translate tests by 1,1 to 1,2
2014-01-29 21:36:50 +01:00
Juergen E. Fischer
105ecfa83d make sure the symbology-ng db can be copied in qgis_stylev2test 2014-01-25 23:32:41 +01:00
Juergen E. Fischer
781e34a5bc fix QgsGeometry::asMultiPoint() (followup 6bbd17c2; fixes #9423) 2014-01-25 10:28:17 +01:00
Juergen E. Fischer
6f15e59ff9 fix deleteVertex for POLYGON and MULTILINESTRING 2014-01-24 09:53:18 +01:00
Juergen E. Fischer
6bbd17c217 QgsGeometry refactoring:
* rework wkb parsing using Qgs(Const)WkbPtr
 * replaces pointer dereferencing with memcpy
 * should work on platform that don't allow unaligned accesses
* "fix" adjacentVertices() for invalid inputs
* improved support for MULTIPOINT
* fixes insertion of first vertex into linestrings
* fixes inserting into multipolygons
2014-01-23 21:48:36 +01:00
Juergen E. Fischer
cb5c4e9982 add QgsDistanceArea tests and enhance QgsGeometry tests a bit
(in preparation for a QgsGeometry wkb update)
2014-01-23 21:37:03 +01:00
Alvaro Huarte
1e781ff838 #8725-R: fix old API in other test cpp files 2014-01-15 11:00:01 +01:00
Alvaro Huarte
062c1e411a #8725-R: fix old API in testqgsblendmodes.cpp 2014-01-15 11:00:01 +01:00
Nyall Dawson
6bb9dfec00 [FEATURE][composer] Allow for more than one atlas controlled map in compositions (or none), by moving some atlas properties to map items (fix #9248) (fix #6484) 2014-01-14 22:52:01 +11:00
Nyall Dawson
860e23afc7 [FEATURE][composer] Add styling support for composer shapes 2013-01-12 16:21:00 +11:00
Matthias Kuhn
b9c087ef41 Fix vectorlayercache test 2014-01-10 18:14:40 +01:00
Stéphane Brunner
a0911d6b55 [diagram] Add expression for diagram attributes and size 2014-01-10 16:43:23 +01:00
Juergen E. Fischer
ccde424dc1 reduce debugging noise in attribute table (fixes #9315) 2014-01-10 00:51:02 +01:00
Juergen E. Fischer
129bd987d5 indentation update 2014-01-09 13:40:12 +01:00
Nyall Dawson
22514b6dc1 [composer] Tweak interface for atlas previews, fix occasional wrong extent in atlas previews. 2014-01-07 21:24:15 +11:00
Nyall Dawson
31e37af4f3 [tests] Add test for composer paper styles 2014-01-04 20:52:43 +11:00
Nyall Dawson
aae492fa43 [tests] Update composition based tests now that 1px bad row bug is fixed 2014-01-04 15:13:06 +11:00
Nyall Dawson
84c33919b4 [FEATURE] Add atlas preview toggle. Allows for navigating through atlas features and previewing the composition for each feature. Atlas maps can have their extent temporarily tweaked for each atlas feature. 2014-01-01 13:31:01 +11:00
Nyall Dawson
a596b2243a [tests] Update all expected images based on composer tests. Prior to c3ec3b2d75 composer exports had a 1 pixel slightly-gray row at the bottom of images. After c3ec3b2d75 this bottom row is now a slightly transparent white row. The underlying issue causing this row still needs to be fixed, but in the meantime this gets composer tests passing again. 2014-01-01 09:26:27 +11:00
Tim Sutton
a152312769 Code foramtting cleanups only 2013-12-30 15:42:40 +02:00
nyalldawson
f1aead4ca9 [composer] Fix failing rotation tests 2013-12-30 20:00:56 +11:00
nyalldawson
adbeab29c4 [composer] Add tests for item rotation 2013-12-30 20:00:56 +11:00
nyalldawson
ddcfd06f97 [composer] Fix picture rotation, optimise scaling of rotated pictures to fit in item bounding box 2013-12-30 20:00:56 +11:00
Nyall Dawson
86b972c154 [composer] Begin tests for composer item rotation 2013-12-30 20:00:55 +11:00
Nyall Dawson
719c78c2c7 [composer] Clean up item rotation api, seperate item rotation (for shapes, labels) from map rotation and picture rotation.
Maintain compatibility with 2.0 api, deprecate ambiguous rotation/setRotation methods
2013-12-30 20:00:55 +11:00
Nyall Dawson
ed3e04d894 [tests] Add some more anomaly images 2013-12-29 13:13:00 +11:00
Nyall Dawson
bf407db3be [tests] Fix failing composerhtml tests, by forcing test html to use a set font size in pixels. 2013-12-29 09:52:16 +11:00
nyalldawson
6aed6fee08 [tests] Fix python compositionchecker to derive from render checker, fix most python composer tests (fix #9117) 2013-12-29 09:52:16 +11:00
nyalldawson
2e107f23b9 [tests] Fix failing gradient tests 2013-12-29 09:52:16 +11:00
nyalldawson
089fbe95b6 [tests] Update atlas tests, add exceptions 2013-12-29 09:52:15 +11:00
nyalldawson
ac63769937 [tests] Fix failing diagram and blend modes tests 2013-12-29 09:52:15 +11:00
nyalldawson
cfd9a669c8 [tests] Update composer scalebar tests, fix exception causing test to fail 2013-12-29 09:52:15 +11:00
nyalldawson
a1a92cdbf8 [tests] Update composer html tests 2013-12-29 09:52:15 +11:00
nyalldawson
f3d5e0b270 [tests] Update composer effect tests 2013-12-29 09:52:15 +11:00
nyalldawson
aa3e40a0eb [FEATURE][composer] Add controls for changing zebra frame colors and line thickness, fix output of zebra style grids (fix #8767) 2013-12-29 09:52:15 +11:00
nyalldawson
afbd2ac2ce [tests] Update composer map tests, add anomoly images 2013-12-29 09:52:14 +11:00
nyalldawson
ab42edce49 [tests] Update composer shape tests 2013-12-29 09:52:14 +11:00
Nyall Dawson
3b1f789fc5 Rework composition checker to derive from render checker, so that composition tests can have anomoly images 2013-12-29 09:52:14 +11:00
Juergen E. Fischer
5192e8dc7a different fix for 5a1bcf3 2013-12-07 13:24:49 +01:00
Juergen E. Fischer
7a0b36ce25 also fix building of tests (followup 5a1bcf38) 2013-12-06 23:00:35 +01:00