12563 Commits

Author SHA1 Message Date
Tim Sutton
8dc8222510 Updates for regression992 test - test should work but raster still introduces some difference which I am working to figure out why 2011-11-14 15:52:11 +02:00
Tim Sutton
d13fb2586b Fix problem with analyzer test 2011-11-14 15:36:55 +02:00
Tim Sutton
2b8487b942 Further updates to the unit tests - still not all passing yet 2011-11-14 14:52:59 +02:00
Tim Sutton
3f53b33c4c Merge branch 'master' of github.com:qgis/Quantum-GIS 2011-11-14 13:15:03 +02:00
Tim Sutton
e54680dbdd Updates for unit tests so they actually run and fix application test 2011-11-14 13:14:25 +02:00
marco
f0839fb350 Save some time in node tool for geometry export and avoid detachs 2011-11-14 10:56:13 +01:00
Tim Sutton
1fa83869b7 Enable tests by default 2011-11-14 10:42:14 +02:00
Tim Sutton
705f55e23c Merge pull request #61 from rduivenvoorde/cf849875
fix for #4500
2011-11-13 09:00:34 -08:00
marco
9adb57ebae Don't show invisible layers and features in wms server feature info 2011-11-13 17:35:01 +01:00
Richard Duivenvoorde
cf849875a2 fix for #4500, endlessloop because of too small tolerance 2011-11-13 17:19:20 +01:00
Sandro Santilli
41de1a0045 Add support for TopoGeometry datatype
(don't get too excited)
2011-11-13 16:36:21 +01:00
Juergen E. Fischer
da698eb878 update qgisapp for new codename 2011-11-13 16:36:10 +01:00
Alexander Bruy
6111ec8db7 [BP18] wrap long label in Options dialog to avoid horizontal scrolling 2011-11-13 16:12:43 +02:00
Juergen E. Fischer
101b1a8c8b german translation update 2011-11-13 15:10:17 +01:00
pcav
cf6e35db4f Merge branch 'master' of github.com:qgis/Quantum-GIS 2011-11-13 14:55:54 +01:00
marco
d52c510eaa WMS server: support relative pathes to spatialite dbs 2011-11-13 14:26:44 +01:00
pcav
27e770a502 More typos in IT GUI 2011-11-13 11:22:30 +01:00
Alexander Bruy
f8bbe8fb70 [FEATURE] add gdal_fillnodata to GdalTools 2011-11-13 12:22:11 +02:00
Alexander Bruy
aaae4898a9 [BACKPORT] fix broken Assign projection functionality in GDALTools and
improve handling output file extension
2011-11-13 11:19:44 +02:00
Tim Sutton
19501c6a89 Updated version number and splash for master branch 2011-11-13 02:54:20 +02:00
Tim Sutton
99c20ac374 Merge branch 'master' of github.com:qgis/Quantum-GIS 2011-11-13 02:33:33 +02:00
Tim Sutton
1148aaf72e [BP17]Added Voralberg as silver sponsor 2011-11-13 02:31:48 +02:00
Alexander Bruy
33b7e314bc [BACKPORT] Union and Symetrical difference works only on whole layer 2011-11-12 22:16:50 +02:00
Alexander Bruy
7cd2850da5 [BACKPORT] fix holes in Union output (fix #3581) 2011-11-12 22:12:56 +02:00
Werner Macho
09f167793d Merge pull request #58 from Jean-Roc/master
[BP18] Update french UI
2011-11-12 10:13:13 -08:00
Jean-Roc Morreale
e115975037 [BP18] update UI strings 2011-11-12 17:03:08 +01:00
Alexander Bruy
ce8c75ff6c [BACKPORT] add What's this to Help menu (implement #4179) 2011-11-12 17:04:45 +02:00
Juergen E. Fischer
821b0ea560 german translation update 2011-11-12 15:00:07 +01:00
Tim Sutton
6274cd112f Merge branch 'master' of github.com:qgis/Quantum-GIS 2011-11-12 13:39:15 +02:00
Tim Sutton
cf7b989a7e Added another way to find org files (but commented out) 2011-11-12 13:39:03 +02:00
Tim Sutton
b41472fd84 Enable new repo by default now too 2011-11-12 13:38:06 +02:00
Alexander Bruy
d3fe1941fd [BACKPORT] fTools: update layers lists after adding new layer to TOC (fix #4318) 2011-11-12 13:05:27 +02:00
Alexander Bruy
26528def45 [BACKPORT] don't block QGIS main window when running Merge shapefiles
tool. Partially addresses #4383
2011-11-12 13:00:57 +02:00
Alexander Bruy
c1050fee68 [BACKPORT] remove executable flag from fTools sources 2011-11-12 12:57:35 +02:00
Alexander Bruy
ad1a4e2cde [FEATURE] Densify geometries tool for fTools (fix #3628). Still without
icon
2011-11-12 12:50:51 +02:00
Alexander Bruy
48112cc1bc [FEATURE] Build spatial index tool for fTools (see #2779). Currently
without icon
2011-11-12 12:42:30 +02:00
marco
55337b3bbc sld parser in qgis server is still on old symbology 2011-11-12 10:30:15 +01:00
Werner Macho
0bb43fb3d8 Merge pull request #57 from Jean-Roc/master
updates_ts script for fedora + update local
2011-11-12 00:53:13 -08:00
Jean-Roc Morreale
05edbedc5e update french string 2011-11-11 23:11:26 +01:00
Jean-Roc Morreale
bca89facce adapt the script for fedora 2011-11-11 18:49:10 +01:00
Martin Dobias
8422a9da4f Do not validate the geometry if it is known to be valid - save some time 2011-11-11 13:07:30 -03:00
Radim Blazek
b07ccb308d correct source data type in meta (instead of internal daty type used in QGIS) 2011-11-11 11:49:50 +01:00
Martin Dobias
be9bdeb5bb [FEATURE] Allow plugin metadata to be in metadata.txt
Until now plugins' metadata were always retrieved from __init__.py by calling python methods.
Reading metadata from a text file has the advantage of not requiring to load the plugin code
and can be done by plugin repository.

Metadata in metadata.txt is preferred to the methods in __init__.py - if the text file is
present, it is used to fetch the values. From QGIS 2.0 the metadata from __init__.py
will not be accepted - the metadata.txt file will be required.

Plugin metadata should be in INI file format, recognized by python's ConfigParser module
and by Qt's QSettings class.

All currently used metadata should be in [general] section. Example use:

[general]
name=PostGIS manager
description=Manage your PostGIS database
version=Version 0.5.15
icon=icons/postgis_elephant.png
qgisMinimumVersion=1.0.0
2011-11-09 15:57:17 -03:00
Juergen E. Fischer
b9d26e44b1 put spatialindex header directory in front of GEOS 2011-11-09 15:59:46 +01:00
Giuseppe Sucameli
eda69e6ffe Merge remote-tracking branch 'brushtyler/master' 2011-11-09 00:33:58 +01:00
Giuseppe Sucameli
98d5a7665c fix for crash in projection selection 2011-11-09 00:21:56 +01:00
Martin Dobias
c37b63a83f Fix label orientation with line dependent position (#3643) 2011-11-08 16:53:36 -03:00
Juergen E. Fischer
641bd670cb german translation update 2011-11-08 20:30:49 +01:00
Martin Dobias
cc4bef9061 More intuitive setting for orientation of labels (map/line) 2011-11-08 11:51:43 -03:00
Sandro Santilli
627d25c65f Disable options related to interpretation and threatment of above/below line labeling when online labeling is requested. 2011-11-08 11:46:54 -03:00