[Qgis-developer] GGL2 - QGIS integration

2012-06-18 Thread Fernando González
Hi all, Although I've already taken part in the list once, I want to briefly introduce myself. I'm freelance developer, I started with GIS development in the beginnings of gvSIG. I work mainly with Java and I'm just a basic QGIS user... until now. My brother Víctor (González) and I are engaged in

Re: [Qgis-developer] GGL2 - QGIS integration

2012-06-18 Thread Paolo Cavallini
Il 18/06/2012 09:14, Fernando González ha scritto: I hope it's interesting for some of you and, of course, any comments of such an active and skilful community are very welcome. Mainly because it's our very first development in python! Hi Fernando, it looks a very interesting development;

Re: [Qgis-developer] How to best contribute small modifications?

2012-06-18 Thread Paolo Cavallini
Il 16/06/2012 09:31, Nathan Woodrow ha scritto: I'm wondering if we can set up redmine to auto email the dev list each fortnight/month with a list of tickets that have patches that are not closed. Otherwise, we can set up a link to this query, below the Blockers. All the best. -- Paolo

Re: [Qgis-developer] GGL2 - QGIS integration

2012-06-18 Thread Fernando González
Hi Paolo. About the UI, we want to have a console so that the user can type the script and hit a play button. Similar to the Consola GGL panel towards the end of this video[1]. That's the previous version of the language, which was based in SQL. Appart of the UI, a qgis plugin must be created

Re: [Qgis-developer] GGL2 - QGIS integration

2012-06-18 Thread G. Allegri
Appart of the UI, a qgis plugin must be created that exchanges messages with the GGL compiler in order to show results and inform the compiler about the layers loaded in qgis, etc. This approach already works in gvSIG. You can see how does it looks like from the user point of view here[2]

Re: [Qgis-developer] GGL2 - QGIS integration

2012-06-18 Thread Víctor González
Hi all, I'm Víctor (Fernando's brother) and I also wanted to introduce myself. I have been working with GGL for some time and I did the GGL2-GIS connection system in the context of a GSoC last year. I have been working with Java and C but never with Python, so this is a new experience for me.

Re: [Qgis-developer] How to best contribute small modifications?

2012-06-18 Thread Giovanni Manghi
Otherwise, we can set up a link to this query, below the Blockers. there is already http://hub.qgis.org/projects/quantum-gis/issues?query_id=28 together with a link also for outstanding issues, the ones with tickets tagged as causes crash or data corruption.

Re: [Qgis-developer] GGL2 - QGIS integration

2012-06-18 Thread Victor Olaya
I just want to add that both Victor and Fernando are good friends of mine and their work is impressive. If GGL2 can be implemented in QGIS using SEXTANTE, That will be a very valuable addition. I, of course, will be ready to help as much as needed. Regards Victor 2012/6/18 Víctor González

Re: [Qgis-developer] GGL2 - QGIS integration

2012-06-18 Thread G. Allegri
Regarding your question, that is the idea. But actually the Qgis plugin will be the server since all the communication is started by the GGL2 environment. This plugin can be seen as a layer server that provides and stores (draws) layers: it opens a socket and manages the requests. Hi

Re: [Qgis-developer] GGL2 - QGIS integration

2012-06-18 Thread Víctor González
Hi, Yes, exactly. We plan to implement the same behavior as in gvSIG. You can see this in some videos. Referencing GIS layers: http://www.youtube.com/watch?v=tHJ3pFHHe6U Adding new layers: http://www.youtube.com/watch?v=qcTTUMGuL5Q We know that it could also be interesting to use GGL2 from

Re: [Qgis-developer] Unit tests failing - a heartfelt plea

2012-06-18 Thread Radim Blazek
On Sun, Jun 17, 2012 at 8:31 AM, Marco Hugentobler marco.hugentob...@sourcepole.ch wrote: Looks like the problem is that, in QgsRenderChecker::runTest, myImage may have different DPI depending on the system (in your case, myImage seems to have 85/86 and myExpectedImage 96). Could you test if it

Re: [Qgis-developer] Unit tests failing - a heartfelt plea

2012-06-18 Thread Marco Hugentobler
Hi Radim In any case, the test myImage dpi depends on platform. Setting myImage dpi to myExpectedImage dpi in all raster tests should be sufficient, right? Yes, I think so. QImage is supposed to be independent of the graphics system (if the dpi is the same). Thanks for explanation. Can we

