[Qgis-developer] right-click to end the digitizing

2013-07-25 Thread Denis Rouzaud

Hi all,

For digitizing, I wonder why the right-click adds a point and finishes 
instead of just finishing the operation.


While showing QGIS to new users, it seems to be very unintuitive. I tend 
to agree to this. After using Inkscape a lot last weeks ;), QGIS' 
behavior seems even more unnatural.


Indeed, one operation per button would be a lot better: left to add, 
right to finish.


I know this discussion has been raised before but I think it might be 
the right time if we decide to change. It would be for 2.0  as this 
isn't a new feature but quite a change in behavior.


In my company, we'll have a few drawers working on QGIS to digitize and 
I think such basic operation should be more intuitive.


What do you think?

Cheers,

Denis

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


[Qgis-developer] Bugs in QGIS Master

2013-07-25 Thread Oscar van Vliet
Dear QGIS developers,

Thanks for all the hard work, I have been using the almost 2.0 builds with
some satisfaction. Unfortunately, all is not well. I am using yesterday's
Master build, and there seems to be a few bugs still.


First of all, the dialog window for Raster|Analysis|DEM is too tall for my
Macbook, which only has 800 pixels vertically. You might consider
rearranging it a little. I can still use it by starting the analysis by
hitting Enter, but I cannot actually see the bottom row of buttons or the
resize widget.


Second, I have some errors in the Raster|Conversion|Rasterise dialog that
make it unusable for me.

I am trying to rasterise a vector layer that I saved as a selection from a
layer that I had previously vectorised.

I understand this dialog is just a front for GDAL tools, but the bridge
seems to be broken: I get the following python error when I try to select a
filename for the rasterised output layer:

Traceback (most recent call last):
  File
/Applications/GIS/QGIS_2.0-dev_SnoLeo.app/Contents/MacOS/../Resources/python/plugins/GdalTools/tools/doRasterize.py,
line 102, in fillOutputFileEdit
outputFile = fileDialogFunc(self, self.tr( Select the raster file to
save the results to ), Utils.FileFilter.allRastersFilter(), lastUsedFilter)
  File
/Applications/GIS/QGIS_2.0-dev_SnoLeo.app/Contents/MacOS/../Resources/python/plugins/GdalTools/tools/GdalTools_utils.py,
line 413, in getSaveFileName
return self.getDialog(parent, caption, QFileDialog.AcceptSave,
QFileDialog.AnyFile, filter, selectedFilter, useEncoding)
  File
/Applications/GIS/QGIS_2.0-dev_SnoLeo.app/Contents/MacOS/../Resources/python/plugins/GdalTools/tools/GdalTools_utils.py,
line 362, in getDialog
dialog.selectNameFilter(selectedFilter)
TypeError: QFileDialog.selectNameFilter(QString): argument 1 has unexpected
type 'QPyNullVariant'

Python versie:
2.6.1 (r261:67515, Jun 24 2010, 21:47:49)
[GCC 4.2.1 (Apple Inc. build 5646)]


QGIS versie:
1.9.0-Master Master, 5c2e3f3

Python pad:
['/Applications/GIS/QGIS_2.0-dev_SnoLeo.app/Contents/MacOS/../Resources/python',
'/Users/XX/.qgis2/python', '/Users/XX/.qgis2/python/plugins',
'/Applications/GIS/QGIS_2.0-dev_SnoLeo.app/Contents/MacOS/../Resources/python/plugins',
'/Library/Frameworks/SQLite3.framework/Versions/B/Python/2.6',
'/Library/Python/2.6/site-packages/numpy-override',
'/Library/Frameworks/GDAL.framework/Versions/1.10/Python/2.6/site-packages',
'/Library/Frameworks/cairo.framework/Versions/1/Python/2.6',
'/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python26.zip',
'/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6',
'/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/plat-darwin',
'/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/plat-mac',
'/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/plat-mac/lib-scriptpackages',
'/System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python',
'/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-tk',
'/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-old',
'/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload',
'/Library/Python/2.6/site-packages',
'/Library/Python/2.6/site-packages/PIL',
'/System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python/PyObjC',
'/System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python/wx-2.8-mac-unicode',
'/Applications/GIS/QGIS_2.0-dev_SnoLeo.app/Contents/Resources/python/plugins/fTools/tools',
'/Users/XX/YY/ZZ']


Then if I try to run it with the existing size, I get another python error.
If I choose the option with pixel size, the action just seems to hang
without resolving or any error message.


I hope this makes sense. I have installed all of the required packages from
kyngchaos, AFAIK. Feel free to contact me for additional data.


Best wishes,

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


Re: [Qgis-developer] right-click to end the digitizing

2013-07-25 Thread Régis Haubourg
+1000, 
I had the same feedback here in training courses, but did not raise it here,
since we never do mass digitizing here. 
Régis



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/right-click-to-end-the-digitizing-tp5068582p5068600.html
Sent from the Quantum GIS - Developer mailing list archive at Nabble.com.
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] right-click to end the digitizing

2013-07-25 Thread Denis Rouzaud

Hi all,

I propose to add an option for this.

Here is the pull request, what do you think?
https://github.com/qgis/Quantum-GIS/pull/765

Would it be ok for QGIS 2.0???

Cheers,

Denis


On 07/25/2013 09:02 AM, Régis Haubourg wrote:

+1000,
I had the same feedback here in training courses, but did not raise it here,
since we never do mass digitizing here.
Régis



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/right-click-to-end-the-digitizing-tp5068582p5068600.html
Sent from the Quantum GIS - Developer mailing list archive at Nabble.com.
___
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] Bugs in QGIS Master

2013-07-25 Thread Gino Pirelli
Hi

