42758 Commits

Author SHA1 Message Date
Blottiere Paul
217c0e799a Merge pull request #5145 from pblottiere/bugfix_ogc_getcapa_schemalocation
[server][bugfix] Fix OGC test getcapabilities:validate-using-schemaLocation
2017-10-10 09:20:26 +01:00
Blottiere Paul
43bb3119e1 Add test 2017-10-10 08:02:33 +01:00
Blottiere Paul
a9a2c200e3 Search schemaExtension.xsd in share directory 2017-10-10 08:02:33 +01:00
Blottiere Paul
b80bfa8f9e schemaExtension.xsd is now installed in share directory 2017-10-10 08:02:33 +01:00
Blottiere Paul
1150076633 Fix OGC test getcapabilities:validate-using-schemaLocation 2017-10-10 08:02:33 +01:00
Blottiere Paul
e6dcfa4e42 Merge pull request #5287 from pblottiere/null
[bugfix] Properly update filter comboboxes of relation reference widget
2017-10-10 07:58:20 +01:00
Mathieu Pellerin
61dcba4a81 [processing] add area to raster layer unique values report algorithm (#5334) 2017-10-10 13:52:16 +07:00
Blottiere Paul
fc876fe547 Add some tests 2017-10-10 07:05:28 +01:00
Blottiere Paul
f18293fb39 Filter comboboxes are reset when the widget is initialised and foreign key is deleted 2017-10-10 07:05:28 +01:00
Nyall Dawson
7b6156e445 Set correct shortcut keys for undo/redo actions 2017-10-10 14:02:54 +10:00
Nyall Dawson
a376a3997d Better consistency for undo command text in layouts 2017-10-10 10:31:27 +10:00
Nyall Dawson
183da9f264 Add undo/redo to layout context menu
Refs #1830
2017-10-10 10:13:03 +10:00
Nyall Dawson
2bba805d41 Use QUndoStack generated actions for undo/redo
Benefits include correct icon text describing actual action
which will be undone/redone, automatic disabling/enabling of
action
2017-10-10 10:12:03 +10:00
Nyall Dawson
53e24f1951 [FEATURE][layouts] Add group/ungroup action to layout context menu
Group/ungroup actions show only when an appropriate selection
is present. I.e. "group" appears when a selection of at least
two items is present, and "ungroup" appears only when at least
one of the selected items is a group.

Refs #1830
2017-10-10 09:48:43 +10:00
Nyall Dawson
fdc0f75066 Fix redoing group visibility creates multiple new undo commands 2017-10-10 09:37:29 +10:00
Nyall Dawson
30eab10619 Fix handling of overlapping item commands 2017-10-10 09:06:02 +10:00
lbartoletti
5a9278b51e remove setParentTool method in QgsMapToolAddCircularString 2017-10-09 23:43:51 +02:00
lbartoletti
00e12bc303 - Increases the number of segments for QgsMapToolAddEllipse 2017-10-09 23:05:16 +02:00
Nyall Dawson
8fb2c3cf6e Fix doxygen test 2017-10-10 06:33:32 +10:00
Nyall Dawson
b791da315d Fix tests 2017-10-10 05:43:33 +10:00
Daniele Viganò
fa1d299eeb Fix a typo in rpm/README.md 2017-10-09 17:10:05 +02:00
lbartoletti
34433ae194 Improve visibility of tangents tool on cadCanvasMoveEvent (compatible
when CADDockWidget is enabled)
2017-10-09 16:31:16 +02:00
Daniele Viganò
d939e31a2e Merge branch 'master' of https://github.com/qgis/QGIS into better-rpm 2017-10-09 15:58:55 +02:00
lbartoletti
81e0c1b478 Fix indent 2017-10-09 14:44:35 +02:00
lbartoletti
ab78d7182f Use toCircularString instead of toPolygon for circle. 2017-10-09 14:36:00 +02:00
Daniele Viganò
19ee74b589 Better RPM generation, add support for unstable builds 2017-10-09 14:05:18 +02:00
Denis Rouzaud
8759e7cd03 fix SIP_CONVERT_TO_SUBCLASS placement 2017-10-09 13:43:42 +02:00
Matthias Kuhn
b2620ae2bb Add ConvertToSubClass code to vertexmarker 2017-10-09 13:43:42 +02:00
lbartoletti
f0097fde55 - Request for qgsmaptoolregularpolygoncentercorner.cpp and
qgsmaptoolregularpolygoncenterpoint.cpp
- Remove useless mNumberSidesSpinBox->setMinimum( 3 );
2017-10-09 13:24:16 +02:00
lbartoletti
df947aa1a3 Typo for qgsmaptoolellipsecenter2points.{cpp,h} 2017-10-09 13:14:22 +02:00
Stelios Vitalis
8eaa8c231f Fix indentation in tesselator 2017-10-09 13:12:52 +02:00
lbartoletti
e3205654c7 Requests for QgsMapToolCircle2TangentsPoint 2017-10-09 13:06:46 +02:00
lbartoletti
d72eebd2ce Requests for QgsMapToolAddRegularPolygon 2017-10-09 13:01:49 +02:00
Nyall Dawson
46a0a48fc9 When moving/resizing grouped items, don't snap to selected
groups members
2017-10-09 20:37:08 +10:00
Nyall Dawson
f58947d9b6 Fix valgrind noise 2017-10-09 20:28:39 +10:00
lbartoletti
8ea5fe7d05 - mParentTool -> intialize to nullptr;
- =delete to explicit class;
- move clean() to private;
- remove unnecessary initializer;
2017-10-09 12:05:19 +02:00
Denis Rouzaud
5107f99592 replace vertexes by vertices
follow up 6b418decd6fe59a5a29716ff3014e476ec205091
2017-10-09 11:56:38 +02:00
Mathieu Pellerin
201091ea3e [FEATURE][processing] raster layer unique values count algorithm (#5308) 2017-10-09 16:42:17 +07:00
Nyall Dawson
02acbb4184 Fix undo/redo for groups 2017-10-09 19:23:46 +10:00
Nyall Dawson
e17b32c6e2 Fix moving/resizing grouped items 2017-10-09 19:23:46 +10:00
Nyall Dawson
eb2b181a92 When a grouped item is selected, we only draw the individual item
bounds (not the group bounds)
2017-10-09 19:23:46 +10:00
Nyall Dawson
7c81a1516d Grouped items are not selectable 2017-10-09 19:23:46 +10:00
Nyall Dawson
606ad21a51 Port group actions from composer 2017-10-09 19:23:46 +10:00
Nyall Dawson
5aa9a1556f Start porting group handling from composer 2017-10-09 19:23:46 +10:00
Nyall Dawson
955742a3aa Don't create undo commands on destroying a layout 2017-10-09 19:23:46 +10:00
Stelios Vitalis
f939932ca1 3D tesselator fixes and refactoring to avoid leaks 2017-10-09 11:02:13 +02:00
lbartoletti
d377970db4 Requests for QgsMapToolAddCircle 2017-10-09 10:32:45 +02:00
Matthias Kuhn
6b418decd6 Spelling: use vertices rather than vertexes
... because that's what's used almost consistently throughout the codebase.
2017-10-09 10:13:13 +02:00
Blottiere Paul
ac66ced1c3 Merge pull request #5086 from pblottiere/pr_auxiliary_storage
[Feature] Auxiliary Storage
2017-10-09 08:58:21 +01:00
Denis Rouzaud
8a8e2e3a14 fix sipify test 2017-10-09 09:51:40 +02:00