Nyall Dawson
3aa6c4f012
Fix fill and outline color for svg markers sometimes enabled
...
when SVG file does not support parameters
2015-10-11 21:55:09 +11:00
Nyall Dawson
9287ee7d40
[console] Move run button earlier in console editor toolbar
...
Otherwise on small screens the run button is hidden away in the
overflow menu, which isn't ideal given its importance
2015-10-11 16:36:10 +11:00
Juergen E. Fischer
cf0fe9a99c
fix warnings
2015-10-10 22:25:13 +02:00
Juergen E. Fischer
b65d962260
also fix #10747 for 2.5D points
2015-10-10 22:01:11 +02:00
Nyall Dawson
beb4ffc16b
Followup 80ccb39, also disable test on OSX
2015-10-10 23:14:11 +11:00
Nyall Dawson
11be4447c3
Fix curved labels ignore line orientation placement flag ( fix #5778 )
2015-10-10 23:13:23 +11:00
Nyall Dawson
5f2d98caa4
Merge pull request #2361 from m-kuhn/fix13549
...
Cleanup symbol definition widgets when switching between symbol layers
2015-10-10 23:02:38 +11:00
Matthias Kuhn
b82c146cdb
Cleanup symbol definition widgets when switching between symbol layers
...
Fix #13549
2015-10-10 14:01:26 +02:00
Nyall Dawson
80ccb39ae5
More test mask updates. Also disable qgis_labelingenginev2 on Travis
...
qgis_labelingenginev2 needs to be refactored to use QgsRenderChecker.
Directly comparing the two images is too fragile due and is failing
on Travis.
2015-10-10 22:07:39 +11:00
Nyall Dawson
71498c7c0f
Fix uninitialized variables in advanced digitizing dock which meant
...
that sometimes advanced digitising tools would be activated
unexpectedly.
(Coverity... I'm disappointed. Stop slacking off! I've fixed 1000s
of these warnings you flagged yet you missed the ones which trigerred
actual real bugs)
2015-10-10 21:26:20 +11:00
Nyall Dawson
0da9306159
Fix snapping options dialog not correctly initialised when loading projects
2015-10-10 21:26:14 +11:00
Nyall Dawson
b69e076a51
Fix some leaks
2015-10-10 21:26:08 +11:00
Nyall Dawson
4eb53d366a
Update test mask images
2015-10-10 21:21:21 +11:00
Nyall Dawson
16f700a56c
Fix svg outline widths are incorrectly scaled ( fix #11522 )
...
SVG outline width sizes were not correctly calculated, and were
set to a constant value regardless of the rendered size of the svg
image. This meant that:
1. the rendered outline width was effectively randomly scaled
2. the width would change as the symbol size was modified
This change has some large flow on effects, eg:
- the large outline widths required to render an outline in <2.12
will now be drawn in their correct sizes, eg massive outlines. Projects
will need to be updated to reflect this.
- the default outline width set for the provided svg symbols (1 mm)
is much too large, so the symbols look bad with the default width.
This size needs to be modified in all the (~300 svg marker images)
- On the plus side, the long standing issue where most of the svg
symbols were rendered with white fill on white background and an
almost invisible black border is now fixed (refs #10908 , #8538 )
2015-10-10 20:27:57 +11:00
Nyall Dawson
a721752ced
Allow coloring of svg markers when used with graduated/categorised renderers ( fix #11658 )
2015-10-10 15:26:08 +11:00
Nyall Dawson
ab70ec99bc
Scale svg marker outline width to match context
...
This is a partial fix for #11522 , in that it fixes map unit scaling
for outline width. The width is still too small and incorrectly
scales with symbol size.
(refs #11522 )
2015-10-10 15:14:10 +11:00
Nyall Dawson
d8cd15ebf4
Fix broken data defined SVG marker outline width ( fix #13423 )
2015-10-10 15:13:07 +11:00
Nyall Dawson
d72587f436
Fix Coverity issues:
...
- uninitialized members
- memory leaks
2015-10-10 13:25:58 +11:00
Giuseppe Sucameli
9f67f4cde0
DBManager: add table/layer to canvas double clicking on it
2015-10-10 00:42:27 +02:00
Juergen E. Fischer
ae1250b104
fix build with grass7 on windows
2015-10-09 17:26:57 +02:00
Juergen E. Fischer
02f1d99a61
vector layer: avoid some crashs when methods are called on invalid layers
2015-10-09 16:18:54 +02:00
Juergen E. Fischer
3beaed9fa1
editor widget: don't reset empty strings to null, if default value is null ( fixes #13546 )
2015-10-09 15:49:40 +02:00
Nyall Dawson
910dc169ba
Fix node tool duplicates nodes when topological editing and
...
snap are both enabled (fix #13466 )
2015-10-09 23:53:16 +11:00
Salvatore Larosa
fcb3bbea68
[vertex editor] allow zooming to vertex with the mouse click
2015-10-09 22:35:36 +11:00
Nyall Dawson
534cb410eb
Use a model for node editor table ( fixes #13541 )
...
This commit switches the node editor to use a model backend rather then
inserting and updating every node on every edit. Fixes the hang when
editing a large feature.
Also implements some extra functionality like scrolling to a selected
vertex in the table.
2015-10-09 22:35:36 +11:00
Nyall Dawson
42d1c44fbd
Fix doxygen warning (again)
2015-10-09 21:40:30 +11:00
Nyall Dawson
4925a54f35
Followup e5ea5ff, better API
2015-10-09 20:35:28 +11:00
Radim Blazek
c62d81a95b
[GRASS] update layer extent after edit
2015-10-09 11:14:07 +02:00
Radim Blazek
070483184b
[GRASS] check mapset ownership in browser actions
2015-10-09 10:59:53 +02:00
Radim Blazek
615957afc9
[GRASS] open/new/close mapset removed from toolbar
2015-10-09 10:47:51 +02:00
Radim Blazek
d26765fd08
[GRASS] fixed crash when adding table for existing features
2015-10-09 09:57:14 +02:00
alexbruy
c64d5ff7b5
Merge pull request #2357 from spatialthoughts/patch-1
...
[processing] remove unused argument
2015-10-09 09:59:50 +03:00
alexbruy
5426ebe8be
Merge pull request #2343 from PedroVenancio/grass7_plugin
...
remove "-write_absolute_path" option from gdaltindex (addresses #11428 , #4064 )
2015-10-09 09:53:23 +03:00
Juergen E. Fischer
b11b73cbbe
fix precise build
2015-10-09 08:03:44 +02:00
Juergen E. Fischer
3bd952d85f
translation string fix
2015-10-09 02:08:57 +02:00
Juergen E. Fischer
bc59d6f18d
adapt local simplication to new geometry types ( fixes #13538 )
2015-10-09 01:39:49 +02:00
Nyall Dawson
a0d7653b53
Fix symbols drawn multiple times in rule based renderer if symbol
...
has multiple layers
(fixes #some-blocking-issue-i-can't-find-because-hub-is-down)
2015-10-09 07:39:31 +11:00
Nyall Dawson
b55708ec7b
Fix doxygen warning
2015-10-09 06:52:04 +11:00
Nyall Dawson
d1be2ff214
Fix hardcoded border for raster legend items ( fix #13540 )
...
Previously raster legend items always had a fixed black border.
Now there's options to change the color/width of this border or
disable it entirely.
2015-10-09 06:12:37 +11:00
Larry Shaffer
307806ab65
Revert 8f04d22; set condition to ifndef QT_NO_DEBUG
...
[ci skip]
2015-10-08 12:57:31 -06:00
Radim Blazek
e703fc6044
trigger repaint after discard changes
2015-10-08 19:12:25 +02:00
Radim Blazek
6f9bc503c1
[GRASS] suppress form for boundaries
2015-10-08 19:12:25 +02:00
Radim Blazek
7be1b642fd
[GRASS] fixed setting default value in input combo
2015-10-08 19:12:24 +02:00
Ujaval Gandhi
b379e93b95
Remove the extra argument to getConsoleCommands()
...
getConsoleCommands takes only 1 arg. The extra arg in the method definition causes an error when running the algorithm
2015-10-08 20:29:40 +05:30
Alessandro Pasotti
35444c4631
Merge pull request #2356 from elpaso/hidpi-improvements8
...
Fix line height and icon size on hipi
2015-10-08 15:51:24 +02:00
Radim Blazek
de20495911
[GRASS] vector import: increase cat by 1 if fid starts at 0
2015-10-08 15:30:53 +02:00
Nyall Dawson
d7094968a1
Fix crash in label property dialog (refs #13543 )
2015-10-09 00:12:58 +11:00
Nyall Dawson
88976c2224
Remove invert check box from glow effect widget, was never hooked up
2015-10-09 00:12:58 +11:00
Radim Blazek
af6f467929
[GRASS] fixed deadlock when started from GRASS shell
2015-10-08 14:59:31 +02:00
Nyall Dawson
3520f038dd
Fix missing sip bindings for renderers ( fix #13545 )
2015-10-08 23:47:51 +11:00