Radim Blazek
8b18577a67
raster cleanup
2013-04-19 21:10:38 +02:00
Radim Blazek
1f872ce69d
raster filters moved to pipe node in project file to allow custom filters in future
2013-04-19 17:02:04 +02:00
Victor Olaya
d4d26257b7
[sextante] removed actions from toolbox, as they can be confusing. The toolbox should contain only algorithms
2013-04-19 15:43:25 +02:00
Victor Olaya
7feb1af62f
[sextante] Made configuration of algorithm classification available in toolbox
2013-04-19 15:43:24 +02:00
Marco Hugentobler
9675af0406
Add python bindings for symbology units and data defined functions
2013-04-19 15:21:08 +02:00
Marco Hugentobler
99c922de71
Use better expression to string conversion
2013-04-19 15:21:08 +02:00
Marco Hugentobler
bc62fb037c
Fix offset for ellipse renderer
2013-04-19 15:21:08 +02:00
Matthias Kuhn
4885c7be90
[vectorlayercache] properly copy featurerequest
2013-04-19 14:02:50 +02:00
Juergen E. Fischer
66c8cc1e67
fix windows build - add missing CORE_EXPORTs
2013-04-19 13:32:02 +02:00
Matthias Kuhn
310e2ded4d
[attributetable] No autofallback to FilterMode::ShowVisible
...
As soon as extents of the map canvas changed, the filter showvisible was reapplied without a reason
2013-04-19 13:15:33 +02:00
matthias-kuhn
bfef00a644
Merge pull request #544 from rduivenvoorde/rubberband#7628
...
fix #7628
2013-04-19 02:18:00 -07:00
Matthias Kuhn
31cecdbc51
Fix attributetable and vectorlayercache
...
* In the attributetable there was a mess with references and pointers, originating from 66fadee8ef.
* QgsVectorLayerCache did sometimes cache features which did not contain all information which needs to be cached and therefore corrupting the cache and leading to incomplete cache hits.
* Add a unit test for the cache problem
* Fix QgsCacheIndexFeatureId
* QgsAbstractCacheIndex::getCacheIterator now produces a QgsFeatureIterator (instead of a list of Feature Ids). This allows to combine a mixed response, partly satisfied by the cache and partly by an additional query to the backend.
2013-04-19 10:59:11 +02:00
D'Hont René-Luc
92d24fb120
qgis wfs server cannot serve geometryless tables
...
http://hub.qgis.org/issues/7534
In a project where there are geometryless tables everything seems to allow publish them with qgis wfs server. In the project/layer properties all the proper panels (ex. OWS server) seems to allow this operation, but then when accessing the wfs service with the WFS client, the table is not added correctly in the project. In the TOC shows a strange icon (instead the expected table icon) and the table of attributes is empty.
In the client the support for geometryless wfs tables should be available since
aedddc22b1
so it is a server issue.
2013-04-19 10:25:46 +02:00
nyalldawson
032b4ad694
Fix segfault when html composer labels contain img tags
2013-04-19 14:58:01 +10:00
nyalldawson
007e237f7a
[Fix 7641] Disable margin control for atlas when a point layer is selected
...
Change fixed scale control to radio button
Fix margin size not saving
2013-04-19 14:47:02 +10:00
nyalldawson
3acfdc3ad3
Fix occasional NaN when automatically calculating heatmap radius
2013-04-19 09:53:17 +10:00
Juergen E. Fischer
404d89faf4
fix #7642
2013-04-18 17:58:28 +02:00
Richard Duivenvoorde
7fff92ac1d
fix for #7628 undo does not work ok
...
adding a removePoint method, which can also take a negative index to start
removing vertices from the end.
actual fix for #7628 was to not remove the last node, but the one before that.
2013-04-18 17:50:38 +02:00
Juergen E. Fischer
02fc6aeecc
german translation update
2013-04-18 17:39:54 +02:00
Werner Macho
c673935fce
translation update: bosnian by Almir
2013-04-18 16:59:20 +02:00
Werner Macho
3b88054e85
translation update: cz by Jan
2013-04-18 15:55:23 +02:00
Larry Shaffer
facbff73b8
Update new composer item Rendering group box
...
- Set form layout to match others in composer
- Add companion spin box for transparency slider
- Add syncGroup property for collapsible group box functionality
- Clean up some old commented-out code (replaced by QgsColorButton with alpha support)
2013-04-18 07:35:24 -06:00
Larry Shaffer
bf0e8c516f
Set better default drop shadow parameters
2013-04-18 07:35:24 -06:00
Larry Shaffer
cf6eabf6a2
Reduce width of histogram widget to fit better in new raster properties dialog
2013-04-18 07:35:24 -06:00
Matthias Kuhn
66fadee8ef
[ FIX #7609 ] Fetch and cache data for sorting column in one query
2013-04-18 15:18:02 +02:00
Larry Shaffer
046fbeea39
Fix for #7627 , wrong label scaling in print or PDF
...
- Add shadow device dpi output (high resolution)
- [API] Add scaleToPixelContext method to QgsPalLayerSettings for better precision scaling
2013-04-18 06:41:29 -06:00
Juergen E. Fischer
105e45be0e
wms provider: make smooth pixmap transformation in wmts optional (followup 6604d2f81)
2013-04-18 11:36:34 +02:00
Matthias Kuhn
fc715d9488
[attributetable] Usability improvements for filters
2013-04-18 11:30:39 +02:00
Juergen E. Fischer
01e26da9f5
wms provider: add TRANSPARENT parameter when image/x-jpegorpng is choosen (followup 6604d2f814)
2013-04-18 09:47:25 +02:00
Matthias Kuhn
151369db45
[dnd form designer] Expand items by default
2013-04-18 09:24:54 +02:00
Salvatore Larosa
08ef4f84f9
[pyqgis-console] fixes the undo action when comment/uncomment out code in editor
2013-04-18 01:29:59 +02:00
Juergen E. Fischer
a56c05ad6a
show loading layer in status bar
2013-04-17 23:30:29 +02:00
nyalldawson
51e5894b58
Blend modes apply to whole layer, not individual objects ( fix #7603 )
2013-04-18 07:10:33 +10:00
Martin Dobias
06abc4de69
Merge pull request #536 from frugardc/master
...
Fix for "a class-key must be used when declaring a friend" on make using Oracle Spatial
2013-04-17 13:21:23 -07:00
Werner Macho
d3f4e3484e
translation update: bosnian string updates
2013-04-17 22:15:52 +02:00
Werner Macho
44939e6dfb
translation update: new language Bosnian
2013-04-17 21:53:37 +02:00
Juergen E. Fischer
531898f907
fix warnings
2013-04-17 20:37:52 +02:00
Christian Frugard
4e119720ac
add class key to QgsOracleFeatureIterator
...
fixes "a class-key must be used when declaring a friend" error on compile
2013-04-17 12:42:43 -03:00
Juergen E. Fischer
e0732a0628
fix #7630 - categorized renderer gui produces an empty string category as catch all case, so use it
2013-04-17 16:04:54 +02:00
Matthias Kuhn
83cb282ea1
[ Fix #7552 ] drag'n'drop form information not loaded from qml file
2013-04-17 15:23:25 +02:00
Salvatore Larosa
a928dce594
[pyqgis-console] remove duplicate entries
2013-04-17 13:10:58 +02:00
Victor Olaya
17d8007002
[sextante] Fixed issue when using non-file based vector layers in modeler
2013-04-17 11:49:29 +02:00
Victor Olaya
06d20455f5
[sextante] fixed problem when exporting non-file based data to be used by 3rd party apps
2013-04-17 11:49:28 +02:00
Victor Olaya
cf8f8c3c35
[sextante] fixed R import bug
2013-04-17 11:49:27 +02:00
Victor Olaya
d9277564f8
[sextante] Fixed iterative execution
...
Some additional minor fixes
2013-04-17 11:49:27 +02:00
Juergen E. Fischer
157024038c
fix windows build
2013-04-17 08:54:28 +02:00
alexbruy
4c05932a56
Merge pull request #526 from vinayan/pip7414
...
[fTools] fix Points in Polygon and Delaunay triangulation (closes #7414 , #7360 )
2013-04-16 23:35:47 -07:00
nyalldawson
e6f3b2e008
Draw background on painter before rendering map for composer map items ( fix #7461 )
2013-04-17 14:58:53 +10:00
Tim Sutton
4fa44cfc81
Merge pull request #532 from ccrook/delimited_text_bug_fixes
...
Three delimited text bug fixes, GUI tidyup, context help fix
2013-04-16 20:17:24 -07:00
Chris Crook
e1421f5afe
Minor error in tooltip help
2013-04-17 14:55:08 +12:00