Matthias Kuhn
b83aab7d74
Save attribute table sort order persistently
...
Fix #15235
2016-07-07 17:35:55 +02:00
Matthias Kuhn
febcabb0da
Make using recent expressions API simpler and add doxygen comment
2016-07-07 16:39:13 +02:00
Matthias Kuhn
56a0af5bd8
Sort attribute table by representation value where useful
...
Fix #15096
And aligns some edge-cases of sort behavior
2016-07-07 16:39:13 +02:00
Martin Dobias
cca79aa2f4
Fix loss of transparency information in style dock ( fixes #15229 )
2016-07-07 14:01:28 +02:00
Nathan
e097443771
Fix globe plugin
2016-07-07 10:27:04 +10:00
Martin Dobias
1c91ae7733
Show breadcrumb and back button for rule based labeling ( fixes #15153 )
...
Following the way how rule based rendering widget was adjusted...
2016-07-06 21:48:39 +02:00
Nathan
fdf16e3c92
Rename QgsLayerStylingPanelFactory to QgsMapLayerConfigWidgetFactory
...
- Move QgsMapLayerPropertiesFactory into single factory object for
dock and properties
2016-07-06 23:03:43 +10:00
Martin Dobias
47eae5865a
[processing] Fix preconfigured alg creation ( fixes #15100 )
2016-07-05 19:32:33 +02:00
Nyall Dawson
fd88d91bde
Use QgsCRSCache in more places
2016-07-05 15:59:15 +10:00
Nyall Dawson
867dbe53de
Make QgsCRSCache thread safe
2016-07-05 13:51:00 +10:00
Nyall Dawson
339d061693
Use QgsCRSCache instead of looking up CRS by srs id (refs #15193 )
2016-07-05 13:35:01 +10:00
Nyall Dawson
9139872c9e
Fix crash when using add circular string by radius tool
2016-07-05 11:42:59 +10:00
Nyall Dawson
5c270ebeb0
Fix first range when exporting graduated renderer to sld ( fix #15212 )
2016-07-05 09:56:57 +10:00
Nyall Dawson
a240cd8f8e
Replace doxygen MapComposer group with core/gui
...
Since the MapComposer group doesn't actually exist
2016-07-04 19:57:13 +10:00
Nyall Dawson
1a08f0ab53
Add full test suite for QgsMapLayerRegistry, also don't emit
...
any layer removed signals when no layers will actually be
removed
2016-07-04 12:26:25 +10:00
Nyall Dawson
6b3cb245a9
Cleanups to QgsMapLayerRegistry
...
- const correctness
- improve and clarify docs, remove outdated notes
- add some QGIS 3.0 todos
2016-07-04 12:26:25 +10:00
Matthias Kuhn
15c2f0a902
Make QgsMapLayer::name a Q_PROPERTY ( #3259 )
...
Make QgsMapLayer::name a Q_PROPERTY
And align setName / name / nameChanged
Deprecates setLayerName / layerNameChanged
2016-07-04 01:10:10 +02:00
Matthias Kuhn
143cfab104
[processing] Difference: don't ignore invalid geometries by default
...
Fix #9297
2016-07-04 00:43:36 +02:00
Juergen E. Fischer
a6954b2771
[dbmanager] re-enable line number again (followup 5e36de7 and d9f934f)
2016-07-03 20:22:13 +02:00
Matthias Kuhn
f6710b0528
python3 fixes
2016-07-03 14:54:26 +02:00
Matthias Kuhn
5e36de70b0
[dbmanager] Fix error when opening SQL window
2016-07-03 14:48:17 +02:00
Matthias Kuhn
c277e6e55e
Fix tests, partially reverts ff1f9cf
2016-07-02 18:55:22 +02:00
Matthias Kuhn
ff1f9cf595
Doxymentation for QgsVectorLayer signals
2016-07-02 18:09:19 +02:00
Martin Dobias
5f6627624e
Fix incorrectly loaded sublayers if they had the same name ( fixes #15168 )
...
Use "layerid=N" instead of "layername=XYZ" for OGR sublayers
2016-06-30 14:28:06 +02:00
Nyall Dawson
19564672c2
Fix raster load min/max from extent in style dock ( fix #15171 )
2016-06-30 18:25:20 +10:00
Nyall Dawson
1729531773
Don't transform z coordinates by default
...
Since z coordinates can represent potentially any height
unit and reference point, it's not safe to assume that they
always represent height in metres relative to the ellipsoid.
Instead, leave z values untouched by default with geometry
transforms, and make transforming z an optional parameter
Refs #14702
2016-06-30 07:38:13 +10:00
Alexander Bruy
a12152c724
Merge pull request #3238 from medspx/processing_g7_raster_tests
...
[processing] more grass7 unit tests and their fixes
2016-06-29 19:49:58 +03:00
Alexander Bruy
0f6e8da645
Merge pull request #3234 from aharfoot/GDALTools_bugfix
...
fix bug in GDALTools Assign Projection
2016-06-29 19:17:06 +03:00
Nyall Dawson
2bf54de8ba
Fix doxygen warning
2016-06-29 10:15:50 +10:00
Nyall Dawson
caf1038d62
Add missing sip bindings
2016-06-29 10:08:34 +10:00
Alexander Bruy
1b60b088a2
[processing] support more field types
2016-06-27 14:18:31 +03:00
Nyall Dawson
c49af32e95
Fix rule based settings not saved ( fix #15146 , #15147 , #15148 )
2016-06-27 15:56:06 +10:00
Nyall Dawson
c3c5c43190
Avoid style dock flashing when editing layers
...
Also prevent a lot of duplicate style dock updates, and fix
the style dock losing connection to layer style changes
2016-06-27 14:03:36 +10:00
Nyall Dawson
9f0ae9b408
Make outline only simple markers work with categorised/graduated
...
etc renderers (fix #15132 )
2016-06-27 10:17:54 +10:00
Médéric RIBREUX
ef4a0d8d08
Move problematics tests at the end of tests...
2016-06-26 21:20:19 +02:00
Médéric RIBREUX
4140655f20
Remove 3 unit tests that don't perform well in osgeo4travis
2016-06-26 17:29:53 +02:00
Médéric RIBREUX
a1c541ee6d
Add another bunch of tests for rasters
2016-06-26 16:13:39 +02:00
Médéric RIBREUX
2a98098c13
Fix r.li interfaces
2016-06-26 16:12:03 +02:00
Médéric RIBREUX
758f917ecb
Fix r.his
2016-06-26 12:48:31 +02:00
Médéric RIBREUX
b68800e188
Fix r.fillnulls
2016-06-26 12:36:27 +02:00
Médéric RIBREUX
25411c733c
Fix r.composite
2016-06-26 11:58:19 +02:00
Nyall Dawson
e6034e9a1e
Fix vector field symbol does not use subsymbol color ( fix #15130 )
2016-06-26 17:40:50 +10:00
Alexander Bruy
87fea73647
[processing] add support for longlong fields in spatial join alg ( fix #15072 )
2016-06-24 15:10:49 +03:00
aharfoot
bb81568362
Fix bug in GDALTools Assign Projection
...
Assign Projection uses gdalwarp, and this works correctly when a raster has no CRS assigned, however, in the case of a raster with an incorrect CRS assignment, then gdalwarp will reproject the raster instead of simply changing the assigned CRS, propagating the error. Switching the Assign Projection tool to use gdal_translate provides the intended behaviour in all situations.
2016-06-24 11:20:37 +01:00
Alexander Bruy
67493514be
Merge pull request #3231 from arnaud-morvan/processing_menu_translation
...
[processing] translate alg names in vector menu and options dialog
2016-06-24 08:49:42 +03:00
Juergen E. Fischer
92bfcd4802
update QgsAttributeTableFilterModel sip bindings
2016-06-24 01:04:10 +02:00
Juergen E. Fischer
4b00182482
oracle provider: by default skip additional geometry columns (on 64bit
...
Windows/Linux OCI crashes when there are more than three geometry
columns)
2016-06-23 22:22:46 +02:00
arnaud.morvan@camptocamp.com
9edab1e0a8
[Processing] Translate alg names in menu and options dialog
2016-06-23 17:38:46 +02:00
Matthias Kuhn
437cb85cd5
Left align mapped values
...
Fix #15101
2016-06-23 12:50:38 +02:00
Juergen E. Fischer
d9f934f950
db manager: re-enable margins with line numbers in sql editor
...
(fixes #15110 )
2016-06-22 22:41:44 +02:00