Re: [Qgis-developer] Processing: more integration and upgrade

2013-11-12 Thread AntonioLocandro
 Opinions on the best way to do this are welcome

+1 nothing more motivating that seeing bugs fixed quickly, it gives faith in
the tool



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/Processing-more-integration-and-upgrade-tp5083484p5088796.html
Sent from the Quantum GIS - Developer mailing list archive at Nabble.com.
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] Processing: more integration and upgrade

2013-10-15 Thread Alexander Bruy
Hi Filipe,

2013/10/14 Filipe Dias filipesd...@gmail.com:
 +1 Personally I would prefer to have daily versions. It is highly motivating
 for users and testers to report a bug and to have Processing fixed and
 available in the next day. I would not mind to have to use an external
 software to get the most recent code (e.g. Tortois svn or equivalent).

You can grab Processing code from GitHub and just copy it to your
QGIS installation. It should work.

Packaging needed for peoples, that don't know about git and github, but
want to test (or in most cases simply use) latest Processing.

--
Alexander Bruy
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] Processing: more integration and upgrade

2013-10-15 Thread Filipe Dias
Thank you very much. I does work. I had thought about that but was afraid
it could ruin my installation. I wish I knew that before!


On Tue, Oct 15, 2013 at 7:38 AM, Alexander Bruy alexander.b...@gmail.comwrote:

 Hi Filipe,

 2013/10/14 Filipe Dias filipesd...@gmail.com:
  +1 Personally I would prefer to have daily versions. It is highly
 motivating
  for users and testers to report a bug and to have Processing fixed and
  available in the next day. I would not mind to have to use an external
  software to get the most recent code (e.g. Tortois svn or equivalent).

 You can grab Processing code from GitHub and just copy it to your
 QGIS installation. It should work.

 Packaging needed for peoples, that don't know about git and github, but
 want to test (or in most cases simply use) latest Processing.

 --
 Alexander Bruy

___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [Qgis-developer] Processing: more integration and upgrade

2013-10-15 Thread Pedro Venâncio
Hi Alexander,

This works, except for LecoS and Semi-Automatic Classification plugins, but I 
think it is problem of own plugins: http://hub.qgis.org/issues/8792 

Best regards,
Pedro





- Mensagem original -
 DE: Alexander Bruy 
 
 Hi Filipe,
 
 2013/10/14 Filipe Dias filipesd...@gmail.com:
  +1 Personally I would prefer to have daily versions. It is highly 
 motivating
  for users and testers to report a bug and to have Processing fixed and
  available in the next day. I would not mind to have to use an external
  software to get the most recent code (e.g. Tortois svn or equivalent).
 
 You can grab Processing code from GitHub and just copy it to your
 QGIS installation. It should work.
 
 Packaging needed for peoples, that don't know about git and github, but
 want to test (or in most cases simply use) latest Processing.
 
 --
 Alexander Bruy
 
 ___
 Qgis-developer mailing list
 Qgis-developer@lists.osgeo.org
 http://lists.osgeo.org/mailman/listinfo/qgis-developer
 
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] Processing: more integration and upgrade

2013-10-15 Thread Alexander Bruy
2013/10/15 Pedro Venâncio pedrongvenan...@yahoo.com:
 This works, except for LecoS and Semi-Automatic Classification plugins, but I 
 think it is problem of own plugins: http://hub.qgis.org/issues/8792

This is 3rd party plugins, so this is not a Processing issue at all

--
Alexander Bruy
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [Qgis-developer] Processing: more integration and upgrade

2013-10-15 Thread Pedro Venâncio
Ok Alexander, thanks!

I also just found this error when I click [...] in a field InputNumber, on a 
model that was created earlier. I think that in the last days, was discussed 
anything about this kind of fields. There was a change in Processing that 
causes this error on older models, or an error is now present?


An error has occured while executing Python code:

Traceback (most recent call last):
  File 
C:/OSGeo4W/apps/qgis/./python/plugins\processing\gui\NumberInputPanel.py, 
line 56, in showNumberInputDialog
    dlg = NumberInputDialog(self.isInteger)
  File 
C:/OSGeo4W/apps/qgis/./python/plugins\processing\gui\NumberInputDialog.py, 
line 54, in __init__
    self.lblWarning.hide()
AttributeError: 'NumberInputDialog' object has no attribute 'lblWarning'

Python version:
2.7.4 (default, Apr  6 2013, 19:54:46) [MSC v.1500 32 bit (Intel)]

QGIS version:
2.0.1-Dufour Dufour, 34139bc


Thanks!

Best regards,
Pedro






- Mensagem original -
 DE: Alexander Bruy 
 
 This is 3rd party plugins, so this is not a Processing issue at all
 
 --
 Alexander Bruy
 
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] Processing: more integration and upgrade

2013-10-15 Thread Alexander Bruy
Fixed in master