Re: [Qgis-developer] GGL2 - QGIS integration

2012-06-18 Thread Fernando González
Hi Víctor, thanks for the support. My idea is to give the sextante integration a try once the basic integration is done. We'll see :) On Mon, Jun 18, 2012 at 10:42 AM, Victor Olaya vola...@gmail.com wrote: I just want to add that both Victor and Fernando are good friends of mine and their work

Re: [Qgis-developer] GGL2 - QGIS integration

2012-06-18 Thread G. Allegri
What do you mean with SEXTABTE/QGis integration? Do you mean launching GGL2 commands from inside SEXTANTE (directed to the hosted GGL2 engine), or porting GGL2 to Python? I see on your repo a basic Python implementation to call GGL2 through Popen. Do you mean something like that? Sorry for so

Re: [Qgis-developer] [Qgis-user] QGIS 1.8 quits while loading layers

2012-06-18 Thread Giovanni Manghi
Hi, So, it's causing a segmentation fault when it can't find a data source? Seems extreme. Could be handled better? I know this other GIS software that does it differently ... I just tested with a vector and a raster and in my case it shows the usual handle bad layers dialog,

Re: [Qgis-developer] Unit tests failing - a heartfelt plea

2012-06-18 Thread Sandro Santilli
On Mon, Jun 18, 2012 at 05:54:22PM +0200, Marco Hugentobler wrote: Hi Tim The raster test passes now (at least on my machine). I still have 2 failures as of a1cb7fdc: 4 - qgis_regression992 (Failed) 6 - qgis_rasterlayertest (Failed) Do I need to do anything more than git pull make

Re: [Qgis-developer] Unit tests failing - a heartfelt plea

2012-06-18 Thread Salvatore Larosa
Il giorno lun, 18/06/2012 alle 17.54 +0200, Marco Hugentobler ha scritto: Hi Tim The raster test passes now (at least on my machine). Regards, Marco Confirmed here! http://dash.orfeo-toolbox.org/buildSummary.php?buildid=87663 Cheers, -SL -- Salvatore Larosa linkedIn:

Re: [Qgis-developer] Unit tests failing - a heartfelt plea

2012-06-18 Thread Sandro Santilli
On Mon, Jun 18, 2012 at 06:16:50PM +0200, Sandro Santilli wrote: On Mon, Jun 18, 2012 at 05:54:22PM +0200, Marco Hugentobler wrote: Hi Tim The raster test passes now (at least on my machine). I still have 2 failures as of a1cb7fdc: 4 - qgis_regression992 (Failed) 6 -

Re: [Qgis-developer] Unit tests failing - a heartfelt plea

2012-06-18 Thread Radim Blazek
On Mon, Jun 18, 2012 at 5:54 PM, Marco Hugentobler marco.hugentob...@sourcepole.ch wrote: Hi Tim The raster test passes now (at least on my machine). Here (85/86 dpi) it also passes 100% OK. Radim Regards, Marco Am 15.06.2012 11:41, schrieb Tim Sutton: Hi All I just want to make a

Re: [Qgis-developer] Unit tests failing - a heartfelt plea

2012-06-18 Thread Alexander Bruy
Only one test failed here - qgis_regression992. 2012/6/18 Radim Blazek radim.bla...@gmail.com: Here (85/86 dpi) it also passes 100% OK. Radim -- Alexander Bruy ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org

Re: [Qgis-developer] [Qgis-user] Video deficiente QGIS 1.7.4-2 no Ubuntu 12.04 | Video poor QGIS 1.7.4-2 in Ubuntu 12.04

2012-06-18 Thread Pedro Venâncio
I think it could be same problem. I also have it on several machines with different Linux distributions. A short screencast: http://goo.gl/URAVh Pedro Dear Esdras, EN_US I upgraded Ubuntu to the latest version (4.12) and installed QGIS 1.7.4-2

Re: [Qgis-developer] GGL2 - QGIS integration

2012-06-18 Thread G. Allegri
Hi Fernando, I supposed you were somehow involved in those projects. Nice to meet you :) Now I will move my questions on GGL2 ml... giovanni 2012/6/18 Fernando González fergo...@gmail.com Hi Giovanni On Mon, Jun 18, 2012 at 4:01 PM, G. Allegri gioha...@gmail.com wrote: What do you mean