Re: [Qgis-developer] Re: forum.qgis.org

2011-07-06 Thread Pirmin Kalberer
Marco thinks that the community members who take care of the forum could decide such a change. But it is always possible to send a mail to the PSC list and ask for their view. Since Gary didn't step into the discussion and it's his forum, I would suggest that Anita sends a mail to the PSC list.

[Qgis-developer] Qt Error

2011-07-06 Thread uk52rob
Hi All, I am still receiving the following error when trying to open QGIS: The procedure entry point ?resetHeight@QGraphicsItemPrivate@@UAEXXZ could not be located In the dynamic link library QtGui4.dll I have tried all previous workarounds, such as copying the file to

Re: [Qgis-developer] Qt Error

2011-07-06 Thread Saber Razmjooei
Rob What version of QGIS? Is it windows 7, 64 bit or 32 bit? Did you install your QGIS from OSGeo4W or stand alone installer? Cheers Saber On Wed, 2011-07-06 at 09:41 +0100, uk52rob wrote: Hi All, I am still receiving the following error when trying to open QGIS: “The

[Qgis-developer] Qt Error

2011-07-06 Thread uk52rob
Quick Update, I have now solved the problem by performing the following steps: 1. Renaming all Qt*.dll files in Windows\System32 to Qt*.dll.old 2. Uninstall QGIS, restart PC 3. Install QGIS as administrator The last step may not be necessary as it should run with

Re: [Qgis-developer] Re: Fwd: [Qgis-user] QgsVectorLayer causes Failed to load error

2011-07-06 Thread Giuseppe Sucameli
Hi all, if I run the following code from a terminal: brushtyler@Joe-Notebook:~$ python from qgis.core import * QgsApplication.setPrefixPath('/usr/local/qgis/', True) QgsApplication.initQgis() I get /home/brushtyler/projects/sources/qgis/src/core/qgsproviderregistry.cpp: 84:

Re: [Qgis-developer] CMake cleanup and OS X frameworks

2011-07-06 Thread Tom Elwertowski
I think we're almost there. Two info.plist.in files still need to be added to the top mac directory. Tom William Kyngesburye wrote: D'oh! Sorry about that. shoulda cherry-picked. Try it now. On Jul 5, 2011, at 6:52 PM, John C. Tull wrote: I had this issue also, worked around it by

Re: [Qgis-developer] CMake cleanup and OS X frameworks

2011-07-06 Thread William Kyngesburye
Grr. I added them back, but they didn't get into the commit. Should be there now. On Jul 6, 2011, at 8:34 AM, Tom Elwertowski wrote: I think we're almost there. Two info.plist.in files still need to be added to the top mac directory. Tom William Kyngesburye wrote: D'oh! Sorry

[Qgis-developer] pgversion and QGIS Plugin / emaj (history versioning)

2011-07-06 Thread mayeul . kauffmann
Hi, Followup to recent discussion on pgversion plugin: For versioning (in the sense of history), there is emaj for postgresql: http://pgfoundry.org/projects/emaj/ The manual is well written. Version 0.9 works very well even with postgis data and provides full versioning and rollback (including

[Qgis-developer] New Plugin VectorStudio

2011-07-06 Thread Pablo Carreira
Hi, I've uploaded a new plugin called VectorStudio, it provides tools for vectors (geometries) transformations in edit-time.It has an interface that allows the creation of new tools without changing the main code, you can write 'plugins for the plugin'.It's in very early stage and for now is

Re: [Qgis-developer] QGIS Processing Framework

2011-07-06 Thread Camilo Polymeris
I don't know if this is relevant to the crashes you have been getting, but TraitsUI and most other Enthought Qt-oriented GUI projects use version 2 of the SIP QString and QVariant APIs:     https://github.com/enthought/pyface/blob/master/pyface/qt/__init__.py This is done so they can swap

[Qgis-developer] Data exchange between QGIS and SAGA [was: QGIS Processing Framework]

