[Qgis-developer] GRASS manual in windows package

2010-12-14 Thread Paolo Cavallini

Hi all.
Apparently, GRASS man pages are missing from windows standalone package: 
does anyone confirm?

All the best.
--
http://www.faunalia.it/pc
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] "Help" is a bit technical

2010-12-14 Thread Noli Sicad
I think with the upcoming Html Qgis Manual, the Context Sensitive Help
can be improved, I hope.

Noli

On 12/15/10, John C. Tull  wrote:
> Things appear to work as desired on OSX. Clicking 'Help Contents' opens a
> local file on documentation in the default browser. This file includes a
> link to the manual page online.
>
> Cheers,
> John
>
> On Dec 14, 2010, at 4:39 AM, Barry Rowlingson wrote:
>
>> Devs,
>>
>> If I click on 'Help Contents' I get a web page telling me how to build
>> Qgis from source. Whose idea was that? Surely if you are clicking on
>> 'Help' you've already got a copy of Qgis built. You're more likely to
>> want user-level help, not developer docs!
>>
>> Probably better to give a link to the user manuals...
>>
>> Qgis 1.6
>>
>> Barry
>> ___
>> 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] "Help" is a bit technical

2010-12-14 Thread John C. Tull
Things appear to work as desired on OSX. Clicking 'Help Contents' opens a local 
file on documentation in the default browser. This file includes a link to the 
manual page online.

Cheers,
John

On Dec 14, 2010, at 4:39 AM, Barry Rowlingson wrote:

> Devs,
> 
> If I click on 'Help Contents' I get a web page telling me how to build
> Qgis from source. Whose idea was that? Surely if you are clicking on
> 'Help' you've already got a copy of Qgis built. You're more likely to
> want user-level help, not developer docs!
> 
> Probably better to give a link to the user manuals...
> 
> Qgis 1.6
> 
> Barry
> ___
> 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] Remove geoprocessing plugin?

2010-12-14 Thread Tim Sutton
HI

On Tue, Dec 14, 2010 at 5:48 PM, Borys Jurgiel  wrote:
>> I don't know what to do with the whole bunch of simple "decoration"
>> plugins: maybe their functionality could be best ported directly into
>> qgis application and we would (maybe) save some time during the qgis
>> startup since we will avoid loading of few modules.
>
> What about one "decoration" layer with multiple text boxes, scale bar, and
> north arrow. Tim is working on such decorations, Tim, aren't you?

Indeed I am so standbye on that one. First I want to get the new
plugin  / snippet / user map etc site running and then I will go back
to working on that. In my rework, all 'decoration plugins' will become
'widget plugins' that will be accessed from a widget bar and dropped
onto the map. They will work in the same way as Marco's annotations
where they can be place map relative or canvas relative (in fact they
will derive from the annotation code). Thats the plan anyway but I
dont have exact timings yet.

By the way - copyright plugin was also one of the first C++ plugins
ever written so it has some history in QGIS too :-P

@Paolo: indeed I was thinking to replace quick print with easy print
when I suggested removing it.

Regards

Tim

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



-- 
Tim Sutton - QGIS Project Steering Committee Member (Release  Manager)
==
Please do not email me off-list with technical
support questions. Using the lists will gain
more exposure for your issues and the knowledge
surrounding your issue will be shared with all.

Visit http://linfiniti.com to find out about:
 * QGIS programming and support services
 * Mapserver and PostGIS based hosting plans
 * FOSS Consulting Services
Skype: timlinux
Irc: timlinux on #qgis at freenode.net
==
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] Documentation on how to make a C++ DLL interact with QGIS

2010-12-14 Thread Tim Sutton
Hi

On Tue, Dec 14, 2010 at 9:12 PM, maaza mekuria  wrote:

>
> Dear QGIS Developer Family:
>
> I am looking for any documentation/instructions about how to make a C++ DLL
> interact with QGIS as a plugin. I would not mind using either completely in
> c++ through perhaps QT or with a Python front end inside QGIS. I have some
> experience making Python plugins, now I want to go the next step to have my
> external application interact with QGIS data directly.
>
> I am also interested in compiling an app with my own QGIS GUI but that may
> require more work than I can do right now, and if I could pass data from
> Copiano or trunk QGIS to my application, I would be satisfied.
>
> Thank you for any help,
>
> Maaza
>
>
>
Hi Maaza
- Show quoted text -
If I understand you correctly, you want to write a standalone app with
embedded QGIS functionality correct? In which case please see:

http://trac.osgeo.org/qgis/browser/trunk/code_examples/1_hello_world_qgis_style

There are several more tutorials there, though some may need revision
to reflect the current state of QGIS in trunk.

If you want a more complex example - which creates a standalone app
which itself can display qgis plugins etc. then please look here
(undocument but working example current to QGIS trunk).

http://openmodeller.svn.sourceforge.net/viewvc/openmodeller/branches/branch-openModellerDesktop-newQgis/

hope that helps!

Regards

Tim


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


-- 
Tim Sutton - QGIS Project Steering Committee Member (Release  Manager)
==
Please do not email me off-list with technical
support questions. Using the lists will gain
more exposure for your issues and the knowledge
surrounding your issue will be shared with all.

Visit http://linfiniti.com to find out about:
 * QGIS programming and support services
 * Mapserver and PostGIS based hosting plans
 * FOSS Consulting Services
Skype: timlinux
Irc: timlinux on #qgis at freenode.net
==
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


RE: [Qgis-developer] Problem using vector data provider in python

2010-12-14 Thread Chris Crook
Thanks Martin

Good point .. There really isn't any reason not to create a QgsVectorLayer.  I 
was failing to distinguish between map layers that are displayed, and 
QgsVectorLayer, which isn't

Many thanks
Chris

-Original Message-
From: Martin Dobias [mailto:wonder...@gmail.com] 
Sent: Wednesday, 15 December 2010 9:49 a.m.
To: Chris Crook
Cc: qgis-developer@lists.osgeo.org
Subject: Re: [Qgis-developer] Problem using vector data provider in python

