Re: [Qgis-developer] Processing - SAGA algorithms saves raster data only in SDAT format

2015-10-25 Thread Pedro Venâncio
gt; 2015-10-24 17:00 GMT+02:00 Pedro Venâncio <pedrongvenan...@gmail.com>: > > Hi, > > > > At this moment, when using SAGA algorithms in Processing, and saving > raster > > data to a file, the only format available (files of type) is the SDAT. > > Ne

[Qgis-developer] Processing - SAGA algorithms saves raster data only in SDAT format

2015-10-24 Thread Pedro Venâncio
or example. Is this intentional? Tested in QGIS 2.12 (compiled from source), xubuntu 14.04. Best regards, Pedro Venâncio ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [Qgis-developer] New GRASS plugin: a test drive

2015-10-22 Thread Pedro Venâncio
Hi Radim, > Yes, it is now intended for two reasons. First, it could be confusing > for user if some maps were missing from input list. Second is > technical, to get list of layers in vector map may be time consuming, > the info must be read from the map (which was not the case with < 2.11 >

Re: [Qgis-developer] New GRASS plugin: a test drive

2015-10-22 Thread Pedro Venâncio
>> It > >> is compiled with LFS, which adds -D_LARGEFILE_SOURCE > >> -D_FILE_OFFSET_BITS=64 compiler flags. Try to add -D_LARGEFILE_SOURCE > >> -D_FILE_OFFSET_BITS=64 to QGIS cmake CXX_EXTRA_FLAGS > > > > With this flags it also works without problems! > > I added check for _FILE_OFFSET_BITS in

Re: [Qgis-developer] New GRASS plugin: a test drive

2015-10-21 Thread Pedro Venâncio
Hi Radim, You are using 32bits version > grass7-dev_7.0.2RC1-1~ubuntu14.04.1_i386.deb from > https://launchpad.net/~grass/+archive/ubuntu/grass-stable, right? Exactly. > It > is compiled with LFS, which adds -D_LARGEFILE_SOURCE > -D_FILE_OFFSET_BITS=64 compiler flags. Try to add

Re: [Qgis-developer] New GRASS plugin: a test drive

2015-10-21 Thread Pedro Venâncio
Hi again Radim, I was looking at typemask Option tag, and his definition says "for vector input option defines allowed types. Only the layers of one of defined type are displayed in input", but at this moment, all types are displayed in the input dropdown list. Is this intended, or is just a side

Re: [Qgis-developer] New GRASS plugin: a test drive

2015-10-20 Thread Pedro Venâncio
Hi Radim, 3D editing was broken, > fixed in 295d64b. > Now it is also possible to edit z coordinates in vertex editor. > > Great, fix confirmed! Thanks again! I installed GRASS 7.0.2RC today, tested and this is still true: > > I made this change and with qint64 (typedef qint64 grass_off_t;)

Re: [Qgis-developer] New GRASS plugin: a test drive

2015-10-19 Thread Pedro Venâncio
Hi Radim, > If the same happens with GRASS6, the problem is not related to off_t size. > > Could you try to: > - create new line layer > - digitize line with 2 vertices > - close editing (save changes) > - start editing > - move 1 vertex > - close editing (save changes) > I did this with no

Re: [Qgis-developer] New GRASS plugin: a test drive

2015-10-19 Thread Pedro Venâncio
> But I think I found a pattern in the problem. Using qint64, it only > happens with 3d layers. With 2d layers, or converting layers 3d to 2d, it > works ok. > > I tested with the line with 2 vertices: ORGANIZATION: DIGIT DATE: DIGIT NAME: pedro MAP NAME: MAP DATE: Mon Oct 19 22:50:09 2015

Re: [Qgis-developer] GRASS7 build error

2015-10-18 Thread Pedro Venâncio
Hi, I also confirm this behavior. If I have GRASS_PREFIX and GRASS6 and GRASS7 both on, the compilation goes well. If I put just GRASS7 on, I get: [ 62%] Building CXX object src/gui/CMakeFiles/qgis_gui.dir/layertree/moc_qgslayertreeview.cxx.o [ 62%] Building CXX object

Re: [Qgis-developer] New GRASS plugin: a test drive

2015-10-18 Thread Pedro Venâncio
Hi Radim, > It is most probably the problem with different off_t size in GRASS and > QGIS. I have already implemented fix, but the problem is how to get > real off_t size from GRASS. On Windows, it is now hard coded 8 bytes. > build_off_t_size was added to g.version but it will but available in

Re: [Qgis-developer] Marker line y offset

2015-10-16 Thread Pedro Venâncio
Yes Radim, Just like Labels placement offset. What seems to me is that this has been going on for so long that people have become accustomed! At least that happened to me! But I also think it is wrong. Pedro 2015-10-16 16:25 GMT+01:00 Radim Blazek : > Isn't the

Re: [Qgis-developer] New GRASS plugin: a test drive

2015-10-16 Thread Pedro Venâncio
Hi Radim,I've just compile qgis and I'm getting this Segmentation fault, when editing a GRASS layer (point, line or polygon) with Node Tool: [New Thread 0x8ccd1b40 (LWP 11639)] [Thread 0x8ccd1b40 (LWP 11639) exited] Program received signal SIGSEGV, Segmentation fault. 0xb51e7c4a in

Re: [Qgis-developer] New GRASS plugin: a test drive

2015-10-12 Thread Pedro Venâncio
2015-10-12 19:15 GMT+01:00 Pedro Venâncio <pedrongvenan...@gmail.com>: > Maybe this was already fixed: > > > https://github.com/qgis/QGIS/commit/de8b045b2647b6ceb9ca2f34e729c549419d101a > > I will compile again and check. > > >

Re: [Qgis-developer] New GRASS plugin: a test drive

2015-10-11 Thread Pedro Venâncio
> Bullseye, fixed in d26765f. > > Fix confirmed! Thanks again Radim! > BTW, Pedro is supplying me with bug reports off list over a month, thanks > Pedro. > > Yes, I have been quite boring with you in the last weeks! But your work has been excellent! > > I also found that saving edits with

Re: [Qgis-developer] New GRASS plugin: a test drive

2015-10-08 Thread Pedro Venâncio
Hi Radim, I'm getting a Segmentation fault (core dumped): [Thread 0x8b6c3b40 (LWP 8667) exited] [Thread 0x6c2ffb40 (LWP 8668) exited] Program received signal SIGSEGV, Segmentation fault. 0x92c2b869 in Vect_cidx_get_cat_by_index () from /usr/lib/grass70/lib/libgrass_vector.so (gdb) bt #0

Re: [Qgis-developer] New GRASS plugin: a test drive

2015-10-08 Thread Pedro Venâncio
Hi again Radim, > Please start with points and lines. When you digitize a point or line, > nothing is displayed in canvas? Do you see the elements if you switch > style to default? Do you see the features in attribute table? Are the > elements written to the map when you close editing? > >

Re: [Qgis-developer] grab Z value

2015-09-28 Thread Pedro Venâncio
Hi Marco, The new node editor widget does not suport Z value of 3d shapefiles, right? Could Paulo's proposal be interesting to add to the node widget? Thanks! Pedro 2015-09-26 14:15 GMT+01:00 Paulo Pires : > Hello, see my code, please. I intend to maintain Z value

Re: [Qgis-developer] Strange problem with drag-n-drop

2015-09-28 Thread Pedro Venâncio
Sorry, the public link of the screencast is: https://dl.dropboxusercontent.com/u/5772257/qgis/drag_n_drop_problem.ogv 2015-09-28 21:22 GMT+01:00 Pedro Venâncio <pedrongvenan...@gmail.com>: > Hi, > > I am with a strange problem with drag-n-drop in QGIS. If I have the > Br

[Qgis-developer] Strange problem with drag-n-drop

2015-09-28 Thread Pedro Venâncio
;free", then everything works fine. This happens to me on Linux, with Xubuntu and Lubuntu 14.04, with QGIS 2.8.3 and master, both self compiled. Anyone confirm? Thanks, Pedro Venâncio ___ Qgis-developer mailing list Qgis-developer@lists.osge

Re: [Qgis-developer] crash on deleting a column (virtual field)

2015-09-21 Thread Pedro Venâncio
Hi Salvatore, Can it be related with this issue: https://hub.qgis.org/issues/13366 Best regards, Pedro Venâncio 2015-09-21 12:08 GMT+01:00 Salvatore Larosa <lrssv...@gmail.com>: > I am experiencing a crash that systematically happens on each machine > I tested, both Windo

Re: [Qgis-developer] Segmentation fault when refreshing browser panel

2015-08-28 Thread Pedro Venâncio
Hi Radim, Refresh after what has happened outside the browser? It could be a crash when an item was added/removed and the browser crashes trying to apply that change to the tree. But that is one of the very basic tasks it is doing (files are even auto refreshed using system notifier) so

[Qgis-developer] Segmentation fault when refreshing browser panel

2015-08-27 Thread Pedro Venâncio
to reproduce again. Can anyone confirm? I'm using Linux Xubuntu 14.04. Best regards, Pedro Venâncio ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [Qgis-developer] no SAGA in QGIS 2.8.1 and QGIS Master

2015-03-10 Thread Pedro Venâncio
, SagaAlgorithm214) } Best regards, Pedro Venâncio 2015-03-10 17:10 GMT+00:00 Matteo Ghetta matteo.ghe...@gmail.com: Hi Sebaastian, sorry for the late reply. In my QGIS version, I don't have the checkbox you said.. Cheers Matteo 2015-03-04 11:02 GMT+01:00 Sebastiaan Couwenberg sebas...@xs4all.nl