I don't know what's your windows system... generally on gnome or kde
using Alt+7 and cliking on the window allow you to pan the gui along
the window.

this doesn't append to me in gnome3 or unity... but probabilly i've to
find the correct key combination.

I don't know using osx window manager

another workaround is to change application font sizes of your desktop
configuration.

ciao ginetto (luigi.pire...@faunalia.it)

On 25 July 2013 08:28, Oscar van Vliet ovv...@gmail.com wrote:
 Dear QGIS developers,

 Thanks for all the hard work, I have been using the almost 2.0 builds with
 some satisfaction. Unfortunately, all is not well. I am using yesterday's
 Master build, and there seems to be a few bugs still.


 First of all, the dialog window for Raster|Analysis|DEM is too tall for my
 Macbook, which only has 800 pixels vertically. You might consider
 rearranging it a little. I can still use it by starting the analysis by
 hitting Enter, but I cannot actually see the bottom row of buttons or the
 resize widget.


 Second, I have some errors in the Raster|Conversion|Rasterise dialog that
 make it unusable for me.

 I am trying to rasterise a vector layer that I saved as a selection from a
 layer that I had previously vectorised.

 I understand this dialog is just a front for GDAL tools, but the bridge
 seems to be broken: I get the following python error when I try to select a
 filename for the rasterised output layer:

 Traceback (most recent call last):
   File
 /Applications/GIS/QGIS_2.0-dev_SnoLeo.app/Contents/MacOS/../Resources/python/plugins/GdalTools/tools/doRasterize.py,
 line 102, in fillOutputFileEdit
 outputFile = fileDialogFunc(self, self.tr( Select the raster file to
 save the results to ), Utils.FileFilter.allRastersFilter(), lastUsedFilter)
   File
 /Applications/GIS/QGIS_2.0-dev_SnoLeo.app/Contents/MacOS/../Resources/python/plugins/GdalTools/tools/GdalTools_utils.py,
 line 413, in getSaveFileName
 return self.getDialog(parent, caption, QFileDialog.AcceptSave,
 QFileDialog.AnyFile, filter, selectedFilter, useEncoding)
   File
 /Applications/GIS/QGIS_2.0-dev_SnoLeo.app/Contents/MacOS/../Resources/python/plugins/GdalTools/tools/GdalTools_utils.py,
 line 362, in getDialog
 dialog.selectNameFilter(selectedFilter)
 TypeError: QFileDialog.selectNameFilter(QString): argument 1 has unexpected
 type 'QPyNullVariant'

 Python versie:
 2.6.1 (r261:67515, Jun 24 2010, 21:47:49)
 [GCC 4.2.1 (Apple Inc. build 5646)]


 QGIS versie:
 1.9.0-Master Master, 5c2e3f3

 Python pad:
 ['/Applications/GIS/QGIS_2.0-dev_SnoLeo.app/Contents/MacOS/../Resources/python',
 '/Users/XX/.qgis2/python', '/Users/XX/.qgis2/python/plugins',
 '/Applications/GIS/QGIS_2.0-dev_SnoLeo.app/Contents/MacOS/../Resources/python/plugins',
 '/Library/Frameworks/SQLite3.framework/Versions/B/Python/2.6',
 '/Library/Python/2.6/site-packages/numpy-override',
 '/Library/Frameworks/GDAL.framework/Versions/1.10/Python/2.6/site-packages',
 '/Library/Frameworks/cairo.framework/Versions/1/Python/2.6',
 '/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python26.zip',
 '/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6',
 '/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/plat-darwin',
 '/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/plat-mac',
 '/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/plat-mac/lib-scriptpackages',
 '/System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python',
 '/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-tk',
 '/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-old',
 '/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload',
 '/Library/Python/2.6/site-packages',
 '/Library/Python/2.6/site-packages/PIL',
 '/System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python/PyObjC',
 '/System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python/wx-2.8-mac-unicode',
 '/Applications/GIS/QGIS_2.0-dev_SnoLeo.app/Contents/Resources/python/plugins/fTools/tools',
 '/Users/XX/YY/ZZ']


 Then if I try to run it with the existing size, I get another python error.
 If I choose the option with pixel size, the action just seems to hang
 without resolving or any error message.


 I hope this makes sense. I have installed all of the required packages from
 kyngchaos, AFAIK. Feel free to contact me for additional data.


 Best wishes,

  Oscar


 ___
 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] right-click to end the digitizing

2013-07-25 Thread Nathan Woodrow
+1 to me


On Thu, Jul 25, 2013 at 10:00 PM, Etienne Tourigny
etourigny@gmail.comwrote:

 I have done little digitizing, but I think it would be more intuitive to
 have right-click finish digitizing only, no need to make that opional.

 Etienne


 On Thu, Jul 25, 2013 at 6:35 AM, Denis Rouzaud denis.rouz...@gmail.comwrote:

  Hi all,

 I propose to add an option for this.

 Here is the pull request, what do you think?
 https://github.com/qgis/Quantum-GIS/pull/765

 Would it be ok for QGIS 2.0???

 Cheers,

 Denis



 On 07/25/2013 09:02 AM, Régis Haubourg wrote:

 +1000,
 I had the same feedback here in training courses, but did not raise it here,
 since we never do mass digitizing here.
 Régis



 --
 View this message in context: 
 http://osgeo-org.1560.x6.nabble.com/right-click-to-end-the-digitizing-tp5068582p5068600.html
 Sent from the Quantum GIS - Developer mailing list archive at Nabble.com.
 ___
 Qgis-developer mailing 
 listQgis-developer@lists.osgeo.orghttp://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


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


