Robert Szczepanek
00dca4031b
[TRANSUP] pl: varia, #10
2014-06-15 21:30:49 -04:00
Juergen E. Fischer
5eddb74b86
osgeo4w: x86 updated to GRASS 6.4.4RC1
2014-06-15 23:48:44 +02:00
Juergen E. Fischer
945be40a86
wfs provider: make wfs non-cached mode work ( fixes #10413 )
...
TODO: refactoring
2014-06-15 23:32:28 +02:00
Juergen E. Fischer
37a0428004
debian packaging update
2014-06-15 23:22:45 +02:00
Martin Dobias
f3ff3b4fe6
Fix #10271 (crash from race condition in SVG cache when using parallel rendering)
2014-06-16 00:36:49 +07:00
Martin Dobias
9d8a84247d
Merge pull request #1451 from ahuarte47/Issue_OffsetCurve_API
...
Replace GEOS function calls by QgsGeometry class methods
2014-06-15 22:43:12 +07:00
Martin Dobias
9e3f921400
Map rendering: allow waiting for job while handling events
2014-06-15 22:22:53 +07:00
Martin Dobias
595f4efbb3
Merge remote-tracking branch 'edigonzales/master'
...
Conflicts:
src/core/symbology-ng/qgslinesymbollayerv2.cpp
2014-06-15 20:46:12 +07:00
Werner Macho
685d3e898b
Merge pull request #1453 from qgis-jp/pullreq_2_4
...
update translation JA
2014-06-15 10:47:03 +01:00
yoichigmf
7bec7c2d49
update translation JA
2014-06-15 18:43:34 +09:00
Salvatore Larosa
6c21262935
[pyqgis-console] APIs file update
2014-06-14 23:43:52 +02:00
edigonzales
703c3e7272
fixes an issue introduced with #1449
2014-06-14 23:09:13 +02:00
Juergen E. Fischer
68fd061d58
vectorlayer: better matching of supported types ( fixes #10564 )
2014-06-14 21:01:12 +02:00
Juergen E. Fischer
d8b54c41cf
raster layer properties: resync renderer settings after loading qml ( fixes #10565 )
2014-06-14 20:28:58 +02:00
Juergen E. Fischer
d7c0e9dfa4
add some missing dialog titles
2014-06-14 19:56:43 +02:00
Juergen E. Fischer
faab0867db
edit types: fix saving of range and relation reference widget ( fixes #10562 )
2014-06-14 19:55:40 +02:00
Nyall Dawson
703ddb3dbf
[composer] Loading old templates should default to drawing map canvas items ( fix #10581 )
2014-06-14 22:10:28 +10:00
Nyall Dawson
f252a965e9
[composer] Scale changes while in atlas fixed scale mode are permanently applied ( fix #9602 )
2014-06-14 22:10:28 +10:00
Nyall Dawson
5678bed0b9
[composer] Fix alignment of some gui controls
2014-06-14 22:10:28 +10:00
volaya
e0ab079a08
[processing] some cleaning in SAGA algs
...
Removed algs that were not working or not useful, so as to have a more compact collection of alga
2014-06-14 13:59:56 +02:00
Nathan Woodrow
499a310a33
Fix signal connection
2014-06-14 20:17:06 +10:00
Juergen E. Fischer
03475be523
fix build error and update sips
2014-06-14 11:47:05 +02:00
Juergen E. Fischer
5d70839f11
german translation update
2014-06-14 10:14:48 +02:00
Nathan Woodrow
2d4945fb35
Use expression widget for attribute table update bar
2014-06-14 17:45:35 +10:00
Nathan Woodrow
31dbea9df7
Add isValid shortcut method for QgsExpression. Changes to field model and
...
expression widget.
- Extract valid and isExpression checks in expression widget
2014-06-14 17:45:25 +10:00
Nathan Woodrow
a41ac437a0
Expression Widget: Return current text even if invalid index
2014-06-14 15:18:50 +10:00
ahuarte47
ea34befe7c
avoid memory leak
2014-06-14 01:34:20 +02:00
ahuarte47
dfa03e8b51
no modify original geometry
2014-06-14 01:33:03 +02:00
Etienne Tourigny
cc1f24e78a
identify results dialog: use combo box instead of tabbed widget for view mode (rasters only) and add tooltips for identify mode and view mode ( #10376 )
2014-06-13 18:10:40 -03:00
Juergen E. Fischer
cf7e016be9
ogr: don't create spatial index for shapes after deletes. That was supposed to
...
also run a repack and doesn't work without (fixes #10483 , refs #8317 , refs #8822 )
2014-06-13 22:54:04 +02:00
Martin Dobias
75f826974d
Merge pull request #1286 from dakcarto/issue-3975_labeling-svg-as-text
...
Fix for issue 3975, labeling svg as text
2014-06-14 02:24:45 +07:00
Larry Shaffer
e257227050
Fix local test server response parsing and add debug output for url
2014-06-13 10:20:55 -06:00
Larry Shaffer
c1d80ed6a6
Initial fix for #3975 , label engine vectorizing texts in SVG and PDF output
...
- Add labeling engine option to render text-as-text
- Default is still text-as-outlines (vectorized), due to differences between text (as text) and buffer (as outline) methods
- Good output with printing to PDF (searchable, selectable text and embedded fonts)
- OK output with SVG, but differences between text (as text) and buffer (as outline) methods
Does not yet include unit tests or auto-setting of text-as-text for SVG output
2014-06-13 10:20:55 -06:00
Larry Shaffer
469be12e79
Note about PdfFormat and NativeFormat for QPrinter PDF output and embedding fonts
...
- Unlike the Qt issues for NativeFormat on Mac, choosing to print, then Save as PDF, embeds fonts
2014-06-13 10:20:55 -06:00
Larry Shaffer
72c33799d3
Add ability to define QImage format for render jobs via map settings
...
- Defaults to QImage::Format_ARGB32_Premultiplied, as before
- Update labeling unit tests to use defined format
2014-06-13 10:20:55 -06:00
Larry Shaffer
34aeed7450
Add convenience functions to Python test utilities for rendering with map settings
...
- Update labeling unit tests to use new functions
- All labeling test classes render separately from QgsRenderChecker
- Update labeling server test class to sync map settings to temp project
2014-06-13 10:20:55 -06:00
Juergen E. Fischer
b6d8331429
fix windows build
2014-06-13 16:41:00 +02:00
rldhont
5d1eb4e0d9
[BUGFIX][QGIS-Server] 10379 Flaky WFS GetFeature
...
FIX return Feature collection when featureCount is 0
2014-06-13 16:21:42 +02:00
Juergen E. Fischer
74a750314c
attribute form: allow overwriting invalid source attribute values and skip empty edit commands ( fixes #10360 )
2014-06-13 14:27:49 +02:00
Juergen E. Fischer
406fab283c
don't show and raise identify results if attribute form pops up
2014-06-13 14:27:15 +02:00
Juergen E. Fischer
ad08a28f7c
remove unused QgsPasteTransformations class
2014-06-13 14:27:15 +02:00
Juergen E. Fischer
f2de7c21c0
don't show layername all the time
2014-06-13 14:27:15 +02:00
volaya
925b91f48b
[processing] fixed #10575
2014-06-13 14:09:41 +02:00
volaya
a5e5a0e22c
[processing] changed how toolbox is updated after adding/removing provider
2014-06-13 14:09:41 +02:00
Martin Dobias
98683342ec
[layertree] Fix last bit of #10384 (update on capitalization change)
2014-06-13 18:49:54 +07:00
Martin Dobias
559b810ef4
[layertree] Add sip/PyQt subclassing code for model and view
2014-06-13 18:19:15 +07:00
Martin Dobias
2e39e602a2
[layertree] respect bold font settings for layer/group
2014-06-13 18:04:08 +07:00
Martin Dobias
9af0b376b3
Fix expanded/collapsed state when loading layer tree from old project files
2014-06-13 17:22:04 +07:00
Martin Dobias
eb86ecaa34
Remove deprecated option "add new layers to the current group" (now always on)
2014-06-13 16:51:59 +07:00
Martin Dobias
f581e20c44
Fix #10560 (wrong feature count)
2014-06-13 16:41:00 +07:00