On Tue, Dec 14, 2010 at 9:18 PM, Chris Crook  wrote:
> Hi All
>
> I'm wondering if it is possible to use a QgsVectorDataProvider independently 
> from a map layer in Python.  For example, I'd like to open a GML file and 
> read features, etc from it without creating a map layer.
>
> I can get as far as
>
> p=QgsProviderRegistry.instance().getProvider("ogr","myfile.gml")
>
> But what I get back is QgsDataProvider.
>
> 
>
> So all the QgsVectorDataProvider methods don't seem to be available.

Hi Chris

there was a missing conversion routine that would tell python that a subclass 
exists. I've added it to trunk in r14911, so now you should get 
QgsVectorDataProvider instance.

While instantiating a vector data provider without its QgsVectorLayer 
counterpart is possible, IMO it's more convenient to use the latter (and 
there's barely any overhead).

Regards
Martin
__

This message contains information, which is confidential and may be subject to 
legal privilege. 
If you are not the intended recipient, you must not peruse, use, disseminate, 
distribute or copy this message.
If you have received this message in error, please notify us immediately (Phone 
0800 665 463 or i...@linz.govt.nz) and destroy the original message.
LINZ accepts no responsibility for changes to this email, or for any 
attachments, after its transmission from LINZ.

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


RE: [Qgis-developer] Problem using vector data provider in python

2010-12-14 Thread Chris Crook
Thanks Ivan

It looks like that could work, but I'm hoping to short circuit that a bit, as 
in the end what I want are QgsFeature objects.  

The data provider is getting exactly what I want, except that it is not 
exposing (to Python) the functions from QgsVectorDataProvider, only those from 
the base QgsDataProvider class. 

I guess if there is no better way I could use the ogr module, but I'll end up 
replicating in Python a bunch of code that is already written in the OGR data 
provider, which seems a bit wasteful :-)

Cheers
Chris

-Original Message-
From: Ivan Mincik [mailto:ivan.min...@gmail.com] 
Sent: Wednesday, 15 December 2010 9:42 a.m.
To: Chris Crook
Cc: qgis-developer@lists.osgeo.org
Subject: Re: [Qgis-developer] Problem using vector data provider in python

> I'm wondering if it is possible to use a QgsVectorDataProvider independently 
> from a map layer in Python.  For example, I'd like to open a GML file and 
> read features, etc from it without creating a map layer.

Hi Chris,
if You want to read GML in some script, You can use GDAL python bindings.
"from osgeo import ogr"

Ivan
__

This message contains information, which is confidential and may be subject to 
legal privilege. 
If you are not the intended recipient, you must not peruse, use, disseminate, 
distribute or copy this message.
If you have received this message in error, please notify us immediately (Phone 
0800 665 463 or i...@linz.govt.nz) and destroy the original message.
LINZ accepts no responsibility for changes to this email, or for any 
attachments, after its transmission from LINZ.

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


Re: [Qgis-developer] Problem using vector data provider in python

2010-12-14 Thread Martin Dobias
On Tue, Dec 14, 2010 at 9:18 PM, Chris Crook  wrote:
> Hi All
>
> I'm wondering if it is possible to use a QgsVectorDataProvider independently 
> from a map layer in Python.  For example, I'd like to open a GML file and 
> read features, etc from it without creating a map layer.
>
> I can get as far as
>
> p=QgsProviderRegistry.instance().getProvider("ogr","myfile.gml")
>
> But what I get back is QgsDataProvider.
>
> 
>
> So all the QgsVectorDataProvider methods don't seem to be available.

Hi Chris

there was a missing conversion routine that would tell python that a
subclass exists. I've added it to trunk in r14911, so now you should
get QgsVectorDataProvider instance.

