25708 Commits

Author SHA1 Message Date
elpaso
5d443159e2 Removed trailing spaces 2014-11-26 16:07:51 +01:00
elpaso
e9dbdd3bf1 Fixed compilation without python
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
fd8fd4c67f Comment typo
Funded by ItOpen - http://www.itopen.it
2014-11-26 16:07:51 +01:00
elpaso
de98fb1196 Astyle formatting 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
8bd78b3386 Working implementation
Funded by ItOpen - http://www.itopen.it
2014-11-26 16:05:27 +01:00
elpaso
856e4dede6 Set exception moved to public 2014-11-26 16:03:57 +01:00
elpaso
8b861f9c5f Allow body clear 2014-11-26 16:03:57 +01:00
elpaso
e3146057ed Expose response body and infoFormat 2014-11-26 16:03:57 +01:00
elpaso
ca8e0c3991 Added comments for bindings. 2014-11-26 16:03:57 +01:00
elpaso
5b943ed3c0 Fixes wrong number of bytes logged when debug activated.
Funded by ItOpen - QGIS Borg - Resistance Is Futile
2014-11-26 16:03:57 +01:00
elpaso
b7c7422416 Comments added 2014-11-26 16:02:33 +01:00
elpaso
59004d3de4 ASTYLE Formatted 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
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