Re: [Qgis-developer] QGIS and GRASS 7.0.0

2015-03-08 Thread Pedro Venâncio
Hi Radim, The new GRASS vector editing tool preview screencast: https://www.youtube.com/watch?v=PPno1aLYHFE It looks really really great! Best regards, Pedro ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org

Re: [Qgis-developer] Print composer font pickers are broken

2015-02-27 Thread Pedro Venâncio
I confirm here, also in master. This only occurs in Table heading font. With Table contents everything seems ok. I will reopen the ticket. Pedro 2015-02-27 17:16 GMT+00:00 skampus skam...@gmail.com: ciao, i heve just updated to 2.8.1 but it seems that problem still exists. it seems it

Re: [Qgis-developer] Possible regression with QGIS v2.8.1 with rasters rotated/skew via worldfile

2015-02-27 Thread Pedro Venâncio
Hi Jesse, Can you see if Nyall commit https://github.com/qgis/QGIS/commit/f106a2ef999224f1f1b7f214d08b039749d6111b solves the problem you reported, and/or share some sample data? Thanks! Best regards, Pedro 2015-02-27 19:41 GMT+00:00 Jesse McGraw jlmcg...@gmail.com: Thanks Even. Do you

Re: [Qgis-developer] Print composer font pickers are broken

