Werner Macho
dd0849d56d
delete viminfo from news
...
Signed-off-by: Werner Macho <werner.macho@gmail.com>
2014-01-31 15:02:22 +01:00
Werner Macho
f2b6956ae6
[TRANSUP] nb by James
...
Signed-off-by: Werner Macho <werner.macho@gmail.com>
2014-01-31 14:59:09 +01:00
Marco Hugentobler
6d942e59df
Dxf export: fix linestyle export for simple line
2014-01-31 14:12:32 +01:00
Jürgen Fischer
e84652136c
Merge pull request #1131 from ahuarte47/Issue_8725R-ST_SnapToGrid
...
Fix bug #8725R: replace ST_Simplify by ST_SnapToGrid to avoid collapsed geometries by postgis
2014-01-31 00:13:52 -08:00
Werner Macho
d050b0a8f4
Merge pull request #1132 from Cracert/i18n
...
[TRANSUP] pl: qgsComposer
2014-01-30 23:46:28 -08:00
Robert Szczepanek
414d59c597
[TRANSUP] pl: qgsComposer
2014-01-30 23:14:15 -05:00
ahuarte47
db1192f151
#8725R: Replace ST_Simplify by ST_SnapToGrid
2014-01-31 01:49:09 +01:00
Matthias Kuhn
e4f410b589
[ftools] S'part to M'part with non-string columns and NULL values
...
Fix #8625
2014-01-30 23:59:31 +01:00
Werner Macho
3fe3bc5887
[TRANSUP] es by Carlos
...
Signed-off-by: Werner Macho <werner.macho@gmail.com>
2014-01-30 23:05:37 +01:00
Matthias Kuhn
d378f942a5
[attrtable] No checks when the model is not based on a request
...
Huge speedup
Fix #9315
2014-01-30 22:30:09 +01:00
Matthias Kuhn
3ba33d73fb
[attrtable] Only update table at the end of an edit command
...
Fix #9315
2014-01-30 22:30:09 +01:00
Juergen E. Fischer
70c594984f
fix QgsGeometry::moveVertex on polygon ( fixes #9442 )
2014-01-30 19:17:38 +01:00
Marco Hugentobler
db277ce74c
Fix for hiding deprecated datum transforms
2014-01-30 17:16:57 +01:00
Marco Hugentobler
a4f1470c40
Fix inversion of rotation parameters for epgs datum transformation method 9607
2014-01-30 16:22:53 +01:00
Nyall Dawson
415b467dd6
Fix failing PyQgsBlendModes test
2014-01-30 22:24:19 +11:00
Nyall Dawson
058cba2037
[composer] Add some anomoly images for scale bar tests
2014-01-30 22:24:19 +11:00
Nyall Dawson
ffae8accb4
[composer] Fix incorrect calculation of map bounds when a map is switched to atlas control after atlas preview is enabled
2014-01-30 22:24:19 +11:00
Nyall Dawson
78ea81a6bd
[composer] Set the expression context for labels created while atlas preview is enabled ( fix #9457 )
2014-01-30 22:24:19 +11:00
Nyall Dawson
3994c9816a
[composer] Snap items to page edge, not page outlines or shadow ( fix #9455 )
2014-01-30 22:24:19 +11:00
Radim Blazek
0f590db0a5
set objectName on QMenu/QAction in C++ core plugins, fixes partially #9134
2014-01-30 11:49:50 +01:00
Marco Hugentobler
eeae09ce38
Show NTv2 in datum transform dialog tooltip and do case insensitive filename compare on win
2014-01-30 11:39:48 +01:00
Marco Hugentobler
b1d1f10525
Fix apply null grid shift for source projection string
2014-01-30 10:52:34 +01:00
Denis Rouzaud
c21fc541b1
missing action for add part
2014-01-30 10:38:19 +01:00
Werner Macho
8bc1dfad45
Merge pull request #1126 from Cracert/i18n
...
[TRANSUP] pl: qgsVectorLayer, QgsRelation
2014-01-29 23:44:04 -08:00
Robert Szczepanek
e150ab1611
[TRANSUP] pl: qgsVectorLayer, QgsRelation
2014-01-29 23:56:57 -05:00
Werner Macho
12256f1bc2
[TRANSUP] greek by Thodoris
...
Signed-off-by: Werner Macho <werner.macho@gmail.com>
2014-01-29 23:13:54 +01:00
Matthias Kuhn
5f1c8f4980
[attrtable] Don't update sort column cache when unaffected
...
Fix #9424
2014-01-29 22:33:26 +01:00
Juergen E. Fischer
bc757ffe50
* fix QgsGeometry::moveVertex for multipolygons()
...
* add test for QgsGeometry::addPart()
* remove expectedFailure decoration from PyQgsGeometry.testSimplifyIssue4189
* modify move and translate tests by 1,1 to 1,2
2014-01-29 21:36:50 +01:00
Etienne Tourigny
d63104ae50
fix gdaltools getRasterSRS() and use gdalsrsinfo with gdal >= 1.9
2014-01-29 16:51:39 -02:00
Juergen E. Fischer
7456eb7924
postgres provider: don't look for topology layers without topology support ( fixes #9453 )
2014-01-29 18:56:43 +01:00
Radim Blazek
6207529463
identify reprojected raster: use 1x1 pixel context in layer crs to get reasonable search tolerance for WMS GetFeatureInfo, fixes #5896
2014-01-29 18:01:39 +01:00
Werner Macho
ddec6639be
Merge pull request #1122 from Cracert/i18n
...
[TRANSUP] pl: WidgetGradient, QgsRel
2014-01-29 05:04:52 -08:00
Werner Macho
0b882d0190
Merge pull request #1123 from Jean-Roc/traduction_ui
...
update fr ui
2014-01-29 05:04:31 -08:00
MORREALE Jean-Roc
b1aa21d8b6
update fr ui
2014-01-29 14:00:14 +01:00
Martin Dobias
ec7718b55e
Second part of fix for #9196 (WMTS)
...
If WMTS capabilities do not include a bounding box, try to detect it from
tileset matrix information (instead of using conservative assumption
that the layer spans the whole world: -180,-90 - 180,90 in WGS84)
2014-01-29 18:31:15 +07:00
Martin Dobias
ba0a637803
Partial fix for #9196 - better handling of bounding boxes of WMS layers
...
Do not use WGS84 bounding box for all layers - instead use either bounding box
as declared in capabilities document for requested CRS, or make best effort
to get bounding box from WGS84 bounding box.
2014-01-29 18:31:15 +07:00
Denis Rouzaud
7a9e682004
fix #9430 : do not enable copy to layer if nothing to copy
2014-01-29 11:37:40 +01:00
Robert Szczepanek
8c47c0e8dc
[TRANSUP] pl: WidgetGradient, QgsRel
2014-01-28 22:10:40 -05:00
mhugent
00680cd78b
Merge pull request #1104 from leyan/projectCRS
...
Consistent management of project CRS properties in project file
2014-01-28 11:33:18 -08:00
Etienne Tourigny
2dabba4530
gdaltools batch operations: only update progress when there are input files to process
2014-01-28 16:24:42 -02:00
Etienne Tourigny
921510d12f
gdaltools warp: overwrite existing files when not in batch mode
2014-01-28 16:04:09 -02:00
Werner Macho
469bcbf805
[TRANSUP] filename change to bring it closer to webpage and documentation
...
Signed-off-by: Werner Macho <werner.macho@gmail.com>
2014-01-28 18:02:41 +01:00
Radim Blazek
3256c92604
Add scale method to data defined size label, related to #8887
2014-01-28 17:21:58 +01:00
Denis Rouzaud
8cf9936d44
#9441 add 1 segment line part to multiline layer
2014-01-28 16:57:23 +01:00
Werner Macho
17aa0f06dc
Merge pull request #1121 from zjankovic/master
...
Refreshed CRO translation
2014-01-28 01:43:10 -08:00
Zoran
8500e80022
Refreshed CRO translation
2014-01-28 10:17:28 +01:00
Werner Macho
ff9c76af9c
Merge pull request #1119 from Cracert/i18n
...
[TRANSUP] pl: ScriptEditor, SettingsDialogPython, Widget..
2014-01-28 00:02:27 -08:00
Nyall Dawson
6c3f2ed8cc
[composer] Standardise capitalisation
2014-01-28 17:30:00 +11:00
Nyall Dawson
6d162e686e
[composer] Update default toolbar positions
2014-01-28 17:30:00 +11:00
Robert Szczepanek
7df74aeacd
[TRANSUP] pl: ScriptEditor, SettingsDialogPython, Widget..
2014-01-27 22:33:14 -05:00