18477 Commits

Author SHA1 Message Date
Salvatore Larosa
7096a73bf0 [pyqgis-console] added a python object browser for editor
- allow to save state for splitters
- minor fixes and cleanup
2013-04-21 01:54:07 +02:00
Salvatore Larosa
f12eebe35e [pyqgis-console] remove unnecessary code and fix tabs tooltip 2013-04-20 23:10:38 +02:00
William Kyngesburye
0ca725cae0 default TauDEM/MPI paths for OS X 2013-04-20 15:38:40 -05:00
Juergen E. Fischer
261dfbf562 fix #7461 2013-04-20 20:58:20 +02:00
Salvatore Larosa
cfa3f57515 [pyqgis-console] disables tab widget editor if restore tabs is prompted and adds tab tooltip 2013-04-20 15:12:04 +02:00
Matthias Kuhn
64887253d2 Fix doxygen comments 2013-04-20 14:23:53 +02:00
Matthias Kuhn
193b6154d2 QgsMapLayerRegistry add/remove signals reworked
* "theEmitSignal" parameter renamed to addToLegend
* layer(s)WillBeRemoved has no more "theEmitSingal" parameter
* layer(s)WillBeRemoved and layer(s)(Was)Added emitted in every case
* legendLayersAdded( QList<QgsMapLayer*> theMapLayers ) signal added
* removedAll renamed to removeAll (is emitted BEFORE layers are removed)
2013-04-20 13:50:25 +02:00
Juergen E. Fischer
835a8aa9b5 windows: include SHA in minidump name 2013-04-20 13:02:20 +02:00
Juergen E. Fischer
99fac00c0b windows: generate minidump on crash 2013-04-20 12:48:28 +02:00
Radim Blazek
e5366b06c6 python QgsField.__len__() fix; fixes PyQgsMemoryProvider and PyQgsVectorLayer test on platforms with SIP < 4.10.3 2013-04-20 11:20:15 +02:00
nyalldawson
f0e6b7564e Make sure margin spin box is always enabled when applicable 2013-04-20 19:14:37 +10:00
Radim Blazek
ea493273fc PyQgsDelimitedTextProvider fix for python 2.6 (dictionary comprehensions not supported) 2013-04-20 10:49:59 +02:00
Radim Blazek
47894ff733 raster cleanup 2013-04-20 10:39:39 +02:00
Radim Blazek
97d39b554f Deleted QgsFreakOutShader 2013-04-20 09:24:24 +02:00
Nathan Woodrow
257ee9c004 Remove project wording from Project menu 2013-04-20 14:57:55 +10:00
Nathan Woodrow
5c533bf9d4 Change File to Project menu in main screen 2013-04-20 14:08:05 +10:00
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
Chris Crook
9f7dd46dd7 Minor help file improvements 2013-04-19 07:39:33 +12: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
Chris Crook
ce8a5601bf Additional documentation 2013-04-18 20:59:56 +12:00
Matthias Kuhn
0b780b0a5d [Fix #7639] Don't compare TypeName when comparing fields 2013-04-18 10:57:51 +02:00
Chris Crook
b501c9a133 Error message fixes and more regexp testing 2013-04-18 19:59:34 +12: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