21763 Commits

Author SHA1 Message Date
Salvatore Larosa
f70e403b71 add help for bbox function 2014-02-09 19:08:19 +01:00
Radim Blazek
71c1ad1033 sqrt symbol size for ScaleArea before scale to context units, fixes #8887 2014-02-09 17:42:29 +01:00
Martin Dobias
77a24cbeb4 Fix #8996 (Composer crashes QGIS when setComposition() method called) 2014-02-09 20:25:20 +07:00
Werner Macho
3174708fac Merge pull request #1153 from tomass/master
Lithuanian translation update
2014-02-09 18:58:08 +07:00
Tomas
ee590331d9 Lithuanian translation update 2014-02-09 13:51:52 +02:00
Juergen E. Fischer
f712a7911a german translation update 2014-02-09 12:19:28 +01:00
Werner Macho
6b4e7dad7c Merge pull request #1152 from qgis-jp/for_pull
update GUI translation JA
2014-02-09 18:08:16 +07:00
Alexander Bruy
3fdd180c28 russian translation update 2014-02-09 12:38:17 +02:00
Juergen E. Fischer
780443e200 indentation update 2014-02-09 11:26:56 +01:00
Juergen E. Fischer
f3b2649493 expressions: only quote when necessary (fixes tests; followup 915f5c1a) 2014-02-09 11:19:37 +01:00
Yoichi Kayama
155c769731 update GUI translation JA 2014-02-09 18:47:53 +09:00
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