While instantiating a vector data provider without its QgsVectorLayer
counterpart is possible, IMO it's more convenient to use the latter
(and there's barely any overhead).

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


Re: [Qgis-developer] Problem using vector data provider in python

2010-12-14 Thread Ivan Mincik
> I'm wondering if it is possible to use a QgsVectorDataProvider independently 
> from a map layer in Python.  For example, I'd like to open a GML file and 
> read features, etc from it without creating a map layer.

Hi Chris,
if You want to read GML in some script, You can use GDAL python bindings.
"from osgeo import ogr"

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


[Qgis-developer] Problem using vector data provider in python

2010-12-14 Thread Chris Crook
Hi All

I'm wondering if it is possible to use a QgsVectorDataProvider independently 
from a map layer in Python.  For example, I'd like to open a GML file and read 
features, etc from it without creating a map layer.

I can get as far as 

p=QgsProviderRegistry.instance().getProvider("ogr","myfile.gml")

But what I get back is QgsDataProvider.



So all the QgsVectorDataProvider methods don't seem to be available.  For 
example

>>> p.extent()

>>> p.featureCount()
Traceback (most recent call last):
  File "", line 1, in 
AttributeError: 'QgsDataProvider' object has no attribute 'featureCount'

Is there any way to cast this to a QgsVectorDataProvider in Python (as happens 
in gsVectorLayer::setDataProvider)?  Or is there another better way to access 
the data provider?

Thanks
Chris
__

This message contains information, which is confidential and may be subject to 
legal privilege. 
If you are not the intended recipient, you must not peruse, use, disseminate, 
distribute or copy this message.
If you have received this message in error, please notify us immediately (Phone 
0800 665 463 or i...@linz.govt.nz) and destroy the original message.
LINZ accepts no responsibility for changes to this email, or for any 
attachments, after its transmission from LINZ.

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


Re: [Qgis-developer] Documentation on how to make a C++ DLL interact with QGIS

2010-12-14 Thread maaza mekuria

Dear QGIS Developer Family:

I
 am looking for any documentation/instructions about how to make a C++ 
DLL interact with QGIS as a plugin. I would not mind using either 
completely in c++ through perhaps QT or with a Python front end inside 
QGIS. I have some experience making Python plugins, now I want to go the
 next step to have my external application interact with QGIS data 
directly.

I am also interested in compiling an app with my own 
QGIS GUI but that may require more work than I can do right now, and if I 
could pass data from Copiano or trunk QGIS to my application, I 
would be satisfied. 
 
Thank you for any help,

Maaza    






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


Re: [Qgis-developer] Error for postgres's provider when table(statement SELECT ) is outside public's schema

2010-12-14 Thread Luiz Motta
Hi Guiseppe,

Sorry for the mistake on the author of the provider.

I made both test, for both plugins, 'Custom database query' and 'Rt  Sql
Layer, and
with the same result.

When the table is inside public's schema don't have message of error,
otherwise,
i have the message of error, but the layer is created perfect.

I saved the project of QGIS (with the created layer) and open again this
project the message of error was showed.
In this point isolat the  factor of plugin, then, have some problem with
provider.

Regards,
Luiz Motta

2010/12/14 Giuseppe Sucameli 

> Hi Luiz and Ricardo,
>
> On Tue, Dec 14, 2010 at 1:04 PM, Luiz Motta  wrote:
>>
>> The author of provider told me about this problem, see ticket (
>> https://trac.osgeo.org/qgis/ticket/3329).
>>
> to Luiz: as Ricardo wrote, he is the author of the plugin
> (CustomDatabaseQuery),
> not the author of the provider at all.
> BTW, I'm the author of both the patches for executing a custom query with
> postgres and spatialite provider, so I'm one of the guys you're searching
> for :)
>
> to Ricardo: the ticket told about an "Error for postgres's provider", not
> custom
> database query plugin issue.
> Furthermore, the QGis trac is not for plugins' issues, except for those
> that are
> in trunk. For this reason we're working to create a plugins trac.
>
> If you're sure the issue is only related to your plugin source code and not
> to the
> qgis functions called in your code, you should close the ticket as invalid.
>
> SELECT
>>   l.id AS gid, l.the_geom AS the_geom
>> FROM gis.tl_20101117_101056_limite l
>>
>
> Doesn't anyone confirm that it's a provider's issue, not just a plugin
> issue??
> Please, could you try to execute the same query using the RT Sql Layer
> plugin,
> in order to confirm the provider issue?
>
> Thanks a lot.
> Cheers.
>
>
>>
>> Please inform about your enviroment.
>> It  can be util for understand what is happened.
>>
>> Regards,
>> Luiz Motta
>>
>>
>>
>>
>>
>> 2010/12/14 Giuseppe Sucameli 
>>
>> Hi Luiz,
>>>
>>> On Tue, Dec 14, 2010 at 2:43 AM, Luiz Motta wrote:
>>>
 I am testing the 'Custom database query' plugins, where, i use layers
 outside public's schema.
 The plugin create the layer, but, before, i receive the message error
 about cursor od database.
 If the layers are inside public's schema not appear message.
 The one ticket is open, number 3329.

>>> I'm unable to reproduce it, both 'Custom database query' and 'RT Sql
>>> Layer' plugins
>>> seems to work with tables not in the public schema.
>>> Maybe does your layer contain invalid geometries?
>>>
>>> Cheers.
>>>
>>> --
>>> Giuseppe Sucameli
>>>
>>>
>>
>
>
> --
> Giuseppe Sucameli
>
>
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] csw plugin error

2010-12-14 Thread Annina Hirschi Wyss
confirm the same error on OSX 1.6.5/Python 2.6.1

Couldn't load plugin cswclient due an error when calling its classFactory() 
method

Traceback (most recent call last):
  File 
"/Applications/QGIS.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 
138, in startPlugin
plugins[packageName] = package.classFactory(iface)
AttributeError: 'module' object has no attribute 'classFactory'


Cheers
Annina



On Dec 14, 2010, at 1:29 PM, Lenny Sorey wrote:

> I install the most recent cswclient plugin and got the same error.
> 
> Platform : Windows 7 32 bit
> 
> My error message in full from the install is below:
> 
> Couldn't load plugin cswclient due an error when calling its classFactory() 
> method
> 
> Traceback (most recent call last):
>   File "C:/OSGeo4W/apps/qgis/./python\qgis\utils.py", line 138, in startPlugin
> plugins[packageName] = package.classFactory(iface)
> AttributeError: 'module' object has no attribute 'classFactory'
> 
> Python version:
> 2.5.2 (r252:60911, Feb 21 2008, 13:11:45) [MSC v.1310 32 bit (Intel)]
> 
> 
> QGIS version:
> 1.6.0-Capiapo Capiapo, exported
> 
> Python path: ['C:\\Users\\lsorey\\.qgis\\python\\plugins\\cswclient', 
> 'C:\\Users\\mypath\\.qgis\\python\\plugins\\cswclient', 
> 'C:/OSGeo4W/apps/qgis/./python', 'C:/Users/mypath/.qgis/python', 
> 'C:/Users/mypath/.qgis/python/plugins', 
> 'C:/OSGeo4W/apps/qgis/./python/plugins', 'C:\\OSGeo4W\\apps\\gdal-17\\pymod', 
> 'C:\\', 'C:\\OSGeo4W\\bin\\python25.zip', 
> 'C:\\OSGeo4W\\apps\\Python25\\DLLs', 'C:\\OSGeo4W\\apps\\Python25\\lib', 
> 'C:\\OSGeo4W\\apps\\Python25\\lib\\plat-win', 
> 'C:\\OSGeo4W\\apps\\Python25\\lib\\lib-tk', 'C:\\OSGeo4W\\apps\\qgis\\bin', 
> 'C:\\OSGeo4W\\apps\\Python25', 
> 'C:\\OSGeo4W\\apps\\Python25\\lib\\site-packages', 
> 'C:\\OSGeo4W\\apps\\Python25\\lib\\site-packages\\win32', 
> 'C:\\OSGeo4W\\apps\\Python25\\lib\\site-packages\\win32\\lib', 
> 'C:\\OSGeo4W\\apps\\Python25\\lib\\site-packages\\Pythonwin', 
> 'C:\\OSGeo4W\\apps\\Python25\\lib\\site-packages\\wx-2.8-msw-unicode', 
> 'C:\\OSGeo4W\\apps\\qgis\\python\\plugins\\fTools\\tools', 
> '/usr/share/qgis/python/', '/usr/share/qgis/python/']
> 
> 
> Thanks,
> 
> Lenny
> 
> On Mon, Dec 13, 2010 at 12:31 PM, Paolo Cavallini  
> wrote:
> Impossibile caricare il plugin cswclient a causa di errore chiamando il metodo
> classFactory()
> 
> Traceback (most recent call last):
>  File "/usr/lib/python2.6/dist-packages/qgis/utils.py", line 138, in 
> startPlugin
>plugins[packageName] = package.classFactory(iface)
> AttributeError: 'module' object has no attribute 'classFactory'
> ===
> All the best.
> --
> Paolo Cavallini: http://www.faunalia.it/pc
> ___
> 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] Error for postgres's provider when table(statement SELECT ) is outside public's schema

