Nyall Dawson
83d2b617cd
[composer] Make sure attribute table updates correctly when used with an atlas driven map
2014-02-09 20:37:15 +11:00
Nyall Dawson
d6810e8954
[composer] Fix calculation of world file parameters, make sure world file works correctly for atlas prints
2014-02-09 20:37:15 +11:00
Martin Dobias
f15c886940
Fix #8852 (crash when removing invalid postgres table from project)
2014-02-09 15:59:43 +07:00
Werner Macho
20fa54caa2
Merge pull request #1151 from Cracert/i18n
...
[TRANSUP] pl: context_help
2014-02-09 11:24:01 +07:00
Robert Szczepanek
41c49bdd0b
[TRANSUP] pl: context_help
2014-02-08 22:56:55 -05:00
Nyall Dawson
8d5862c8fd
[composer] Set printer page orientation when composition page orientation changes ( fix #3530 )
2014-02-09 13:12:19 +11:00
Nyall Dawson
133af645fe
[composer] Remove uuid from item properties ui ( fix #9497 )
2014-02-09 13:12:19 +11:00
Nyall Dawson
a9ac0d70f4
Use case insensitive check for image filename extension ( fix #9482 )
2014-02-09 13:12:19 +11:00
Juergen E. Fischer
d4043befcc
fix #9515
2014-02-08 23:31:59 +01:00
Juergen E. Fischer
52616b6549
vector layer: save old attribute values where available to speedup undo (and rollback) ( fixes #9509 )
...
field calculator & app: use wait cursor while calculating and committing or rolling back
2014-02-08 23:28:52 +01:00
Juergen E. Fischer
48427e1877
identify results: fix value map updates ( fixes #8818 )
...
dual view: avoid empty undo commands
2014-02-08 21:41:59 +01:00
vmora
eb769f7ff3
demonstrate bug in qgsexpression
2014-02-08 21:10:50 +01:00
Sandro Santilli
02409e9901
Pass extent of loaded views to the provider via URI
...
Completes the speed up loading of view layers in TopoViewer.
Finally and definitely fixes #9510 .
NOTE: the commit also adds a layer for face's MBR, which serves
the purpose (among others) to allow for easy computing extent.
2014-02-08 19:25:04 +01:00
Juergen E. Fischer
4c87b0c123
vector layer: don't crash on missing labels in invalid layers la( fix #9514 )
2014-02-08 19:14:55 +01:00
Juergen E. Fischer
915f5c1a96
expression: quote node column ref in dumps ( fixes #9513 )
2014-02-08 18:38:35 +01:00
Juergen E. Fischer
500116bfe3
vector layer: calculate extents lazily ( fixes #9510 )
2014-02-08 18:11:31 +01:00
Juergen E. Fischer
00f623614a
map canvas: delay paint event 500ms on resize ( fixes #2798 )
2014-02-08 18:04:53 +01:00
Sandro Santilli
56bebb193b
Pass wkbType and SRID of loaded views to the provider via URI
...
Slighly speeds up loading of view layers in TopoViewer (#9510 ).
Unfortunately there's no way to also pass in the Extent, so loading
is still slow.
2014-02-08 17:05:47 +01:00
Juergen E. Fischer
3701561489
postgres provider: speedup loading of layers by not verifing srid and geometry if given in the uri ( fixes #9510 )
2014-02-08 17:03:40 +01:00
Juergen E. Fischer
417d497017
fix offset curve crash ( fixes #9446 )
2014-02-08 16:23:30 +01:00
Sandro Santilli
188b373bad
Fix loading of face layers after breaking it with 73b49867
...
Fix #9510 again
2014-02-08 14:31:29 +01:00
Sandro Santilli
6dd0cbe542
Update TopoViewer style templates to 2.2.0 version
...
Fix #9512
2014-02-08 14:11:24 +01:00
Martin Dobias
18fd401167
Fix #9501 (expression crash when $geometry is used without a feature)
2014-02-08 19:21:23 +07:00
Juergen E. Fischer
a0fc024e76
enable geometry changing polygon tools only when 'change geometry' capability is available.
...
OGR's postgresql driver apparently doesn't support geometry updates (fixes #9468 )
2014-02-08 12:27:16 +01:00
Juergen E. Fischer
b7a6937548
don't warn about missing translation for C locale
2014-02-08 12:27:16 +01:00
Sandro Santilli
7b45b40f96
Reword "Only look in the layer registries" option
...
The wording was confusing in that real table scans can still be
performed when the srid or type in the registries are found to
be unconstrained. The real effect of the option is to _hide_
layers which are not in the registries.
Fix #8730
2014-02-08 12:26:48 +01:00
Sandro Santilli
73b4986747
Speed up topology loading
...
When loading topology viewer on a PostGIS-2.0+ database, it includes
type and srid typmod in the view layers, avoiding a full scan of
the datasets.
Fix #9510
2014-02-08 12:26:19 +01:00
Werner Macho
1d09f43493
Merge pull request #1147 from Cracert/i18n
...
[TRANSUP] pl: context_help
2014-02-08 05:59:39 +01:00
Robert Szczepanek
876e9853be
[TRANSUP] pl: context_help
2014-02-07 22:59:26 -05:00
Juergen E. Fischer
f06e72efcd
debian packaging fix
2014-02-08 00:41:17 +01:00
Juergen E. Fischer
af65a0a209
also update links in translation files
2014-02-07 21:02:15 +01:00
Juergen E. Fischer
5397dfe538
update qgis.org links
2014-02-07 21:02:11 +01:00
Larry Shaffer
1bf33b5376
Fix compile error
2014-02-07 12:59:18 -07:00
Paolo
4d54779136
IT translation
2014-02-07 20:08:43 +01:00
Martin Dobias
10c15089d1
Fix #8584 (WFS requests with FILTER fails against Geoserver)
2014-02-08 01:09:31 +07:00
Martin Dobias
8b8eb562f4
Fix #6146 (Offline editing tool broken)
...
Adding of features back to remote database didn't work in case of primary keys
being auto-generated. With the fix, if the user did not set any value (i.e. it is NULL),
the value will be set to provider's default (and thus use the sequence generator)
2014-02-07 23:21:50 +07:00
Paolo
9a4e7015c8
Added an IT translator
2014-02-07 17:11:36 +01:00
Juergen E. Fischer
a386230b22
debian packaging update (trusty)
2014-02-07 15:43:50 +01:00
Alexander Bruy
cedc22ff43
[processing] fix docstring
2014-02-07 15:57:14 +02:00
Alexander Bruy
148012f884
rearrange radiobuttons to avoid horizontal scrolling
2014-02-07 14:12:34 +02:00
Martin Dobias
5a64215bd2
Fix #9445 (crash during histogram diagram creation)
2014-02-07 18:31:52 +07:00
Denis Rouzaud
fb9a366bc3
remove label from standard option dialog template
2014-02-07 11:19:28 +01:00
Werner Macho
e62aee58e5
Merge pull request #1145 from Cracert/i18n
...
[TRANSUP] pl: QgsOgr, context_help
2014-02-07 11:18:46 +01:00
D'Hont René-Luc
da8ca460aa
[QGIS-Server][WCS] Add RESPONSE_CRS param
2014-02-07 11:09:34 +01:00
Martin Dobias
408e2b7a12
Fix #8864 (Random selection with subsampling broken)
2014-02-07 16:19:29 +07:00
Nyall Dawson
a9be559e72
[composer] Fix item selection after pasting items
2014-02-07 19:37:36 +11:00
Nyall Dawson
d0719b012f
[composer] Keep relative position of items when pasting ( fix #8598 )
2014-02-07 19:37:36 +11:00
Martin Dobias
f3166a5897
Fix #9396 (deactivate datum transform dialog by default)
...
Added a checkbox in Options > CRS > Default datum transformations to re-enable the dialog when desired
2014-02-07 15:27:05 +07:00
Martin Dobias
caf33b657f
Fix #8174 (overlaps when using 'avoid intersections' functionality) + test
...
I am not entirely confident if it will work perfectly with older versions of GEOS (< 3.3)
because of the lack of unary union (that is emulated by series of unions of two geometries)
2014-02-07 12:03:18 +07:00
Robert Szczepanek
395fb5dcac
[TRANSUP] pl: QgsOgr, context_help
2014-02-06 21:31:36 -05:00