elpaso
98cab97409
Added python server plugins
2014-11-26 16:02:32 +01:00
elpaso
23af509957
Added define for conditional server plugins compilation
2014-11-26 16:02:32 +01:00
elpaso
82135a7bc0
Added env var for custom plugin directory
2014-11-26 16:02:32 +01:00
elpaso
4c6bf3074e
Add plugin files and define
2014-11-26 16:02:32 +01:00
elpaso
0f8753379c
Removed python plugins define
2014-11-26 16:02:32 +01:00
elpaso
2bb7f19638
Http request/response handler refactoring.
...
HTTP Request handler now manages HTTP request and response.
* added methods to manage HTTP response headers
* added methods to manage response body
* added accessors API methods for request parameters and
response headers and body
2014-11-26 16:02:32 +01:00
Matthias Kuhn
f00db954a3
Fix Qt5 build
2014-11-26 14:45:27 +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
Matthias Kuhn
f2332258c9
Don't enforce singleton behavior with Q_ASSERT
...
Fix #11726
2014-11-25 14:30:14 +01:00
Sandro Santilli
4a8cb08c1d
Remove useless statement
2014-11-25 13:27:04 +01: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
Nyall Dawson
9cf3e7f002
Fix slight offset in heatmap renderer
2014-11-25 16:29:08 +11:00
Juergen E. Fischer
554d55d30b
fix script permissions
2014-11-25 02:07:12 +01:00
Juergen E. Fischer
2d7cb372f6
fix windows build
2014-11-25 01:37:50 +01:00
Juergen E. Fischer
5dd2f51fcb
translation script update:
...
* TRANSLATORS stats also needs lupdate run
* support numerus forms in python translation strings
2014-11-24 23:07:45 +01:00
Tom Kralidis
af3418ac79
backport adjust pluralization
...
backport 83b88f67ab
2014-11-24 15:53:58 -05:00
Nyall Dawson
2ec4c2abd3
Regenerate incorrect test images and reenable atlas tests for travis
2014-11-25 06:13:19 +11:00
Nyall Dawson
b106f82253
Fix calculation of atlas map extent when set to fixed scale mode
...
Credit to m-kuhn for discovering the fix
2014-11-25 06:13:19 +11:00
Juergen E. Fischer
7ef50928ac
INSTALL: update required flex version to 2.5.6 and links to windows version
2014-11-24 16:33:51 +01:00
Matthias Kuhn
b4a8547197
Streamline singleton behavior in a class QgsSingleton, take two
...
delete provider registry after map layer registry to avoid crashes
2014-11-24 15:37:11 +01:00
Matthias Kuhn
e61d27e180
Revert "Streamline singleton behavior in a class QgsSingleton"
...
This reverts commit e1f6edbd55122e6d2206daf4a0b55e3e9207cf80 as it breaks tests
2014-11-24 14:33:44 +01:00
Matthias Kuhn
e1f6edbd55
Streamline singleton behavior in a class QgsSingleton
...
If a singleton is unused in an application, it's not going to be created just
to be deleted instantanously on app exit.
QgsCoordinateTransformCache will also be cleaned on exit.
2014-11-24 13:38:48 +01: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
Nyall Dawson
9213a845a5
[FEATURE] Support drag and drop of python scripts onto QGIS window
2014-11-24 20:45:09 +11:00
Nyall Dawson
fe3e385af4
Fix grammar
2014-11-24 20:45:09 +11:00
Nyall Dawson
6365ca3d72
Fix potential crash in random color ramp
...
Badly choosen values (eg max < min) could cause a crash. Now, values
are sanitised prior to generating the ramp colors.
2014-11-24 20:45:09 +11:00
Nyall Dawson
89825e2363
Add toolbar icon and shortcut for python console
2014-11-24 20:45:09 +11:00
Nathan Woodrow
c0c94cf1c9
Fix #10727 - Add update selected button to field calc bar
2014-11-24 19:25:29 -05:00
Matthias Kuhn
d002e5d736
Remove help button from symbollevelv2 dialog
...
There is no help text available for this dialog and the button does nothing at
all at the moment
2014-11-24 09:44:12 +01:00
Matthias Kuhn
4e36059371
Fix crash on exit: Close all cached sqlite connections
2014-11-24 09:34:56 +01:00
Gillian Milani
b6e8f01f77
remove repaint when layer is not modified
2014-11-24 08:38:12 +01:00
Gillian Milani
9231f548b5
clean code style with prepare-commit.sh
2014-11-24 08:38:12 +01:00
Gillian Milani
6f4809d45b
add a save button for subform (1-n relations)
2014-11-24 08:38:12 +01:00
Matthias Kuhn
6b9f85a1b7
Merge pull request #1697 from mbernasocchi/patch-1
...
deactivate qgis_wcsprovidertest on travis
It depends on an unreliable external service and therefore produces false alarms.
2014-11-23 17:53:04 +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
Juergen E. Fischer
50d2a7495b
getProjectSettings response: return 'maptip' instead of tooltip template as
...
displayField layer attribute
2014-11-22 22:08:17 +01:00
Juergen E. Fischer
d36597a69a
better fix for b99ab0a
2014-11-22 20:42:04 +01:00
Juergen E. Fischer
f10a8cce7d
update INSTALL ( fixes #11715 )
...
- remove outdate "practical case" section
- include pointer to GDAL formats for build instructions for proprietary
formats in overview
- cosmetics
2014-11-22 18:54:53 +01:00
Juergen E. Fischer
b99ab0a91d
restore setting of scene to map canvas items (followup 78c51954)
2014-11-22 14:42:33 +01:00
Juergen E. Fischer
fe7a0e57be
travis: disable qgis_wcsprovidertest due to unreliable server
2014-11-22 13:16:33 +01:00
Nathan Woodrow
222978ee7b
Fix #9604 - New icon for delete selected features
2014-11-22 21:44:26 +10: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
Juergen E. Fischer
f273edb955
fix windows build
2014-11-22 11:36:15 +01:00