17099 Commits

Author SHA1 Message Date
Matthias Kuhn
6952a389ea Fix compiling without QtWebKit
This makes it possible to compile QGIS master for Android.
Hooray!
2015-05-22 11:48:02 +02:00
Matthias Kuhn
6075442439 Doxymentation 2015-05-22 10:27:14 +02:00
Juergen E. Fischer
5910adf55e fix windows build 2015-05-22 08:39:07 +02:00
Matthias Kuhn
f5054ce702 Allow compiling QGIS without QtWebkit
This allows to compile QGIS without webkit.

1. Webkit is soon-to-be deprecated
2. Webkit is not supported on Android
3. Who needs it anyway
4. The developer map on the about page is gone with webkit disabled
5. So is the information about plugins
2015-05-21 18:11:17 +02:00
Radim Blazek
8abe726c74 [GRASS] raster import: create link by r.external if crs are the same; link icon 2015-05-21 18:04:32 +02:00
Radim Blazek
c0361ba3f7 fixed browser symlink icons 2015-05-21 18:04:32 +02:00
rldhont
e3a832c29e [FEATURE][SERVER] GetFeature without geometry
You can add an extra parameter GeometryName with the value to NONE or None or
 none in GetFeature WFS Request to only have fields.
2015-05-21 18:02:03 +02:00
Nyall Dawson
1e3b820da4 [FEATURE] Data defined properties for font marker 2015-05-22 01:04:02 +10:00
Nyall Dawson
a32ac3d43a Fix broken area scaling for simple marker symbols 2015-05-21 23:38:53 +10:00
Nyall Dawson
d62794de5d [symbology] Fix potential crash in data defined symbol rotation 2015-05-21 23:38:53 +10:00
Hugo Mercier
d9f54c42fc Merge pull request #1970 from mhugo/fix_spatialite
[spatialite] Allows to use a query as a table without primary key. It will auto increments an internal counter as feature id in this case.
2015-05-21 15:19:10 +02:00
Radim Blazek
a6f1ece73b [GRASS] browser import cancel action 2015-05-21 14:23:59 +02:00
rldhont
263d89c334 [BUGFIX] GetFeatureInfo STYLES and FILTER used together
In GetFeatureInfo WMS Request, if STYLES and FILTER are used together, it's
 like FILTER is not applied.

To fix it, we check in the QgsMapLayerRegistry if the layers associated to
 QUERY_LAYERS has already created.