Re: [Qgis-developer] Bugs in QGIS Master

2013-07-25 Thread Etienne Tourigny
On Thu, Jul 25, 2013 at 3:28 AM, Oscar van Vliet ovv...@gmail.com wrote:

 Dear QGIS developers,

 Thanks for all the hard work, I have been using the almost 2.0 builds with
 some satisfaction. Unfortunately, all is not well. I am using yesterday's
 Master build, and there seems to be a few bugs still.


 First of all, the dialog window for Raster|Analysis|DEM is too tall for my
 Macbook, which only has 800 pixels vertically. You might consider
 rearranging it a little. I can still use it by starting the analysis by
 hitting Enter, but I cannot actually see the bottom row of buttons or the
 resize widget.


Admittedly the vertical size of that dialog is a bit large.
If you close the Creation Options section, can you resize the window and
see the bottom buttons?




 Second, I have some errors in the Raster|Conversion|Rasterise dialog that
 make it unusable for me.

 I am trying to rasterise a vector layer that I saved as a selection from a
 layer that I had previously vectorised.

 I understand this dialog is just a front for GDAL tools, but the bridge
 seems to be broken: I get the following python error when I try to select a
 filename for the rasterised output layer:

  Traceback (most recent call last):
   File
 /Applications/GIS/QGIS_2.0-dev_SnoLeo.app/Contents/MacOS/../Resources/python/plugins/GdalTools/tools/doRasterize.py,
 line 102, in fillOutputFileEdit
 outputFile = fileDialogFunc(self, self.tr( Select the raster file to
 save the results to ), Utils.FileFilter.allRastersFilter(), lastUsedFilter)
   File
 /Applications/GIS/QGIS_2.0-dev_SnoLeo.app/Contents/MacOS/../Resources/python/plugins/GdalTools/tools/GdalTools_utils.py,
 line 413, in getSaveFileName
 return self.getDialog(parent, caption, QFileDialog.AcceptSave,
 QFileDialog.AnyFile, filter, selectedFilter, useEncoding)
   File
 /Applications/GIS/QGIS_2.0-dev_SnoLeo.app/Contents/MacOS/../Resources/python/plugins/GdalTools/tools/GdalTools_utils.py,
 line 362, in getDialog
 dialog.selectNameFilter(selectedFilter)
 TypeError: QFileDialog.selectNameFilter(QString): argument 1 has
 unexpected type 'QPyNullVariant'

 Python versie:
 2.6.1 (r261:67515, Jun 24 2010, 21:47:49)
 [GCC 4.2.1 (Apple Inc. build 5646)]


 QGIS versie:
 1.9.0-Master Master, 5c2e3f3

 Python pad:
 ['/Applications/GIS/QGIS_2.0-dev_SnoLeo.app/Contents/MacOS/../Resources/python',
 '/Users/XX/.qgis2/python', '/Users/XX/.qgis2/python/plugins',
 '/Applications/GIS/QGIS_2.0-dev_SnoLeo.app/Contents/MacOS/../Resources/python/plugins',
 '/Library/Frameworks/SQLite3.framework/Versions/B/Python/2.6',
 '/Library/Python/2.6/site-packages/numpy-override',
 '/Library/Frameworks/GDAL.framework/Versions/1.10/Python/2.6/site-packages',
 '/Library/Frameworks/cairo.framework/Versions/1/Python/2.6',
 '/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python26.zip',
 '/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6',
 '/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/plat-darwin',
 '/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/plat-mac',
 '/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/plat-mac/lib-scriptpackages',
 '/System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python',
 '/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-tk',
 '/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-old',
 '/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload',
 '/Library/Python/2.6/site-packages',
 '/Library/Python/2.6/site-packages/PIL',
 '/System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python/PyObjC',
 '/System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python/wx-2.8-mac-unicode',
 '/Applications/GIS/QGIS_2.0-dev_SnoLeo.app/Contents/Resources/python/plugins/fTools/tools',
 '/Users/XX/YY/ZZ']


 Then if I try to run it with the existing size, I get another python
 error. If I choose the option with pixel size, the action just seems to
 hang without resolving or any error message.


I cannot reproduce these 2 problems in linux, perhaps only a Mac bug?

Consider filing a bug report here:
http://hub.qgis.org/projects/quantum-gis/issues


 I hope this makes sense. I have installed all of the required packages
 from kyngchaos, AFAIK. Feel free to contact me for additional data.


 Best wishes,

  Oscar

 ___
 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] License

2013-07-25 Thread Tim Sutton
Hi


On Thu, Jul 25, 2013 at 7:24 AM, Paolo Cavallini cavall...@faunalia.itwrote:

 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 Il 25/07/2013 01:11, Daniel ha scritto:
  Hi all,
 
  About GPLv3, is there any advance in this issue
 http://hub.qgis.org/issues/3789?

 We have discussed about this during the Valmiera meeting, without reaching
 firm
 conclusions. I would be in favour of moving to GPLv3, if feasible.
 All the best.


Changing the license would require getting agreement of every developer who
ever contributed to QGIS and removing / rewriting code from those that we
can't track down or that don't agree. I think there are a 1000 other better
things we could be spending our time doing

Regards

Tim



 - --
 Paolo Cavallini - Faunalia
 www.faunalia.eu
 Full contact details at www.faunalia.eu/pc
 Nuovi corsi QGIS e PostGIS: http://www.faunalia.it/calendario
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.4.12 (GNU/Linux)
 Comment: Using GnuPG with Icedove - http://www.enigmail.net/

 iEYEARECAAYFAlHwtqoACgkQ/NedwLUzIr4CygCdHr/OZjX+MoKhz2UV0rknQGv5
 WOsAmwWnPvoqJSpqFC9D9WU0FivKYgEq
 =MgwD
 -END PGP SIGNATURE-
 ___
 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.

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] Bugs in QGIS Master

2013-07-25 Thread Oscar van Vliet
Dear Etienne,

Thanks for the suggestion. If I close the creation options in the DEM, I am
still a bit short: I see the gdaldem . window, but the OK and Close
buttons still end up below the bottom of my screen.

I am using Mac OS X 10.6.8 on a 13 Macbook with a resolution of 1280*800
(which, I admit, is a bit small for this sort of thing).

As for the python error, I don't know if it is Mac-specific. Maybe someone
else can confirm before I file a bug? I managed to run gdal_rasterize from
the command line and it worked fine, so the problem is definitely between
QGIS and my Mac.

Best wishes,
 Oscar


2013/7/25 Etienne Tourigny etourigny@gmail.com



 On Thu, Jul 25, 2013 at 3:28 AM, Oscar van Vliet ovv...@gmail.com wrote:

 Dear QGIS developers,

 Thanks for all the hard work, I have been using the almost 2.0 builds
 with some satisfaction. Unfortunately, all is not well. I am using
 yesterday's Master build, and there seems to be a few bugs still.


 First of all, the dialog window for Raster|Analysis|DEM is too tall for
 my Macbook, which only has 800 pixels vertically. You might consider
 rearranging it a little. I can still use it by starting the analysis by
 hitting Enter, but I cannot actually see the bottom row of buttons or the
 resize widget.


 Admittedly the vertical size of that dialog is a bit large.
 If you close the Creation Options section, can you resize the window and
 see the bottom buttons?




 Second, I have some errors in the Raster|Conversion|Rasterise dialog that
 make it unusable for me.

 I am trying to rasterise a vector layer that I saved as a selection from
 a layer that I had previously vectorised.

 I understand this dialog is just a front for GDAL tools, but the bridge
 seems to be broken: I get the following python error when I try to select a
 filename for the rasterised output layer:

  Traceback (most recent call last):
   File
 /Applications/GIS/QGIS_2.0-dev_SnoLeo.app/Contents/MacOS/../Resources/python/plugins/GdalTools/tools/doRasterize.py,
 line 102, in fillOutputFileEdit
 outputFile = fileDialogFunc(self, self.tr( Select the raster file
 to save the results to ), Utils.FileFilter.allRastersFilter(),
 lastUsedFilter)
   File
 /Applications/GIS/QGIS_2.0-dev_SnoLeo.app/Contents/MacOS/../Resources/python/plugins/GdalTools/tools/GdalTools_utils.py,
 line 413, in getSaveFileName
 return self.getDialog(parent, caption, QFileDialog.AcceptSave,
 QFileDialog.AnyFile, filter, selectedFilter, useEncoding)
   File
 /Applications/GIS/QGIS_2.0-dev_SnoLeo.app/Contents/MacOS/../Resources/python/plugins/GdalTools/tools/GdalTools_utils.py,
 line 362, in getDialog
 dialog.selectNameFilter(selectedFilter)
 TypeError: QFileDialog.selectNameFilter(QString): argument 1 has
 unexpected type 'QPyNullVariant'

 Python versie:
 2.6.1 (r261:67515, Jun 24 2010, 21:47:49)
 [GCC 4.2.1 (Apple Inc. build 5646)]


 QGIS versie:
 1.9.0-Master Master, 5c2e3f3

 Python pad:
 ['/Applications/GIS/QGIS_2.0-dev_SnoLeo.app/Contents/MacOS/../Resources/python',
 '/Users/XX/.qgis2/python', '/Users/XX/.qgis2/python/plugins',
 '/Applications/GIS/QGIS_2.0-dev_SnoLeo.app/Contents/MacOS/../Resources/python/plugins',
 '/Library/Frameworks/SQLite3.framework/Versions/B/Python/2.6',
 '/Library/Python/2.6/site-packages/numpy-override',
 '/Library/Frameworks/GDAL.framework/Versions/1.10/Python/2.6/site-packages',
 '/Library/Frameworks/cairo.framework/Versions/1/Python/2.6',
 '/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python26.zip',
 '/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6',
 '/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/plat-darwin',
 '/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/plat-mac',
 '/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/plat-mac/lib-scriptpackages',
 '/System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python',
 '/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-tk',
 '/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-old',
 '/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload',
 '/Library/Python/2.6/site-packages',
 '/Library/Python/2.6/site-packages/PIL',
 '/System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python/PyObjC',
 '/System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python/wx-2.8-mac-unicode',
 '/Applications/GIS/QGIS_2.0-dev_SnoLeo.app/Contents/Resources/python/plugins/fTools/tools',
 '/Users/XX/YY/ZZ']


 Then if I try to run it with the existing size, I get another python
 error. If I choose the option with pixel size, the action just seems to
 hang without resolving or any error message.


 I cannot reproduce these 2 problems in linux, perhaps only a Mac bug?

 Consider filing a bug report here:
 http://hub.qgis.org/projects/quantum-gis/issues


 I hope this makes sense. I have installed all of the required 

Re: [Qgis-developer] Labels on topologically wrong polygons

2013-07-25 Thread William Kyngesburye
On Jul 25, 2013, at 12:18 AM, Paolo Cavallini wrote:

 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 Il 25/07/2013 01:57, William Kyngesburye ha scritto:
 
 If liblwgeom becomes a requirement for QGIS, I'll certainly be packaging it 
 with
 QGIS, and adding instructions to INSTALL.
 
 it is not a requirement, but it wouold be good if you could include it 
 anyway, to let
 osx users enjoy our plugin.
 
Is it a compiled plugin?  Wouldn't that have to be included in the QGIS source, 
thus making a liblwgeom requirement?  Or are you using ctypes to access 
liblwgeom functions from python?

 It probably requires a full install of Postgres.
 
 it should not; at least, o win and deb this is not the case.
 
I mean configuration probably requires postgres.  Compilation of only liblwgeom 
after configuration does not.

-
William Kyngesburye kyngchaos*at*kyngchaos*dot*com
http://www.kyngchaos.com/

Oh, look, I seem to have fallen down a deep, dark hole.  Now what does that 
remind me of?  Ah, yes - life.

- Marvin


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


Re: [Qgis-developer] Labels on topologically wrong polygons

2013-07-25 Thread Paolo Cavallini
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Il 25/07/2013 15:20, William Kyngesburye ha scritto:

 Is it a compiled plugin?  Wouldn't that have to be included in the QGIS 
 source, thus making a liblwgeom requirement?  Or are you using ctypes to 
 access liblwgeom functions from python?

It's a Python one. lwgeom is not a requirement, but it would be good to include 
it
anyway; probably more and more of its functions will be used (easy to add them 
to the
plugin).
All the best.
- -- 
Paolo Cavallini - Faunalia
www.faunalia.eu
Full contact details at www.faunalia.eu/pc
Nuovi corsi QGIS e PostGIS: http://www.faunalia.it/calendario
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)
Comment: Using GnuPG with Icedove - http://www.enigmail.net/

iEYEARECAAYFAlHxJv8ACgkQ/NedwLUzIr4kawCeNYLK95OcwgFKzkNK1+GCiF99
s74AnRewHwjfZ1cVMZPnq0wFvd6zbaeq
=+Ny2
-END PGP SIGNATURE-
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] Labels on topologically wrong polygons

2013-07-25 Thread William Kyngesburye
On Jul 25, 2013, at 8:24 AM, Paolo Cavallini wrote:

 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 Il 25/07/2013 15:20, William Kyngesburye ha scritto:
 
 Is it a compiled plugin?  Wouldn't that have to be included in the QGIS 
 source, thus making a liblwgeom requirement?  Or are you using ctypes to 
 access liblwgeom functions from python?
 
 It's a Python one. lwgeom is not a requirement, but it would be good to 
 include it
 anyway; probably more and more of its functions will be used (easy to add 
 them to the
 plugin).

Hmm, unless QGIS itself starts using lwgeom, I don't think bundling tools for 
use by 3rd party plugins is the way to go.  Maybe OK since it's an extension of 
Sextante (just refreshed what you said on this thread).  Or could the plugin 
just be added to core Sextante?

I'll think about options.

-
William Kyngesburye kyngchaos*at*kyngchaos*dot*com
http://www.kyngchaos.com/

History is an illusion caused by the passage of time, and time is an illusion 
caused by the passage of history.

- Hitchhiker's Guide to the Galaxy


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


Re: [Qgis-developer] right-click to end the digitizing

2013-07-25 Thread antoniolocandro
I do a lot of digitising and +1 for right clic finish only unless you add other 
actions to right clic like snap to midpoint, snap to edge, etc like other 
software then my vote would g8 to double click to finish feature or f2 if 
that's not patented 




Sent from Samsung tabletEtienne Tourigny etourigny@gmail.com wrote:I have 
done little digitizing, but I think it would be more intuitive to have 
right-click finish digitizing only, no need to make that opional.

Etienne

On Thu, Jul 25, 2013 at 6:35 AM, Denis Rouzaud denis.rouz...@gmail.com wrote:
Hi all,

I propose to add an option for this.

Here is the pull request, what do you think?
https://github.com/qgis/Quantum-GIS/pull/765

Would it be ok for QGIS 2.0???

Cheers,

Denis



On 07/25/2013 09:02 AM, Régis Haubourg wrote:
+1000, 
I had the same feedback here in training courses, but did not raise it here,
since we never do mass digitizing here. 
Régis



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/right-click-to-end-the-digitizing-tp5068582p5068600.html
Sent from the Quantum GIS - Developer mailing list archive at Nabble.com.
___
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


[Qgis-developer] inverse selectionof features

2013-07-25 Thread antoniolocandro
I see inverse selection is already part of core in table can we add that to 
canvas there is a plugin but that should be core functionality 




Sent from Samsung tablet___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] Labels on topologically wrong polygons

2013-07-25 Thread Paolo Cavallini
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Il 25/07/2013 15:38, William Kyngesburye ha scritto:

 Hmm, unless QGIS itself starts using lwgeom, I don't think bundling tools for 
 use
 by 3rd party plugins is the way to go.  Maybe OK since it's an extension of
 Sextante (just refreshed what you said on this thread).  Or could the plugin 
 just
 be added to core Sextante?

that's the plan; of course it is only feasible if lwgeom is available for all 
major
OS, so it's a chicken-egg problem.
All the best.

- -- 
Paolo Cavallini - Faunalia
www.faunalia.eu
Full contact details at www.faunalia.eu/pc
Nuovi corsi QGIS e PostGIS: http://www.faunalia.it/calendario
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)
Comment: Using GnuPG with Icedove - http://www.enigmail.net/

iEYEARECAAYFAlHxK0wACgkQ/NedwLUzIr7gGgCfSWQTRbSRQRkO6uSRfoY20f3H
fUUAn10M2aKPkcCSEnaYjxw4dFArG4iq
=i40Z
-END PGP SIGNATURE-
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] right-click to end the digitizing

2013-07-25 Thread HAUBOURG
Well,
Double click is source of a lot of double vertex if it’s not fast enough. IMHO 
this is too prone to generate invalid geometry.
Adding a shortcut to a key would be convenient, especially if shortcut could be 
modified in option/configure shortcuts.
Régis


Cordialement,
Régis Haubourg

Régis Haubourg

Administrateur de données Géographiques
Département des Systèmes d'Information (DCSI)
Agence de l'eau Adour Garonne
90 rue du Férétra,
31078 Toulouse Cedex4
Tél: 05 61 36 82 58
Mail: 
regis.haubo...@eau-adour-garonne.frmailto:regis.haubo...@eau-adour-garonne.fr
[cid:image002.jpg@01CE5BAA.92C70ED0] 
http://www.eau-adour-garonne.frhttp://www.eau-adour-garonne.fr/

Accédez aux données sur l'eau  :
http://adour-garonne.eaufrance.fr/

De : antoniolocandro [mailto:antoniolocan...@hotmail.com]
Envoyé : jeudi 25 juillet 2013 15:38
À : etourigny@gmail.com; denis.rouz...@gmail.com
Cc : qgis-developer@lists.osgeo.org; HAUBOURG
Objet : Re: [Qgis-developer] right-click to end the digitizing

I do a lot of digitising and +1 for right clic finish only unless you add other 
actions to right clic like snap to midpoint, snap to edge, etc like other 
software then my vote would g8 to double click to finish feature or f2 if 
that's not patented




Sent from Samsung tablet

Etienne Tourigny etourigny@gmail.commailto:etourigny@gmail.com 
wrote:
I have done little digitizing, but I think it would be more intuitive to have 
right-click finish digitizing only, no need to make that opional.

Etienne
On Thu, Jul 25, 2013 at 6:35 AM, Denis Rouzaud 
denis.rouz...@gmail.commailto:denis.rouz...@gmail.com wrote:
Hi all,

I propose to add an option for this.

Here is the pull request, what do you think?
https://github.com/qgis/Quantum-GIS/pull/765

Would it be ok for QGIS 2.0???

Cheers,

Denis


On 07/25/2013 09:02 AM, Régis Haubourg wrote:

+1000,

I had the same feedback here in training courses, but did not raise it here,

since we never do mass digitizing here.

Régis







--

View this message in context: 
http://osgeo-org.1560.x6.nabble.com/right-click-to-end-the-digitizing-tp5068582p5068600.html

Sent from the Quantum GIS - Developer mailing list archive at Nabble.com.

___

Qgis-developer mailing list

Qgis-developer@lists.osgeo.orgmailto:Qgis-developer@lists.osgeo.org

http://lists.osgeo.org/mailman/listinfo/qgis-developer


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

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


[Qgis-developer] Tools to support code porting to new c++ and python APIs

2013-07-25 Thread Gino Pirelli
Hi,

due to my work on porting qgis plugins to new APIs I looked for a tool
helping me to find code modifications.

I didn't find it! so I wrote a really bad draft tool to recursively
grep most of modifications stated in this two web pages:

A) http://hub.qgis.org/wiki/quantum-gis/API_changes_for_version_20
(partially supported... i've to complete it)
B) http://hub.qgis.org/wiki/quantum-gis/Python_plugin_API_changes_from_18_to_20

python code can be found here:

https://github.com/luipir/qgis20_api_check

Inside the code I brutally replicated the suggestion stated in the A
and B websites (I did't find a good way to automatically parse their
content to auto-generate the check script... but I didn't spent time
on it)

brutally grep (without sophisticated regular expressions) generate a
lot of fake messages, but the script helped me to evaluate the
complexity of the work and to point directly where to modify

I hope it could speed-up porting

regardsd, Luigi Pirelli (luigi.pire...@faunalia.it)
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] License

2013-07-25 Thread Werner Macho
The only thing we can do is look that every NEW file added to the
source code has a license ..


On Thu, Jul 25, 2013 at 7:24 AM, Paolo Cavallini cavall...@faunalia.it wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 Il 25/07/2013 01:11, Daniel ha scritto:
 Hi all,

 About GPLv3, is there any advance in this issue 
 http://hub.qgis.org/issues/3789?

 We have discussed about this during the Valmiera meeting, without reaching 
 firm
 conclusions. I would be in favour of moving to GPLv3, if feasible.
 All the best.

 - --
 Paolo Cavallini - Faunalia
 www.faunalia.eu
 Full contact details at www.faunalia.eu/pc
 Nuovi corsi QGIS e PostGIS: http://www.faunalia.it/calendario
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.4.12 (GNU/Linux)
 Comment: Using GnuPG with Icedove - http://www.enigmail.net/

 iEYEARECAAYFAlHwtqoACgkQ/NedwLUzIr4CygCdHr/OZjX+MoKhz2UV0rknQGv5
 WOsAmwWnPvoqJSpqFC9D9WU0FivKYgEq
 =MgwD
 -END PGP SIGNATURE-
 ___
 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] License

2013-07-25 Thread Angelos Tzotsos

Hi Tim,

As per license disclaimer in qgis.cpp:

/***
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
* the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
* *
***/

so anyone could fork the entire source tree into GPL3 without license 
problems.


I believe that only a decision needs to be made, without asking all 
copyright holders in this case (moving to MIT or similar would require that)


Cheers,
Angelos


On 07/25/2013 03:49 PM, Tim Sutton wrote:

Hi


On Thu, Jul 25, 2013 at 7:24 AM, Paolo Cavallini cavall...@faunalia.itwrote:


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Il 25/07/2013 01:11, Daniel ha scritto:

Hi all,

About GPLv3, is there any advance in this issue

http://hub.qgis.org/issues/3789?