2010-12-14 Thread Ricardo Filipe Soares Garcia da
Hi Guiseppe, Luiz

I have to do some more checking to be sure, but I think this problem
is happening with both plugins. I haven't got a postgis database at
hand right now, but with my home testing set I was getting the same
error (something about cursor states lost) with both 'custom db query'
and 'rt sql layer' plugins.
I'll investigate later.

I didn't realize it might have something to do with the tables not
being in the 'public' schema until Luiz brought it up. All my testing
tables are indeed out of the 'public' schema.

If the problem is happening on both plugins, could this mean it is
something wrong with the underlying implementation?
I haven't copied code from the 'rt sql layer plugin', so it is likely
that the code is different. However, the QgsDataSourceURI.uri() must
be returning a similar value for it to work on both plugins...

Regarding the trac issues, sorry for the confusion. I am not very
knowledgeable about the main trac and the new plugins trac. Please
feel free to use the bug report in whatever way you see fit, be it
closing as invalid or whatever ;)


On Tue, Dec 14, 2010 at 4:13 PM, Giuseppe Sucameli  wrote:
> Hi Luiz and Ricardo,
>
> On Tue, Dec 14, 2010 at 1:04 PM, Luiz Motta  wrote:
>>
>> The author of provider told me about this problem, see ticket
>> (https://trac.osgeo.org/qgis/ticket/3329).
>
> to Luiz: as Ricardo wrote, he is the author of the plugin
> (CustomDatabaseQuery),
> not the author of the provider at all.
> BTW, I'm the author of both the patches for executing a custom query with
> postgres and spatialite provider, so I'm one of the guys you're searching
> for :)
>
> to Ricardo: the ticket told about an "Error for postgres's provider", not
> custom
> database query plugin issue.
> Furthermore, the QGis trac is not for plugins' issues, except for those that
> are
> in trunk. For this reason we're working to create a plugins trac.
>
> If you're sure the issue is only related to your plugin source code and not
> to the
> qgis functions called in your code, you should close the ticket as invalid.
>
>> SELECT
>>   l.id AS gid, l.the_geom AS the_geom
>> FROM gis.tl_20101117_101056_limite l
>
> Doesn't anyone confirm that it's a provider's issue, not just a plugin
> issue??
> Please, could you try to execute the same query using the RT Sql Layer
> plugin,
> in order to confirm the provider issue?
>
> Thanks a lot.
> Cheers.
>
>>
>> Please inform about your enviroment.
>> It  can be util for understand what is happened.
>> Regards,
>> Luiz Motta
>>
>>
>>
>>
>> 2010/12/14 Giuseppe Sucameli 
>>>
>>> Hi Luiz,
>>>
>>> On Tue, Dec 14, 2010 at 2:43 AM, Luiz Motta  wrote:

 I am testing the 'Custom database query' plugins, where, i use layers
 outside public's schema.
 The plugin create the layer, but, before, i receive the message error
 about cursor od database.
 If the layers are inside public's schema not appear message.
 The one ticket is open, number 3329.
>>>
>>> I'm unable to reproduce it, both 'Custom database query' and 'RT Sql
>>> Layer' plugins
>>> seems to work with tables not in the public schema.
>>> Maybe does your layer contain invalid geometries?
>>>
>>> Cheers.
>>>
>>> --
>>> Giuseppe Sucameli
>>>
>>
>
>
>
> --
> Giuseppe Sucameli
>
>



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


Re: [Qgis-developer] Error for postgres's provider when table(statement SELECT ) is outside public's schema

2010-12-14 Thread Giuseppe Sucameli
Hi Luiz and Ricardo,

On Tue, Dec 14, 2010 at 1:04 PM, Luiz Motta  wrote:
>
> The author of provider told me about this problem, see ticket (
> https://trac.osgeo.org/qgis/ticket/3329).
>
to Luiz: as Ricardo wrote, he is the author of the plugin
(CustomDatabaseQuery),
not the author of the provider at all.
BTW, I'm the author of both the patches for executing a custom query with
postgres and spatialite provider, so I'm one of the guys you're searching
for :)

to Ricardo: the ticket told about an "Error for postgres's provider", not
custom
database query plugin issue.
Furthermore, the QGis trac is not for plugins' issues, except for those that
are
in trunk. For this reason we're working to create a plugins trac.

If you're sure the issue is only related to your plugin source code and not
to the
qgis functions called in your code, you should close the ticket as invalid.

SELECT
>   l.id AS gid, l.the_geom AS the_geom
> FROM gis.tl_20101117_101056_limite l
>

Doesn't anyone confirm that it's a provider's issue, not just a plugin
issue??
Please, could you try to execute the same query using the RT Sql Layer
plugin,
in order to confirm the provider issue?

Thanks a lot.
Cheers.


>
> Please inform about your enviroment.
> It  can be util for understand what is happened.
>
> Regards,
> Luiz Motta
>
>
>
>
>
> 2010/12/14 Giuseppe Sucameli 
>
> Hi Luiz,
>>
>> On Tue, Dec 14, 2010 at 2:43 AM, Luiz Motta  wrote:
>>
>>> I am testing the 'Custom database query' plugins, where, i use layers
>>> outside public's schema.
>>> The plugin create the layer, but, before, i receive the message error
>>> about cursor od database.
>>> If the layers are inside public's schema not appear message.
>>> The one ticket is open, number 3329.
>>>
>> I'm unable to reproduce it, both 'Custom database query' and 'RT Sql
>> Layer' plugins
>> seems to work with tables not in the public schema.
>> Maybe does your layer contain invalid geometries?
>>
>> Cheers.
>>
>> --
>> Giuseppe Sucameli
>>
>>
>


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