2015-02-27 Thread Pedro Venâncio
Fixed! Thanks Jurgen! 2015-02-27 19:23 GMT+00:00 Pedro Venâncio pedrongvenan...@gmail.com: I confirm here, also in master. This only occurs in Table heading font. With Table contents everything seems ok. I will reopen the ticket. Pedro 2015-02-27 17:16 GMT+00:00 skampus skam

Re: [Qgis-developer] QGIS and GRASS 7.0.0

2015-02-25 Thread Pedro Venâncio
Hi Radim, I would be willing to volunteer to help maintain the qgm and qgc files. Great, I'll keep current config system also for GRASS 7. If you explain me what to do, I also volunteer for that task. Best regards, Pedro Venâncio ___ Qgis

Re: [Qgis-developer] Bookmarks can be imported/exported?

2015-02-24 Thread Pedro Venâncio
=0. +x_0=69.9998983998 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs, 2240, EPSG, 2240, 0, 0, 0 So, I think this is a bug and the problem is the exchange of yMin by xMax. Best regards, Pedro Venâncio ___ Qgis-developer mailing

Re: [Qgis-developer] Enter expressions into spin boxes?

2015-02-24 Thread Pedro Venâncio
Hi Nyall, Which spin boxes are you testing with? I was trying directly in the attribute table cells. I got the idea that it worked directly in the cells, when I saw the changelog on the other day. At this time it is not active to confirm: http://changelog.qgis.org/qgis/version/2.8/ But am I

Re: [Qgis-developer] Enter expressions into spin boxes?

2015-02-24 Thread Pedro Venâncio
I'm not sure - I've never tried it in the attribute table. Try in a symbology dialog or in a composer item properties panel and see if it works OK... Everything ok here, like in Field Calculator Bar. Maybe I have not really understood the changelog. Thanks Nyall! Pedro

Re: [Qgis-developer] error in compiling (QWTPOLAR_INCLUDE_DIR)

2015-02-24 Thread Pedro Venâncio
Hi, I compiled 2.8 last Sunday, on Xubuntu 12.04, and I came across the same problem. I solved with this tip. on Ubuntu you will probably have to set them both to TRUE ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org

Re: [Qgis-developer] error in compiling (QWTPOLAR_INCLUDE_DIR)

2015-02-24 Thread Pedro Venâncio
I have completely missed option WITH_QWTPOLAR, so I have tried to set it to OFF and will see what it happens. I think I set both (WITH_QWTPOLAR and WITH_INTERNAL_QWTPOLAR) to ON, but I'm not sure. Best regards, Pedro ___ Qgis-developer mailing

Re: [Qgis-developer] Issues with new measuring dialog

