27269 Commits

Author SHA1 Message Date
Nyall Dawson
cf7303fcf1 Fix some possible null pointer dereferences 2015-05-30 12:56:12 +10:00
Nyall Dawson
e5fb5a6ad9 Fix memory leaks 2015-05-30 09:06:12 +10:00
Nyall Dawson
39f4ed526d Fix build 2015-05-30 08:57:55 +10:00
Nyall Dawson
42da218626 Fix memory leaks 2015-05-30 08:53:19 +10:00
Radim Blazek
7267d017ac [GRASS] call init when provider is loaded to get it called on main thread 2015-05-29 21:33:57 +02:00
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
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