Re: [Qgis-developer] Remove geoprocessing plugin?

2010-12-14 Thread Borys Jurgiel
> I don't know what to do with the whole bunch of simple "decoration"
> plugins: maybe their functionality could be best ported directly into
> qgis application and we would (maybe) save some time during the qgis
> startup since we will avoid loading of few modules.

What about one "decoration" layer with multiple text boxes, scale bar, and 
north arrow. Tim is working on such decorations, Tim, aren't you?
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] Remove geoprocessing plugin?

2010-12-14 Thread Marco Hugentobler
> > there is a nice plugin: EasyPrint, that could replace QuickPrint, after
> > some tuning (e.g. replacing the heading). I suggest to add it to trunk.
> 
> Let's wait for Marco's additions to composer (as mentioned by him on
> kcube dev wiki page).

What I mentioned on the wiki page is kind of a print service with QGIS 
mapserver, so no replacement for QuickPrint / EasyPrint.

In the print composer, there is the possibility to create default composer 
templates by moving the composer templates into 
pkgDataPath/composer_templates.

Maybe it would be good to put a nice default qgis template there. However, the 
user still needs to go to the composer manager, open the template and click 
the print button in the composer window. So QuickPrint / EasyPrint are still 
quicker (or easier) :-)

Regards,
Marco

Am Dienstag, 14. Dezember 2010, um 10.35:53 schrieb Martin Dobias:
> On Tue, Dec 14, 2010 at 8:16 AM, Paolo Cavallini  
wrote:
> > Il 13/12/2010 21:05, Martin Dobias ha scritto:
> >> I would vote to remove it once we have some print composer templates:
> >> so that people can print / export to pdf with no effort to lay out the
> >> items.
> > 
> > there is a nice plugin: EasyPrint, that could replace QuickPrint, after
> > some tuning (e.g. replacing the heading). I suggest to add it to trunk.
> 
> Let's wait for Marco's additions to composer (as mentioned by him on
> kcube dev wiki page).
> 
> >>>  - copyright (you can just add an annotation)
> >> 
> >> IIRC annotations are always bound to a particular position on map, so
> >> they're a bit different than the copyright label that is always in the
> >> corner...
> > 
> > I remember there was a copyright python plugin; I think this could
> > replace the C++ implementation, being more flexible.
> 
> This was actually historically the first qgis python plugin ever
> written :-) I have ported it from c++ to Python just to see whether
> the bindings and plugin infrastructure work correctly.
> 
> I don't know what to do with the whole bunch of simple "decoration"
> plugins: maybe their functionality could be best ported directly into
> qgis application and we would (maybe) save some time during the qgis
> startup since we will avoid loading of few modules.
> 
> Martin
> ___
> Qgis-developer mailing list
> Qgis-developer@lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/qgis-developer


-- 
Dr. Marco Hugentobler
Sourcepole -  Linux & Open Source Solutions
Churerstrasse 22, CH-8808 Pfäffikon SZ, Switzerland
marco.hugentob...@sourcepole.ch http://www.sourcepole.ch
Technical Advisor QGIS Project Steering Committee
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] add postgis raster

2010-12-14 Thread Paolo Cavallini
Il 14/12/2010 11:47, Maurício de Paulo ha scritto:
> I've stumbled into a problem with some raster too. It seems like a gdal
> bug. But I could get it to work with the image available at:
> http://trac.osgeo.org/gdal/wiki/frmts_wtkraster.html
> Looks like gdal is still improving the non-regular raster reading and
> performance.

I'm using gdal 1.6, so this might be an issue. You are right, with the sample 
image
it works (getting some NULLs in areas where in the original we have 0, though -
should try with gdal 1.7).
So it is an issue with loading into PostGIS rather than with your plugin.

> Well.. then I'm going to release a new version with the same lib as
> pgmanager to make it easier to merge.

Fantastic, thanks.

> Hum... preview through pgmanager... I didn't think about it. Sounds
> good. I'm going to review the code and see what i can do to make it happen.

that would be great.
in the end, I think PG manager (or, better, DB manager) should be THE tool.

All the best.
-- 
Paolo Cavallini: http://www.faunalia.it/pc
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


[Qgis-developer] "Help" is a bit technical

2010-12-14 Thread Barry Rowlingson
Devs,

If I click on 'Help Contents' I get a web page telling me how to build
Qgis from source. Whose idea was that? Surely if you are clicking on
'Help' you've already got a copy of Qgis built. You're more likely to
want user-level help, not developer docs!

Probably better to give a link to the user manuals...

Qgis 1.6

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


Re: [Qgis-developer] Any GPX to PostGIS and GPX to Spatialite plugin

2010-12-14 Thread Noli Sicad
Hi Luiz,

Yes, I think your suggestion - plugin to write vector layers(any
source) to Database (Postgis or Spatialite) is the best approach.

Noli



On 12/14/10, Luiz Motta  wrote:
> Hi,
>
> Maybe it is better to make the plugin for write vector layers(any source) to
> Database (Postgis or Spatialite).
>
>
> 2010/12/14 Noli Sicad 
>
>> Hi,
>>
>> Any QGIS plugin for GPX to PostGIS and GPX to Spatialite?
>>
>> http://www.postneo.com/2007/01/20/from-gpx-to-postgis
>>
>> What do you think of these i.e. GPX to PostGIS and GPX to Spatialite?
>>
>> It is useful to have this?
>>
>> Anybody planning to develop this plugin,
>>
>> Noli
>> ___
>> 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] csw plugin error

2010-12-14 Thread Lenny Sorey
I install the most recent cswclient plugin and got the same error.

Platform : Windows 7 32 bit

My error message in full from the install is below:

Couldn't load plugin cswclient due an error when calling its classFactory()
method

