12642 Commits

Author SHA1 Message Date
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
Marco Hugentobler
62ed7ef86b Fix detection of CRS meter units 2011-11-08 14:23:31 +01:00
Martin Dobias
8e2e654c44 Make sure that relevant fields are set always when necessary. 2011-11-07 19:19:48 -03:00
Martin Dobias
625ff111e1 Significantly improve OGR fetching speed - set ignored field only on select()
Beware: featureAtId() may interfere, this should be checked.
2011-11-07 19:19:47 -03:00
Juergen E. Fischer
1d7d1c621d postgres provider: also consider int2 and int8 as primary candidates of views 2011-11-07 22:38:31 +01:00
Juergen E. Fischer
acae4d6b43 when intializing from WKT favourize EPSG instead of PROJ.4 2011-11-07 22:38:21 +01:00
Radim Blazek
4b12e5cf62 GRASS version support 2011-11-07 21:29:44 +01:00
Radim Blazek
7ea5ee6d1f GRASS version support 2011-11-07 21:21:44 +01:00
Nathan Woodrow
d3e913ce23 Handle function help the same way as context help; Allows easier management of help; Use same style sheet as context help. 2011-11-07 22:44:40 +10:00
Juergen E. Fischer
09f98fc9dc remove spatialindex include 2011-11-07 00:59:27 +01:00
William Kyngesburye
dfdd2bc94d OS X build/install updates 2011-11-06 16:53:20 -06:00
William Kyngesburye
595eef0f78 fix for #3999 until something better can be done 2011-11-06 15:55:28 -06:00
William Kyngesburye
9a395e687c frameworkize networkanalysis on OS X 2011-11-06 15:44:33 -06:00
William Kyngesburye
ccfc565533 missed a bit for bundling qsqlite 2011-11-06 14:54:49 -06:00
William Kyngesburye
4d74db7707 bundle qsqlite for eVis plugin; bundle other Qt frameworks for extra plugins 2011-11-06 12:15:06 -06:00
William Kyngesburye
848af0956d fix missing spatialindex include dir 2011-11-06 11:47:14 -06:00
marco
8a98069194 Refresh map list in composer table widget in showEvent. Ticket #4496 2011-11-05 10:41:07 +01:00
Martin Dobias
eb48501478 Fix #4495 - patch by Nathan 2011-11-04 11:06:50 -03:00
Werner Macho
eea7460255 Merge pull request #55 from mach0/master
german typo fixes
2011-11-04 06:00:53 -07:00
Marco Hugentobler
5be1d744d0 Hide query entry in legend context menu for layers with joins 2011-11-04 13:58:33 +01:00
Werner Macho
15174da710 translation update: small german typo fixes 2011-11-04 13:55:44 +01:00
Juergen E. Fischer
8da496e6d7 fix NULL support in expression evaluation 2011-11-03 23:31:51 +01:00
Martin Dobias
8e5aa0322e Fix #4479 - trigger "new color ramp" always when activated 2011-11-03 11:56:18 -03:00
Juergen E. Fischer
098e935cbb fix windows build 2011-11-03 08:42:19 +01:00
Martin Dobias
c87966d7e2 Add default gradient ColorBrewer color ramps from Anita 2011-11-02 18:50:31 -03:00
Martin Dobias
8435d7c35a Merge pull request #54 from NathanW2/expression-ui
Remove multiline label option and make it default and expression builder UI tweaks.
2011-11-02 06:34:58 -07:00
Martin Dobias
650605f62e Fix #4483. Do not allow the toolbar in qbrowser to be hidden 2011-11-02 10:22:38 -03:00