2013/10/15 Pedro Venâncio pedrongvenan...@yahoo.com:
 Ok Alexander, thanks!

 I also just found this error when I click [...] in a field InputNumber, on a 
 model that was created earlier. I think that in the last days, was discussed 
 anything about this kind of fields. There was a change in Processing that 
 causes this error on older models, or an error is now present?


 An error has occured while executing Python code:

 Traceback (most recent call last):
   File 
 C:/OSGeo4W/apps/qgis/./python/plugins\processing\gui\NumberInputPanel.py, 
 line 56, in showNumberInputDialog
 dlg = NumberInputDialog(self.isInteger)
   File 
 C:/OSGeo4W/apps/qgis/./python/plugins\processing\gui\NumberInputDialog.py, 
 line 54, in __init__
 self.lblWarning.hide()
 AttributeError: 'NumberInputDialog' object has no attribute 'lblWarning'

 Python version:
 2.7.4 (default, Apr  6 2013, 19:54:46) [MSC v.1500 32 bit (Intel)]

 QGIS version:
 2.0.1-Dufour Dufour, 34139bc


 Thanks!

 Best regards,
 Pedro






 - Mensagem original -
 DE: Alexander Bruy

 This is 3rd party plugins, so this is not a Processing issue at all

 --
 Alexander Bruy




-- 
Alexander Bruy
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [Qgis-developer] Processing: more integration and upgrade

2013-10-14 Thread Victor Olaya
 * integrating the excellent tutorial 
 https://github.com/volaya/sextante-manual into
 the main documentation

I plan to integrate that into the training manual, probably along this
week (I'm glad that you like the Processing tutorial... :-) )

 * publishing an upgraded version (several smaller and bigger fixes have been 
 done,
 it's a pity not to let users enjoy them.

Alex wrote a script that builds the resource files, cretaes the zip
file and uploads to the plugin server automatically. We would like to
have that done automatically daily or weekly, to create regular
versions tagged as a experimental, but I want to hear the opinion of
the community about this, to find if there is consensus and most
people think that it is a good idea I have a few minor bug fixes
almost ready to be commited, and once this is done (most likely along
this week), I also want to upload a new stable version.

Opinions on the best way to do this are welcome

Thanks!
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] Processing: more integration and upgrade

2013-10-14 Thread Paolo Cavallini
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Il 14/10/2013 19:06, Victor Olaya ha scritto:

 I plan to integrate that into the training manual, probably along this
 week (I'm glad that you like the Processing tutorial... :-) )

fine, obviously +1 for me - ready to give feedback from out in the wild

BTW, people in Gibraltar at a conference were rather astonished by QGIS in 
general,
and Processing in particular.

 Opinions on the best way to do this are welcome

+1 for me. I'd suggest to have the usual Debian strategy: publish in 
experimental,
and if no bad bugs are reported for, say, 2 weeks, move that version to stable.

Thanks.
- -- 
Paolo Cavallini - Faunalia
www.faunalia.eu
Full contact details at www.faunalia.eu/pc
Nuovi corsi QGIS e PostGIS: http://www.faunalia.it/calendario
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.15 (GNU/Linux)
Comment: Using GnuPG with Icedove - http://www.enigmail.net/

iEYEARECAAYFAlJcJZ4ACgkQ/NedwLUzIr4PpACdFcqY/wuoU9X1CxYINyG2imbb
9hYAnjeaP6X215PZ4etmhJNU9kJuMbNf
=ak8W
-END PGP SIGNATURE-
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] Processing: more integration and upgrade

2013-10-14 Thread matteo
IMHO the processing chapter in the qgis manual has to be a little bit 
updated and integrated.
But I'd add the complete manual of processing in the documentation 
page like the an introduction to gis or the python cookbook.

And add in the qgis processing chapter a link to the complete manual.

Cheers

Matteo


___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] Processing: more integration and upgrade

2013-10-14 Thread Filipe Dias
 Opinions on the best way to do this are welcome

+1 Personally I would prefer to have daily versions. It is highly
motivating for users and testers to report a bug and to have Processing
fixed and available in the next day. I would not mind to have to use an
external software to get the most recent code (e.g. Tortois svn or
equivalent).


On Mon, Oct 14, 2013 at 6:10 PM, Paolo Cavallini cavall...@faunalia.itwrote:

 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 Il 14/10/2013 19:06, Victor Olaya ha scritto:

  I plan to integrate that into the training manual, probably along this
  week (I'm glad that you like the Processing tutorial... :-) )

 fine, obviously +1 for me - ready to give feedback from out in the wild

 BTW, people in Gibraltar at a conference were rather astonished by QGIS in
 general,
 and Processing in particular.

  Opinions on the best way to do this are welcome

 +1 for me. I'd suggest to have the usual Debian strategy: publish in
 experimental,
 and if no bad bugs are reported for, say, 2 weeks, move that version to
 stable.

 Thanks.
 - --
 Paolo Cavallini - Faunalia
 www.faunalia.eu
 Full contact details at www.faunalia.eu/pc
 Nuovi corsi QGIS e PostGIS: http://www.faunalia.it/calendario
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.4.15 (GNU/Linux)
 Comment: Using GnuPG with Icedove - http://www.enigmail.net/

 iEYEARECAAYFAlJcJZ4ACgkQ/NedwLUzIr4PpACdFcqY/wuoU9X1CxYINyG2imbb
 9hYAnjeaP6X215PZ4etmhJNU9kJuMbNf
 =ak8W
 -END PGP SIGNATURE-
 ___
 Qgis-developer mailing list
 Qgis-developer@lists.osgeo.org
 http://lists.osgeo.org/mailman/listinfo/qgis-developer

___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer