Anita Graser
8d87f35304
Fixed wrong output layer
...
The script wrongly returned the path to the second layer rather than the first layer which the selection actually is applied to.
2015-02-22 23:54:21 +01:00
Juergen E. Fischer
d8b715ab8d
attribute form: lookup attribute fields by name. joined layers might be unavailable at load time ( fixes #12146 )
2015-02-22 23:24:36 +01:00
Salvatore Larosa
f852e05dac
increases slightly the zoom of the developers map in about box
2015-02-22 19:23:32 +01:00
Juergen E. Fischer
8979d5596d
release.pl: support point releases
2015-02-22 13:22:51 +01:00
Alexander Bruy
948c3fe0df
fix developer meeting date in about dialog
2015-02-22 11:51:29 +02:00
Juergen E. Fischer
57ba28c344
don't set parent of QFontDialog to avoid the stylesheet font ( fixes #12233 )
2015-02-22 00:38:19 +01:00
Juergen E. Fischer
dbcbddb439
debian packaging fix
...
(launchpad builds i386 with binary and amd64 with binary-arch only)
2015-02-22 00:38:08 +01:00
Werner Macho
6b95a0f0a1
adding french translators and first fixes for chinese
...
Signed-off-by: Werner Macho <werner.macho@gmail.com>
2015-02-21 23:37:07 +01:00
Tim Sutton
245118f587
Merge pull request #1919 from timlinux/master
...
Updated developer image for about box
2015-02-21 23:54:28 +02:00
Tim Sutton
23a3746731
Updated developer image for about box
2015-02-21 16:14:25 +02:00
Larry Shaffer
da76270174
Add qgis.server to PyQGIS console .api file generation
2015-02-20 15:49:14 -07:00
Larry Shaffer
4b076290fe
Update Mac bundling for qgis_server lib
2015-02-20 15:49:14 -07:00
Juergen E. Fischer
582d009f43
oracle provider: consider srid when looking trying spatial index (followup 991f94d; fixes #12230 )
2015-02-20 23:38:33 +01:00
Tim Sutton
eb6910e06f
Merge pull request #1918 from isedwards/isedwards-license-info-update
...
Update README.md with complete licence info
2015-02-20 22:23:31 +02:00
Ian Edwards
c1b68a52c3
Update README.md
...
The actual QGIS licence (viewable in any source file, e.g. src/core/qgis.cpp) shows that the software is licenced under GPL version 2 "or (at your option) any later version".
This PR updates README.md to reflect this for potential users who are concerned about the license restrictions if QGIS were GPLv2-only.
2015-02-20 19:21:26 +00:00
Juergen E. Fischer
c2bc2795d4
osgeo4w: fix python server module packaging
2015-02-20 16:03:16 +01:00
Juergen E. Fischer
8d1c5c6eee
include missing zh-Hans translation
2015-02-20 14:31:36 +01:00
Juergen E. Fischer
de8a0025bf
use gdal enums GDALDataType and GDALColorInterp instead of int
2015-02-20 14:09:36 +01:00
Juergen E. Fischer
f537922b15
Bump version to 2.9
2015-02-20 13:06:05 +01:00
Juergen E. Fischer
e907c3ee38
changelog update for 2.8
2015-02-20 13:05:34 +01:00
Juergen E. Fischer
7e97433e35
translation update to 2.8 from transifex
2015-02-20 13:05:23 +01:00
Juergen E. Fischer
7bb1966d0d
fix syntax error (followup 7ffdef2)
2015-02-20 12:50:22 +01:00
Tim Sutton
dd539356cf
Merge pull request #1917 from timlinux/master
...
Small tweaks and improvements to the changelog in news
2015-02-20 13:03:25 +02:00
Tim Sutton
8fe1fa8785
Small tweaks and improvements to the changelog in news
2015-02-20 13:01:32 +02:00
Sandro Santilli
10d2ce4584
Add tests for rotated map
...
Thanks Nyall for initial template.
Include tests for raster layers, SVG and simple markers
with data-defined or fixed rotation, parallel line labels.
2015-02-20 11:30:11 +01:00
mhugent
e09437b269
Merge pull request #1860 from marcel-dancak/getfeatureinfo-bbox-fix
...
Mapserver: using bbox filter on features in GetFeatureInfo only when BBOX parameter is given
2015-02-20 10:27:32 +01:00
Tim Sutton
34a6a368a8
Merge pull request #1861 from timlinux/master
...
This PR will allow FindQGIS.cmake to find QGIS libs/includes in QGIS_PREFIX_PATH too
2015-02-20 10:42:54 +02:00
Martin Dobias
c69f153327
Fix #11589 - diagrams with OTF reprojection
2015-02-20 15:23:41 +07:00
Martin Dobias
c3d9f10cbe
Fix #12193 - problem with update of SQL query in DB manager
...
In the scenario described in the bug report, the selected text was empty,
but editor's hasSelectedText() would still return True
2015-02-20 15:04:46 +07:00
Juergen E. Fischer
d34eaf0759
add translations update and changelog update to bin/release.pl
2015-02-20 08:42:57 +01:00
Martin Dobias
5eba57558d
Fix #12197 - cannot delete old visibility preset
...
When a preset gets applied, we try to fix it by removing irelevant stuff
(e.g. legend items that do not exist anymore, styles that do not exist).
This is however slightly complicated and leaves room for problems.
Let's simply fix the presets by assigning them the current state after
being applied - and get rid of all the patching...
2015-02-20 13:49:38 +07:00
Martin Dobias
c9682e550b
Fix #11951 - support for output directory in batch processing
2015-02-20 11:18:00 +07:00
Martin Dobias
efcbe2f55b
Fixed Split vector layer algorithm
...
Previously it would leave all output files except for the first one empty
2015-02-20 11:16:19 +07:00
Juergen E. Fischer
aab3bfddc4
Some documentation updates preceeding the release
2015-02-20 00:33:48 +01:00
Tim Sutton
e1508c1e6a
Use cmake variable rather than env var for QGIS Cmake Find rules when using a custom QGIS prefix.
2015-02-19 23:44:08 +02:00
Tim Sutton
810edb7f92
Added support for finding QGIS in QGIS_PREFIX_PATH when using FindQGIS.cmake
2015-02-19 23:44:08 +02:00
Juergen E. Fischer
a94cadf5b8
avoid repeating the array dimension (followup e6f91ca)
2015-02-19 21:41:31 +01:00
Juergen E. Fischer
5836d1dbe6
restore initial page (followup 74d0846)
2015-02-19 21:34:08 +01:00
Martin Dobias
7fff6aa592
Fix entry in AUTHORS (space instead of tabs)
2015-02-19 22:02:38 +07:00
Martin Dobias
944413f52a
Added Ivan Mincik and Marcel Dancak also to the other list of contributors
2015-02-19 21:56:08 +07:00
Martin Dobias
863a9d2ab9
Merge pull request #1914 from imincik/contributors
...
Adding 'Marcel Dancak' and 'Ivan Mincik' to contributors
2015-02-19 21:53:59 +07:00
Ivan Mincik
13d77f4cca
Adding 'Marcel Dancak' and 'Ivan Mincik' to contributors
2015-02-19 15:24:44 +01:00
Juergen E. Fischer
9e83ed8367
server: also load value related layers for cached layers
2015-02-19 13:39:32 +01:00
Radim Blazek
764f9e7c0d
Browser favourites restore state fix
2015-02-19 12:50:20 +01:00
Radim Blazek
09a52830cb
Browser GRASS multilayer map fix
2015-02-19 11:37:14 +01:00
Sandro Santilli
f5315feb24
Correctly remove duplicated check
2015-02-19 11:22:02 +01:00
Martin Dobias
c00a8b3399
Added myself to the map
2015-02-19 17:19:33 +07:00
Sandro Santilli
cda4df4177
Handle save and load error for rendered image
2015-02-19 11:06:12 +01:00
Sandro Santilli
53572639ec
Revert "Remove duplicated check"
...
This reverts commit 9a4cecc5f7e8329f1a09e3b9eeccbd764bb33f40.
The check was not duplicated, I just misread it (Oops, sorry)
2015-02-19 10:51:37 +01:00
Sandro Santilli
9a4cecc5f7
Remove duplicated check
2015-02-19 10:23:17 +01:00