Traceback (most recent call last):
  File "C:/OSGeo4W/apps/qgis/./python\qgis\utils.py", line 138, in
startPlugin
plugins[packageName] = package.classFactory(iface)
AttributeError: 'module' object has no attribute 'classFactory'

Python version:
2.5.2 (r252:60911, Feb 21 2008, 13:11:45) [MSC v.1310 32 bit (Intel)]


QGIS version:
1.6.0-Capiapo Capiapo, exported

Python path: ['C:\\Users\\lsorey\\.qgis\\python\\plugins\\cswclient',
'C:\\Users\\mypath\\.qgis\\python\\plugins\\cswclient',
'C:/OSGeo4W/apps/qgis/./python', 'C:/Users/mypath/.qgis/python',
'C:/Users/mypath/.qgis/python/plugins',
'C:/OSGeo4W/apps/qgis/./python/plugins',
'C:\\OSGeo4W\\apps\\gdal-17\\pymod', 'C:\\',
'C:\\OSGeo4W\\bin\\python25.zip', 'C:\\OSGeo4W\\apps\\Python25\\DLLs',
'C:\\OSGeo4W\\apps\\Python25\\lib',
'C:\\OSGeo4W\\apps\\Python25\\lib\\plat-win',
'C:\\OSGeo4W\\apps\\Python25\\lib\\lib-tk', 'C:\\OSGeo4W\\apps\\qgis\\bin',
'C:\\OSGeo4W\\apps\\Python25',
'C:\\OSGeo4W\\apps\\Python25\\lib\\site-packages',
'C:\\OSGeo4W\\apps\\Python25\\lib\\site-packages\\win32',
'C:\\OSGeo4W\\apps\\Python25\\lib\\site-packages\\win32\\lib',
'C:\\OSGeo4W\\apps\\Python25\\lib\\site-packages\\Pythonwin',
'C:\\OSGeo4W\\apps\\Python25\\lib\\site-packages\\wx-2.8-msw-unicode',
'C:\\OSGeo4W\\apps\\qgis\\python\\plugins\\fTools\\tools',
'/usr/share/qgis/python/', '/usr/share/qgis/python/']


Thanks,

Lenny

On Mon, Dec 13, 2010 at 12:31 PM, Paolo Cavallini wrote:

> Impossibile caricare il plugin cswclient a causa di errore chiamando il
> metodo
> classFactory()
>
> Traceback (most recent call last):
>  File "/usr/lib/python2.6/dist-packages/qgis/utils.py", line 138, in
> startPlugin
>plugins[packageName] = package.classFactory(iface)
> AttributeError: 'module' object has no attribute 'classFactory'
> ===
> All the best.
> --
> Paolo Cavallini: http://www.faunalia.it/pc
> ___
> 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] Error for postgres's provider when table(statement SELECT ) is outside public's schema

2010-12-14 Thread Luiz Motta
Hi Giuseppe ,

The author of provider told me about this problem, see ticket (
https://trac.osgeo.org/qgis/ticket/3329).

The  geometries and SQL are  very simples.

My enviroment is:
1) Windows XP
2) OSGEO4W packages: QGIS 1.6 and Trunk
3) Postgres in Localhost
4) User for Postgres: postgres (administator).
5) SQL :
SELECT
  l.id AS gid, l.the_geom AS the_geom
FROM gis.tl_20101117_101056_limite l

Please inform about your enviroment.
It  can be util for understand what is happened.

Regards,
Luiz Motta





2010/12/14 Giuseppe Sucameli 

> Hi Luiz,
>
> On Tue, Dec 14, 2010 at 2:43 AM, Luiz Motta  wrote:
>
>> I am testing the 'Custom database query' plugins, where, i use layers
>> outside public's schema.
>> The plugin create the layer, but, before, i receive the message error
>> about cursor od database.
>> If the layers are inside public's schema not appear message.
>> The one ticket is open, number 3329.
>>
> I'm unable to reproduce it, both 'Custom database query' and 'RT Sql Layer'
> plugins
> seems to work with tables not in the public schema.
> Maybe does your layer contain invalid geometries?
>
> Cheers.
>
> --
> Giuseppe Sucameli
>
>
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] Error for postgres's provider when table(statement SELECT ) is outside public's schema

2010-12-14 Thread Giuseppe Sucameli
Hi Luiz,

On Tue, Dec 14, 2010 at 2:43 AM, Luiz Motta  wrote:

> I am testing the 'Custom database query' plugins, where, i use layers
> outside public's schema.
> The plugin create the layer, but, before, i receive the message error about
> cursor od database.
> If the layers are inside public's schema not appear message.
> The one ticket is open, number 3329.
>
I'm unable to reproduce it, both 'Custom database query' and 'RT Sql Layer'
plugins
seems to work with tables not in the public schema.
Maybe does your layer contain invalid geometries?

Cheers.

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


Re: [Qgis-developer] Any GPX to PostGIS and GPX to Spatialite plugin

2010-12-14 Thread Luiz Motta
Hi,

Maybe it is better to make the plugin for write vector layers(any source) to
Database (Postgis or Spatialite).


2010/12/14 Noli Sicad 

> Hi,
>
> Any QGIS plugin for GPX to PostGIS and GPX to Spatialite?
>
> http://www.postneo.com/2007/01/20/from-gpx-to-postgis
>
> What do you think of these i.e. GPX to PostGIS and GPX to Spatialite?
>
> It is useful to have this?
>
> Anybody planning to develop this plugin,
>
> Noli
> ___
> 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] Any GPX to PostGIS and GPX to Spatialite plugin

2010-12-14 Thread Noli Sicad
Hi,

Any QGIS plugin for GPX to PostGIS and GPX to Spatialite?

http://www.postneo.com/2007/01/20/from-gpx-to-postgis

What do you think of these i.e. GPX to PostGIS and GPX to Spatialite?

It is useful to have this?

Anybody planning to develop this plugin,

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


Re: [Qgis-developer] add postgis raster

