26332 Commits

Author SHA1 Message Date
Matthias Kuhn
0bdebed2c0 Test for non-custom prefix join name 2015-01-22 17:47:07 +01:00
Matthias Kuhn
7f97c31fc0 Add test for custom prefix on joins 2015-01-22 17:45:39 +01:00
Matthias Kuhn
772033dac4 Offline editing: preserve join field names (layer prefix) 2015-01-22 17:19:09 +01:00
Matthias Kuhn
3dbf70ffe5 Offline editing: preserve scale based visibility 2015-01-22 17:19:09 +01:00
Matthias Kuhn
34dc427ada Backup layer join information when converting to offline project 2015-01-22 17:19:09 +01:00
Matthias Kuhn
46490d4ea1 Preserve legend tree structure when creating offline project 2015-01-22 17:19:08 +01:00
Matthias Kuhn
cb48948d0b Add python bindings for QgsMessageBar slots 2015-01-22 17:19:08 +01:00
Matthias Kuhn
8235e4fda9 Offline editing plugin: only copy provider fields
Before only provider fields where created in the local database while it was
attempted to copy every field in the layer (including virtual fields and
joins) introducing a crash.
2015-01-22 17:19:08 +01:00
Matthias Kuhn
eaca08076d Add convenience slots to QgsMessageBar 2015-01-22 17:19:08 +01:00
Matthias Kuhn
4a8bcc9894 Make offline editing warnings use message bar and more verbose 2015-01-22 17:19:08 +01:00
alexbruy
75b6c32ee7 Merge pull request #1855 from gioman/fix_processing_grass
missed import in Processing GRASS algorithms (fix 12034)
2015-01-22 18:16:16 +02:00
Giovanni Manghi
fff15e5ba6 fix Processing GRASS 2015-01-22 15:45:01 +00:00
Martin Dobias
ff6b7decea [FEATURE] Overhaul of simplify feature tool (fixes #11514)
This commit itself just removes dead code, but the previous commits bring:
- OTF reprojection support
- use can specify exact tolerance (not just non-sense relative value)
- tolerance can be specified either in map units or layer units
- tolerance settings are stored in settings
- simplify multiple features at once (drag a rectangle instead of just clicking)
- support for multi-part features
- statistics about reduction of the number of vertices
2015-01-22 22:16:23 +07:00
Martin Dobias
2a08dc0200 Simplify tool: support multi-part features 2015-01-22 22:16:23 +07:00
Martin Dobias
0f9e1f7121 Simplify tool: show status message about the simplification results 2015-01-22 22:16:23 +07:00
Martin Dobias
4322de900c Simplify tool: allow simplification of multiple features at once
One just needs to drag a rectangle instead of just clicking
2015-01-22 22:16:23 +07:00
Martin Dobias
8770c9b25f Simplify tool: allow simplification in map units in addition to layer units
Also fixes simplification of polygons with holes
2015-01-22 22:16:23 +07:00
Martin Dobias
ae44e55259 Simplify tool: support for on-the-fly reprojection 2015-01-22 22:16:23 +07:00
Martin Dobias
180ede3f7b Simplify tool: use exact tolerance (+ store it in settings)
Removed the slider as it was of questionable usefulness.
2015-01-22 22:16:22 +07:00
Martin Dobias
e93c713e22 Simplify tool - a bit of housekeeping (no functional changes) 2015-01-22 22:16:22 +07:00
Matthias Kuhn
60712cd9bd [FEATURE] Allow to specify custom prefix for joins 2015-01-22 15:58:34 +01:00
vmora
5369ce0498 fix type and helpstring of line offset 2015-01-22 15:38:49 +01:00
radosuav
b835f406fa [Processing] Allow user defined projections in Processing. 2015-01-22 14:38:47 +01:00
radosuav
8fc6dd8d42 [Processing] Let a script know where what is its description file.
Usefull if it needs to access other files located relative to the script
location.
2015-01-22 14:33:17 +01:00
radosuav
4aafa92ec2 [Processing] Fix bug in setting default parameter values in batch mode. 2015-01-22 14:32:29 +01:00
volaya
23100464d4 [processing] fixed console description of models and scripts 2015-01-22 13:23:43 +01:00
volaya
00cb6800aa [processing] fixed wrong import 2015-01-22 13:23:42 +01:00
volaya
7106384c33 [processing] fixed model help editing 2015-01-22 13:23:41 +01:00
alexbruy
cd556e6543 Merge pull request #1850 from SrNetoChan/Bug_12001
fix Processing Keep n biggest parts algorithm (fix #12001)
2015-01-22 10:20:13 +02:00
alexbruy
7c71a263a4 Merge pull request #1849 from gioman/fix_ogr2ogr_convert_format
fix Processing ogr2ogr convert format tool
2015-01-22 10:19:21 +02:00
Tim Sutton
8d98c7997f Dont dump projects to console when reading them 2015-01-22 09:41:02 +02:00
Martin Dobias
ee0e90a44b Report correct count of inserted nodes when adding legend nodes 2015-01-22 13:42:31 +07:00
Martin Dobias
aacb1bdf3e Save and restore expanded state of legend nodes in tree hierarchy 2015-01-22 13:42:31 +07:00
Martin Dobias
3d539c8cd3 [FEATURE] Show rule-based renderer's legend in a tree hierarchy
The functionality can be used in other renderers too, the only requirement
is that legend nodes need to specify their parent rule key via data().

Note that ayer tree model must have ShowLegendAsTree flag enabled, otherwise
the model will keep showing lists instead of trees.
2015-01-22 13:42:31 +07:00
Martin Dobias
012c3478f3 Restructure the code in QgsLayerTreeModel to group legend-related code 2015-01-22 13:42:31 +07:00
Nathan Woodrow
56069c9c21 Move template text to qgis.user.expressions 2015-01-22 16:12:01 +10:00
Nyall Dawson
df939c3fa8 Data defined all the things!
Add a bunch of missing data defined options for symbology.
Also fix dialog sizing issues.
2015-01-22 16:04:47 +11:00
Nyall Dawson
8216f7dfc9 Actually hook up missing datadefined outline style for ellipse marker 2015-01-22 16:04:35 +11:00
Alexandre Neto
e26eae9496 Fixes Processing Keep n biggest parts bug #12001 2015-01-21 23:54:50 +00:00
Nathan Woodrow
bed278a729 Expand args for custom functions. Add auto arg count
Format test to use spaces and not tabs
2015-01-22 09:21:41 +10:00
Nyall Dawson
45ee1ad3fd Add overrides pt 6 2015-01-22 09:37:36 +11:00
Nyall Dawson
e847bb1108 Add missing methods to sip 2015-01-22 07:00:58 +11:00
vmora
6fb347d23f improve GUI consistency & UX for data-defined style
data defined buttons added to the gui
fixes #9881
2015-01-22 06:56:34 +11:00
Giovanni Manghi
2db2c5cb7f fix Processing ogr2ogr convert format tool 2015-01-21 19:19:45 +00:00
alexbruy
ecb93b192a Merge pull request #1848 from gioman/fix_postgis_import
fix Processing OGR import into PostGIS
2015-01-21 21:05:09 +02:00
Giovanni Manghi
8499242b82 fix Processing OGR import into PostGIS 2015-01-21 18:52:13 +00:00
Radim Blazek
43213a37ec apply browser filter to the whole tree 2015-01-21 19:32:53 +01:00
Juergen E. Fischer
77a280eff2 fix building of app test with internal qwtpolar 2015-01-21 18:14:58 +01:00
Matthias Kuhn
f155041289 Merge pull request #1846 from naihil/master
Call QgsMapTool::deactivate() to uncheck assigned action/button
2015-01-21 18:08:00 +01:00
Matthias Kuhn
e49adad1de Use cached feature for context menu feature action on attribute dialog
Dirty hack to
 * fix #11744
 * fix #11546
2015-01-21 17:56:19 +01:00