[QGIS-Developer] Create Grid (Grid.py) Crash and Exception

2018-07-20 Thread aam
Hi, I'm attempting to report an exception when using the Create Grid tool in
QGIS 3.2.

I hope I am in the right place - the crash report instructed me to report
the incident to OSgeo.org and after getting register, confirmed and
subscribed, this forum looked like the best place to go.

I used the Create Grid tool several times successfully under QGIS Version:
3.0.3-Girona and then, unexpectedly got the Crash Report provided below. I
decided to upgrade to 3.2-Bonn as a way the "fix" it. Now instead of the
crash, I get an (unknown) exception in the Grid.py  processAlgorithm
function at line 161:

(sink, dest_id) = self.parameterAsSink(parameters, self.OUTPUT,
context,
   fields, outputWkb, crs)

I did some typical "exploritory debugging" by commenting a few lines out,
substituting the 3.0.3 Grid.py in the 3.2 directory, etc. but did not have
any blind luck and did not get anywhere.

Is this the right place to report problems of this sort?

I can help with figuring this out if you want me to run some experiments,
send acual values, put in the printf's (I'm a C programmer, so that's what I
call trace output.)

Any help or advice will be appreciated!



== Crash Report


h2. User Feedback



h2. Report Details

*Crash ID*: b5acf485834e7e490128f19b3459b3efb00589b2


*Stack Trace*

QgsMapCanvas::setMapTool :
QgisApp::activateDeactivateLayerRelatedActions :
QgisApp::layerEditStateChanged :
QMetaObject::activate :
QgsVectorLayer::rollBack :
QgisApp::toggleEditing :
QMetaObject::activate :
QAction::activate :
QAbstractButton::click :
QAbstractButton::mouseReleaseEvent :
QToolButton::mouseReleaseEvent :
QWidget::event :
QApplicationPrivate::notify_helper :
QApplication::notify :
QgsApplication::notify :
QCoreApplication::notifyInternal2 :
QApplicationPrivate::sendMouseEvent :
QSizePolicy::QSizePolicy :
QSizePolicy::QSizePolicy :
QApplicationPrivate::notify_helper :
QApplication::notify :
QgsApplication::notify :
QCoreApplication::notifyInternal2 :
QGuiApplicationPrivate::processMouseEvent :
QWindowSystemInterface::sendWindowSystemEvents :
QEventDispatcherWin32::processEvents :
CallWindowProcW :
DispatchMessageW :
QEventDispatcherWin32::processEvents :
qt_plugin_query_metadata :
QEventLoop::exec :
QCoreApplication::exec :
main :
BaseThreadInitThunk :
RtlUserThreadStart :



*QGIS Info*
QGIS Version: 3.0.3-Girona
QGIS code revision: commit:8a899c8758
Compiled against Qt: 5.9.2
Running against Qt: 5.9.2
Compiled against GDAL: 2.2.4
Running against GDAL: 2.2.4 



--
Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-Developer-f4099106.html
___
QGIS-Developer mailing list
QGIS-Developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer

[QGIS-Developer] Plugin [219] DirectionalSlope approval notification.

2018-07-20 Thread noreply

Plugin DirectionalSlope approval by pcav.
The plugin version "[219] DirectionalSlope 1.3" is now approved
Link: http://plugins.qgis.org/plugins/DirectionalSlope/
___
QGIS-Developer mailing list
QGIS-Developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer

[QGIS-Developer] Plugin [1354] PisteCreator approval notification.

2018-07-20 Thread noreply

Plugin PisteCreator approval by pcav.
The plugin version "[1354] PisteCreator 1.7.2" is now approved
Link: http://plugins.qgis.org/plugins/PisteCreator/
___
QGIS-Developer mailing list
QGIS-Developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer

[QGIS-Developer] Plugin [1470] Relative Azimuth and Distance approval notification.

2018-07-20 Thread noreply

Plugin Relative Azimuth and Distance approval by pcav.
The plugin version "[1470] Relative Azimuth and Distance 0.1 Experimental" is 
now approved
Link: http://plugins.qgis.org/plugins/DirekcioniUgao/
___
QGIS-Developer mailing list
QGIS-Developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer

[QGIS-Developer] Signal/slots in Processing scripts/algorithms

2018-07-20 Thread matteo
Hi devs,

is there a way to update a widget (e.g. setting a ComboBox as not
enabled) depending on another widget within a Processing script?

Something like:

if val == 'whatever':
  self.processingComboBox.setEnabled(False)


Thanks for all the hints

Cheers

Matteo
___
QGIS-Developer mailing list
QGIS-Developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [QGIS-Developer] Gentle request: please be careful with 2.18 backports

2018-07-20 Thread Jürgen E . Fischer
Hi Sandro,

On Wed, 18. Jul 2018 at 11:41:03 +0200, Sandro Santilli wrote:
> > -1 this has been standing in my way already - and it'll break the release
> > process.
 
> Could release manager(s) be given special powers to circumvent the block?

Not specifically - but you can exclude admins - which is what I've done.


Jürgen

-- 
Jürgen E. Fischer   norBIT GmbH Tel. +49-4931-918175-31
Dipl.-Inf. (FH) Rheinstraße 13  Fax. +49-4931-918175-50
Software Engineer   D-26506 Norden http://www.norbit.de
QGIS release manager (PSC)  GermanyIRC: jef on FreeNode


signature.asc
Description: PGP signature
___
QGIS-Developer mailing list
QGIS-Developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer

[QGIS-Developer] Plugin [407] geopunt4Qgis approval notification.

2018-07-20 Thread noreply

Plugin geopunt4Qgis approval by pcav.
The plugin version "[407] geopunt4Qgis 2.0.1 Experimental" is now approved
Link: http://plugins.qgis.org/plugins/geopunt4Qgis/
___
QGIS-Developer mailing list
QGIS-Developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer