28674 Commits

Author SHA1 Message Date
Nyall Dawson
f0a2fc1925 QgsMapUnitScale fixes:
- add docs
- add missing SIP bindings
- remove unnecessary cast from double->float->double
- add unit tests
2015-09-17 20:35:00 +10:00
Nyall Dawson
a77935f491 Use actual map canvas variables & values for symbology widgets 2015-09-17 20:34:51 +10:00
Juergen E. Fischer
87ee7b3692 Fix QgsGrassProvider::minimum/maximumValue and windows build 2015-09-17 12:19:21 +02:00
Matthias Kuhn
25af142456 Add expression function help for $length 2015-09-17 11:08:29 +02:00
Matthias Kuhn
245b3f5fd9 Fix more warnings 2015-09-17 10:04:46 +02:00
Matthias Kuhn
15021ef62f Fix some warnings 2015-09-17 10:04:46 +02:00
Matthias Kuhn
42e86932a0 Enable grass on travis 2015-09-17 10:04:46 +02:00
Matthias Kuhn
5ac52173f9 Fix apply search filter from attribute table and minor fixes 2015-09-17 09:25:40 +02:00
Radim Blazek
754f2dc5d0 [GRASS] removed regexp on field option to allow expressions 2015-09-17 09:21:07 +02:00
Radim Blazek
77b3793640 [GRASS] vector min/max and qtermwidget fixes 2015-09-17 09:08:18 +02:00
Nathan Woodrow
29fc46a377 Merge pull request #2318 from slarosa/fix_crash_export_ramp
[stylemanager dialog] fix crash when exporting to PNG/SVG color ramp
2015-09-17 08:57:52 +10:00
Salvatore Larosa
7a41a2da16 [stylemanager dialog] fix crash when exporting PNG/SVG color ramp 2015-09-17 00:33:09 +02:00
Matthias Kuhn
4897cdf5ed Always emits the expression from the search widget when it changes 2015-09-16 22:11:54 +02:00
Matthias Kuhn
015622e98d Revert "followup 9acfe52: better way to emit the signal"
This reverts commit c823bcd63af18031e376a8e2db818b5fd9878ed8.
2015-09-16 22:10:35 +02:00
Matthias Kuhn
0826290c8e Fix crash on exit (Fix #13369) 2015-09-16 21:09:20 +02:00
Matthias Kuhn
12c0abc271 Remove unrequired repaint request 2015-09-16 21:09:20 +02:00
Sandro Santilli
2d9424afdd Add number of vertices to derived fields in identify tool 2015-09-16 21:07:32 +02:00
Matthias Kuhn
f0f53b17ed Merge pull request #2316 from slarosa/fix_return_pressed_we
[attribute table] enable returnPressed signal for the search widget
2015-09-16 17:50:15 +02:00
Salvatore Larosa
c823bcd63a followup 9acfe52: better way to emit the signal 2015-09-16 17:50:07 +02:00
Salvatore Larosa
9acfe52f82 [widget editor] enable returnPressed signal for the search widget 2015-09-16 17:37:38 +02:00
Radim Blazek
0daf6dd10f [GRASS] browser file watcher 2015-09-16 17:25:04 +02:00
Marco Hugentobler
c54ea43c36 Show validation message only in case of errors 2015-09-16 16:47:58 +02:00
Nyall Dawson
a62c6a917a Give symbol widgets optional access to a map canvas
This allows symbol widgets to fetch properties from the main map
canvas, for instance fetching the current scale from the map.
2015-09-16 21:57:27 +10:00
Radim Blazek
60cce74913 [GRASS] refactored vector provider, initial new editing (change geometry) 2015-09-16 12:45:15 +02:00
Radim Blazek
0a9bf95ea9 [GRASS] removed old editing 2015-09-16 12:28:05 +02:00
Nyall Dawson
49401d5f6f Allow map unit scale dialog to retrieve current map scale 2015-09-16 17:11:48 +10:00
Nyall Dawson
8f0ed6155a Allow transparency for point displacement circle/label colors 2015-09-16 17:11:40 +10:00
Nyall Dawson
5a9d932d9c [FEATURE] Allow tolerance in mm/pixels for displacement renderer 2015-09-16 17:11:32 +10:00
Marco Hugentobler
2f54208926 Add overrides 2015-09-16 07:59:37 +02:00
Marco Hugentobler
70b25bbff9 Replace foreach with Q_FOREACH 2015-09-16 07:45:32 +02:00
mhugent
ed57c783ce Merge pull request #2315 from mhugent/nodetool_no_clickclick
Node tool without click-click mode
2015-09-16 07:22:37 +02:00
Marco Hugentobler
9c2d70186f Node tool without click-click mode 2015-09-16 05:19:26 +02:00
rldhont
c7a3ea3271 [SERVER][BUGFIX] Use cache if styleName is EMPTY_STYLE_NAME
The QGIS Server layer cache is used to store layer with default style, but in
 QgsWMSProjectParser::mapLayerFromStyle layers are not cached if the style is
 not empty.

In WMS, default and empty style is the same and the variable EMPTY_STYLE_NAME
 is here for this.

The fix uses EMPTY_STYLE_NAME to use the cache.
2015-09-15 17:53:33 +02:00
rldhont
8948721991 [SERVER][BUGFIX] Layer order from group
If custom order is not enabled and a group is requested, layers was added in
 the DOM element order. The default endering order is the reverse.

To fix this issue, QgsWMSProjectParser::addLayersFromGroup has to read group
 element children from end (bottom) to start (top).
2015-09-15 16:20:42 +02:00
Salvatore Larosa
7065762b5c fix filtered features number over the window title 2015-09-15 14:10:49 +02:00
Nyall Dawson
59c43f194a [composer] Fix data defined map style/layer set, add test
(fallout from expression contexts)
2015-09-15 20:45:22 +10:00
Juergen E. Fischer
481d2c071e remove duplicate semicolons 2015-09-15 12:08:38 +02:00
radosuav
2a260edba8 [processing] [fixes #13034] Fix exception when editing model 2015-09-14 21:11:24 +02:00
radosuav
9d87c65614 [processing] Don't remove algorithm dependencies when editing algorithm parameters in the modeler 2015-09-14 21:11:24 +02:00
Matthias Kuhn
b8b760e2bb Write important test output to travis console 2015-09-14 17:55:09 +02:00
Matthias Kuhn
76ccf71537 Remove utf-8 BOM in astyle.sh 2015-09-14 16:19:15 +02:00
Matthias Kuhn
343cc541fb [travis] Only send test results to CDash on failure 2015-09-14 12:52:59 +02:00
Matthias Kuhn
9bd4276014 Repaint layer when a maptool changes it
Refs #13347
2015-09-14 12:48:48 +02:00
Nyall Dawson
aedf08c8a4 [composer] Enable always disabled labels as outline checkbox in
svg export, hook up to labeling setting
2015-09-14 20:35:25 +10:00
Nyall Dawson
4bc606c854 [composer] Remember last used atlas image export folder 2015-09-14 20:15:50 +10:00
Nyall Dawson
c84b2dfe61 [composer] Fix world file filename for multipage compositions
also fix #11676
2015-09-14 20:15:41 +10:00
Nyall Dawson
d897624704 [composer] Fix generation of world file when map is not on first page
fix #13262
2015-09-14 20:15:12 +10:00
Nyall Dawson
d0813410c1 Slightly improved keyboard navigation in variable editor 2015-09-14 20:13:43 +10:00
Matthias Kuhn
0a60bab512 Doxymentation update
Or how to increase documentation coverage with minimal effort
2015-09-14 12:08:57 +02:00
Radim Blazek
687ad5a750 [GRASS] soft warning from provider if init failed 2015-09-14 10:17:35 +02:00