33411 Commits

Author SHA1 Message Date
Nyall Dawson
5d54b5b4a5 Some roadgraph plugin ux improvements 2016-06-17 11:50:26 +10:00
Nyall Dawson
9abb6c43f2 Revert "[FEATURE][expressions] implicit feature->geom conversion"
This reverts commit 7cab60bc4328e6cb4c57f8320c2d85d9383a2424.

The conversion was unreliable, as it was not correctly determining
that the feature's geometry was required and consequently not
fetching it from the provider. This isn't trivial to fix, so
I'm reverting this feature before release.
2016-06-17 11:16:08 +10:00
Harrissou Sant-anna
6035f19394 few typo fix (#3207) 2016-06-16 20:40:13 +02:00
Sandro Santilli
57ff59aa2d Ignore files generated during "make check" 2016-06-16 18:38:36 +02:00
Sandro Santilli
e241ab9b01 Remove generated test files from repository
Fixes #14976
2016-06-16 18:27:33 +02:00
Matthias Kuhn
3ea35fc033 Relation Reference Widget: Only enable form button when a feature is set 2016-06-16 17:58:23 +02:00
Nyall Dawson
8868303dbd Fix displacement renderer when using map unit sizes for symbols 2016-06-16 23:03:31 +10:00
Nyall Dawson
a6f96ba51b Fix displacement symbols with data defined properties (fix #9601)
Previously only the attributes of the first feature were being
used to render the points inside a group
2016-06-16 23:03:31 +10:00
Nathan Woodrow
5458d6445f Revert "Don't resize canvas size on widget change"
Revert this change for now as it has larger impacts
then I thought it would. Will improve and bring back
next release.

This reverts commit ef51b702b89ce7c90b3fa9ee8a9d9fab8bc9e528.
2016-06-16 20:51:09 +10:00
Nyall Dawson
f9ff5e25d3 [composer] Instant feedback for legend when linked map changes 2016-06-16 18:30:22 +10:00
Nyall Dawson
dbf8d89459 [composer] Double click legend item to edit text (fix #13578) 2016-06-16 18:30:22 +10:00
Nyall Dawson
aa0e6d8944 Followup c78347, update test images 2016-06-16 18:30:22 +10:00
Matthias Kuhn
9f704d6e92 Attribute table: always show sequential column header numbers 2016-06-16 09:24:16 +02:00
Mathieu Pellerin
4746158a2c fix bookmarks editing regression (fixes #15034) (#3204) 2016-06-16 08:39:15 +02:00
Nyall Dawson
4574f953fd Merge pull request #3203 from nirvn/move_feature_icon_imp
[gui] proper geometry type for move feature icon
2016-06-16 12:55:17 +10:00
Marco Hugentobler
c7834751ba Legend: leave away empty groups (fix #12969) 2016-06-16 12:51:37 +10:00
nirvn
f6998e2722 [gui] proper geometry type for move feature icon 2016-06-16 09:09:21 +07:00
Nyall Dawson
7f7b9f901a Move bookmarks toolbar icons to navigation group 2016-06-16 11:55:27 +10:00
Larry Shaffer
23a3273fe0 Fix file write error when offline.sqlite is saved to root dir by default
- Default to user's home directory instead
2016-06-15 14:20:16 -06:00
Alessandro Pasotti
b51cd2edc1 Added missing newline to the param doc 2016-06-15 14:12:44 +02:00
Nathan Woodrow
a555f91a46 Clean up showPanel API. Open dialog if not in dock mode 2016-06-15 22:07:25 +10:00
Denis Rouzaud
15efc31374 Merge pull request #3201 from nirvn/more_icons
[gui/hidpi] more vector love for default toolbars
2016-06-15 11:59:22 +02:00
nirvn
127386a1f1 [gui/hidpi] more vector love for default toolbars 2016-06-15 16:45:00 +07:00
Juergen E. Fischer
3a91d92d56 translation string fixes 2016-06-15 11:43:57 +02:00
Sandro Mani
cae029d48e [Globe] Add bundled world.tif to raster imagery menu 2016-06-15 11:29:18 +02:00
Sandro Mani
4ba2433692 [Globe] Fix typos, fix model layer logic 2016-06-15 11:29:18 +02:00
Sandro Mani
f9c589e4fe [Globe] Delay initial layer update to workaround some mysterious opengl errors 2016-06-15 11:29:18 +02:00
Sandro Mani
7ddb2928fe [Globe] Set home viewport to lon 0 2016-06-15 11:29:18 +02:00
Mathieu Pellerin
3fd27e0d17 [gui/hidpi] vectorize attribute toolbar icons (#3200) 2016-06-15 11:27:02 +02:00
Nyall Dawson
72176808f8 Merge pull request #3199 from nirvn/annotation_icons
[gui] vectorize and add missing annotation icons (fixes #7076)
2016-06-15 16:00:14 +10:00
Nyall Dawson
ae93ee3ca7 Use QgsFieldProxyModel for filtering read only fields 2016-06-15 15:34:51 +10:00
Nyall Dawson
8563285bec Better icon for multiedit mode 2016-06-15 15:31:33 +10:00
nirvn
5eb14a9b0e [gui] vectorize and add missing annotation icons (fixes #7076) 2016-06-15 12:29:08 +07:00
Nyall Dawson
f50f221b91 Followup b6e97c 2016-06-15 15:12:30 +10:00
Nyall Dawson
b6e97cadb8 Give feedback why multiedit/search is disabled with custom UI 2016-06-15 15:05:30 +10:00
Nyall Dawson
f1e4c4592b Fallback to generated layout for Select by Value if using a custom
UI form

Custom UI forms are not supported with the attribute form search
mode, but this way users with custom UI forms can still use the
feature
2016-06-15 14:57:37 +10:00
Nyall Dawson
ebf1df5d5e Capitalization 2016-06-15 14:43:10 +10:00
Nyall Dawson
83160632ac Followup 71dc33, fix projective transform in georeferencer (fix #14551) 2016-06-15 12:15:43 +10:00
Nyall Dawson
33a5ee7ab4 Fix selecting features by radius (fix #14748) 2016-06-15 11:57:04 +10:00
Nyall Dawson
bf4cf51e1a Fix incorrect area calculation for polygon (fix #14675) 2016-06-15 11:10:32 +10:00
Nyall Dawson
a6cb81bf60 Save raster symbology with full precision (fix #14950) 2016-06-15 09:19:10 +10:00
Juergen E. Fischer
5bb2c7d175 open message log on QgisApp::openMessageLog instead of toggling it 2016-06-14 20:56:43 +02:00
Matthias Kuhn
7e2865c6c8 Fix "Relation form grows infinitely"
Fix #14977
2016-06-14 15:20:31 +02:00
Matthias Kuhn
0c10f68a01 Followup bbbc9d0: Fix tests 2016-06-14 14:40:45 +02:00
Alexander Bruy
aa9fe9ecd0 Merge pull request #3118 from arnaud-morvan/processing_gdal_postgis_credentials
[processing] support postgis service parameter and credentials input
2016-06-14 15:19:03 +03:00
Matthias Kuhn
bbbc9d0abf QgsDockWidget add openedStateChanged and openedStateChanged signals 2016-06-14 14:07:36 +02:00
Alexander Bruy
4b7fc98e33 Merge pull request #3130 from arnaud-morvan/processing_gdal_shapeencoding
[processing] Add SHAPE_ENCODING parameter in GDAL "to postgis" algorithms
2016-06-14 14:51:14 +03:00
Nyall Dawson
834ab1c702 More QgsDockWidget fixes (fix #15011) 2016-06-14 21:47:06 +10:00
Matthias Kuhn
6bf99d6901 [UX] Action map tool title and icon
Visually communicate to the user which action will be triggered when the
button is clicked.
2016-06-14 12:56:54 +02:00
Matthias Kuhn
717e8c9ae5 Persist default attribute action between sessions
Refs #15027
2016-06-14 12:18:42 +02:00