Re: [Qgis-developer] symbol levels in rule-based rendering

2011-03-08 Thread kimaidou
Hi devs, I agree with Marco and Martin : following the SLD logic would be great. It would help a lot people used to SLD to understand the logic of Qgis styling. I also think we should keep the logic easy to understand while not loosing too much power. Talking about SLD import/export... Using Qgis

Re: [Qgis-developer] In with the new, out with the old?

2011-03-08 Thread Carson Farmer
> In any case, I like your suggestion to put wrappers to all these new plugins > (C++ also) under the "Vector" menu. THere's been a lot of discussion > regarding consolidating plugins under categories /menu topics to make things > easier to find. Any spatial query tools should, in my opinion appear

Re: [Qgis-developer] In with the new, out with the old?

2011-03-08 Thread Paolo Cavallini
Il giorno mar, 08/03/2011 alle 08.20 +0200, Micha Silver ha scritto: > Perhaps an effort to organize all these tools in one place > would be worthwhile. Agreed. That's why I insist (sorry, I know I'm bothering) we need a common development platform for plugins, so that developers can collaborate

Re: [Qgis-developer] In with the new, out with the old?

2011-03-08 Thread Paolo Cavallini
Il giorno lun, 07/03/2011 alle 22.48 +, Carson Farmer ha scritto: > However, I really don't think this should be the 'default' or > primary/sole output type. I think what I'll probably do is simply add > 'output options' to the current output file dialog, such that users > can choose memory lay

Re: [Qgis-developer] In with the new, out with the old?

2011-03-08 Thread Paolo Cavallini
Il giorno lun, 07/03/2011 alle 23.29 +0100, Borys Jurgiel ha scritto: > Actually I think there's no simple answer what is better. I prefer to use > memory layers as long as it's possible. So I'd prefer to see three options: > > - save to memory layer [...name...] and add to the canvas > - save to

Re: [Qgis-developer] In with the new, out with the old?

2011-03-08 Thread Paolo Cavallini
Il giorno lun, 07/03/2011 alle 22.43 +, Carson Farmer ha scritto: > So a tool to delete vector(s)/raster(s) and associated files. > Something like a open file dialog where you can select x number of > QGIS supported vector/raster files, and delete them all in one go? > That *would* be handy...

Re: [Qgis-developer] In with the new, out with the old?

2011-03-08 Thread Tim Sutton
Hi On Tue, Mar 8, 2011 at 8:20 AM, Micha Silver wrote: 8<--snip-- > > Where is this "spatial query". I updated a Win XP machine last night to the > latest 1.7 with OSGeo4W setup, and I don't find any spatial query? > Its a C++ plugin, you can find it in the plug

Re: [Qgis-developer] In with the new, out with the old?

2011-03-08 Thread Borys Jurgiel
Dnia wtorek 08 marca 2011 o 11:26:50 Paolo Cavallini napisał(a): > Il giorno lun, 07/03/2011 alle 22.43 +, Carson Farmer ha scritto: > > So a tool to delete vector(s)/raster(s) and associated files. > > Something like a open file dialog where you can select x number of > > QGIS supported vector

Re: [Qgis-developer] In with the new, out with the old?

2011-03-08 Thread Nathan Woodrow
Are you talking about my FileBrowser plugin, if so I was thinking about adding support to delete and rename files some time in the future just have been super busy and haven't had a chance. If someone wants to try it for me the code is up on https://github.com/madmanwoo/QGIS-File-Browser you can j

Re: [Qgis-developer] In with the new, out with the old?

2011-03-08 Thread Carson Farmer
Attached is a quick attempt at it... Pretty rough but it works... Carson On Tue, Mar 8, 2011 at 11:36 AM, Nathan Woodrow wrote: > Are you talking about my FileBrowser plugin, if so I was thinking about > adding support to delete and rename files some time in the future just have > been super bus

[Qgis-developer] GdalTools: allow to set output size for those tools that need it

2011-03-08 Thread Benjamin Ducke
Dear all, I just noticed that there is no way to set the output cell size (resolution) in GdalTools and QGIS 1.6. Unfortunately, this renders tools like "gdal_grid" and "gdal_rasterize" unusable. I found a discussion of this issue here: https://trac.osgeo.org/qgis/ticket/2941 And it ends on a n

Re: [Qgis-developer] In with the new, out with the old?

2011-03-08 Thread Nathan Woodrow
Thanks for the patch greatly appreciated, I have applied it and have pushed a new branch (https://github.com/madmanwoo/QGIS-File-Browser/tree/renametest) to my github account while I test and add some things, mainly error handling, to it then I will make merge and release. Thanks again. - Nathan

Re: [Qgis-developer] In with the new, out with the old?

2011-03-08 Thread Paolo Cavallini
Il giorno mar, 08/03/2011 alle 11.47 +, Carson Farmer ha scritto: > Attached is a quick attempt at it... Pretty rough but it works... BTW: QGIS File Browser plugin seems to forget about its setting at every startup of QGIS. It would be good to have it always in place, memebering folder state e

Re: [Qgis-developer] 1 Mac section was skipped in r15383

2011-03-08 Thread William Kyngesburye
On Mar 8, 2011, at 1:43 AM, Martin Dobias wrote: > On Tue, Mar 8, 2011 at 4:55 AM, William Kyngesburye > wrote: >> Lines 806-826, still some old shortcuts->... stuff here. It won't compile. > > Hi William, > > r15387 should fix that. > > Martin It compiles now. But something is wrong, I thi

Re: [Qgis-developer] 1 Mac section was skipped in r15383

2011-03-08 Thread Tom Elwertowski
The following workaround may shed some light on the source of the problem: Comment out the first line of retranslateUI in ui_ggisapp.h (MainWindow->setWindowTitle) This suggests to me that something needed by setWindowTitle for this object may not be initialized yet. Tom William Kyngesbur

Re: [Qgis-developer] 1 Mac section was skipped in r15383

2011-03-08 Thread Martin Dobias
On Tue, Mar 8, 2011 at 5:29 PM, Tom Elwertowski wrote: > The following workaround may shed some light on the source of the problem: > > Comment out the first line of retranslateUI in ui_ggisapp.h > (MainWindow->setWindowTitle) > > This suggests to me that something needed by setWindowTitle for thi

Re: [Qgis-developer] 1 Mac section was skipped in r15383

2011-03-08 Thread Tom Elwertowski
Removing the windowTitle property from qgisapp.ui works for me. The title after startup is "Quantum GIS r15387M" so it's still being set somewhere later. Tom Martin Dobias wrote: On Tue, Mar 8, 2011 at 5:29 PM, Tom Elwertowski wrote: The following workaround may shed some light on the sou

Re: [Qgis-developer] hackfest in Lisbon

2011-03-08 Thread Julien Malik
Dear hackers, As a member of the Orfeo Toolbox "core" development team, I propose to join you at the next HackFest in Lisbon. This would be a great occasion to discuss with you about : - the image processing needs in QGis, and how they can eventually be fulfilled by OTB. - the UI / end-user a

Re: [Qgis-developer] hackfest in Lisbon

2011-03-08 Thread Tim Sutton
Hi Julien On Tue, Mar 8, 2011 at 7:28 PM, Julien Malik wrote: > Dear hackers, > > As a member of the Orfeo Toolbox "core" development team, I propose to join > you at the next HackFest in Lisbon. > > This would be a great occasion to discuss with you about : > - the image processing needs in QGis

Re: [Qgis-developer] Raster providers

2011-03-08 Thread Radim Blazek
Merged to trunk. Radim ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/qgis-developer

[Qgis-developer] Icons disappearing when opening attribute table

2011-03-08 Thread Ivan Mincik
Hi can anybody confirm following behavior ? Would You please configure Your QGIS to "Open attribute table in dock window", load this example data [1] and choose Layer -> Open Attribute Table ? In my case attribute table window is opened with blank buttons without any icons. Icons will appear when

Re: [Qgis-developer] Icons disappearing when opening attribute table

2011-03-08 Thread Werner Macho
hi Ivan! Testet and confirmed.. no Icons appear - only when you move mouse cursor over it .. Tested latest trunk version r15392 so you can open a ticket.. regards werner On 03/08/11 22:25, Ivan Mincik wrote: > Hi can anybody confirm following behavior ? > > Would You please configure Your QGI

Re: [Qgis-developer] Icons disappearing when opening attribute table

2011-03-08 Thread Ivan Mincik
On Tue, Mar 8, 2011 at 10:51 PM, Werner Macho wrote: > hi Ivan! > > Testet and confirmed.. no Icons appear - only when you move mouse cursor > over it .. > > Tested latest trunk version r15392 > > so you can open a ticket.. Thanks ___ Qgis-developer mai

Re: [Qgis-developer] Raster providers

2011-03-08 Thread Tim Sutton
\o/ \o/ \o/ \o/ <-- happy QGIS users everywhere On Tue, Mar 8, 2011 at 9:17 PM, Radim Blazek wrote: > Merged to trunk. > > Radim > ___ > Qgis-developer mailing list > Qgis-developer@lists.osgeo.org > http://lists.osgeo.org/mailman/listinfo/qgis-deve

Re: [Qgis-developer] Raster providers

2011-03-08 Thread Borys Jurgiel
Finally! :-) It's impressing. I observe two issues only: 1. Histogram stretch doesn't work with OTFR enabled (both tools: the one in layer context menu and the one in toolbar). By the way, why there are the two tools for stretching? The one in toolbar works with grayscale rasters only, while th

