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 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 mi...@arava.co.il 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

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

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 wokl...@kyngchaos.com 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

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 telwertow...@comcast.net 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

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 telwertow...@comcast.net wrote: The following workaround may

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

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 julien.ma...@c-s.fr 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

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 QGIS

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 radim.bla...@gmail.com wrote: Merged to trunk. Radim ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org

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

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, Mar 8, 2011

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 wokl...@kyngchaos.com wrote: Indeed, that works for me also. On Mar 8, 2011, at 11:17 AM,

[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

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

[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

Re: [Qgis-developer] Raster providers

2011-03-08 Thread Radim Blazek
On Wed, Mar 9, 2011 at 12:32 AM, Borys Jurgiel li...@borysjurgiel.pl 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

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-

Re: [Qgis-developer] Raster providers

2011-03-08 Thread Tim Sutton
Hi On Wed, Mar 9, 2011 at 8:33 AM, Radim Blazek radim.bla...@gmail.com wrote: On Wed, Mar 9, 2011 at 12:32 AM, Borys Jurgiel li...@borysjurgiel.pl 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

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 ___