Re: [QGIS-Developer] QGIS 3.8.0 on FreeBSD: build takes several hours

2019-07-12 Thread lbartoletti
for FreeBSD 12 and here the results: https://cirrus-ci.com/task/5576588232491008 and my fork of your repository https://github.com/lbartoletti/qmap_initializer_compile_time Thanks to take care about this issue. Loïc -- Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-Developer-f4099106.html

Re: [QGIS-Developer] QgsDockWidget does not seem to work with loadUiType

2018-01-11 Thread Lbartoletti
Hi,Is related to that?https://gis.stackexchange.com/questions/259751/fixing-headings-for-qgis-custom-widgets-in-qt-designer/259883#259883 ?

Re: [QGIS-Developer] Fwd: My PostgreSQL/PostGIS function to create all missing spatial indexes

2017-12-03 Thread Lbartoletti
Hi,And what about some snippets/useful query in DB manager like‎ pgModeler ? Regards.Loïc.

[QGIS-Developer] QgsVectorXD vs QVectorXD

2017-11-24 Thread lbartoletti
Hi, I'm trying to port in QGis a new algorithm for CAD (intersection of 3D lines). So I need vectors, for my tests I used QVector3D from Qt5 GUI, but I wonder if it is not better to create a new QgsVector3D class in qgis core lib. How do you feel about that? Regards. Loïc

Re: [QGIS-Developer] Future of OSM integration

2017-10-12 Thread Lbartoletti
Hi, I can't write a solution but, personnally (and others I think ;)) , my little ‎dream is that QGIS replace JOSM to edit OSM data. Loïc. Envoyé de mon smartphone BlackBerry 10.   Message d'origine   De: Martin Dobias Envoyé: jeudi 12 octobre 2017 10:20 À: qgis-dev Objet: [QGIS-Developer]

Re: [QGIS-Developer] can't load plugins with QGIS custom widgets in windows

2017-10-02 Thread lbartoletti
Hi Enrico, Maybe add in your .ui files this snippet after the custom widgets section: qgis.gui Regards Loïc On 2017-09-29 09:43, Enrico Ferreguti wrote: Hi Loïc, I have no luck with your fix. I'm getting the same exception. The uic module doesn't recognize the property

Re: [QGIS-Developer] API break: snapSegment

2017-10-02 Thread lbartoletti
Hi Martin, You rock! Thanks. On 2017-09-29 09:15, Martin Dobias wrote: Hi Loïc On Tue, Sep 26, 2017 at 11:08 PM, L.Bartoletti wrote: Hi, For a few days now QgsMapMouseEvent:: snapSegment is no longer usable (moved). I need these tools to create circles with

Re: [QGIS-Developer] API break: snapSegment

2017-09-29 Thread lbartoletti
Hi, I am preparing a QEP for new editing tools like trim, extend, chamfers, bevel... (available in CADDigitize, QAD, etc.). I realize that it will also be necessary to be able to snap to segments. Regards. Loïc On 2017-09-26 23:08, L.Bartoletti wrote: Hi, For a few days now

Re: [QGIS-Developer] New MapTools for Circle, ellipse, regular polygon

2017-07-19 Thread lbartoletti
On 2017-05-25 07:07, L.Bartoletti wrote: Hi, I have just started this project. You can see it here: https://github.com/lbartoletti/QGIS/tree/regularShape_gui For now, I have only implemented a few features for the circles based on the work done on the circular string. Regards. Loïc