We have discussed about this during the Valmiera meeting, without reaching
firm
conclusions. I would be in favour of moving to GPLv3, if feasible.
All the best.



Changing the license would require getting agreement of every developer who
ever contributed to QGIS and removing / rewriting code from those that we
can't track down or that don't agree. I think there are a 1000 other better
things we could be spending our time doing

Regards

Tim




- --
Paolo Cavallini - Faunalia
www.faunalia.eu
Full contact details at www.faunalia.eu/pc
Nuovi corsi QGIS e PostGIS: http://www.faunalia.it/calendario
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)
Comment: Using GnuPG with Icedove - http://www.enigmail.net/

iEYEARECAAYFAlHwtqoACgkQ/NedwLUzIr4CygCdHr/OZjX+MoKhz2UV0rknQGv5
WOsAmwWnPvoqJSpqFC9D9WU0FivKYgEq
=MgwD
-END PGP SIGNATURE-
___
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



--
Angelos Tzotsos
Remote Sensing Laboratory
National Technical University of Athens
http://users.ntua.gr/tzotsos

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


Re: [Qgis-developer] License

2013-07-25 Thread Even Rouault
Le jeudi 25 juillet 2013 18:18:46, Angelos Tzotsos a écrit :
 Hi Tim,
 
 As per license disclaimer in qgis.cpp:
 
 /**
 * * *
 * This program is free software; you can redistribute it and/or modify *
 * it under the terms of the GNU General Public License as published by *
 * the Free Software Foundation; either version 2 of the License, or *
 * (at your option) any later version. *
 * *
 ***
 /
 
 so anyone could fork the entire source tree into GPL3 without license
 problems.

It depends if the QGIS project has strong reasons to move from GPL v2 or later 
to GPL v3. But, as a reminder, mixing GPL v2 only and GPL v3 is not possible 
since the licences are incompatible. What should be considered is QGIS and its 
whole ecosystem. Keeping with GPL v2 or later is the option that maximises 
compatibility with other GPL dependencies.


 
 I believe that only a decision needs to be made, without asking all
 copyright holders in this case (moving to MIT or similar would require
 that)
 
 Cheers,
 Angelos
 
 On 07/25/2013 03:49 PM, Tim Sutton wrote:
  Hi
  
  On Thu, Jul 25, 2013 at 7:24 AM, Paolo Cavallini 
cavall...@faunalia.itwrote:
  -BEGIN PGP SIGNED MESSAGE-
  Hash: SHA1
  
  Il 25/07/2013 01:11, Daniel ha scritto:
  Hi all,
  
  About GPLv3, is there any advance in this issue
  
  http://hub.qgis.org/issues/3789?
  
  We have discussed about this during the Valmiera meeting, without
  reaching firm
  conclusions. I would be in favour of moving to GPLv3, if feasible.
  All the best.
  
  Changing the license would require getting agreement of every developer
  who ever contributed to QGIS and removing / rewriting code from those
  that we can't track down or that don't agree. I think there are a 1000
  other better things we could be spending our time doing
  
  Regards
  
  Tim
  
  - --
  Paolo Cavallini - Faunalia
  www.faunalia.eu
  Full contact details at www.faunalia.eu/pc
  Nuovi corsi QGIS e PostGIS: http://www.faunalia.it/calendario
  -BEGIN PGP SIGNATURE-
  Version: GnuPG v1.4.12 (GNU/Linux)
  Comment: Using GnuPG with Icedove - http://www.enigmail.net/
  
  iEYEARECAAYFAlHwtqoACgkQ/NedwLUzIr4CygCdHr/OZjX+MoKhz2UV0rknQGv5
  WOsAmwWnPvoqJSpqFC9D9WU0FivKYgEq
  =MgwD
  -END PGP SIGNATURE-
  ___
  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

-- 
Geospatial professional services
http://even.rouault.free.fr/services.html
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] Bugs in QGIS Master

2013-07-25 Thread Alex Mandel
You are correct that dialogs too big to fit on such screens is a big
usability problem. I'm pretty sure I filed a bug a long time ago stating
that all dialogs need to be checked that they fit in 1024x768, more
preferably that they can be re-sized to 800x600 on their minimum end
even if they look bad. If we don't take care to do that we make QGIS
unusable on many computers.

My laptop and many others out there are 1366x768 (Close to 40% of
machines on the net would have this issue according to
http://netmarketshare.com/report.aspx?qprid=17 )

FYI, on Unity (Recent Ubuntu), if you hold alt and then click and drag
with the mouse you can move the window however you want)

Thanks,
Alex

On 07/25/2013 05:57 AM, Oscar van Vliet wrote:
 Dear Etienne,
 
 Thanks for the suggestion. If I close the creation options in the DEM, I am
 still a bit short: I see the gdaldem . window, but the OK and Close
 buttons still end up below the bottom of my screen.
 
 I am using Mac OS X 10.6.8 on a 13 Macbook with a resolution of 1280*800
 (which, I admit, is a bit small for this sort of thing).
 
 As for the python error, I don't know if it is Mac-specific. Maybe someone
 else can confirm before I file a bug? I managed to run gdal_rasterize from
 the command line and it worked fine, so the problem is definitely between
 QGIS and my Mac.
 
 Best wishes,
  Oscar
 
 
 2013/7/25 Etienne Tourigny etourigny@gmail.com
 


 On Thu, Jul 25, 2013 at 3:28 AM, Oscar van Vliet ovv...@gmail.com wrote:

 Dear QGIS developers,

 Thanks for all the hard work, I have been using the almost 2.0 builds
 with some satisfaction. Unfortunately, all is not well. I am using
 yesterday's Master build, and there seems to be a few bugs still.


 First of all, the dialog window for Raster|Analysis|DEM is too tall for
 my Macbook, which only has 800 pixels vertically. You might consider
 rearranging it a little. I can still use it by starting the analysis by
 hitting Enter, but I cannot actually see the bottom row of buttons or the
 resize widget.


 Admittedly the vertical size of that dialog is a bit large.
 If you close the Creation Options section, can you resize the window and
 see the bottom buttons?




 Second, I have some errors in the Raster|Conversion|Rasterise dialog that
 make it unusable for me.

 I am trying to rasterise a vector layer that I saved as a selection from
 a layer that I had previously vectorised.

 I understand this dialog is just a front for GDAL tools, but the bridge
 seems to be broken: I get the following python error when I try to select a
 filename for the rasterised output layer:

  Traceback (most recent call last):
   File
 /Applications/GIS/QGIS_2.0-dev_SnoLeo.app/Contents/MacOS/../Resources/python/plugins/GdalTools/tools/doRasterize.py,
 line 102, in fillOutputFileEdit
 outputFile = fileDialogFunc(self, self.tr( Select the raster file
 to save the results to ), Utils.FileFilter.allRastersFilter(),
 lastUsedFilter)
   File
 /Applications/GIS/QGIS_2.0-dev_SnoLeo.app/Contents/MacOS/../Resources/python/plugins/GdalTools/tools/GdalTools_utils.py,
 line 413, in getSaveFileName
 return self.getDialog(parent, caption, QFileDialog.AcceptSave,
 QFileDialog.AnyFile, filter, selectedFilter, useEncoding)
   File
 /Applications/GIS/QGIS_2.0-dev_SnoLeo.app/Contents/MacOS/../Resources/python/plugins/GdalTools/tools/GdalTools_utils.py,
 line 362, in getDialog
 dialog.selectNameFilter(selectedFilter)
 TypeError: QFileDialog.selectNameFilter(QString): argument 1 has
 unexpected type 'QPyNullVariant'

 Python versie:
 2.6.1 (r261:67515, Jun 24 2010, 21:47:49)
 [GCC 4.2.1 (Apple Inc. build 5646)]


 QGIS versie:
 1.9.0-Master Master, 5c2e3f3

 Python pad:
 ['/Applications/GIS/QGIS_2.0-dev_SnoLeo.app/Contents/MacOS/../Resources/python',
 '/Users/XX/.qgis2/python', '/Users/XX/.qgis2/python/plugins',
 '/Applications/GIS/QGIS_2.0-dev_SnoLeo.app/Contents/MacOS/../Resources/python/plugins',
 '/Library/Frameworks/SQLite3.framework/Versions/B/Python/2.6',
 '/Library/Python/2.6/site-packages/numpy-override',
 '/Library/Frameworks/GDAL.framework/Versions/1.10/Python/2.6/site-packages',
 '/Library/Frameworks/cairo.framework/Versions/1/Python/2.6',
 '/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python26.zip',
 '/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6',
 '/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/plat-darwin',
 '/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/plat-mac',
 '/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/plat-mac/lib-scriptpackages',
 '/System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python',
 '/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-tk',
 '/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-old',
 '/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload',
 '/Library/Python/2.6/site-packages',
 

Re: [Qgis-developer] right-click to end the digitizing

2013-07-25 Thread antoniolocandro
I agree, I like the shortcut to key idea.Sent from Samsung tablet HAUBOURG regis.haubo...@eau-adour-garonne.fr wrote:

Well,

Double click is source of a lot of double vertex if it’s not fast enough. IMHO this is too prone to generate invalid geometry.

Adding a shortcut to a key would be convenient, especially if shortcut could be modified in option/configure shortcuts.

Régis



Cordialement,
Régis Haubourg

Régis Haubourg

Administrateur de données Géographiques
Département des Systèmes d'Information (DCSI)
Agence de l'eau Adour Garonne 
90 rue du Férétra,
31078 Toulouse Cedex4
Tél: 05 61 36 82 58
Mail: regis.haubo...@eau-adour-garonne.fr

http://www.eau-adour-garonne.fr


Accédez aux données sur l'eau :

http://adour-garonne.eaufrance.fr/






De: antoniolocandro [mailto:antoniolocan...@hotmail.com]

Envoyé: jeudi 25 juillet 2013 15:38
À: etourigny@gmail.com; denis.rouz...@gmail.com
Cc: qgis-developer@lists.osgeo.org; HAUBOURG
Objet: Re: [Qgis-developer] right-click to end the digitizing




I do a lot of digitising and +1 for right clic finish only unless you add other actions to right clic like snap to midpoint, snap to edge, etc like other software then my vote would g8 to double click to finish feature or f2 if that's not
 patented















Sent from Samsung tablet



Etienne Tourigny etourigny@gmail.com wrote:
I have done little digitizing, but I think it would be more intuitive to have right-click finish digitizing only, no need to make that opional.




Etienne

On Thu, Jul 25, 2013 at 6:35 AM, Denis Rouzaud denis.rouz...@gmail.com wrote:

Hi all,

I propose to add an option for this.

Here is the pull request, what do you think?
https://github.com/qgis/Quantum-GIS/pull/765

Would it be ok for QGIS 2.0???

Cheers,

Denis






On 07/25/2013 09:02 AM, Régis Haubourg wrote:


+1000, 
I had the same feedback here in training courses, but did not raise it here,
since we never do mass digitizing here. 
Régis



--
View this message in context: http://osgeo-org.1560.x6.nabble.com/right-click-to-end-the-digitizing-tp5068582p5068600.html
Sent from the Quantum GIS - Developer mailing list archive at Nabble.com.
___
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