Re: [Qgis-developer] Error compiling QGIS v2.8.1 with Globe Plugin

2015-04-09 Thread samuelm...@gmail.com
Matthias thanks for your answer. The truth I'm not very expert programming,
but try to compile the code Globe plugin that you provide. The Globe plugin is
very interesting and useful, however wait until QGIS updates that supports the
latest version of osgEarth.

regards

Samuel Mesa.

2015-04-08 16:06 GMT-05:00 Matthias Kuhn :

>  Hi,
>
> a year ago I updated globe to be compatible with newer OSGEarth versions
> (up to 2.5 IIRC) but never got around to merge the code back.
> In case somebody wants to finish this work, the code is here:
>
> https://github.com/m-kuhn/QGIS/tree/globe-featurequery/
>
> Be prepared however that quite a bit of code was changed in QGIS core as
> well because some functionality to make globe more configurable (expose
> vector layers as such, extrude features, height exaggeration of the DEM and
> at some point some python scripting possibilities...) was added what
> required to add the possibility to add additional tabs to the vector layer
> properties dialog from plugins.
> You have been warned that it's not just a simple patch.
>
> Best,
> Matthias
>
>
> On 04/08/2015 06:04 PM, samuelm...@gmail.com wrote:
>
>I have achieved to install QGIS with Globe plugin with an older version
> of osgEarth [1], specifically version 2.1.1 (2011). This version contains all
> headers required to compile QGIS globe plugin. However, an error occurs
> when starting QGIS and closes with the following message:
>
> --
> $ qgis
>
> Warning: QGraphicsScene::addItem: item has already been added to this scene
> Violación de segmento (`core' generado)
>
> ---
>  To correct the error I remove the Globe plugin of
> /usr/lib/qgis/plugins/libglobeplugin.so. However, I can not accomplish install
> the Globe plugin in QGIS.
>
>
> [1] https://gist.github.com/samtux/5efb2512d18ec682c64c
>
> 2015-04-08 7:58 GMT-05:00 samuelm...@gmail.com :
>
>>  Hello list. I support in generating GIS AUR packages in Arch Linux
>> repositories, including osgEarth package [1]. However in the latest
>> version of QGIS v2.8.1, I was unable successfully compile osgEarth to
>> support the Globe plugin, because it requires some headers that do not
>> exist.
>>
>> QGIS with osgEarth version 2.5 not find osgEarth/FindNode:
>> ---
>> /home/samtux/Manjaro/aur/qgis/src/qgis/src/plugins/globe/osgEarthUtil/Controls.cpp:21:29:
>> error fatal: osgEarth/FindNode: No existe el fichero o el directorio
>>  #include 
>>  ^
>> compilación terminada.
>> src/plugins/globe/CMakeFiles/globeplugin.dir/build.make:170: fallo en las
>> instrucciones para el objetivo
>> 'src/plugins/globe/CMakeFiles/globeplugin.dir/osgEarthUtil/Controls.cpp.o'
>> make[2]: ***
>> [src/plugins/globe/CMakeFiles/globeplugin.dir/osgEarthUtil/Controls.cpp.o]
>> Error 1
>> CMakeFiles/Makefile2:2570: fallo en las instrucciones para el objetivo
>> 'src/plugins/globe/CMakeFiles/globeplugin.dir/all'
>> make[1]: *** [src/plugins/globe/CMakeFiles/globeplugin.dir/all] Error 2
>> make[1]: *** Se espera a que terminen otras tareas
>> ---
>>
>> QGIS with osgEarth version 2.6 not find osgEarthUtil/SkyNode:
>> ---
>> /home/samtux/Manjaro/aur/qgis/src/qgis/src/plugins/globe/globe_plugin.cpp:60:32:
>> error fatal: osgEarthUtil/SkyNode: No existe el fichero o el directorio
>>  #include 
>> ^
>> compilación terminada.
>> src/plugins/globe/CMakeFiles/globeplugin.dir/build.make:78: fallo en las
>> instrucciones para el objetivo
>> 'src/plugins/globe/CMakeFiles/globeplugin.dir/globe_plugin.cpp.o'
>> make[2]: ***
>> [src/plugins/globe/CMakeFiles/globeplugin.dir/globe_plugin.cpp.o] Error 1
>> CMakeFiles/Makefile2:2570: fallo en las instrucciones para el objetivo
>> 'src/plugins/globe/CMakeFiles/globeplugin.dir/all'
>> make[1]: *** [src/plugins/globe/CMakeFiles/globeplugin.dir/all] Error 2
>> make[1]: *** Se espera a que terminen otras tareas
>> ---
>>
>> How could correct this error?, someone has the same problems with
>> osgEarth in other Linux distributions?
>>
>> regards,
>>
>>  Samuel Mesa.
>>
>>  [1] https://aur.archlinux.org/packages/osgearth
>>
>
>
>
> --
> ---
> .~.
>/ v \
>   //\\
>  /(  )\
>^`~'^
>
>
> ___
> Qgis-developer mailing 
> listQgis-developer@lists.osgeo.orghttp://lists.osgeo.org/mailman/listinfo/qgis-developer
>
>
>


-- 
---
.~.
   / v \
  //\\
 /(  )\
   ^`~'^
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer

[Qgis-developer] website template for local QGIS user groups

2015-04-09 Thread Otto Dassau
Dear local QGIS communities,

the QGIS Project now provides a clone of the QGIS U.S. User Group site [1]
at https://github.com/qgis/qgis-template.github.io. The aim is to provide a
generalized template, that local user groups can use for their website. 

The british [2] and italian [3] QGIS user group already started their site
based on the template. You are welcome to join but of course you don't have
to.

[1] http://qgis.us/
[2] http://qgis.uk/
[3] http://qgis.it/

If you have questions or need help, subscribe and send an email to the
Qgis-community-team list.

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


Re: [Qgis-developer] pyqt5 plugins

2015-04-09 Thread Nathan Woodrow
Not currently. You should only use PyQt4 for plugins as that is what QGIS
is using.

Nathan

On Fri, 10 Apr 2015 12:03 am ismael.belaaouad 
wrote:

> Hi everybody,
> Is it possible to write a pyqt5 plugin for qgis 2.8? Is there some
> specificity to do that? What kind of difficult or problem I will find?
> Tanks for tour reply
> Best regads
>
>
> Envoyé de mon Galaxy Note 4 d'Orange
> ___
> 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

[Qgis-developer] pyqt5 plugins

2015-04-09 Thread ismael.belaaouad
Hi everybody,
Is it possible to write a pyqt5 plugin for qgis 2.8? Is there some specificity 
to do that? What kind of difficult or problem I will find?
Tanks for tour reply
Best regads


Envoyé de mon Galaxy Note 4 d'Orange
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [Qgis-developer] QGIS-Website issues

2015-04-09 Thread Alexandre Neto
Hello all,

Please notice that, from some time now, there are two links at the bottom
of most QGIS website pages, allowing easy access to editing the English
text and to the respective translation for different languages. All one
needs is a Github and/or Transifex account, respectively.

This work from Richard Duivenvoorde (I think) seems quite convenient for
common people (like me) to help fix this kind small errors and typos.

Best regards,

Alexandre Neto

On Thu, Apr 9, 2015 at 12:48 PM, Stefan Keller  wrote:

> Hi Anita, hi all
>
> I see that Anita is pulling changes to QGIS-Website.
>
> There's a weblink missing in the english section at [1] of the German
> translation: The last sentence ends with colon - then there's no
> weblink... "Tutorien, die ursprünglich als Teil des Workshops für das
> Ökologie- und evulutionäre Biologie-Programm an der Texas A&M
> Universität entwickelt wurde (erstellt und gepflegt von Mike
> Treglia):"
> => I think there's this weblink missing there:
> http://mltconsecol.github.io/QGIS-Tutorial/
>
> -S.
>
> [1] http://qgis.org/de/site/forusers/trainingmaterial/index.html
>
> 2014-10-16 17:47 GMT+02:00 Anita Graser :
> > Hi Matthias,
> >
> > Thanks for raising this issue!
> >
> > On Wed, Oct 15, 2014 at 12:23 PM, Matthias Kuhn 
> wrote:
> >> But it would still be good to improve the situation. Do you have any
> >> idea what we could do to improve the situation there?
> >
> > Unfortunately, I don't have a good idea yet how to improve this
> situation ...
> >
> > Looking through the current list of open issues, there are some
> > technical issues which can only be solved by people who are familiar
> > with the platform. Others are more concerned with the content of the
> > website and could be handled by more casual contributors.
> >
> > In general, it might help to raise issues on the documentation team
> > mailing list to get attention.
> >
> > Best wishes,
> > Anita
> > ___
> > 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
>
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [Qgis-developer] QGIS-Website issues

2015-04-09 Thread Stefan Keller
Hi Anita, hi all

I see that Anita is pulling changes to QGIS-Website.

There's a weblink missing in the english section at [1] of the German
translation: The last sentence ends with colon - then there's no
weblink... "Tutorien, die ursprünglich als Teil des Workshops für das
Ökologie- und evulutionäre Biologie-Programm an der Texas A&M
Universität entwickelt wurde (erstellt und gepflegt von Mike
Treglia):"
=> I think there's this weblink missing there:
http://mltconsecol.github.io/QGIS-Tutorial/

-S.

[1] http://qgis.org/de/site/forusers/trainingmaterial/index.html

2014-10-16 17:47 GMT+02:00 Anita Graser :
> Hi Matthias,
>
> Thanks for raising this issue!
>
> On Wed, Oct 15, 2014 at 12:23 PM, Matthias Kuhn  wrote:
>> But it would still be good to improve the situation. Do you have any
>> idea what we could do to improve the situation there?
>
> Unfortunately, I don't have a good idea yet how to improve this situation ...
>
> Looking through the current list of open issues, there are some
> technical issues which can only be solved by people who are familiar
> with the platform. Others are more concerned with the content of the
> website and could be handled by more casual contributors.
>
> In general, it might help to raise issues on the documentation team
> mailing list to get attention.
>
> Best wishes,
> Anita
> ___
> 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] Problem with pyuic4.bat

2015-04-09 Thread enzogis
In Windows, before to use pyuic4 You need to set some system environment
variable.
In OSGeo package You could execute *o4w_env.bat* in C:\OSGeo4W\bin and after
you could run pyuic4.bat.

Hope this helps!
Enzo



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/Problem-with-pyuic4-bat-tp5200359p5200573.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


[Qgis-developer] Re : Re : [Qgis-user] Pyqt4 : which signal is sent when dialog comes to foreground?

2015-04-09 Thread Junior Delaz
 Ok thank you for the feedbaxk

Envoyé depuis mon HTC

- Reply message -
De : "Matthias Kuhn" 
Pour : "Junior Delaz" 
Cc : "qgis-developer" 
Objet : [Qgis-developer] Re : [Qgis-user] Pyqt4 : which signal is sent when
dialog comes to foreground?
Date : mer., avr. 8, 2015 23:22

On 04/08/2015 06:05 PM, Junior Delaz wrote:
> Ahh indeed, you are right... I should have paid attention to the Class
> in which I found the signal. But I was too obsessed by
> composerWillBeRemoved that I thought I was still in QgisInterface.
> If it can be added to QgisInterface, why 
> not?https://github.com/qgis/QGIS/pull/1978

> Any idea about my remark on Qt.QueuedConnection and architecture
> 64bits vs 32bits?

No I guess it's an issue of some different version or some low-level
compiler differences. If it crashes on one platform, don't use it. It's
probably trying to access a deleted object. It's not a bug but likely
rather a misuse.
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer