27262 Commits

Author SHA1 Message Date
Marco Hugentobler
0e55b3bf0f Fix loading of curved multitypes 2015-05-29 18:00:24 +02:00
Juergen E. Fischer
4c1ba46d10 fix visibility warnings 2015-05-29 14:11:11 +02:00
Nyall Dawson
8b6abacc99 Fix memory leaks in QgsMapCanvasSnapper 2015-05-29 19:59:06 +10:00
Marco Hugentobler
0df0986888 Fix display of curved geometries 2015-05-29 11:57:39 +02:00
Marco Hugentobler
82d18e7e61 Update python binding for QgsGeometry 2015-05-29 11:40:20 +02:00
Radim Blazek
bb374f08a5 [GRASS] open full vector to get list of layers on win / G7 2015-05-29 11:35:32 +02:00
Marco Hugentobler
abe9fd0399 Move more wkb type code to QgsWKBTypes. Fix possibility to load curved geometries into QGIS 2015-05-29 10:56:46 +02:00
Juergen E. Fischer
dd53fda846 indentation update 2015-05-29 08:57:54 +02:00
Nathan Woodrow
04388f73c6 Merge pull request #2091 from nirvn/fix_tool_button_size
[GUI] Keep dock icons one size smaller than toolbar icons
2015-05-29 13:30:08 +10:00
nirvn
62c837eb90 [gui] add left/right margin to browser panel for consistency 2015-05-29 10:22:25 +07:00
nirvn
ee6948d3d4 [gui] keep dock icons one size smaller than toolbar icons 2015-05-29 09:48:12 +07:00
Radim Blazek
7db5272f31 [GRASS] more debug for Windows 2015-05-28 23:58:57 +02:00
Radim Blazek
ab7828e90b [GRASS] raster import blocking read for Windows 2015-05-28 23:47:31 +02:00
Nyall Dawson
e7219050a1 Avoid unnecessary detach of QgsFeature when renderering non-curved
geometries
2015-05-29 06:46:42 +10:00
Tim Sutton
225362d4f7 Merge pull request #2085 from timlinux/master
Updated splash for Nødebo
2015-05-28 21:54:13 +02:00
alexbruy
bd3b173817 Merge pull request #2065 from arnaud-morvan/processing-parameter-table
[processing] fix setting value in the ParameterTable
2015-05-28 18:31:21 +03:00
alexbruy
c61d5f2cfc Merge pull request #2063 from HenningJagd/master
[processing] behavior of scroll zoom in the modeler
2015-05-28 18:23:34 +03:00
Stéphane Brunner
352e82487c Add sbrunner (me) in contributors.json 2015-05-28 17:03:48 +02:00
Alessandro Pasotti
859ee8d91d Add elpaso to contributors.json 2015-05-28 16:43:04 +02:00
Juergen E. Fischer
1e96813132 postgres connection pool: fix race when a connection is already acquired while pool is still being constructed 2015-05-28 15:13:29 +02:00
Juergen E. Fischer
ecbe0e43f4 validate attribute index in editor widget calls 2015-05-28 15:13:27 +02:00
Matthias Kuhn
d0bd9a2474 Cleanup after shapefile tests 2015-05-28 14:53:03 +02:00
Nyall Dawson
4ddfca7091 Lower padding for browser and stats dock widgets 2015-05-28 22:31:03 +10:00
Nyall Dawson
bfa9f1cf6a Fix zoom tool doesn't work from bottom right to top left (fix #12614) 2015-05-28 22:21:18 +10:00
Matthias Kuhn
eee1ce15dc Don't repack on layer unload
It's already done on save
It cause a deadlock in invalidateConnections for the Atlas and BlendModeTest
Followup 7d7cdcd
2015-05-28 14:16:42 +02:00
Matthias Kuhn
df4716b007 Run atlas test in temporary folder 2015-05-28 14:16:42 +02:00
Nyall Dawson
232565db96 Fix server crashes when .qgs file replaced (refs #12411) 2015-05-28 22:04:17 +10:00
Nyall Dawson
b3323f3216 Partially fix broken server labeling test 2015-05-28 22:04:17 +10:00
Nyall Dawson
effbfcd5cb Fix composer map frame/annotations not showing on OSX (refs #12747) 2015-05-28 21:53:35 +10:00
Matthias Kuhn
5386a23b5a Show checkboxes in pluginmanager
Fix #12839
Followup be15d95
2015-05-28 13:37:21 +02:00
Matthias Kuhn
7d7cdcd376 Repack shapefiles when saving after deleting features
* QgsVectorDataProvider::dataChanged() will be emitted
 * QgsVectorLayer::dataChanged() will be emitted
 * Clears QgsVectorLayerCache
 * Reloads the attribute table
 * Clears the selection

Looking forward to people complaining about their lost selection...

Fix #10560
Fix #11989
Refs #8317
Refs #8822
Refs #10483
Refs #11007
Refs #7540
Refs #11398
Refs #11296
2015-05-28 12:34:40 +02:00
Nyall Dawson
a39ea34a00 Merge pull request #2088 from nirvn/refresh_icons
[GUI] Refresh icons for the layer, browser, and identify panels
2015-05-28 19:53:35 +10:00
nirvn
7b94fc548d [gui] refresh icons for the layer, browser, and identity panels (svg files) 2015-05-28 16:29:25 +07:00
Matthias Kuhn
a02e694818 Fix attribute table remove row, Followup 8eca38c
Was an off-by-one error emitted by the attribute table model
2015-05-28 11:25:51 +02:00
Radim Blazek
c84e823831 [GRASS] vectorLayers exception, hopefully catches the crash G7/Win 2015-05-28 11:01:18 +02:00
nirvn
9f89b210f7 [gui] refresh icons for the layer, browser, and identity panels 2015-05-28 14:40:51 +07:00
Juergen E. Fischer
131ea80e44 include more geometry headers in install 2015-05-28 08:42:42 +02:00
Nathan Woodrow
63031546ab Merge pull request #2087 from slarosa/fix_function_editor
Fix for function editor
2015-05-28 16:10:09 +10:00
Salvatore Larosa
89477af1b9 Fix for function editor:
when running the script the entries "Fields and values" and "Recent"
into the functions list of the expression builder disappear.
2015-05-28 07:31:10 +02:00
Radim Blazek
bfabb852fb [GRASS] various import fixes 2015-05-28 00:45:20 +02:00
Juergen E. Fischer
f0eeef7913 debian packaging update: make build dir configuable 2015-05-28 00:39:50 +02:00
Tim Sutton
b16b6bbb98 Updated splash for Nødebo 2015-05-28 00:36:30 +02:00
Bas Couwenberg
44d6cc3786 Add qgis-dbg package to provide debug symbols.
The debug package was requested in [Debian Bug #786985](https://bugs.debian.org/786985).
2015-05-28 00:35:06 +02:00
Bas Couwenberg
83619f4cf8 Fix 'Allow to' typo.
This issue was reported by the lintian QA tool during the Debian package build.
2015-05-27 23:44:29 +02:00
Matthias Kuhn
6eb1404a59 Followup f67a08a, hide measurement rubberband on window close 2015-05-27 23:39:06 +02:00
Salvatore Larosa
1cbbf594d3 [bookmark] use the same key for settings to store the last used directory: folloup 94f9ae2 2015-05-27 23:19:03 +02:00
Juergen E. Fischer
c7cb963ac7 also depend on spatialite_init_ex() in pyspatialite (followup 252aaab andd4b72a2) 2015-05-27 23:12:49 +02:00
Matthias Kuhn
9e59b6e4db Fix artefacts with map tool select rectangle 2015-05-27 22:28:23 +02:00
Matthias Kuhn
2bd39e264e Fix crash if multiple multiline text edtit widgets for the same field are shown
Fix #11813
2015-05-27 22:28:23 +02:00
Matthias Kuhn
8eca38ca5f Attribute table performance when deleting features
This fixes performance issues with the attribute table visible when deleting a
large number of features.

The attribute table tries to behave smart in the following way:

 * It tries to remove only the deleted rows as long as they are in one or a few
   single blocks
 * If there are more than 100 rows to delete and it starts to delete blocks
   of a size smaller than 10 it assumes that the selection to delete is widely
   distributed and that a reload of the whole model is less expensive than a
   differential update.

Fix #10167
2015-05-27 22:28:23 +02:00