2010-12-14 Thread Maurício de Paulo
I've stumbled into a problem with some raster too. It seems like a gdal bug.
But I could get it to work with the image available at:
http://trac.osgeo.org/gdal/wiki/frmts_wtkraster.html
Looks like gdal is still improving the non-regular raster reading and
performance.
Well.. then I'm going to release a new version with the same lib as
pgmanager to make it easier to merge.
Hum... preview through pgmanager... I didn't think about it. Sounds good.
I'm going to review the code and see what i can do to make it happen.
Best regards,
Mauricio


2010/12/14 Paolo Cavallini 

> Il 13/12/2010 20:03, Maurício de Paulo ha scritto:
> > Are you testing on ubuntu/Debian? I had to install pyqt4's psql driver
> > by hand. I don' t remeber exactly the driver's name. I think it's
> > something like libqt4-psql.
>
> Yes, I'm on Debian.
> In fact:
> Warning: QSqlDatabase: QPSQL driver not loaded
> Installing libqt4-sql-psql does the trick.
> However, I have the server on another machine, and the pg versions do not
> match, so I
> get Warning: This version of PostgreSQL is not supported and may not work.
> And in fact it does not work well: the raster is loaded, but I only get
> NULLs and 0
> instead of true values. Unsure, however, if the raster was loaded correctly
> in the db.
>
> On the machine where I have the db, I get instead (but this coudl be to
> mismatching
> pg versions, as I have both 8.4 and 9.0 istalled):
> Error:
>GDAL Error 4: `PG: dbname=nove host=localhost user=nove
> password=* port=5433
> schema=public table=dtm_rt' does not exist in the file system,
> and is not recognised as a supported dataset name.
>
> During startup - There were 16 warnings (use warnings() to see them)
> Segmentation fault
>
> > I've used pyqt4 for table listing. I don't know what's going to be QGIS'
> > default pg library, but it's easily replaced.
>
> I think it would be good not to add further cryptodependencies.
>
> > Integration with PostgisManager? It can be done. But I was thinking
> > about moving the plugin to the Layer menu (as I did with RGB Composition
> > Plugin). IMHO plugins that load data should be with the other data
> > loading interfaces. What do you think would be best for the users?
>
> I think the best would be to integrate with both "Add PostGIS vector" for
> loading and
> with PostGIS manager for previewing and loading.
>
> All the best, and thanks a lot!
> --
> Paolo Cavallini: http://www.faunalia.it/pc
>



-- 
Mauricio de Paulo
Engenheiro Cartografo
MapeandoOBrasil 
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] Plugin Issue Tracking and Code Repo - vote?

2010-12-14 Thread Anne Ghisla
On Tue, 2010-12-14 at 19:11 +1000, Nathan Woodrow wrote:
> I like the plugins.qgis.org/development URL however I would shorten it to
> plugins.qgis.org/dev 

+0.5 for dev / development.
As users can think it's a space for developers only, something like
"tickets" would be better.

thanks for the great work!
Anne

> On Tue, Dec 14, 2010 at 6:57 PM, Alex Mandel 
> wrote:
> 
> > So it's been a couple of weeks since we got the Redmine + Git instance
> > up. A handful of people have looked at it. Tim and Paolo both think it's
> > adequate for the need of centralizing ticket tracking for plugins and
> > optionally hosting or syncing git repos for plugins too.
> >
> > Next steps:
> > 1.Can we get some sort of vote of confidence to go ahead and
> > announce/open it up for usage?
> > 2.What url should we put it at? It could be a subpage of the new django
> > url or something along those lines.
> > Some ideas:
> > plugins.qgis.org/scm
> > scm.qgis.org
> > plugins.qgis.org/development
> >
> > The current site is qgis.osgeo.osuosl.org and osgeo logins work for it
> > (same as trac). I'll work with Pirmin to look at re-skinning Redmine
> > with the QGIS website theme.
> >
> > Thanks,
> > Alex
> > ___
> > 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



signature.asc
Description: This is a digitally signed message part
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] Plugin Issue Tracking and Code Repo - vote?

2010-12-14 Thread Luca Delucchi
2010/12/14 Alex Mandel :

>
> I'm still checking the details but I think it's possible. What version
> of Redmine are you currently running? What backend db are you using?
>

I'm using Redmine 0.9.4.stable and PostgreSQL like db

> Thanks,
> Alex
>

thanks
Luca

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


Re: [Qgis-developer] Plugin Issue Tracking and Code Repo - vote?

2010-12-14 Thread Alex Mandel
On 12/14/2010 01:40 AM, Luca Delucchi wrote:
> 2010/12/14 Alex Mandel :
> 
>>
>> plugins.qgis.org/forge
>> plugins.qgis.org/code
>> plugins.qgis.org/source
>> plugins.qgis.org/tickets
> 
> I like plugins.qgis.org/tickets; other ideas are:
> 
> plugins.qgis.org/trac
> plugins.qgis.org/bugs
> 
> I have a question for someone skilled in redmine. I have redmine bug
> tracker for OGR2Layers on my server [0] and I would know if it is
> possible backup the project and restore it in the new redmine qgis
> system
> 

I'm still checking the details but I think it's possible. What version
of Redmine are you currently running? What backend db are you using?

Thanks,
Alex

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


Re: [Qgis-developer] Plugin Issue Tracking and Code Repo - vote?

2010-12-14 Thread Luca Delucchi
2010/12/14 Alex Mandel :

>
> plugins.qgis.org/forge
> plugins.qgis.org/code
> plugins.qgis.org/source
> plugins.qgis.org/tickets

I like plugins.qgis.org/tickets; other ideas are:

plugins.qgis.org/trac
plugins.qgis.org/bugs

I have a question for someone skilled in redmine. I have redmine bug
tracker for OGR2Layers on my server [0] and I would know if it is
possible backup the project and restore it in the new redmine qgis
system

> Thanks,
> Alex
>

thanks
Luca

www.lucadelu.org

[0] http://lucadelu.org:3000/projects/ogr2layers
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] Remove geoprocessing plugin?

2010-12-14 Thread Martin Dobias
On Tue, Dec 14, 2010 at 8:16 AM, Paolo Cavallini  wrote:
> Il 13/12/2010 21:05, Martin Dobias ha scritto:
>
>> I would vote to remove it once we have some print composer templates:
>> so that people can print / export to pdf with no effort to lay out the
>> items.
>
> there is a nice plugin: EasyPrint, that could replace QuickPrint, after some 
> tuning
> (e.g. replacing the heading). I suggest to add it to trunk.

Let's wait for Marco's additions to composer (as mentioned by him on
kcube dev wiki page).


>>>  - copyright (you can just add an annotation)
>>
>> IIRC annotations are always bound to a particular position on map, so
>> they're a bit different than the copyright label that is always in the
>> corner...
>
> I remember there was a copyright python plugin; I think this could replace 
> the C++
> implementation, being more flexible.

This was actually historically the first qgis python plugin ever
written :-) I have ported it from c++ to Python just to see whether
the bindings and plugin infrastructure work correctly.

I don't know what to do with the whole bunch of simple "decoration"
plugins: maybe their functionality could be best ported directly into
qgis application and we would (maybe) save some time during the qgis
startup since we will avoid loading of few modules.

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


Re: [Qgis-developer] Plugin Issue Tracking and Code Repo - vote?

2010-12-14 Thread Alex Mandel
On 12/14/2010 01:28 AM, Martin Dobias wrote:
> Hi Alex
> 
> On Tue, Dec 14, 2010 at 9:57 AM, Alex Mandel  
> wrote:
>> So it's been a couple of weeks since we got the Redmine + Git instance
>> up. A handful of people have looked at it. Tim and Paolo both think it's
>> adequate for the need of centralizing ticket tracking for plugins and
>> optionally hosting or syncing git repos for plugins too.
> 
> I didn't have a thorough look, but it seems that only HTTP is
> available for logging in. Would it be possible to have also HTTPS at
> least for the login? I use my login for committing to svn, so I don't
> feel very confident to send my password in plain text over the
> network...
> 
> Regards
> Martin

Yes I have seen the option to turn on https in Redmine, not sure how to
set it up to do both. But will check and get back on that.

Note, that code commits are via ssh key so that's less of an issue for
at least one part of the site.

Thanks,
Alex

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


Re: [Qgis-developer] Plugin Issue Tracking and Code Repo - vote?

2010-12-14 Thread Martin Dobias
Hi Alex

On Tue, Dec 14, 2010 at 9:57 AM, Alex Mandel  wrote:
> So it's been a couple of weeks since we got the Redmine + Git instance
> up. A handful of people have looked at it. Tim and Paolo both think it's
> adequate for the need of centralizing ticket tracking for plugins and
> optionally hosting or syncing git repos for plugins too.

I didn't have a thorough look, but it seems that only HTTP is
available for logging in. Would it be possible to have also HTTPS at
least for the login? I use my login for committing to svn, so I don't
feel very confident to send my password in plain text over the
network...

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


Re: [Qgis-developer] Plugin Issue Tracking and Code Repo - vote?

2010-12-14 Thread Alex Mandel
On 12/14/2010 12:57 AM, Alex Mandel wrote:
> So it's been a couple of weeks since we got the Redmine + Git instance
> up. A handful of people have looked at it. Tim and Paolo both think it's
> adequate for the need of centralizing ticket tracking for plugins and
> optionally hosting or syncing git repos for plugins too.
> 
> Next steps:
> 1.Can we get some sort of vote of confidence to go ahead and
> announce/open it up for usage?
> 2.What url should we put it at? It could be a subpage of the new django
> url or something along those lines.
> Some ideas:
> plugins.qgis.org/scm
> scm.qgis.org
> plugins.qgis.org/development
> 
> The current site is qgis.osgeo.osuosl.org and osgeo logins work for it
> (same as trac). I'll work with Pirmin to look at re-skinning Redmine
> with the QGIS website theme.
> 
> Thanks,
> Alex

plugins.qgis.org/forge
plugins.qgis.org/code
plugins.qgis.org/source
plugins.qgis.org/tickets

Just some more to kick around.

Thanks,
Alex

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


Re: [Qgis-developer] Plugin Issue Tracking and Code Repo - vote?

2010-12-14 Thread Nathan Woodrow
I like the plugins.qgis.org/development URL however I would shorten it to
plugins.qgis.org/dev 

On Tue, Dec 14, 2010 at 6:57 PM, Alex Mandel wrote:

> So it's been a couple of weeks since we got the Redmine + Git instance
> up. A handful of people have looked at it. Tim and Paolo both think it's
> adequate for the need of centralizing ticket tracking for plugins and
> optionally hosting or syncing git repos for plugins too.
>
> Next steps:
> 1.Can we get some sort of vote of confidence to go ahead and
> announce/open it up for usage?
> 2.What url should we put it at? It could be a subpage of the new django
> url or something along those lines.
> Some ideas:
> plugins.qgis.org/scm
> scm.qgis.org
> plugins.qgis.org/development
>
> The current site is qgis.osgeo.osuosl.org and osgeo logins work for it
> (same as trac). I'll work with Pirmin to look at re-skinning Redmine
> with the QGIS website theme.
>
> Thanks,
> Alex
> ___
> 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] Plugin Issue Tracking and Code Repo - vote?

2010-12-14 Thread Alex Mandel
So it's been a couple of weeks since we got the Redmine + Git instance
up. A handful of people have looked at it. Tim and Paolo both think it's
adequate for the need of centralizing ticket tracking for plugins and
optionally hosting or syncing git repos for plugins too.

Next steps:
1.Can we get some sort of vote of confidence to go ahead and
announce/open it up for usage?
2.What url should we put it at? It could be a subpage of the new django
url or something along those lines.
Some ideas:
plugins.qgis.org/scm
scm.qgis.org
plugins.qgis.org/development

The current site is qgis.osgeo.osuosl.org and osgeo logins work for it
(same as trac). I'll work with Pirmin to look at re-skinning Redmine
with the QGIS website theme.

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


Re: [Qgis-developer] kCube to donate 6 months of developer time - have your say!

2010-12-14 Thread Luca Delucchi
2010/12/13 Ivan Mincik :
> I would also vote on solving the bugs queue.

+1

regards
Luca

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