Re: [Qgis-developer] building qgis on centos

2011-12-06 Thread ludovic mercier

Hi, Santhosh,

you must installed qtwebkit-dev, the development package for build qgis.
Not only qtwebkit.

regards

Ludovic

Le 06/12/2011 16:26, santhosh shirrali a écrit :

hello
iam trying to build qgis on centos 6 after installing all the dependency 
packages iam getting the following error in
ccmake ..

  CMake Error at CMakeLists.txt:192 (MESSAGE):
Some Qt4 modules haven't been found!


Qt QTWEBKIT library not found.

and after that i installed Qt webkit from the rpm source but iam getting the 
same mistake can any body give a solution
how to solve this problem

Regards
Santhosh



___
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] Re: python plugin and layer properties window

2011-07-01 Thread ludovic mercier

Hi,

the problem for me is to get the pointer of PropertiesWindows in a plugin.
I don't found in the doc how to get this with the QgsAppInterface.
I would connect the finish signal of Layer Properties dialog or another signal (which get a change in layer properties 
like render change single - three band) to a method of my python plugin.


Regards

Ludovic

Le 15/06/2011 11:48, Camilo Polymeris a écrit :


Hello,
I am not sure I understand the question correctly, but:

Do none of the provided signals work for you, like
QMainWindow::destroyed() or QgsComposerView::finished() perhaps?
Or just QDialog::finished(int) in the case of the Layer Properties dialog?

You can get a pointer to those structures through QgsAppInterface, I
think. There is the activeComposers list, and, of course, the
mainWindow pointer.

Regards,
Camilo
___
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] Re: python plugin and layer properties window

2011-07-01 Thread ludovic mercier

Hi,

the problem for me is to get the pointer of PropertiesWindows in a plugin.
I don't found in the doc how to get this with the QgsAppInterface.
I would connect the finish signal of Layer Properties dialog or another signal (which get a change in layer properties 
like render change single - three band) to a method of my python plugin.


Regards

Ludovic

Le 15/06/2011 11:48, Camilo Polymeris a écrit :


Hello,
I am not sure I understand the question correctly, but:

Do none of the provided signals work for you, like
QMainWindow::destroyed() or QgsComposerView::finished() perhaps?
Or just QDialog::finished(int) in the case of the Layer Properties dialog?

You can get a pointer to those structures through QgsAppInterface, I
think. There is the activeComposers list, and, of course, the
mainWindow pointer.

Regards,
Camilo
___
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] qgis crash with qwt

2011-06-28 Thread ludovic mercier

Hi all,

i have create a new plugin in python and in my code when i can use a 
specific qwt function like setAxisScaleDraw qgis crash.


This is the error message :

qgis: 
/build/buildd-sip4-qt3_4.10.2-1-i386-SoYLd5/sip4-qt3-4.10.2/siplib/siplib.c :2600 : sip_api_parse_result: 
 L'assertion « assign_helper != ((void *)0) » a échoué.


I use qgis 1.6 on a debian squeeze. Perhaps a problem with package sip ?
I have rebuild my packages :
python-qwt5-qt4 and python-qwt5-qt3 but same result qgis crash


thanks a lot for helping

Cheers

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


[Qgis-developer] python plugin and layer properties window

2011-05-19 Thread ludovic mercier

Hi,

I have a problem in my plugin.
How i can detect in a python plugin the event which match with the user 
action : open and close the layer properties window ?

Is the close signal of the windows is reachable in a plugin ?

thanks for your help

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


[Qgis-developer] colour layermap scale bar plugin ?

2011-05-12 Thread ludovic mercier

Hi all,

in the page http://pyqgis.org/repo/contributed we have a colour scale 
bar plugin

This plugin creates a colour scale bar image file.
But i would like see in my current map layer a colour scale bar.
Is there an plugin that does this ? I found nothing !

thanks a lot

Ludovic



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


[Qgis-developer] multi-view

2011-01-13 Thread ludovic mercier

Hi all,

thanks for all developer for this big and great work on qgis.
I work for an astrophysics and planetology laboratory and i have create 
a qgis fork with 1.4.0 version.
Many researcher work with envi software to analyse their image and use 
multi-view to work.
So i create a fork to add multi-view and hyperspectral analyse. See the 
link 
http://www.coriolys.org/post/2011/01/13/VahineView-fork-of-Qgis-software 
for a screen shot.


My question is this feature (multi-view) is interesting for qgis team ?
If yes, i am interesting to know how to integrate this to official qgis 
code.
In this time i have still some little bugs with interaction between 
active view and zoom-view at the right bottom.

For the time being i work only in the hyperspectral analysis tool.

regards

ludovic



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


Re: [Qgis-developer] multi-view

2011-01-13 Thread ludovic mercier

Hi Massimo,

i don't know your patch (1622).
it's very interresting. I think : i have worked for nothing :(
I will try to install it.

regards


Ludovic



Le 13.01.2011 14:16, Massimo Di Stefano a écrit :

Hi All,

multiview is nice and remember me the addtab capabilities
(that's an other way to have multiview,
the tab are detachable and mouse over on the relative tab show a 
canvas preview)


so, i hope the multiview work will not forget as :

http://trac.osgeo.org/qgis/ticket/1622

lynxID and me worked hard to develop and test it,
AddTabb patch was needed to start to develop the planet plug-in.

The patch was never applied due to main api change ?


Il giorno 13/gen/2011, alle ore 05.35, 
qgis-developer-requ...@lists.osgeo.org 
mailto:qgis-developer-requ...@lists.osgeo.org ha scritto:



Hi Ludovic

Looks nice. Yes, multi view is definitely of interest.


If yes, i am interesting to know how to integrate this to official qgis
code.


The best thing is to create a patch that can be applied to the 
current trunk

version (1.4 is a bit old now). Create a ticket in trac
(http://trac.osgeo.org/qgis) , attach the patch and add a bit of textual
description. It will then be review by the dev team.

Regards,
Marco

Am Donnerstag, 13. Januar 2011, um 09.51:29 schrieb ludovic mercier:

Hi all,

thanks for all developer for this big and great work on qgis.
I work for an astrophysics and planetology laboratory and i have create
a qgis fork with 1.4.0 version.
Many researcher work with envi software to analyse their image and use
multi-view to work.
So i create a fork to add multi-view and hyperspectral analyse. See the
link
http://www.coriolys.org/post/2011/01/13/VahineView-fork-of-Qgis-software
for a screen shot.

My question is this feature (multi-view) is interesting for qgis team ?
If yes, i am interesting to know how to integrate this to official qgis
code.
In this time i have still some little bugs with interaction between
active view and zoom-view at the right bottom.
For the time being i work only in the hyperspectral analysis tool.

regards

ludovic






___
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