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
Nyall Dawson
a987525ac9
Fix encoding of QgsPoint source files
...
Allows editing these files in QtCreator.
2014-11-06 06:48:56 +11:00
Matthias Kuhn
068bb17e1a
Fix feature request with Fid Filter working on the edit buffer
...
The following snippet did not take attribut changes that have not been commited
into account.
layer.getFeatures( QgsFeatureRequest( fid ) ).next()
Fixes the VectorLayer test
2014-11-05 13:51:00 +01:00
Tom Kralidis
05a9636874
merge OWSLib 0.8.10 CSW fix
...
4e5e248403
2014-11-05 06:35:51 -05:00
volaya
fcc8a00308
Merge pull request #1670 from gioman/saga_fixes1
...
fix several SAGA 2.1.2 modules, take1
2014-11-05 09:16:59 +01:00
Juergen E. Fischer
47e3dc9d8d
fix build error
2014-11-05 01:51:25 +01:00
Matthias Kuhn
38e13e0e40
Fix app startup test
2014-11-04 23:04:03 +01:00
mhugent
156a0fa3a3
Merge pull request #1671 from elpaso/requesthandler-refactoring2
...
Requesthandler refactoring2
2014-11-04 16:24:24 +01:00