25311 Commits

Author SHA1 Message Date
Giovanni Manghi
3e3f1fb16c fixes r.watershed parameter description for GRASS 6.4 2014-11-13 20:30:47 +00:00
Juergen E. Fischer
701f4644d0 prepare-commit.sh: fix script directory detection 2014-11-13 20:46:19 +01:00
Radim Blazek
cbf1d33b9c re-enabled init expand to last expanded in browser 2014-11-13 11:27:12 +01:00
Nyall Dawson
bafd3e3255 Merge pull request #1684 from manisandro/armbuild
Add casts to double to fix compilation on ARM
2014-11-13 20:33:12 +11:00
Juergen E. Fischer
9cb157a7e5 prepare-commit.sh: remove executable bit from source files and exit successfully if nothing modified 2014-11-13 10:00:48 +01:00
Sandro Mani
4254d4e615 Add casts to double to fix compilation on ARM 2014-11-13 09:35:12 +01:00
Juergen E. Fischer
9a2327cd8f update debian dependencies in INSTALL (scripts/scandeps.pl run) 2014-11-13 00:38:42 +01:00
Juergen E. Fischer
57644354f4 fix source permissions
Consider using 'git config core.filemode false' on Windows

find . \( -name "*.cpp" -o -name "*.h" \) -perm /111 -exec chmod a-x {} \;
2014-11-12 23:46:57 +01:00
Juergen E. Fischer
5ccb1e777d i18n: script updates 2014-11-12 23:46:57 +01:00
Juergen E. Fischer
571d47a889 postgres provider: fix layer detection 2014-11-12 23:10:45 +01:00
Radim Blazek
40bb180d9a expand browser items in threads 2014-11-12 22:18:19 +01:00
Radim Blazek
078a3ab7b1 loading icon from qt-everywhere-opensource-src-4.6.3/demos/browser/data/loading.gif 2014-11-12 22:18:19 +01:00
Juergen E. Fischer
47121fb618 fix PyQgsAppStartup test on windows 2014-11-12 22:15:05 +01:00
Juergen E. Fischer
c18cb33ae6 fix PyQgsLogger test (fixes b5f6d2ce, but also the failure on windows) 2014-11-12 20:45:20 +01:00
Juergen E. Fischer
a036627d86 fix tim dot linfiniti at com 2014-11-12 17:43:16 +01:00
Juergen E. Fischer
278ffa155f i18n: move to transifex
* deprecate update_ts_files.sh
* use pull_ts.sh to pull updates from transifex
* use push_ts.sh to pull qgis_en.ts from transifex, update it and push it back
2014-11-12 17:43:16 +01:00
Matthias Kuhn
f1fb5fb192 Fix qgis_legendrenderertest
Changed control image that fails on every platform
2014-11-12 15:43:49 +01:00
Juergen E. Fischer
e4cd5520a8 parse embedded project only once (speedups loading of multiple embedded layers from the same project) 2014-11-12 14:55:48 +01:00
Juergen E. Fischer
b5f6d2cecf refactor QgsLogger and add duration and thread id 2014-11-12 14:55:09 +01:00
Juergen E. Fischer
3d2cc14784 fix german translations (fixes #11617) 2014-11-11 23:02:07 +01:00
Juergen E. Fischer
11c2bae740 vector file writer: scan shape file geometries instead of just assuming multi geometry types (followup 528c4cacb, refs #10584, fixes #11542, fixes #11597) 2014-11-11 10:29:35 +01:00
Matthias Kuhn
ef5955a714 Fix maprenderertest
By introducing some color tolerance
2014-11-11 08:41:39 +01:00
Radim Blazek
73231d9b08 use browser objectName in settings key to distinguish browser2 2014-11-10 19:53:30 +01:00
Radim Blazek
1018c91f29 use connection name in wms,wfs,wcs data item path instead of uri, group ows servers by connection name instead of uri 2014-11-10 19:39:55 +01:00
Radim Blazek
cb9bd88c75 [GRASS] autorefresh vector layers 2014-11-10 09:39:36 +01:00
Alexander Bruy
5d1dde034e fix regex for getting layer name 2014-11-08 18:17:39 +02:00
Matthias Kuhn
95f880a570 Fix occasional crash on exit because of statis network access manager
see https://bugreports.qt-project.org/browse/QTBUG-25789
2014-11-08 15:24:09 +01:00
Juergen E. Fischer
f3eeed9044 fix PyQgsVectorLayer test 2014-11-08 10:30:51 +01:00
Matthias Kuhn
9b01b2eab1 Fix dual view test
* References commit 51e01d6
* And issue #11529
2014-11-08 09:50:06 +01:00
Matthias Kuhn
1871a4c081 Fix expression test
make sure the style file with the color ramp can be copied to the settings path
2014-11-08 09:34:58 +01:00
Juergen E. Fischer
402b6d0a0d debian packaging update (fixes for tests) 2014-11-07 20:54:39 +01:00
Martin Dobias
959c5660ca Revert "Doxygen: do not add "Definition at line N of XYZ.cpp" to each method"
This reverts commit 7ee05afd366cebf3c8f44354067c34223346f835.
2014-11-08 00:52:54 +07:00
Paolo Cavallini
7e4709bda0 Merge pull request #1678 from ghtmtt/patch-2
Update gridcalculator.rst
2014-11-07 17:54:58 +01:00
ghtmtt
b4824abb20 Update gridcalculator.rst
change **x** and **y** with **a** and **b**
2014-11-07 15:19:47 +01:00
Alexander Bruy
2417a82bd7 [processing] add method in OGR algorithms for getting layer name from source 2014-11-07 16:11:11 +02:00
Radim Blazek
c78a3783a9 browser last expanded better 2014-11-07 11:13:02 +01:00
rldhont
47a16184c6 [FIXED] #11572 ilter Legend By Map Content doesn't maintain point displacement legend
For point vector layer render with 'displacement point', when 'Filter
 Legend By Map Content' is activated, the legend is not rendered even
 if it has to be.

It's due to QgsPointDisplacementRenderer that embedded the real
 renderer.

The solution proposed in this patch is to get the embedded renderer
 for QgsPointDisplacementRenderer.
2014-11-07 09:06:11 +01:00
Nyall Dawson
fd1ced7f54 [composer] Don't save hide bounding box setting between sessions
In practice the workflow is better if this setting is only
temporarily applied to a composer.
2014-11-07 19:01:29 +11:00
Nyall Dawson
8b29097f36 [FEATURE][composer] Vertical descending direction for annotations
This change adds a new descending vertical direction mode for
map grid annotations. Previously only ascending text was
supported for vertical annotations.
2014-11-07 10:31:59 +11:00
Nyall Dawson
b2423241ff [composer] Use intersection rather than clip for transformed grids
Previous behaviour was to clip transformed grid lines to the visible
map extent. This caused problems if a map item had no border (a
solid line would be shown along the map extent), and also meant
that reprojected lines which crossed out of the map extent and back
in again did not have annotations or grid frame markings shown.

Also implement an improved logic for detecting the map frame side
for annotations.
2014-11-07 09:53:19 +11:00
Radim Blazek
abf00872c2 remember browser last expanded item 2014-11-06 19:09:18 +01:00
Radim Blazek
443264f2a7 GRASS: show layers non expandable 2014-11-06 18:19:29 +01:00
Radim Blazek
7c52e7ddce GRASS: points removed from topo in GRASS 7 2014-11-06 17:59:40 +01:00
Radim Blazek
d8d9edb0a0 GRASS: fixed crash when opening vector without topo 2014-11-06 16:46:29 +01:00
Radim Blazek
d74b52e5bd add GRASS vector layers from browser with map + layer name 2014-11-06 16:46:29 +01:00
Werner Macho
2202b42bb0 [TRANSUP] preparing transition to transifex DEFAULT
Compared translations manually with source and transifex and uploaded every translation with more strings in source to transifex.
From now on only transifex will be pulled and only english source will be updated.

Signed-off-by: Werner Macho <werner.macho@gmail.com>
2014-11-06 14:15:57 +01:00
Radim Blazek
08e39fc986 GRASS 7.1 fixes 2014-11-06 11:56:45 +01:00
Martin Dobias
b1b0db6b7b Fix a crash in layer node after removal of layer from registry.
A crash may occur when using custom layer tree in composer legend and layer from that tree is removed from registry.
This would happen only in some code paths.
2014-11-06 14:37:00 +07:00
Nyall Dawson
878230a1db Add methods to QgsGeometry to convert to/from QPointF and QPolygonF 2014-11-06 17:29:15 +11:00
Nyall Dawson
b5c9df0e61 Add methods for converting QgsPoint to and from QPointF and QPoint
Also add some more basic unit tests for QgsPoint
2014-11-06 17:29:05 +11:00