26650 Commits

Author SHA1 Message Date
Bas Couwenberg
7244f694fc * Update copyright file.
- Add additional copyright holders to general files section
 - Add copyright years to general files section
 - Order copyright holder by year
 - Group files sections
 - Sort groups files sections alphanumerically
 - Document copyright holders & licenses for external modules
 - Add license specifications for: Apache-2.0, BSD-2-Clause,
   dxflib-Commercial-License, GPL-2, LGPL-2.1+, QT-Commericial,
   LGPL-2.1 with Digia Qt LGPL Exception 1.1 & GPL-3.
* Remove extra license file for MetaSearch plugin.
* Install libqgis_server.so in libqgis-dev.
* Install schemaExtension.xsd in qgis-server.
* Install contributors.json & developersmap.html in qgis-common.
2015-02-25 18:16:40 +01:00
Sandro Santilli
c20d02da04 Rotation in map canvas is activated by default 2015-02-25 18:00:02 +01:00
Nyall Dawson
935f46080b Fix zoom out map tool (fix #12242) 2015-02-25 22:05:17 +11:00
Nyall Dawson
b70d82446f Make new scratch layer editable by default 2015-02-25 21:56:57 +11:00
Nyall Dawson
ee68332ed7 Suppress attribute form popup if layer has no fields
Prevents empty form popup for layers with no fields (eg memory layers).
If desired, this behaviour can be overriden by the layer's feature
form suppress option, eg if form has python logic which makes it useful
even with no fields.

(fix #10775)
2015-02-25 21:56:43 +11:00
Salvatore Larosa
c3c945b13b [bookmark] use preset values instead of header name for tags when exporting in xml file 2015-02-25 08:56:34 +01:00
Salvatore Larosa
f2f4a397ac Revert "[bookmark] fix translation string: fixes to avoid an empty bookmark name on import when system locale is different from english"
This reverts commit 6dda391be4a1a745a9b09591bd4f7d8f21856893.
2015-02-25 08:56:34 +01:00
Alexander Bruy
42a8d8eced [processing] add method for generating help for single algorithm 2015-02-25 08:47:58 +02:00
Tom Kralidis
e0e77c6f3b Merge pull request #1926 from geopython/master
MetaSearch: fix plugin zipfile
2015-02-24 22:07:07 -05:00
Tom Kralidis
701cd1ca3a MetaSearch: fix plugin zipfile 2015-02-24 21:59:14 -05:00
Tom Kralidis
0b874ce3a9 Merge branch 'master' of https://github.com/QGIS/qgis 2015-02-24 18:59:13 -05:00
Tom Kralidis
a292914cc4 MetaSearch: update release version 2015-02-24 18:58:24 -05:00
Tom Kralidis
3deb211d14 MetaSearch: fix help link, pep8 2015-02-24 18:53:35 -05:00
Tom Kralidis
9798c92e49 MetaSearch: fix help link 2015-02-24 18:49:22 -05:00
Tom Kralidis
3fa6f91e1a delete MetaSearch locale now that it is managed in QGIS core Transifex 2015-02-24 18:47:47 -05:00
Salvatore Larosa
94f9ae2359 [bookmark] remember last used directory on import/export 2015-02-24 22:30:22 +01:00
Salvatore Larosa
dbdcba1d82 [bookmark] write correctly the extent in tbl_bookmarks 2015-02-24 22:30:22 +01:00
Salvatore Larosa
6dda391be4 [bookmark] fix translation string: fixes to avoid an empty bookmark name on import when system locale is different from english 2015-02-24 22:30:22 +01:00
Juergen E. Fischer
2e3baa705c fix crash on exit 2015-02-24 22:06:39 +01:00
Juergen E. Fischer
cf1c30d7c7 update QgsAttributeDialog sip bindings (fixes #12248) 2015-02-24 20:20:12 +01:00
Tom Kralidis
4792a92053 update release packaging to be built from QGIS core 2015-02-24 12:43:20 -05:00
Alexander Bruy
af2bac9ef5 Merge branch 'geometry-less-import' 2015-02-24 12:46:56 +02:00
Alexander Bruy
be07f239e9 formatting fixes 2015-02-24 12:42:08 +02:00
Alexander Bruy
24811af85f Merge branch 'processing_import_geomless_tables_in_postgresql_2' of https://github.com/gioman/QGIS into geometry-less-import
Conflicts:
	python/plugins/processing/algs/gdal/GdalOgrAlgorithmProvider.py
2015-02-24 12:38:52 +02:00
Alexander Bruy
c1e1a7ed93 Merge branch 'ogr-tools' 2015-02-24 12:35:55 +02:00
Alexander Bruy
b4f25684ae make parameter descriptions translatable 2015-02-24 12:35:00 +02:00
Alexander Bruy
a2f686a20d Merge branch 'new_processing_ogr_tools' of https://github.com/gioman/QGIS into ogr-tools 2015-02-24 11:43:24 +02:00
Alexander Bruy
8ab014d4f8 Merge branch 'gdal_calc' 2015-02-24 11:27:24 +02:00
Alexander Bruy
5260ef3992 unify algorithm name and source file name, formatting fixes 2015-02-24 11:25:50 +02:00
Alexander Bruy
31aed14ea2 Merge branch 'processing_add_gdal_raster_calc' of https://github.com/gioman/QGIS into gdal_calc
Conflicts:
	python/plugins/processing/algs/gdal/GdalOgrAlgorithmProvider.py
2015-02-24 11:04:33 +02:00
alexbruy
b7ad288c77 Merge pull request #1924 from gioman/processing_add_gdal_tileindex
[processing] add gdal tileindex
2015-02-24 10:29:49 +02:00
Juergen E. Fischer
33c6051f58 debian packaging fix 2015-02-24 02:32:50 +01:00
Juergen E. Fischer
85c811b144 fix build (followup 6de2828) 2015-02-24 02:11:06 +01:00
Juergen E. Fischer
04ff46fcb6 remove debug output (followup 6de2828) 2015-02-24 01:39:38 +01:00
Juergen E. Fischer
6de2828d55 fix wmts (fixes #12241; followup 1e97b62c) 2015-02-24 01:36:15 +01:00
Giovanni Manghi
bf08b7b871 processing: add gdal tileindex 2015-02-24 00:05:55 +00:00
Jürgen Fischer
4629205f2a Merge pull request #1923 from sebastic/debian
Debian packaging improvements
2015-02-23 23:44:38 +01:00
Bas Couwenberg
6c142ede0a Also install scalable icons. 2015-02-23 22:23:13 +01:00
Bas Couwenberg
9620070c56 Fix libqgis-customwidgets package name in dh_makeshlibs override, doesn't contain ABI anymore. 2015-02-23 22:04:02 +01:00
Juergen E. Fischer
0ccc07af0e raster calculator fixes (fixes #12238)
* GDALGetGeoTransform failures can be ignored (partly reverts 0080f9e)
* handle quoted raster references
* don't complain if the output file is not yet set
2015-02-23 21:48:04 +01:00
Bas Couwenberg
e72de28b69 Add upstream metadata. 2015-02-23 21:31:21 +01:00
Bas Couwenberg
459b34f612 Update watch file, add version mangle. 2015-02-23 21:30:29 +01:00
Bas Couwenberg
d752830500 Remove unused substitution variable. 2015-02-23 21:13:18 +01:00
Bas Couwenberg
1b92c6997b Update copyright file.
Changes:
- Remove unused Files paragraph for the python plugin_installer
- Fix qwtpolar-1.0 typo
- Remove unused License paragraph for Apache-2.0
- Add License paragraph for Zlib
2015-02-23 21:11:49 +01:00
Tom Kralidis
e04570cc89 prevent CSW connection names with "/" to be set 2015-02-23 10:40:23 -05:00
volaya
e815105550 Merge pull request #1921 from anitagraser/patch-7
[processing]Fixed wrong output layer
2015-02-23 13:18:06 +01:00
Tom Kralidis
f9c1db8073 remove '/' from UNEP GRID CSW to prevent incorrect setting in Windows Registry on init 2015-02-23 07:15:54 -05:00
Marco Hugentobler
335ce44624 Rename feature info parameters 2015-02-23 10:57:34 +01:00
Marco Hugentobler
2d0f08bd59 [FEATURE]: possibility to set WMS featureInfo tolerance in request. Funded by city of Uster 2015-02-23 10:57:08 +01:00
Nyall Dawson
2481ce63e6 Coverity fixes (uninitialised members, uncaught exceptions) 2015-02-23 10:31:40 +11:00