Denis Rouzaud
1a4b8bb40d
define the special text directly with the clear value
2014-12-04 10:15:05 +01:00
Nyall Dawson
e887d075aa
Correctly set band number for pseudocolor renderer widget
...
Previously the band was always reset to the first band when opening
the raster layer properties.
2014-12-04 16:15:36 +11:00
Nyall Dawson
486d408631
[FEATURE] Port new memory layer plugin to core
2014-12-04 14:57:52 +11:00
Juergen E. Fischer
f8f7842108
db_manager: fix error message on table vacuum
2014-12-03 16:18:32 +01:00
volaya
e4c9a20205
[processing] show layers in alphabetical order in dropdown menu
2014-12-03 15:55:53 +01:00
Denis Rouzaud
2b37e40b17
allow defining custom clear value for Qgs(Double)SpinBox
2014-12-03 15:14:03 +01:00
Martin Dobias
b278ea1a93
API: Added support for bulk loading of spatial index
...
This is much faster way of initializing a spatial index. From python it is as simple as
>>> index = QgsSpatialIndex( layer.getFeatures() )
From a simple test with 50K points in a memory layer:
- bulk loading ~ 100 ms
- inserting features ~ 600 ms
The index tree should be in theory also better constructed and may result in faster lookups.
2014-12-03 10:59:28 +07:00
Salvatore Larosa
2eb0ca343c
[codeeditor] set case insensitive for SQL Lexer: followup #1686
2014-12-02 10:18:08 +01:00
Werner Macho
cb32d31c3a
fix typo in processing description
...
Signed-off-by: Werner Macho <werner.macho@gmail.com>
2014-11-30 23:28:49 +01:00
Alexander Bruy
b2ba8e9c85
[processing] fix GRASS output parser ( fix #10660 )
2014-11-30 12:50:36 +02:00
Alexander Bruy
72fe56cfe4
[processing] fix Convex hull algorithm ( fix #11725 )
2014-11-30 12:50:35 +02:00
Matthias Kuhn
a92d1a6e31
QgsExpression: some const fixes
2014-11-30 10:34:19 +01:00
Juergen E. Fischer
e48a6f642f
indentation update [ci skip]
2014-11-30 10:26:39 +01:00
Juergen E. Fischer
98c0771b1a
update scripts/fix_allows_to.sh and run it
2014-11-30 01:42:27 +01:00
Nathan Woodrow
391d105ce0
[Expression] Don't unregister function if not registering
2014-11-30 00:40:22 +10:00
Nathan Woodrow
7942325fd7
Remove qgsfunction from qgis.utils.
...
Import from qgis.core so we don't break API
2014-11-29 23:36:18 +10:00
Nathan Woodrow
e14b7e4868
Reform qgis.uitls file
2014-11-29 23:18:18 +10:00
Alexander Bruy
902b932968
[processing] use extent instead of width, height and center in Create
...
Grid algorithm (fix #11481 )
2014-11-29 13:58:16 +02:00
Nathan Woodrow
6a17a60ae2
Move qgsfunction to qgis.core.
...
Add new register_function method when not using decorator
Wrap function call in try block to catch and report errors
2014-11-29 18:37:26 +10:00
Juergen E. Fischer
6a1e1bb668
* fix server plugin build on windows
...
* move src/mapserver to src/server (IMHO better name and in sync with
python/server)
* rename cmake option WITH_MAPSERVER to WITH_SERVER
* rename define MAPSERVER_HAVE_PYTHON_PLUGINS to HAVE_SERVER_PYTHON_PLUGINS
2014-11-28 16:46:29 +01:00
volaya
4a5dc122ab
[proccesing] added compiled ui files
...
This will make it easier to test new versions of processing for some users
2014-11-28 14:24:30 +01:00
volaya
c52b5ae891
[processing] fixed handling of parent algorihtms in modeler
...
Fixes #11750
2014-11-28 14:24:29 +01:00
Juergen E. Fischer
8b65ebdeca
don't build server plugins if server isn't built
2014-11-28 12:22:44 +01:00
mhugent
35556de96f
Merge pull request #1701 from elpaso/serverpython2
...
[feature] Serverpython2
2014-11-27 11:05:51 +01:00
Nyall Dawson
949185179e
[composer] Fix refresh HTML item always using cached copy ( fix #11747 )
2014-11-27 13:15:37 +11:00
elpaso
8034e721ee
Removed SIP Transfer
...
Funded by ItOpen - http://www.itopen.it
2014-11-26 16:07:51 +01:00
elpaso
33f1e35333
body() now return QByteArray
...
Funded by ItOpen - http://www.itopen.it
2014-11-26 16:07:51 +01:00
elpaso
7f3a8d592a
Fixed header comments
2014-11-26 16:07:51 +01:00
elpaso
329b9d7ece
Renamed plugin hook responseReady to responseComplete
...
added sendResponse hook and passed pluginFilters to
request handler
2014-11-26 16:07:20 +01:00
elpaso
856e4dede6
Set exception moved to public
2014-11-26 16:03:57 +01:00
elpaso
ca8e0c3991
Added comments for bindings.
2014-11-26 16:03:57 +01:00
elpaso
b7c7422416
Comments added
2014-11-26 16:02:33 +01:00
elpaso
c9d6f4da43
Added getEnv to plugins API
2014-11-26 16:02:32 +01:00
elpaso
5f44cc5719
Added serve python plugins
2014-11-26 16:02:32 +01:00
elpaso
f2608b308f
Added serve python plugins
2014-11-26 16:02:32 +01:00
elpaso
98cab97409
Added python server plugins
2014-11-26 16:02:32 +01:00
Alexander Bruy
0d54a4f2b5
[processing] fix parameter names in TauDEM algorithms
2014-11-26 15:10:49 +02:00
Alexander Bruy
3c0a9ed7d0
[processing] fix help file generator
2014-11-26 15:10:49 +02:00
Tom Kralidis
f6fbdd7cf7
Delete utils.py
2014-11-25 09:18:09 -05:00
Tom Kralidis
9fda2efd07
Delete __init__.py
2014-11-25 09:18:01 -05:00
alexbruy
d69c325a81
Merge pull request #1698 from jdugge/MergetoolEmptyGeometries
...
Make the Merge shapefiles tool correctly handle features without geometries
2014-11-25 09:29:06 +02:00
Tom Kralidis
af3418ac79
backport adjust pluralization
...
backport 83b88f67ab
2014-11-24 15:53:58 -05:00
Nyall Dawson
fa1e8032e7
[symbology] Add method for retrieving symbol layers as list
2014-11-24 20:45:10 +11:00
Nyall Dawson
a0c1380e79
Fix incorrect warning dialog appearing when creating new ramp
...
Previously a "not available" warning dialog would appear when
attempting to create a new color ramp using the categorised renderer.
2014-11-24 20:45:10 +11:00
Gillian Milani
6f4809d45b
add a save button for subform (1-n relations)
2014-11-24 08:38:12 +01:00
volaya
484e16254d
[processing] fixed help in models
2014-11-23 14:04:06 +01:00
Nyall Dawson
8039895db2
Add support for weighting points by expression to heatmap renderer
2014-11-23 21:48:41 +11:00
Juernjakob Dugge
03faafa4a2
Make the "Merge shapefiles" tool correctly handle features without geometries.
2014-11-23 10:23:57 +01:00
Alexander Bruy
cefc4df6be
[processing] redirect output from command line tools to Info tab ( fix #5618 )
2014-11-22 12:53:26 +02:00
Alexander Bruy
6637796719
[processing] fix Field calculator algorthm ( fix #11488 )
2014-11-22 12:52:18 +02:00