2011-07-06 Thread Camilo Polymeris
Hello saga developers, in case you haven't followed the development of the QGIS Processing Framework and SAGA interface, a short introduction: I was selected to implement a QGIS to SAGA interface in context of Google's Summer of Code 2011 program. The last weeks have been spent designing and

Re: [Qgis-developer] New Plugin VectorStudio

2011-07-06 Thread Mayeul Kauffmann
Hi, I installed the plugin I tried to play with it but could not do anything. Maybe you could describe what it does. If you know how to make a screencast, putting this on, e.g., youtube, is probably the most efficent way. Mayeul Le mercredi 06 juillet 2011 à 14:14 -0300, Pablo Carreira a écrit :

RE: [Qgis-developer] New Plugin VectorStudio

2011-07-06 Thread Pablo Carreira
Hi, I installed the plugin I tried to play with it but could not do anything. Maybe you could describe what it does. If you know how to make a screencast, putting this on, e.g., youtube, is probably the most efficent way. Mayeul Ok, tanks. I'll elaborate a better documentation. For now,

Re: [Qgis-developer] pgversion and QGIS Plugin / emaj (history versioning)

2011-07-06 Thread Marco Bernasocchi
TimeManager has a slider and deals with time data, but not really versioned... Marco www.bernawebdesign.ch (sent from my mobile) On 6 Jul 2011 18:19, mayeul.kauffm...@free.fr wrote: Hi, Followup to recent discussion on pgversion plugin: For versioning (in the sense of history), there is emaj

[Qgis-developer] The optimal size for SVG symbols

2011-07-06 Thread Andrea Peri
Hi, I need to create many SVG symbol to use as fill for polygons rendering. Someone is preatty easy to do because the fill is a simple fill with diagonal lines. But some symbol is a more complex regular pattern of little object. I need to know the right size of the SVG symbol to have the correct

Re: [Qgis-developer] Ellipse renderer

2011-07-06 Thread Tim Sutton
Hi I also took some time to test your branch. It works very nicely - the only option I miss is the ability to have a transparent fill :-) On Tue, Jul 5, 2011 at 10:19 AM, Marco Hugentobler marco.hugentob...@sourcepole.ch wrote: Hi Martin Welcome back :-) Thank you for reviewing the ellipse

[Qgis-developer] Provider native raster band stats

2011-07-06 Thread Tim Sutton
Hi During the Lisbon hackfest (between all those meetings!) I worked on updating the raster providers to be able to generate stats themselves. The raster provider base class has a default (and historically inefficient as we all know) implementation for collecting stats by walking over every cell

Re: [Qgis-developer] Re: Fwd: [Qgis-user] QgsVectorLayer causes Failed to load error

2011-07-06 Thread Tim Sutton
Hi 2011/7/6 Giuseppe Sucameli sucam...@faunalia.it: Hi all, if I run the following code from a terminal: brushtyler@Joe-Notebook:~$ python from qgis.core import * QgsApplication.setPrefixPath('/usr/local/qgis/', True) QgsApplication.initQgis() Try using /usr/local rather (assuming your

[Qgis-developer] cmake install and includes

2011-07-06 Thread David Burken
All, Just some cmake feedback. On linux when I do a cmake build on linux with -DCMAKE_INSTALL_PREFIX=/usr/local and do a: make make install The includes go to: /usr/local/include/qgis Which is good: So in my qgis plugin I namespace my includes like: // QGIS Specific includes #include

Re: [Qgis-developer] The optimal size for SVG symbols

2011-07-06 Thread Andreas Neumann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Andrea, There is no expected size of your SVG document. I would recommend using a square size for your document. Creating seamless patterns in SVG can be hard. The hard part is to make sure that the tiles can repeat and one cannot see the tile

[Qgis-developer] Re: Fwd: [Qgis-user] QgsVectorLayer causes Failed to load error

2011-07-06 Thread leonidas
I'm trying to run the following example: http://desktopgisbook.com/Creating_a_Standalone_GIS_Application_1 http://desktopgisbook.com/Creating_a_Standalone_GIS_Application_1 I set *qgis_prefix = /usr/local* but the script gives me the same error (Failed to load ) at layer =