25114 Commits

Author SHA1 Message Date
Matthias Kuhn
4e8c679ba0 SIP update for QgsFilterLineEdit
events have not been defined in the sip file, therefore QgsFilterLineEdits
created in python did not receive the events, leading to visual glitches.

Fix #11372
2014-10-20 15:47:10 +02:00
Martin Dobias
5e54912565 Fix #11361 (Cannot open menu for vector layer in TOC when its table of attributes is open)
Dual view's attribute form was triggering canvas refresh which in turn
caused the popup menu to be closed again. (at least in KDE)
2014-10-20 20:17:13 +07:00
Nyall Dawson
447ec0f272 [composer] Improved fix for tab order in item widgets
Setting the focus policy to strong for QgsCollapsibleGroupBoxes
in Qt designer allows for the tab order to be correctly set.
2014-10-20 22:43:37 +11:00
Nyall Dawson
9dff7ab607 Also show focus rect for QgsCollapsibleGroupBoxes 2014-10-20 22:43:37 +11:00
Martin Dobias
fb321782bf Fix #11426 (Right click cause crash when digitizing polygon inner ring)
Also fixed the same crash for add part and fill ring map tools.
2014-10-20 17:53:45 +07:00
Martin Dobias
d11597a5b7 Fix #11420 (Quick calculation bar updates wrong column when using aliases) 2014-10-20 17:03:47 +07:00
Nyall Dawson
09691baf7e [composer] Follow up da5766c, fix picture rotation calculation
Previous commit failed to address the issue for non-squareish
images.
2014-10-20 20:47:41 +11:00
Nyall Dawson
c496fc7f1b Hide color picker tab in color dialog for OSX builds.
Qt on OSX does not support the required QWidget::grabMouse method.
Instead of showing a broken tab, just hide it under this platform.
Revisit when we switch to Qt5 builds to see if there's a solution to
this.
2014-10-20 20:43:59 +11:00
Werner Macho
efa4f977a3 [TRANSUP] transifex and string updates
Signed-off-by: Werner Macho <werner.macho@gmail.com>
2014-10-20 11:29:16 +02:00
Nyall Dawson
4f9f67e33e [composer] Fix tab order in some item widgets 2014-10-20 20:16:08 +11:00
Nyall Dawson
129ab4a188 Show focus rect around focused QgsDataDefinedButtons
Helps with user interaction via the keyboard.
2014-10-20 20:16:08 +11:00
Martin Dobias
0c7bc40d65 Fix #11331 (hidden group still occupies space in composer legend) 2014-10-20 15:56:25 +07:00
alexbruy
ac5ff27a80 Merge pull request #1642 from timlinux/processing
Papercut fix for inconsistent spelling of Raster Layer vs Vector layer
2014-10-20 11:03:30 +03:00
Werner Macho
7876a7819f Merge pull request #1638 from Cracert/master
[TRANSUP] pl: first run
2014-10-20 09:51:29 +02:00
volaya
9f8beb0254 Merge pull request #1640 from gioman/saga_mosaick_fix
small fix for SAGA module
2014-10-20 09:25:30 +02:00
volaya
1eefed257d Merge pull request #1639 from gioman/saga_transpose_grids
Add SAGA 2.1.2 Transpose Grids tool
2014-10-20 09:24:53 +02:00
volaya
f3e7a3ed17 Merge pull request #1643 from gioman/gdal_rasterize_type
Add option to allow choose raster type output to gdal_rasterize
2014-10-20 09:24:15 +02:00
Nyall Dawson
9bc7eca7b2 Cleanup action text
Make sure all actions use standard capitalization and ... suffixes when
required. Add missing menu key shortcuts to composer actions.
2014-10-20 17:26:01 +11:00
Giovanni Manghi
3c246159b7 Add option to allow choose raster type output to gdal_rasterize 2014-10-19 23:24:06 +01:00
Tim Sutton
afc60e1828 Papercut fix for inconsistent spelling of Raster Layer vs Vector layer 2014-10-20 00:21:56 +02:00
Juergen E. Fischer
d2f89c5a20 don't set relevant fields for VRT data sources when filtering for a rectangle.
OGR might need attributes otherwise considered irrelevant to construct the
geometry to filter against (fixes #11223)
2014-10-20 00:18:28 +02:00
Juergen E. Fischer
a7e1916f41 german translation update 2014-10-20 00:16:36 +02:00
Juergen E. Fischer
8d3654baa7 indentation update 2014-10-20 00:16:36 +02:00
volaya
c81a27ecf1 Merge pull request #1641 from gioman/gdal_rasterize
better gdal rasterize defaults
2014-10-19 23:59:40 +02:00
Giovanni Manghi
e1dedee70c better gdal rasterize defaults 2014-10-19 22:33:54 +01:00
Giovanni Manghi
a0a546f19c small fix for SAGA module 2014-10-19 22:26:12 +01:00
Giovanni Manghi
6a33e279da Add SAGA 2.1.2 Transpose Grids tool 2014-10-19 22:19:45 +01:00
volaya
a548d1fe2b Merge pull request #1637 from gioman/saga_grid_cell_index
fix SAGA 2.1.2 Sort Grid module: name and parameters changed
2014-10-19 23:12:14 +02:00
volaya
f35fb5ebf7 Merge pull request #1636 from gioman/saga_mosaick
fixes SAGA 2.1.2 merge raster layers module as it changed name (now "mosaick") and parameters
2014-10-19 23:10:01 +02:00
Robert Szczepanek
34d07964ed [TRANSUP] pl: first run 2014-10-19 23:08:20 +02:00
volaya
db0f423e0d [processing] disabled editing modeler item with double click (was causing crash) 2014-10-19 23:05:32 +02:00
volaya
e4b4d5764e [processing] removed repeated algorithms from simplified mode 2014-10-19 23:02:33 +02:00
Giovanni Manghi
7e40811840 fix SAGA 2.1.2 Sort Grid module: name and parameters changed 2014-10-19 20:37:42 +01:00
volaya
4ff831f995 [processing] fixed table export 2014-10-19 21:34:22 +02:00
volaya
c3914f0c40 [processing] removed redundant saga algorithm 2014-10-19 21:34:21 +02:00
volaya
18e9fba08b [processing] remember min/max value in number params in modeler 2014-10-19 21:34:21 +02:00
Giovanni Manghi
af1fe9e231 fixes SAGA 2.1.2 merge raster layers module as it changed name and parameters 2014-10-19 19:46:15 +01:00
Nyall Dawson
da5766c19d [composer] Allow rotation for pictures set to "zoom & resize" mode
Previously rotation was only allowed for pictures set to "Zoom" mode,
which causes pictures to change size when the rotation changes (frame
size is constant). This change allows pictures set to "Zoom and resize"
mode to have rotation set. Altering the rotation when in this mode
keeps the picture size constant and changes the frame size to suit.

(fix #10640)
2014-10-19 21:16:13 +11:00
Nyall Dawson
a7d708f95e [composer] Prevent renaming to duplicate name in manager (fix #11051) 2014-10-19 20:32:23 +11:00
Nyall Dawson
5d10f3c4c4 [composer] Don't rasterise svg arrow heads 2014-10-19 18:37:46 +11:00
Nyall Dawson
d74f4062f0 Fix warning 2014-10-19 18:37:46 +11:00
Nyall Dawson
fadf182e1d [composer] Fix placement of coordinates in map corners (fix #8827) 2014-10-19 18:34:26 +11:00
Chris Crook
422ea56f5b Merge pull request #1630 from ccrook/GraduatedRendererUnitTests2
Graduated renderer unit tests2
2014-10-19 19:37:38 +13:00
Nyall Dawson
7798bd8abb [composer] Fix crash caused by 7773d4e
Don't set the parent object of a composition to a composer view, as
we manage deletion of compositions manually and don't always want
the composition deleted when a view a deleted.
2014-10-19 17:11:36 +11:00
Nyall Dawson
8732cbf097 Fix Qt warning caused by destructor of QgsNetworkContentFetcher 2014-10-19 16:03:35 +11:00
Nyall Dawson
0c4e8e6436 Minor code cleanups for composer attribute table widget 2014-10-19 16:03:34 +11:00
Nyall Dawson
7773d4e0a8 [composer] Ensure that composers are deleted before compositions
Fixes some rare crashes when loading projects.
2014-10-19 16:03:34 +11:00
Nyall Dawson
64f0fdf371 Expand composer item group test suite 2014-10-19 14:45:19 +11:00
Nyall Dawson
0f4bd4e0fc [composer] Move ungrouping logic from composer view to composition
As per previous commit, this is useful for plugin authors. It also
fixes a potential bad crash (itemRemoved emitted for group item after
the group item was already deleted) and adds unit tests.
2014-10-19 14:45:19 +11:00
Nyall Dawson
993f0dcd3d [composer] Move code for creating groups to QgsComposition
Previously this code was located in QgsComposerView. Moving it to
QgsComposition simplifies grouping items for plugins. Also start
a new unit test for QgsComposerItemGroup.
2014-10-19 14:45:19 +11:00