31279 Commits

Author SHA1 Message Date
Sebastian Dietrich
cc19a57818 keep old value when asked to set an invalid value in relation ref widget 2016-02-26 00:27:46 +01:00
Sebastian Dietrich
5f157a9033 offer NULL value in relation reference widget if allowed (fixes #14162) 2016-02-26 00:03:44 +01:00
Juergen E. Fischer
17f20bbb36 PyQgsVectorFileWriter: adapt to a3f03f02 2016-02-25 20:31:20 +01:00
Juergen E. Fischer
a3f03f028a vector file writer: fix saving of datetime values (fixes #14190) 2016-02-25 19:21:11 +01:00
Juergen E. Fischer
9b5c683106 also recalculate layer extent after rollback (fixes #3155) 2016-02-25 18:22:40 +01:00
Juergen E. Fischer
a43a287a79 don't close qgis_help when qgis closes (fixes #8305) 2016-02-25 16:21:36 +01:00
rldhont
de581ee822 [BUGFIX][Processing] Reset SAGA InverseDistanceWeighted algorithm
Reset 2 parameters :
* SEARCH_POINTS_ALL
* SEARCH_POINTS_MAX

These parameters was defined in 2.1.2 but are available in the next version :
http://www.saga-gis.org/saga_module_doc/2.1.3/grid_gridding_1.html
http://www.saga-gis.org/saga_module_doc/2.1.4/grid_gridding_1.html
http://www.saga-gis.org/saga_module_doc/2.2.0/grid_gridding_1.html
http://www.saga-gis.org/saga_module_doc/2.2.2/grid_gridding_1.html
2016-02-25 15:09:15 +01:00
Juergen E. Fischer
c3558d3c96 replace html encodings from NEWS 2016-02-25 12:11:53 +01:00
Juergen E. Fischer
4a1cc337fe fix typo 2016-02-25 09:59:36 +01:00
Juergen E. Fischer
e0643f9d89 debian packaging update 2016-02-25 09:29:50 +01:00
Alessandro Pasotti
b0269beac4 Merge pull request #2836 from elpaso/bugfix-13291
[bugfix][server] Fixes #13291
2016-02-25 08:29:53 +01:00
Martin Dobias
31c788d7f7 Fix rendering crash in debug mode (fixes #14369)
Introduced in b6de1971 due to the use of static variables in a function that is called from multiple threads.

Further changes to logging:
- also works when sequential rendering is used
- also works in release mode (to allow checking of rendering speed in normal QGIS release)
2016-02-25 12:14:17 +08:00
Juergen E. Fischer
a934b01a76 add closing bullet (followup ab9ce5b) 2016-02-24 21:34:17 +01:00
Juergen E. Fischer
ab9ce5b4d9 add update-news.pl to update NEWS file from changelog.qgis.org 2016-02-24 21:21:46 +01:00
Tim Sutton
90b2a2d907 Merge pull request #2837 from timlinux/master
Updated news for 2.14 - also added missing news for 2.12
2016-02-24 21:53:52 +02:00
Tim Sutton
630836dfe0 Updated news for 2.14 - also added missing news for 2.12 2016-02-24 20:54:45 +02:00
elpaso
689cbad891 [bugfix][server] Fixes #13291 2016-02-24 19:34:04 +01:00
Alessandro Pasotti
1af724f78a Merge pull request #2829 from elpaso/server-static-initializers-construct-on-firts-use
Moved static vars to functions
2016-02-24 16:37:04 +01:00
rldhont
395bae6fae [BUGFIX][QGIS Server] Add charset for application/vnd.ogc.gml GetFeatureInfo 2016-02-24 13:59:52 +01:00
Martin Dobias
f028c0bb58 [spatialite] use view's pkey if defined in meta table (fixes #14232) 2016-02-24 18:31:52 +08:00
rldhont
05471f55d3 [BUGFIX] Extend WFS field type description (time)
Continue commit 2ad32f1635d39fd90bdf0c10fc98f467f6b4f5d3
2016-02-24 10:06:24 +01:00
Nyall Dawson
3eb5eb2270 Standardise to not showing : in main status bar labels 2016-02-24 15:17:10 +11:00
nirvn
865a7b9cce [atlas] fix main canvas refresh with dropdown list (fix #14358) 2016-02-24 14:45:55 +11:00
Nyall Dawson
72df8901f5 Clean up python console toolbars/menus:
- Consistent capitalization
- Add missing ellipsis
- Rename "settings" to "options" for consistency with main window
- Remove some excessive use of separators
2016-02-24 14:06:40 +11:00
Nyall Dawson
8abeb8d09e Merge pull request #2745 from medspx/gdal_invalid_messagebar
Replace QgsErrorDialog by messageBar for raster loading (fix #6967)
2016-02-24 11:38:26 +11:00
Nyall Dawson
d11e66749b Quote fields in size/width assistant (fix #14257) 2016-02-24 11:32:54 +11:00
Nyall Dawson
cd145bb4b3 Reword vector layer capability strings for consistency 2016-02-24 11:09:08 +11:00
Juergen E. Fischer
1e3c64dae4 show progress when loading composers 2016-02-23 23:58:11 +01:00
rldhont
2ad32f1635 [BUGFIX] Extend field type description 2016-02-23 18:41:58 +01:00
elpaso
d2665826a1 Renamed static members and moved init into ctor 2016-02-23 15:32:47 +01:00
elpaso
1c177d0d46 Moved static vars to functions 2016-02-23 15:32:47 +01:00
Radim Blazek
5e8feb69d1 set full path as name on browser favourites created by provider 2016-02-23 14:35:36 +01:00
Matthias Kuhn
6c1a771747 Update README.md 2016-02-23 13:27:35 +01:00
Matthias Kuhn
2e8097b755 Merge pull request #2832 from m-kuhn/checkXmlKeys
Don't use invalid xml values as attribute names
2016-02-23 13:25:34 +01:00
Matthias Kuhn
5085204c51 Update README.md 2016-02-23 13:23:12 +01:00
Matthias Kuhn
467f3f0210 More documentation for processing tests 2016-02-23 13:22:43 +01:00
Matthias Kuhn
8582f6126f Merge pull request #2761 from m-kuhn/ptest
Updates to processing tests
2016-02-23 12:42:49 +01:00
Matthias Kuhn
58751b5063 Don't use invalid xml values as attribute names
Fixes #14136
2016-02-23 11:25:22 +01:00
Matthias Kuhn
50aa805832 Merge pull request #2778 from SebDieBln/FixOrphanedWidgetConfigs
[Bugfix] Avoid orphaned QgsEditorWidgetConfig (refs #14136)
2016-02-23 11:11:42 +01:00
Matthias Kuhn
5f0173ed82 Add gdal-bin to travis 2016-02-23 11:08:45 +01:00
elpaso
b97e86da41 [server] Safety measure to prevent potential leaks 2016-02-23 10:47:12 +01:00
Matthias Kuhn
3f10553069 Add new test type "regex" to processing tests 2016-02-23 10:24:34 +01:00
Matthias Kuhn
e0ffd92a40 Fix typo 2016-02-23 10:24:34 +01:00
Matthias Kuhn
d0d284ad84 Update AlgorithmsTestBase.py 2016-02-23 10:24:34 +01:00
elpaso
f986d74cb8 [server][bugfix] Prevent potential crash 2016-02-23 10:07:09 +01:00
Martin Dobias
c7cde461b2 Fix drag&drop of spatialite tables (fixes #14237) 2016-02-23 16:51:57 +08:00
Martin Dobias
63be2e5303 Fix DB manager to work with SpatiaLite < 4.2 2016-02-23 16:39:30 +08:00
Matthias Kuhn
781c10ba1c [processing] Add gdal test 2016-02-23 09:33:41 +01:00
Matthias Kuhn
911196811c [processing] TestGenerator: Create parameters as dict 2016-02-23 09:33:41 +01:00
Matthias Kuhn
450fb13047 [processing] Move AlgorithmTests to QgisAlgorithmTests 2016-02-23 09:33:41 +01:00