17229 Commits

Author SHA1 Message Date
Radim Blazek
81ef17197d [GRASS] non blocking raster import stream on win 2015-05-29 20:46:05 +02:00
Juergen E. Fischer
aeb0e71e32 fix sip bindings 2015-05-29 20:35:42 +02:00
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
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
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
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
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
Nyall Dawson
232565db96 Fix server crashes when .qgs file replaced (refs #12411) 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
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
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
Juergen E. Fischer
d4b72a2d7b depend on spatialite_init_ex() for 'new' spatialite initialization (followup 252aaab) 2015-05-27 20:45:15 +02:00
Matthias Kuhn
f67a08aa7e Hide measurement rubberband on dialog close
Fix #12834
2015-05-27 19:43:11 +02:00
Matthias Kuhn
c246fd8d7d Fix some warnings 2015-05-27 18:40:28 +02:00
Matthias Kuhn
19df43f809 Fix build errors, followup 1eac259 2015-05-27 18:05:44 +02:00
Martin Dobias
ed65181031 Fix identify tool for PostGIS 1.x layers
curvetoline() function was expected, however:
- in PostGIS < 1.5 such function does not exist
- in PostGIS >=1.5 the function is st_curvetoline()
2015-05-27 21:25:14 +07:00
Nathan Woodrow
4edc4b9b72 Merge pull request #2071 from nirvn/fix_dock_tool_button
[gui] apply icon size user preference to dock widget tool buttons
2015-05-27 23:45:06 +10:00
Nyall Dawson
f234810050 Fix QgsGeometryImport::geomFromWkt logic 2015-05-27 23:03:00 +10:00
Nyall Dawson
ec01d7698e More Coverity memory leak fixes 2015-05-27 23:03:00 +10:00
Nyall Dawson
481b1647fc Coverity memory leaks and other fixes 2015-05-27 23:03:00 +10:00
Radim Blazek
e255d6c36b missing QgsSLConnect::mSLconns conditional 2015-05-27 14:30:02 +02:00
Nyall Dawson
06ab478319 Fix warning 2015-05-27 20:54:31 +10:00
Matthias Kuhn
be15d95684 Add some more spacing around plugin text
Followup 36c844b3
2015-05-27 11:06:45 +02:00