2015-02-24 Thread Pedro Venâncio
Hi Paolo, * the tool is always in the foreground, covering all others (also from other applications) * when clicking on Help, the help window stays in the background I confirm these two in Windows * more seriously, the tool fails to detect the measure unit and all other info (ellipsoid,

Re: [Qgis-developer] Enter expressions into spin boxes?

2015-02-24 Thread Pedro Venâncio
Confirmed here. I also can not insert operators in numerical fields. Best regards, Pedro 2015-02-24 15:34 GMT+00:00 Paolo Cavallini cavall...@faunalia.it: Hi all. I'm trying to insert simple expressions, but operators (* + etc.) are not entered. A local problem or a bug? All the best.

Re: [Qgis-developer] Enter expressions into spin boxes?

2015-02-24 Thread Pedro Venâncio
I see what's happening here - I suspect that your field is set to use a text edit edit widget rather than a range widget (check the layer properties-fields tab). QGIS only uses spin boxes for the edit widget if it's set to a range widget, otherwise they are just standard text boxes which

Re: [Qgis-developer] Temporary memory layers: wrong dialog size

2015-02-24 Thread Pedro Venâncio
The window for the creation of new memory layers appears wrong: ic can be resized to zero width and reduced to only window header in height. Should I open a ticket? I confirm this on Xubuntu 12.04 (Xfce desktop environment) and Lubuntu 14.04 (LXDE desktop environment), but not on Windows

Re: [Qgis-developer] QGIS and GRASS 7.0.0

2015-02-23 Thread Pedro Venâncio
regards, Pedro Venâncio QGIS_Processing_GRASS_6_vs_7.ods Description: application/vnd.oasis.opendocument.spreadsheet ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/qgis-developer

[Qgis-developer] Problems installing QGIS 2.8 on 14.04 via ubuntugis

2015-02-22 Thread Pedro Venâncio
, Pedro Venâncio ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/qgis-developer

[Qgis-developer] QGIS and GRASS 7.0.0

2015-02-22 Thread Pedro Venâncio
, are a few less, but it will be easier to solve. So how can the issue of GRASS plugin be overcome with the GRASS 7? Thank you very much! Best regards, Pedro Venâncio [0] http://grass.osgeo.org/news/42/15/GRASS-GIS-7-0-0/ ___ Qgis-developer mailing list

Re: [Qgis-developer] Print composer font pickers are broken

2015-02-22 Thread Pedro Venâncio
to 2.8.1 . Too bad no one noticed it before release. I made a bunch of maps a few days ago and missed it... Cheers On Sun, Feb 22, 2015 at 8:17 PM, Pedro Venâncio pedrongvenan...@gmail.com wrote: Filipe, 2.8 has been realeased already. +1 to 2.8.1. But maybe it is better to wait a few more

Re: [Qgis-developer] Print composer font pickers are broken

2015-02-22 Thread Pedro Venâncio
Filipe, 2.8 has been realeased already. +1 to 2.8.1. But maybe it is better to wait a few more days to see if any more serious errors appears, and then release 2.8.1. Best regards, Pedro ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org

Re: [Qgis-developer] Print composer font pickers are broken

2015-02-21 Thread Pedro Venâncio
Confirmed here also, both on QGIS 2.8 (compiled this morning) and master 2.9. Best regards, Pedro 2015-02-21 17:31 GMT+00:00 Anita Graser anitagra...@gmx.at: Hi, Please see https://hub.qgis.org/issues/12233: Font pickers in print composer don't accept user input - fonts cannot be

Re: [Qgis-developer] [Qgis-user] Transformation using NTv2 grids

2015-02-17 Thread Pedro Venâncio
and already provides the NTv2 grids. As Giovanni said, if there is interest from other countries and if we can freely redistribute the NTv2 grids, we can expand the plugin. Best regards, Pedro Venâncio [0] http://qgis.pt/blog/2014/07/13/transformacao-de-coordenadas-e-utilizacao-das-grelhas-ntv2-no-qgis

Re: [Qgis-developer] [QGIS-UX] Fwd: Attribute table of a layer in Composer - QGIS 2.6.x and Master

2015-01-29 Thread Pedro Venâncio
Hi Nyall, It's because you just clicked to create the table, not clicked-and-dragged. Just clicking now creates items like the table at their minimum possible size, which for a table is just the header. It might make sense to define the minimum size of a table to be header plus one line in

Re: [Qgis-developer] Processing disappeared from QGIS master?

2015-01-22 Thread Pedro Venâncio
Hi Alexander, which version of SAGA do you have? Processing provider was updated recently and some old SAGA versions are not supported yet. It should work with SAGA 2.1.2 and 2.1.3 I think that may arise a problem here, because ubuntugis-unstable [0] just have SAGA 2.1.1 for ubuntu

Re: [Qgis-developer] Processing disappeared from QGIS master?

2015-01-21 Thread Pedro Venâncio
? Thank you very much! Best regards, Pedro Venâncio ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [Qgis-developer] Missing Grass Plugin for QGIS2.6 built on Centos6.5

2015-01-18 Thread Pedro Venâncio
Hi Mark, Do you have Grass 6.4.4 or 6.4.5? Grass was recently updated to 6.4.5 on grass repo, and the dependency of QGIS grass plugin is not satisfied.. I downgrade to 6.4.4 and everything is ok again on Ubuntu. Best regards, Pedro ___ Qgis-developer

Re: [Qgis-developer] QGIS custom widgets with python plugins

2014-11-19 Thread Pedro Venâncio
named qgscollapsiblegroupbox Python version: 2.7.3 (default, Feb 27 2014, 20:11:37) [GCC 4.6.3] QGIS version: 2.7.0-Master Master, exported Best regards, Pedro Venâncio 2014-11-14 15:13 GMT+00:00 Ziegler Stefan stefan.zieg...@bd.so.ch: Hi I sucessfully used QGIS custom widgets (eg

[Qgis-developer] Problems when editing the attribute table

2014-10-29 Thread Pedro Venâncio
not always happen, I can not open a ticket with truly useful information. What do you think? Best regards, Pedro Venâncio ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [Qgis-developer] Problems when editing the attribute table

2014-10-29 Thread Pedro Venâncio
Hi Frank, Yes, this is exactly the bug! So it is already reported. Thanks! Best regards, Pedro ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [Qgis-developer] Invisible shapefile

2014-10-18 Thread Pedro Venâncio
Hi Paolo, Not confirmed here with qgis master and saga 2.1.1 (xubuntu 12.04). Have you tried the same process on saga standalone? Best regards, Pedro 2014-10-18 12:21 GMT+01:00 Paolo Cavallini cavall...@faunalia.it: Hi all. I am creating shapefiles with SAGA (from Contour lines from

Re: [Qgis-developer] Print composers: should locked elements be selectable?

2014-10-15 Thread Pedro Venâncio
I guess I was just used to the old behavior. I have a lot of print composers with locked items (to avoid accidental movements) and was used to the fact that I could still select the locked items ... I felt the same Andreas, but after some weeks using version 2.5, I think I'm getting used

Re: [Qgis-developer] PostGIS warning details in QGIS master

2014-10-03 Thread Pedro Venâncio
Hi Denis, This is even more strange. Paste features: no features could be successfully pasted. warning only appears when selecting more than one feature. Please see the screencast: https://dl.dropboxusercontent.com/u/5772257/qgis/copy_paste/qgis_copy_paste.avi Test data:

[Qgis-developer] PostGIS warning details in QGIS master

2014-10-01 Thread Pedro Venâncio
on the primary key field). https://dl.dropboxusercontent.com/u/5772257/qgis/warning_message_qgis_22.jpg https://dl.dropboxusercontent.com/u/5772257/qgis/warning_message_qgis_24.jpg This change was intentional or can be considered a bug? Thanks! Best regards, Pedro Venâncio

Re: [Qgis-developer] PostGIS warning details in QGIS master

2014-10-01 Thread Pedro Venâncio
Hi Denis, Now copy/paste tries to convert geometries to match layer destination. So, you probably had incompatible geometries like trying to paste lines in a point layer. Not in this case. Both layers were geometry (MultiLineString,20790). In previous versions the only problem that the

Re: [Qgis-developer] Print composer in master

2014-09-30 Thread Pedro Venâncio
Ok, I also did not realize this change. This makes sense to me, but icons do not seem very explicit. New from template icon is the same of New composer. And Add items from template has the same icon that in previous versions were used to Open previously saved templates. So, it seems to me that

Re: [Qgis-developer] Print composer in master

2014-09-30 Thread Pedro Venâncio
Hi Andreas, I can not create icons, I am the worst designer on Earth... But I created some images with icons that I think can be more explicit, mixing some of which already exist in QGIS. What do you think? ___ Qgis-developer mailing list

Re: [Qgis-developer] Print composer in master

2014-09-30 Thread Pedro Venâncio
I think the Save as template icon would be good. But personally I would rather use the Open folder icon for loading from template or the blank page icon. The loading has nothing to do with saving and thus I don't think the Floppy disk icon would be a good choice for loading a template or

[Qgis-developer] Postgis integer field with null values problem

2014-09-19 Thread Pedro Venâncio
some triggers associated with these fields, which being filled with 0, make the triggers run, ending the result with no sense. This happens to me both in QGIS 2.4 and 2.5 master. Thanks! Best regards, Pedro Venâncio ___ Qgis-developer mailing

[Qgis-developer] Composer does not update the paper size in QGIS Master

2014-09-16 Thread Pedro Venâncio
anyone confirm? Thanks! Best regards, Pedro Venâncio ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [Qgis-developer] Datum Transformation - parameters for mainland Portugal

2014-06-24 Thread Pedro Venâncio
Hi André, - Mensagem original - DE: André Joost The transformation table inside QGIS only has those tfm from the EPSG database where the target CRS is 4326 (we want towgs84, right?) So I suggest to set target CRS for all new portuguese CRS to 4326 as well. Yes, I know Andre,

Re: [Qgis-developer] Fwd: Re: Datum Transformation - parameters for mainland Portugal

2014-06-22 Thread Pedro Venâncio
Hi again Andre and Marco, I've been investigating and the latest version of EPSG database (v8.4) already incorporates a lot of changes compared to the datum_shift.csv from gdal. tfm 1571 is a bug in the EPSG database. It should be Amersfoort to ETRS89 (1), but somehow the source CRS got

Re: [Qgis-developer] Fwd: Re: Datum Transformation - parameters for mainland Portugal

2014-06-21 Thread Pedro Venâncio
Hi Andre! tfm 1571 is a bug in the EPSG database. It should be Amersfoort to ETRS89 (1), but somehow the source CRS got wrong. It was deprecated in 2001, and replaced by tfm 1751 (4289 to 4258) under the same name. For some reasons, EPSG still keeps it in its database, marked

Re: [Qgis-developer] Please give us more time for testing and bugfixing

2014-06-20 Thread Pedro Venâncio
+1 Best regards, Pedro Venâncio ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [Qgis-developer] Fwd: Re: Datum Transformation - parameters for mainland Portugal

2014-06-20 Thread Pedro Venâncio
Hi Marco. Added two ntv2 entries and updated two entries, hope it is correct now. Great Marco, it is working now with ntv2 grids. Since there is now a duplication, I think you can delete the grids entry with coord_op_code 14 and 17. I still feel uncomfortable to delete / update

Re: [Qgis-developer] Fwd: Re: Datum Transformation - parameters for mainland Portugal

2014-06-20 Thread Pedro Venâncio
Hi again, - Mensagem original - DE: Pedro Venâncio However I came across something quite odd. In the Datum Transformation window, automatically arise some strange transformations (red in the image http://goo.gl/iIWOuw). These transformations give huge errors, and I do

Re: [Qgis-developer] Fwd: Re: Datum Transformation - parameters for mainland Portugal

2014-06-20 Thread Pedro Venâncio
Hi Marco, Since there is now a duplication, I think you can delete the grids entry with coord_op_code 14 and 17. With which other entries are they duplicated? Seems to me there are no two entries with same source_srs / dest_src / gsb file ? coord_op_code 14 uses the

Re: [Qgis-developer] Error compiling master on Ubuntu 12.04 - qgis_gui

2014-06-19 Thread Pedro Venâncio
Hi, I continue today with this problem. I leave here the complete log to someone who can give a look: http://goo.gl/oBbb3u Thank you very much! Best regards, Pedro ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org

Re: [Qgis-developer] Datum Transformation - parameters for mainland Portugal

2014-06-19 Thread Pedro Venâncio
Hi Andre and Marco, These parameters are outdated. The current and official parameters for Molodensky and Bursa-Wolf transformations are those which are currently in the Directorate-General of the Territory website [0], and which are those that I proposed. In addition, the Datum

Re: [Qgis-developer] Error compiling master on Ubuntu 12.04 - qgis_gui

2014-06-19 Thread Pedro Venâncio
I continue today with this problem. I leave here the complete log to someone who can give a look: http://goo.gl/oBbb3u Sorry, the link was blocked. Here is the original: https://dl.dropboxusercontent.com/u/5772257/qgis/log.txt Thanks! Best regards, Pedro

[Qgis-developer] Datum Transformation - parameters for mainland Portugal

2014-06-18 Thread Pedro Venâncio
Hi all, I have an update to the parameters that are in Datum Transformation for mainland Portugal. After an analysis of the parameters that are currently inserted in srs.db, I think we should keep only the latest parameters that are provided by the Portuguese Surveying Authority

[Qgis-developer] Error compiling master on Ubuntu 12.04 - qgis_gui

2014-06-18 Thread Pedro Venâncio
Hi, I'm getting an error when trying to compile qgis master on Ubuntu 12.04 (32bits). The day before yesterday I have compiled without any problem. Here is where the compilation stops: [ 39%] Building CXX object src/gui/CMakeFiles/qgis_gui.dir/moc_qgsunitselectionwidget.cxx.o cd

Re: [Qgis-developer] QGIS master crashes on zoom in - zoom out

2014-05-01 Thread Pedro Venâncio
Hello again, I've been looking at the tests during compilation, and the segmentation fault appears in qgis_zoomtest:   Start 43: qgis_shapebursttest 43/92 Test #43: qgis_shapebursttest ..***Failed    2.12 sec   Start 44: qgis_zoomtest 44/92 Test #44: qgis_zoomtest

[Qgis-developer] QGIS master crashes on zoom in - zoom out

2014-04-25 Thread Pedro Venâncio
Hi, I've compiled and installed yesterday QGIS 2.3 master, on Xubuntu 12.04, but it is continually crashing with a segmentation fault (core dumped). I just load a layer (raster / shape / postgis) and do some zoom in / zoom out. I've tried with the option to render with all processor cores

Re: [Qgis-developer] QGIS master crashes on zoom in - zoom out

2014-04-25 Thread Pedro Venâncio
I just recompiled QGIS 2.2 and everything works fine. So, the problem is only with the master. - Mensagem original - DE: Pedro Venâncio Hi, I've compiled and installed yesterday QGIS 2.3 master, on Xubuntu 12.04, but it is continually crashing with a segmentation fault

Re: [Qgis-developer] Identify with Feature Form on QGIS 2.2

2014-03-03 Thread Pedro Venâncio
Hi, It was already corrected by Jurgen (thanks!) [0], but a bug like this in the final release is quite annoying... I also do not know when it was introduced, because I did not realize it before. Best regards, Pedro [0] http://hub.qgis.org/issues/9631

Re: [Qgis-developer] Error in packaging

2014-01-27 Thread Pedro Venâncio
Olá Paolo, I already managed to compile. I think it was corrected by Jurgen on this commit: https://github.com/qgis/QGIS/commit/587be8cde99142e67aa236e47985110a9a74ebc7  You're still having the same problem? Cheers, Pedro ___ Qgis-developer mailing

Re: [Qgis-developer] Problem in Compiling Source Code of Qgis in Ubuntu 12.04 LTS

2014-01-26 Thread Pedro Venâncio
Hi again, I've been testing with the master version downloaded a few minutes ago and it gives me an error, apparently with moc_qgssublayersdialog.cxx.o: (...) [ 40%] Building CXX object src/gui/CMakeFiles/qgis_gui.dir/moc_qgsrelationmanagerdialog.cxx.o [ 40%] Building CXX object

Re: [Qgis-developer] Problem in Compiling Source Code of Qgis in Ubuntu 12.04 LTS

2014-01-25 Thread Pedro Venâncio
Hi, I'm getting an error when trying to compile from today source code: [ 20%] Building CXX object src/core/CMakeFiles/qgis_core.dir/gps/qextserialport/moc_qextserialport.cxx.o cd /home/pedro/sextante_github/QGIS-master/debian/build/src/core /usr/bin/c++   -Dqgis_core_EXPORTS -DQT_NO_DEBUG

Re: [Qgis-developer] Error in packaging

2014-01-25 Thread Pedro Venâncio
Hi Paolo, I'm having the same problem, with Xubuntu 12.04: -- Installing: /home/pedro/sextante_github/QGIS-master/debian/tmp/usr/lib/python2.7/dist-packages/pyspatialite/dump.py -- Installing: /home/pedro/sextante_github/QGIS-master/debian/tmp/usr/bin/qgis_bench -- Removed runtime path from

Re: [Qgis-developer] Problem in Compiling Source Code of Qgis in Ubuntu 12.04 LTS

2014-01-25 Thread Pedro Venâncio
Hi Richard, Thank you very much for the hint! In my case I only have one version, libspatialindex-dev 1.7.0-1 (and libspatialindex1), the problem is that libspatialindex.so is in /usr/lib/libspatialindex.so and not in /usr/lib/i386-linux-gnu/libspatialindex.so. So I created a symlink and it

Re: [Qgis-developer] QGIS 2 becomes slow and freezes when editing and saving PostGIS layers

2014-01-06 Thread Pedro Venâncio
in QGIS. I had to restart QGIS several times during longer editions. Thankfully the cause was diagnosed! Thank you very much! Best regards, Pedro Venâncio ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org http://lists.osgeo.org/mailman

Re: [Qgis-developer] QGIS 2 becomes slow and freezes when editing and saving PostGIS layers

2014-01-06 Thread Pedro Venâncio
Hi Bernhard, Yes, it is an important tool for me, luckily there is an alternative, even more complete! Thank you very much!! Best regards, Pedro - Mensagem original - DE: Bernhard Ströbl Hi, if you need the multipart split try the EditTools plugin. Multipart split is

Re: [Qgis-developer] QGIS 2 becomes slow and freezes when editing and saving PostGIS layers

2013-11-24 Thread Pedro Venâncio
when I have labels in the project (not necessarily in the layer being edited). Since, apparently, it is not a behavior that everyone can confirm, may be some plugin that is causing this behavior? Thanks. Best regards, Pedro - Mensagem original - DE: Pedro Venâncio Hi

Re: [Qgis-developer] QGIS 2 becomes slow and freezes when editing and saving PostGIS layers

2013-11-11 Thread Pedro Venâncio
Hi, This happens to me with other layer types, these latter cases were with polygon (multipolygon) layers. - Mensagem original - DE: Stott James This happened to me in 1.8, but was never able to pin down why. QGIS would become responsive again after a while, and the slow down

[Qgis-developer] QGIS 2 becomes slow and freezes when editing and saving PostGIS layers

2013-11-08 Thread Pedro Venâncio
Hi, In the recent times it has happened to me a strange thing, and I do not know what is the source, it may be that you have already identified something. When working with Postgis layers in QGIS, every time I save changes of an editing layer, I notice that the recording process is slower,

Re: [Qgis-developer] Processing: more integration and upgrade

2013-10-15 Thread Pedro Venâncio
Hi Alexander, This works, except for LecoS and Semi-Automatic Classification plugins, but I think it is problem of own plugins: http://hub.qgis.org/issues/8792 Best regards, Pedro - Mensagem original - DE: Alexander Bruy Hi Filipe, 2013/10/14 Filipe Dias

Re: [Qgis-developer] Processing: more integration and upgrade

2013-10-15 Thread Pedro Venâncio
Ok Alexander, thanks! I also just found this error when I click [...] in a field InputNumber, on a model that was created earlier. I think that in the last days, was discussed anything about this kind of fields. There was a change in Processing that causes this error on older models, or an

Re: [Qgis-developer] Processing Python Error on Startup

2013-10-06 Thread Pedro Venâncio
Hi, I also think the best option is to provide updates of Processing in the plugin repo. Processing is still evolving and much bugfixing has been done and is done regularly. In my opinion, these fixes must be backported more regularly than the QGIS releases. Best regards, Pedro -

[Qgis-developer] [Processing] Reproject layer does not work with custom CRS

2013-10-01 Thread Pedro Venâncio
Hi, Processing (Sextante) Reproject layer does not work with custom CRS. Anyone confirm? Shoud I fill a ticket? Thanks! Best regards, Pedro ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org

Re: [Qgis-developer] Toplogy validator: red areas not disappearing

2013-09-26 Thread Pedro Venâncio
Hi Paolo, Please see this ticket http://hub.qgis.org/issues/8095 Best regards, Pedro - Original Message - From: Paolo Cavallini Hi all. Using the validator plugin, incorrect shapes are overlayed with red, and I did not find a way to remove that, besides closing and reopening

Re: [Qgis-developer] processing not finding saga

2013-09-24 Thread Pedro Venâncio
Hi, I don't know if anyone encountered this issue, or if it is a local problem. When I run QGIS with an account without administrative privileges, processing does not find SAGA or GRASS. If I run QGIS as administrator, it works. I've uninstalled everything and went back to install, and the

Re: [Qgis-developer] processing not finding saga

2013-09-24 Thread Pedro Venâncio
Neto Hello, Cannot reproduce the error in here. I'm using windows 7 64bit, and I tried in QGIS 2.0.1, 2.1.0 and 2.0.1 (64bit). In all cases, I can use SAGA. Best Regards (Cumprimentos), Alexandre Neto On Tue, Sep 24, 2013 at 10:55 AM, Pedro Venâncio pedrongvenan...@yahoo.com wrote: Hi

Re: [Qgis-developer] QGIS 2.0 and GRASS integration on OSX and Windows

2013-09-24 Thread Pedro Venâncio
Hi Giovanni, I've been doing a set of tests on Windows, with the binaries that are today on QGIS website (I think they are new). As you found, everything works with OSGeo4W version. With standalone versions, SAGA is already included (although with different versions, which in my view is not

Re: [Qgis-developer] processing not finding saga

2013-09-17 Thread Pedro Venâncio
. Pedro Venâncio - Original Message - From: Paolo Cavallini Hi all. Here at FOSS4G, presenting QGIS 2.0 is going well. Unfortunately we are hitting once again the problem with saga not being found by Processing. This is on Windows: could it be a packaging problem? Of course we

[Qgis-developer] Advanced filter in the attribute table

2013-07-14 Thread Pedro Venâncio
Hi, I'm not sure if this is a bug, so I put here before opening a ticket. I made a screencast to illustrate the situation: http://goo.gl/VPVe9 Basically, when I clean a filter created with Advanced Filter in the attribute table, and do apply, it does not show all the records again, and shows a

[Qgis-developer] Core dump closing QGIS

2013-06-26 Thread Pedro Venâncio
Hi, I'm getting this core dump with QGIS compiled today. pedro@tsunami:~/sextante_github$ qgis Warning: loading of qt translation failed [/usr/share/qt4/translations/qt_en_US] Reading contributors file /usr/share/qgis/doc/CONTRIBUTORS. Warning:

Re: [Qgis-developer] [Qgis-user] Another compiling error at 48 percent

2013-06-05 Thread Pedro Venâncio
Hi Matthias, Thank you for the tip, but this problem was simply lack of space in the virtual machine. My fault, sorry... Hi Jürgen, I was using the -d option because initially it was always rising errors with some libreoffice packages, and I did not remember to remove it at this time. The

<    1   2   3   >