Re: [Qgis-user] QGIS Python Plugin Installer not UTF-8 aware?

2008-11-17 Thread Andreas Neumann
Hi Borys, Thank you for your detailed explanation of the problem. I can understand it better now. And yes, I did not properly encode it with "u'...'" in the first place. Also, thank you for investigating whether we can use utf-8 in plugin metadata in the future. All the best, Andreas > Monday

Re: [Qgis-user] Mac OS X: QGIS 1.0 Preview 2 Crashes

2008-11-17 Thread William Kyngesburye
On Nov 15, 2008, at 12:01 PM, Martin Dobias wrote: Victory! I patched SIP to compile as a bundle, with no direct link to Python. Rebuild PyQt and it followed. Rebuild Qgis, and the qgis-python modules are also now correct. Then, changed libqgispython to drop the full path to Python binary

Re: [Qgis-user] QGIS Python Plugin Installer not UTF-8 aware?

2008-11-17 Thread Borys Jurgiel
Monday 17 of November 2008 11:59:00 Andreas Neumann napisał(a): > It seems like the Python QGIS Plugin installer has problems displaying > UTF-8 characters. > > As an example I am using german umlauts in the plugin description which is > not displayed correctly. > > I filed bug https://trac.osgeo.o

Re: [Qgis-developer] Re: [Qgis-user] Announcing Qgis-mapper project

2008-11-17 Thread Martin Dobias
On Mon, Nov 17, 2008 at 8:30 PM, Tim Sutton <[EMAIL PROTECTED]> wrote: > Me too! If you are developing in your own, what are your plans in terms > of integration into QGIS trunk? I guess you need to modify core to some > degree and then plan to put the rest of functionality out into python > plugin

Re: [Qgis-user] GeoFesta

2008-11-17 Thread Tim Sutton
On Mon, 2008-11-17 at 20:35 +0100, Paolo Cavallini wrote: > Hi all. > Last days I have been at the geofesta: > http://www.regione.toscana.it/festadellageografia > It was quite obvious that QGIS has conquered the world: last year we had > to explain what FOSS was, to convince people that is is worki

[Qgis-user] GeoFesta

2008-11-17 Thread Paolo Cavallini
Hi all. Last days I have been at the geofesta: http://www.regione.toscana.it/festadellageografia It was quite obvious that QGIS has conquered the world: last year we had to explain what FOSS was, to convince people that is is working, it does not bite, etc. Now the usual response when taking a QGIS

Re: [Qgis-developer] Re: [Qgis-user] Announcing Qgis-mapper project

2008-11-17 Thread Tim Sutton
Hi > > > > Public access to source repository is not available, but we will try > > to release some useful parts of the project during the development - > > PostGIS manager plugin is an example. There's Trac running for our > > project, those interested can take a look at the progress: > > http://

Re: [Qgis-user] Announcing Qgis-mapper project

2008-11-17 Thread John C. Tull
On Nov 17, 2008, at 6:51 AM, Martin Dobias wrote: Hi all, I'd like to announce that we're starting a new QGIS-based project at our university. We've formed a group of five students from our faculty that will work on this project. It will introduce some improvements int QGIS and create tools for

[Qgis-user] uncheck editing tool (python plugin)

2008-11-17 Thread Möri Cedric
Hi all! I'm currently trying to uncheck an editing tool icon with my python plugin. The following code works for non editing tools like zoom and pan: mc = self.iface.mapCanvas() layer = mc.currentLayer() tool = mc.mapTool() mc.unsetMapTool(tool) After this snippet, if the current tool is an non

[Qgis-user] Announcing Qgis-mapper project

2008-11-17 Thread Martin Dobias
Hi all, I'd like to announce that we're starting a new QGIS-based project at our university. We've formed a group of five students from our faculty that will work on this project. It will introduce some improvements int QGIS and create tools for simpler creation of roadmaps. There's planned suppor

[Qgis-user] Still having Proxy Problems

2008-11-17 Thread Andreas Neumann
Hi all, I am still having proxy problems. I am using the latest SVN trunk version. I came across this thread at http://www.nabble.com/QGis-proxy-settings-td20127464.html - my conclusion was that the proxy problems should be solved by now - but it still doesn't work for me. The proxy at our local

Re: [Qgis-user] QGIS Python Plugin Installer not UTF-8 aware?

2008-11-17 Thread Borys Jurgiel
Monday 17 of November 2008 11:59:00 Andreas Neumann napisał(a): > It seems like the Python QGIS Plugin installer has problems displaying > UTF-8 characters. > > As an example I am using german umlauts in the plugin description which is > not displayed correctly. Thanks! I'll get down to this tonig

Re: [Qgis-user] psycopg2 and Plugin Distribution on Windows

2008-11-17 Thread Andreas Neumann
ok - meanwhile I found a Windows Psycopg2 installer at http://www.stickpeople.com/projects/python/win-psycopg/ but as Boris suggests, it would be really cool if psycopg2 could be included in the standard qgis distributions, at least for Windows and OSX. I added an enhancement ticket at https://tr

[Qgis-user] QGIS Python Plugin Installer not UTF-8 aware?

2008-11-17 Thread Andreas Neumann
It seems like the Python QGIS Plugin installer has problems displaying UTF-8 characters. As an example I am using german umlauts in the plugin description which is not displayed correctly. I filed bug https://trac.osgeo.org/qgis/ticket/1405 This may be related to https://trac.osgeo.org/qgis/chan

Re: [Qgis-user] psycopg2 and Plugin Distribution on Windows

2008-11-17 Thread Borys Jurgiel
> I hope that I can find an easy install solution of QGIS-plugins based on > psycopg2, since most of my future QGIS plugins will rely on Postgis. > > Thanks for any hints, > Andreas I agree this is an essential module. I think PostGis support should be complete and works out of the box, also in p

[Qgis-user] psycopg2 and Plugin Distribution on Windows

2008-11-17 Thread Andreas Neumann
Hi QGIS Python developers, I have written a Python QGIS Plugin that relies on psycopg2 (with Marco Hugentoblers help). The plugin was developed on Linux but now needs to be distributed on Windows and OSX. I created a local plugin repository for this purpose. However, if I try to install it on a

Re: [Qgis-user] scale bar

2008-11-17 Thread Andreas Neumann
hm - seems to work for me: * SVN latest trunk (Ubuntu 8.10, 64bit) * Win2K, Preview2 Andreas > Hello, > > When we add the scale bar on the printing window Qgis win & ubuntu > preview 2 crashes > > JC > ___ > Qgis-user mailing list > Qgis-user@lists.os

Re: [Qgis-user] Feature enhancement/request for QGIS digitizing toolbox

2008-11-17 Thread maning sambale
On 11/17/08, Andreas Neumann <[EMAIL PROTECTED]> wrote: > Hi, > >> I use QGIS extensively for digitizing. Hope this request is valid as >> an ehancement to QGIS digitizing tools. >> >> 1. Stream-mode digitizing > > I wonder if stream-mode is really that useful. In my experience, at least > when wo

Re: [Qgis-user] Feature enhancement/request for QGIS digitizing toolbox

2008-11-17 Thread Andreas Neumann
Hi, > I use QGIS extensively for digitizing. Hope this request is valid as > an ehancement to QGIS digitizing tools. > > 1. Stream-mode digitizing I wonder if stream-mode is really that useful. In my experience, at least when working with mouse - stream-mode digitizing is not very accurate and c