Re: [Qgis-developer] Raster providers

2011-03-08 Thread Carson Farmer
Works beautifully (I'm looking at a reprojected alaska landcover test dataset as I type this)! One comment though: The Debug output is *extremely* verbose... as in... it looks like the matrix screen with numbers running down my console ;-) Is this necessary? Carson On Tue, Mar 8, 2011 at 11:32 PM

Re: [Qgis-developer] In with the new, out with the old?

2011-03-08 Thread Nathan Woodrow
Sounds like a plan, I'll add that to the TODO list not sure when I'll get to it though. Of course if anyone else would like to have a go at it I would be quite happy to take it. - Nathan On Wed, Mar 9, 2011 at 12:15 AM, Paolo Cavallini wrote: > Il giorno mar, 08/03/2011 alle 11.47 +, Carson

Re: [Qgis-developer] 1 Mac section was skipped in r15383

2011-03-08 Thread William Kyngesburye
Indeed, that works for me also. On Mar 8, 2011, at 11:17 AM, Tom Elwertowski wrote: > Removing the windowTitle property from qgisapp.ui works for me. The title > after startup is "Quantum GIS r15387M" so it's still being set somewhere > later. > > Tom > > > Martin Dobias wrote: >> On Tue, Ma

Re: [Qgis-developer] 1 Mac section was skipped in r15383

2011-03-08 Thread Noli Sicad
Hi William, Looking forward to see the new raster provider in QGIS Mac OS X build. Watching your Developer Build. http://www.kyngchaos.com/software/qgis Thanks. Noli On 3/9/11, William Kyngesburye wrote: > Indeed, that works for me also. > > On Mar 8, 2011, at 11:17 AM, Tom Elwertowski wrote

[Qgis-developer] How to handle errors when loading the project

2011-03-08 Thread Chris Crook
Hi All I've recently had problems with loading project files and think it would be good to change the handling of this a bit! First a bit of background. My problems originally came from the changes to the delimited text provider to use Qurl.fromLocalFile as the datasource. I think this is a g

[Qgis-developer] Raster on the fly

2011-03-08 Thread Luiz Motta
Devs, I had problem with image to set "on the fly". The example of image is: http://www.engesat.com.br/cddemo/ikonos/11bits/composicao/psm/geotiff/guaxupe_psm11.zip I am testing with: 1) Windows XP 2) QGIS 1.7 r15395 The QGIS crash with steps below: 1) Open image 2) Enable "on the fly" with

Re: [Qgis-developer] Raster on the fly

2011-03-08 Thread custard
I can confirm this with this data. It is further than I get with my datasets. I usually only get to step 2, and the datum is unimportant. It's quite annoying because it means that any dataset I have with a raster, and "on the fly" selected causes qgis-dev to crash. -ramon. - Original Mes

[Qgis-developer] Compile QGIS r15395 - ui_qgisapp.h not found

2011-03-08 Thread Luiz Motta
Devs, I tried compile QGIS r15395, in ubuntu 10.10, and get this message: [ 35%] Building CXX object src/app/CMakeFiles/qgis.dir/main.cpp.o In file included from /home/lmotta/dev/cpp/qgis/src/app/main.cpp:66: /home/lmotta/dev/cpp/qgis/src/app/qgisapp.h:83: fatal error: ui_qgisapp.h: Arquivo ou d

Re: [Qgis-developer] Raster on the fly

2011-03-08 Thread Jim Hammack
Also seg faults under Linux on Slackware 13.1 with no error message. On 03/08/2011 07:55 PM, custard wrote: I can confirm this with this data. It is further than I get with my datasets. I usually only get to step 2, and the datum is unimportant. It's quite

Re: [Qgis-developer] Raster providers

2011-03-08 Thread Radim Blazek
Hi, a bit more verbosity is necessary in this stage, I have commented the matrix output however. Radim On Wed, Mar 9, 2011 at 1:08 AM, Carson Farmer wrote: > Works beautifully (I'm looking at a reprojected alaska landcover test > dataset as I type this)! One comment though: The Debug output is >

Re: [Qgis-developer] Raster providers

2011-03-08 Thread Radim Blazek
On Wed, Mar 9, 2011 at 12:32 AM, Borys Jurgiel wrote: > 1. Histogram stretch doesn't work with OTFR enabled (both tools: the one in > layer context menu and the one in toolbar). Fixed. > By the way, why there are the two > tools for stretching? The one in toolbar works with grayscale rasters onl

Re: [Qgis-developer] Raster providers

2011-03-08 Thread Ivan Mincik
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 03/08/2011 08:17 PM, Radim Blazek wrote: > Merged to trunk. Congratulations, I was testing WMS layer reprojection. It is working flawlessly. I am impressed by speed. Perfect work. - -- Ivan Mincik, Gista s.r.o. -BEGIN PGP SIGNATURE- Vers

Re: [Qgis-developer] Raster providers

2011-03-08 Thread Tim Sutton
Hi On Wed, Mar 9, 2011 at 8:33 AM, Radim Blazek wrote: > On Wed, Mar 9, 2011 at 12:32 AM, Borys Jurgiel wrote: >> 1. Histogram stretch doesn't work with OTFR enabled (both tools: the one in >> layer context menu and the one in toolbar). > > Fixed. > >> By the way, why there are the two >> tools

AW: Re: [Qgis-developer] Raster providers

2011-03-08 Thread Ziegler Stefan
Hi really impressive! What is the behaviour with WMS layer reprojection? It seems that QGIS is still doing some reprojection/resampling when OTF reprojection is enabled but the server is able to serve the desired projection. regards Stefan > -Ursprüngliche Nachricht- > Von: Ivan Minc

[Qgis-developer] HF Lisbon: topics

2011-03-08 Thread Paolo Cavallini
Hi all. I added some details to the topics: http://www.qgis.org/wiki/5._QGIS_Hackfest_in_Lisbon_2011#Topics It started as a simple thing, but it may now be a bit too much - feel free to move it elsewhere. I quickly reviewed our web infrastructure, and I think it is getting *really* too complex. Any

Re: [Qgis-developer] Compile QGIS r15395 - ui_qgisapp.h not found

2011-03-08 Thread Paolo Cavallini
Il giorno mar, 08/03/2011 alle 22.58 -0300, Luiz Motta ha scritto: > Devs, > > I tried compile QGIS r15395, in ubuntu 10.10, and get this message: Just compiled in Debian unstable, all went smoothly. All the best. -- http://www.faunalia.it/pc ___ Qg

Debian unstable packages available (was: Re: [Qgis-developer] Raster providers)

2011-03-08 Thread Paolo Cavallini
Il giorno mar, 08/03/2011 alle 20.17 +0100, Radim Blazek ha scritto: > Merged to trunk. Thanks Radim. Debian unstable user on amd64 can apt-get packages from deb http://int.faunalia.it/~paolo/debian/ unstable/ All the best. -- http://www.faunalia.it/pc _

Re: [Qgis-developer] Raster on the fly

2011-03-08 Thread Werner Macho
tried with QGIS r15398 no crash - everything seems to work - so probably it was a change in the last 3 commits .. regards Werner On 03/09/11 02:59, Jim Hammack wrote: > Also seg faults under Linux on Slackware 13.1 with no error message. > > On 03/08/2011 07:55 PM, custard wrote: >> I can confirm

Re: [Qgis-developer] Compile QGIS r15395 - ui_qgisapp.h not found

2011-03-08 Thread Martin Dobias
On Wed, Mar 9, 2011 at 2:58 AM, Luiz Motta wrote: > Devs, > > I tried compile QGIS r15395, in ubuntu 10.10,  and get this message: > > [ 35%] Building CXX object src/app/CMakeFiles/qgis.dir/main.cpp.o > In file included from /home/lmotta/dev/cpp/qgis/src/app/main.cpp:66: > /home/lmotta/dev/cpp/qgi