2015-05-21 13:56:42 +02:00
Martin Dobias
19c1dc69e9 Fix #12406 (measured area is wrong when computed on ellipsoid)
Introduced in e568493
2015-05-21 13:48:00 +02:00
Nyall Dawson
a80c3496ac Add size assistant to simple and svg marker data defined sizes 2015-05-21 21:47:33 +10:00
Nyall Dawson
de3377bca9 Remove option for custom side bar style, always on now 2015-05-21 21:14:14 +10:00
Nyall Dawson
d019e72415 Remove option to set icon themes 2015-05-21 19:47:20 +10:00
Nyall Dawson
4e09d4d038 Remove option to bold group box names, now always on 2015-05-21 19:36:34 +10:00
Nyall Dawson
7d97ab50fc Fix multiple overlaps of curved labels (fix #12792) 2015-05-21 18:01:45 +10:00
Radim Blazek
195972acc2 [GRASS] removed plugin browser, substituted by QGIS browser 2015-05-21 10:01:04 +02:00
Radim Blazek
7765d8d67f [GRASS] plugin: removed add raster/vector layer actions, substituted by QGIS browser 2015-05-21 09:31:30 +02:00
Radim Blazek
8c8a123194 [GRASS] fixed crash when GISRC is set but file does not exist or it is corrupted 2015-05-21 09:01:45 +02:00
Juergen E. Fischer
e8587c3d4f dxf export: more ellipse marker fixes (essentially like in simple marker) 2015-05-21 00:05:10 +02:00
Juergen E. Fischer
c6f9b07a27 feature: fix crash when feature 'owns' no geometry 2015-05-21 00:00:47 +02:00
Radim Blazek
27c2b5c034 [GRASS][FEATURE] copy layers within location mapsets using browser drag and drop 2015-05-20 22:52:48 +02:00
Juergen E. Fischer
9a32c282ad dxf export: fix circle marker 2015-05-20 19:54:22 +02:00
Juergen E. Fischer
b186e71bd5 remove maprenderertest in app 2015-05-20 19:47:55 +02:00
Juergen E. Fischer
b65df5c498 georeferencer: add translation string 2015-05-20 19:11:05 +02:00
Nyall Dawson
9076ff8d71 Fix some deprecated warnings 2015-05-21 00:56:03 +10:00
Nyall Dawson
267d9528d5 Implicit sharing for QgsFeature 2015-05-21 00:55:57 +10:00
Martin Dobias
c33b9fa1d5 Merge pull request #2049 from Hvitnov/fix12787
fix #12787 (Value Relation edit widget related crash)
2015-05-20 15:53:29 +02:00
Jakob Hvitnov
df039ee267 fix #12787 (Value Relation edit widget related crash) 2015-05-20 15:33:42 +02:00
Alexander Bruy
7e69bd1286 add to canvas checkbox in raster "save as..." dialog (fix #6949) 2015-05-20 16:20:44 +03:00
Nyall Dawson
d393d268e1 Fix up non-const getters for attributes and geometry in QgsFeature
(preparation for implicit sharing)
2015-05-20 21:46:15 +10:00
Nathan Woodrow
499c102b57 Merge pull request #2047 from alexbruy/attrtable-paste
[FEATURE] allow pasting of features in attribute table
2015-05-20 20:46:10 +10:00
Radim Blazek
eaeea21a2d [GRASS][FEATURE] rename maps in browser 2015-05-20 12:35:39 +02:00
Radim Blazek
b89b6a5820 static QgsMessageOutput::showMessage() 2015-05-20 12:35:39 +02:00
Juergen E. Fischer
3c281450de prepare to use a different icon for qgis browser on windows 2015-05-20 12:01:27 +02:00
Alexander Bruy
9b34202dba allow pasting of features in attribute table 2015-05-20 12:51:37 +03:00
vmora
1e46196937 [FEATURE] add expressions at the symbollist level
Size and Rotation can be defined by an expression for all symbols
composing a marker. Width can be defined by an expression for all
symbols composing a line.

For markers, a legend is generated for varying sizes. This allows
multivariate analysis legend in the case of classified/graduated colors.

The offset is now set along with size to maintain the relative position
of symbols composing a marker.

An asistant, with preview, is accessible through the data defined button
to help the user define the size expression. Three methods are
available: Frannery, Area and Radius.

Added a widget for use in categorized/classified symbology gui to set
the expression if needed. The assistant is also available from it.
2015-05-20 19:30:18 +10:00
Nyall Dawson
c38ff519e2 Followup b8bc181, don't create unnecessary temporary image 2015-05-20 19:17:01 +10:00
Nyall Dawson
09192ee982 Add legend text for new diagram attributes by default 2015-05-20 19:02:03 +10:00
Martin Dobias
3487471d24 Merge pull request #2035 from vmora/multivariate_legend
Avoid symbol cropping in legend
2015-05-20 10:58:06 +02:00
Nyall Dawson
8cc6c329bc Add new effects to bottom of stack instead of top 2015-05-20 18:27:48 +10:00
Juergen E. Fischer
584f192857 remove unused header file - fixes windows build 2015-05-20 09:33:37 +02:00
Alexander Bruy
7aa72ab924 populate join fields combobox if layer already selected 2015-05-20 10:16:07 +03:00
Juergen E. Fischer
3eb4af3988 about: make the SHA a link to github 2015-05-20 09:11:00 +02:00
Juergen E. Fischer
a2a5e97c0a doxygen fixes (followup f314522) 2015-05-20 09:11:00 +02:00
Denis Rouzaud
42f0993c32 missing bindings for user input tool bar 2015-05-20 08:52:21 +02:00
Nyall Dawson
06732f1373 Possible fix for slow loading projects when the project contains
print compositions and there is network issues with connections
to installed printers. (workaround QTBUG-3033)

(refs #12234)
2015-05-20 06:05:42 +10:00