Re: [Qgis-developer] Release schedule discussion - again

2015-10-12 Thread Régis Haubourg
Thanks Andreas to raise the issue again. I feel stressed too with that release cycle as a public enterprise manager. Why ? - We try to push new features and fund them. It requires to test them when they land in master and restest them in all versions for regressions in LTR. - We have a de

Re: [Qgis-developer] Possible memory leak in QGIS redraws?

2015-10-12 Thread HAUBOURG
voyé : vendredi 9 octobre 2015 14:15 > À : HAUBOURG > Cc : qgis-developer@lists.osgeo.org > Objet : Re: [Qgis-developer] Possible memory leak in QGIS redraws? > > On Fri, Oct 09, 2015 at 04:48:28AM -0700, Régis Haubourg wrote: > > Thanks Nyall for this. > > Any idea how we

Re: [Qgis-developer] Possible memory leak in QGIS redraws?

2015-10-09 Thread Régis Haubourg
Thanks Nyall for this. Any idea how we could track this down? What tools and skills are required to do so? I won't do this by myself but I a wondering how I can hire someone to do so Cheers Régis -- View this message in context: http://osgeo-org.1560.x6.nabble.com/Possible-memory-leak-in-QGI

[Qgis-developer] Possible memory leak in QGIS redraws?

2015-10-08 Thread Régis Haubourg
Hi all, I try to narrow down a production issue here. In long sessions with lot's of redraws on complex projects, memory seems to increase regularly. In a more simple environnement with no plugins, just sending multiple redraws using F5 key triggers it. It grows quite fast on 2.6 up to 4Go so

Re: [Qgis-developer] SSL error on QGIS startup

2015-10-06 Thread Régis Haubourg
Matthias Kuhn-2 wrote > Can you state more precisely what you mean with "on welcome screen"? > I.e. directly on the welcome screen or on a separate tab? Hi, At first thought, I would prefer directly on welcome screen, at least users get used to it (or addicted?). Notification icons are usefull fo

Re: [Qgis-developer] SSL error on QGIS startup

2015-10-02 Thread Régis Haubourg
Hi, maybe a bit off topic, We released rss-menu plugin here as a feed parser to inform users from some news. Huge drawback, it builds a menu in menu bar, and we discovered very few users do see those news. I would be a great fan of having customizable feeds on welcome screen, so that new have

Re: [Qgis-developer] Inverted polygon renderer and shapeburst fill in qgis server tiles

2015-10-01 Thread Régis Haubourg
Hugo Mercier wrote > The solution proposed by Nyall (adding the possibility to have an > infinite distance if I understood correctly) is better I think. Hi Hugo, you're right. If someone has sufficient math skills to avoid a dirty workaround, I'd be pleased to have him work on it ;-). Cheers Rég

Re: [Qgis-developer] Inverted polygon renderer and shapeburst fill in qgis server tiles

2015-09-30 Thread Régis Haubourg
Hi Nyall, thanks very much for the pointer, we know now where to look for a solution. Another hypothesis, couldn't that be the inverted polygon renderer that is sending a polygon clipped by map extent + a margin ? If this is the case, we could simply put a greater margin value. Maybe Hugo at oslan

Re: [Qgis-developer] New API for labeling Engine?

2015-09-24 Thread HAUBOURG
nd work on that at the hackfest. Several parts of QGIS will be touched, from qgs format and ability to store data and ressources , labeling API up to UX design. Cheers Régis > -Message d'origine- > De : Martin Dobias [mailto:wonder...@gmail.com] > Envoyé : jeudi 24 septem

Re: [Qgis-developer] Inverted polygon renderer and shapeburst fill in qgis server tiles

2015-09-23 Thread Régis Haubourg
ticket filed here : http://hub.qgis.org/issues/13406 Cheers Régis -- View this message in context: http://osgeo-org.1560.x6.nabble.com/Inverted-polygon-renderer-and-shapeburst-fill-in-qgis-server-tiles-tp5224645p5225649.html Sent from the Quantum GIS - Dev

[Qgis-developer] New API for labeling Engine?

2015-09-22 Thread Régis Haubourg
Hi all, I just saw a recent commit labeled "New API for labeling engine (QgsLabelingEngineV2)" [0] Can anyone tell us more on that work that seems very promising? My question is not totally innocent, I just launch funding to start QEP's work on labeling improvements. I would like that QGIS can h

Re: [Qgis-developer] New authentication system ready

2015-09-22 Thread Régis Haubourg
Wh. that's huge work Larry. Will need quite some time to inspect all that and give some feedback. Any way , bravo! Régis -- View this message in context: http://osgeo-org.1560.x6.nabble.com/New-authentication-system-ready-tp5225486p5225514.html Sent from the Quantum GIS - Developer mailing

Re: [Qgis-developer] [QGIS-Server] Add a Short Name to layers for OGC Web Services

2015-09-22 Thread Régis Haubourg
Tom Chadwin wrote > I certainly use "Display as" for human-friendly names. Hi, I must have missed something. How do you modify that field? It is greyed out here. Cheers Régis -- View this message in context: http://osgeo-org.1560.x6.nabble.com/QGIS-Server-Add-a-Short-Name-to-layers-for-OGC-We

Re: [Qgis-developer] [QGIS-Server] Add a Short Name to layers for OGC Web Services

2015-09-22 Thread Régis Haubourg
-- View this message in context: http://osgeo-org.1560.x6.nabble.com/QGIS-Server-Add-a-Short-Name-to-layers-for-OGC-Web-Services-tp5225162p5225394.html Sent from the Quantum GIS - Developer mailing list archive at Nabble.com. ___ Qgis-developer maili

Re: [Qgis-developer] [QGIS-Server] Add a Short Name to layers for OGC Web Services

2015-09-21 Thread Régis Haubourg
Hi René Luc, fair enough, let's focus on Short name first. Could you provide some screen mockups so that we can all understand how GUI would be changed, and how WFS name write rules can be checked in QGIS GUI? We also get rid of the "diplay as" field that is currently unusefull (unless I'm wrong)

Re: [Qgis-developer] [QGIS-Server] Add a Short Name to layers for OGC Web Services

2015-09-21 Thread Régis Haubourg
Hi all, +1 with that. I also would like that we start clarifying Metadatas concepts currently present in QGIS. We have some OWS metadata on project level, but no ISO (19xxx) there. At layer's level, we have amix of OWS and ISO metadatas, with confusion on those concepts. Title is a very good e

[Qgis-developer] Inverted polygon renderer and shapeburst fill in qgis server tiles

2015-09-17 Thread Régis Haubourg
Hi, working on qgisserver install here with tiled client (Lizmap), we encountered that empty tiles are rendered with borders inheriting from shapeburstfill. See picture [0] That is fine in desktop QGIS mapcanvas unless we put an oversized "shade to distance" value. See [1] Any idea if there

Re: [Qgis-developer] Managing plugins that depend on other plugins

2015-09-11 Thread Régis Haubourg
+1 would love such a feature! We also miss some nice handling of python libs dependencies. Cheers Régis -- View this message in context: http://osgeo-org.1560.x6.nabble.com/Managing-plugins-that-depend-on-other-plugins-tp5223790p5223876.html Sent from the Quantum GIS - Developer mailing list

Re: [Qgis-developer] What is "Discourage other labels from covering features in this layer" option in layer properties?

2015-09-02 Thread Régis Haubourg
Hi, same question here, it's not easy to understand the change, and add some overhead to classical labeling workflow. Cheers Régis -- View this message in context: http://osgeo-org.1560.x6.nabble.com/What-is-Discourage-other-labels-from-covering-features-in-this-layer-option-in-layer-propertie

Re: [Qgis-developer] digitizing issues in master

2015-08-27 Thread Régis Haubourg
OK, thanks for the update Denis, will test when ready Cheers Régis -- View this message in context: http://osgeo-org.1560.x6.nabble.com/digitizing-issues-in-master-tp5221470p5221480.html Sent from the Quantum GIS - Developer mailing list archive at Nabble.com. _

[Qgis-developer] digitizing issues in master

2015-08-27 Thread Régis Haubourg
Hi, I'm digitizing in current master and couldn't achieve my work, had to switch back to 2.10. First issue is not being able to select a bunch of node with node tool using clic and drag on screen. Did that change? Second issue is new node window coming up automatically . The interaction with can

Re: [Qgis-developer] Performance issues in Lizmap (apache?)

2015-08-21 Thread Régis Haubourg
+1 here, we've been facing such problems with cache that is not so fast. We also see that apache is 100% CPU sometimes by non cached queries, then simple cache queries are retained until CPU is available. We are still working on it with 3Liz to find all the bottlenecks. We also have trouble with

Re: [Qgis-developer] NULL and zeroes get mixed in postgis provider

2015-07-10 Thread HAUBOURG
Hi Matthias, Thanks for that. I won't be able to test soon, vacations are coming and we are on heavy load on catalogs and qgi server. Cheers Régis > -Message d'origine- > De : Matthias Kuhn [mailto:matth...@opengis.ch] > Envoyé : vendredi 10 juillet 2015 16:15 &

Re: [Qgis-developer] hub.qgis.org error

2015-07-09 Thread Régis Haubourg
Tested again at home with MacOs and chrome, same error: See following post request, where fixed_version_id variable is set to 124: Idea's? - Accept:text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8 Accept-Encoding:gzip, deflate Accept-Language:fr,en

Re: [Qgis-developer] hub.qgis.org error

2015-07-09 Thread Régis Haubourg
Mmm.. strange, I did try every target version available and every time I add this message. Could that be a localization issue? Will try again tomorrow. Thanks guys! -- View this message in context: http://osgeo-org.1560.x6.nabble.com/hub-qgis-org-error-tp5215063p5215100.html Sent from the Quan

[Qgis-developer] NULL and zeroes get mixed in postgis provider

2015-07-09 Thread Régis Haubourg
Hi all, we discovered quite a nasty issue here, probably here for a long time but I could'nt reproduce it correctly before. With postgis tables or views, when numeric fields (tested with int, real and numeric) bears null values, and also 0 values, NULLs and zeroes are mixed randomly, at some zo

[Qgis-developer] hub.qgis.org error

2015-07-09 Thread Régis Haubourg
Hi all, when trying to create tickets today, from Firefox or Chrome, I get an error "Affected version must be given" I can't post any bug report. Something broken? Cheers Régis -- View this message in context: http://osgeo-org.1560.x6.nabble.com/hub-qgis-org-error-tp5215063.html Sent from t

Re: [Qgis-developer] Is the new release schedule a success?

2015-07-01 Thread Régis Haubourg
Paolo Cavallini wrote > Il 30/06/2015 20:14, Tom Chadwin ha scritto: > >> Anyway, keep up the fabulous work, all of you. My organization has never >> looked back since migrating to QGIS, and it is only getting better and >> better. Well, I can only say the same! We would never go back.. As a use

Re: [Qgis-developer] Use the style tab widget in a Python plugin

2015-06-24 Thread Régis Haubourg
Hi Michael , you can have a look to Mask plugin code, we embed a layer styling window in main GUI. Cheers Régis -- View this message in context: http://osgeo-org.1560.x6.nabble.com/Use-the-style-tab-widget-in-a-Python-plugin-tp5212511p5212616.html Sent from the Quantum GIS - Developer mailing

Re: [Qgis-developer] Extended QWC

2015-06-24 Thread Régis Haubourg
Hi, great work ! I noticed an issue when changing streetview panel size, street view image is not redimensionned (under chrome at least). Do you redistribute your sources and packages somewhere? I aw you plan to work on Lizmap later, can you tell us a bit more? Cheers Régis -- View this

Re: [Qgis-developer] Zoom in more than 1:2,256 borken

2015-06-23 Thread Régis Haubourg
Hi Yves, any project scales defined? I was tricked by this once.. Cheers Régis -- View this message in context: http://osgeo-org.1560.x6.nabble.com/Zoom-in-more-than-1-2-256-borken-tp5212529p5212567.html Sent from the Quantum GIS - Developer mailing list archive at Nabble.com. ___

Re: [Qgis-developer] Bug priority for release

2015-06-12 Thread Régis Haubourg
Andreas Neumann wrote > Are you aware that there are two modes for loading DB tables? There is > the checkbox "Select at ID". About this, shouldn't we find a more user friendly wording and tooltip for this? I just discover that now... Régis -- View this message in context: http://osgeo-org.

Re: [Qgis-developer] Bug priority for release

2015-06-12 Thread Régis Haubourg
Paolo Cavallini wrote > Actually, I'm surprised none of our big users already stepped in: > maybe I'm missing something? > All the best, and thanks. > -- Hi all, my feeling about this for corporations: - Testers tends to become experts, skipping some use cases. I have million rows in some Db's

Re: [Qgis-developer] Bug in symbol size data-defined override

2015-06-08 Thread Régis Haubourg
Alexandre Neto wrote > Not sure if data-defined override for Symbol Size should even be connected > to the size-scale method, since in this case it should simply override the > symbol size value. In master UI refactoring, area or diameter selector disappeared, and we now have an assistant for that

Re: [Qgis-developer] Data-defined symbol size is not backwards compatible to 2.8.2

2015-06-05 Thread Régis Haubourg
Good catch Andreas! I was also convinced that rendering was the same in server and desktop. If not, we will have to know why and deploy unit tests for that.. Régis -- View this message in context: http://osgeo-org.1560.x6.nabble.com/Data-defined-symbol-size-is-not-backwards-compatible-to-2-8-

Re: [Qgis-developer] Data-defined symbol size is not backwards compatible to 2.8.2

2015-06-04 Thread Régis Haubourg
Issue created here http://hub.qgis.org/issues/12876 with sample data and project files for testing purposes. Régis -- View this message in context: http://osgeo-org.1560.x6.nabble.com/Data-defined-symbol-size-is-not-backwards-compatible-to-2-8-2-tp5208256

Re: [Qgis-developer] Data-defined symbol size is not backwards compatible to 2.8.2

2015-06-04 Thread Régis Haubourg
Yep, I have it too. Will file a ticket. Cheers Régis -- View this message in context: http://osgeo-org.1560.x6.nabble.com/Data-defined-symbol-size-is-not-backwards-compatible-to-2-8-2-tp5208256p5209109.html Sent from the Quantum GIS - Developer mailing list archive at Nabble.com. __

Re: [Qgis-developer] Data-defined symbol size is not backwards compatible to 2.8.2

2015-06-01 Thread Régis Haubourg
Hi, here are the ideas behind this work, Nyall (code reviewer) and Vincent (author) could explain implentation choices more than me (funder): - get a more consistent UI with data defined widgets, and not "advanced fields". That way, size is in one place only. - offer an assistant on size varying

Re: [Qgis-developer] editing in QGIS a WFST from QGIS server

2015-06-01 Thread Régis Haubourg
Nothing in qgis server logs when trying to commit transactions.. I set log level to 0 and can see every OGC request, but not transactions. Any idea? -- View this message in context: http://osgeo-org.1560.x6.nabble.com/editing-in-QGIS-a-WFST-from-QGIS-server-tp5207744p5208502.html Sent from the

Re: [Qgis-developer] editing in QGIS a WFST from QGIS server

2015-06-01 Thread Régis Haubourg
Hi, I could not test SQLITE, maybe debian's package is not default compiled with it. I triple checked postgis rights.. that should do.. I will try to activate qgis server logs Régis -- View this message in context: http://osgeo-org.1560.x6.nabble.com/editing-in-QGIS-a-WFST-from-QGIS-server-tp

Re: [Qgis-developer] editing in QGIS a WFST from QGIS server

2015-05-31 Thread Régis Haubourg
Hi René-Luc, I will double check db grants and server grants tomorrow to be sure. Thanks! Régis -- View this message in context: http://osgeo-org.1560.x6.nabble.com/editing-in-QGIS-a-WFST-from-QGIS-server-tp5207744p5208311.html Sent from the Quantum GIS - Developer mailing list archive at Nab

Re: [Qgis-developer] Data-defined symbol size is not backwards compatible to 2.8.2

2015-05-31 Thread Régis Haubourg
HI, we are sponsoring Vincent Mora on that and I submitted the issue on Friday. He should be able to work on that in the next few days. Cheers Régis -- View this message in context: http://osgeo-org.1560.x6.nabble.com/Data-defined-symbol-size-is-not-backwards-compatible-to-2-8-2-tp5208256p520

Re: [Qgis-developer] editing in QGIS a WFST from QGIS server

2015-05-27 Thread Régis Haubourg
Correction, most probably QGIS server is buggy because QGIS desktop has been tested extensively on Geoserver and TinyOWS apparently. Cheers Régis -- View this message in context: http://osgeo-org.1560.x6.nabble.com/editing-in-QGIS-a-WFST-from-QGIS-server-tp5207744p5207764.html Sent from the Qu

Re: [Qgis-developer] editing in QGIS a WFST from QGIS server

2015-05-27 Thread Régis Haubourg
René-Luc Dhont wrote > Hi Régis, > > Lizmap does not use WFS-T because we do editing before WFS-T release. > I think that QGIS-Web-CLient can use it. > > What is the serviceExceptionReport content ? > > Ragrds, > René-Luc Hi René-Luc, Then QGis client is probably buggy. Is there anyway to catc

[Qgis-developer] editing in QGIS a WFST from QGIS server

2015-05-27 Thread Régis Haubourg
Hi all, I didn't find anything clear on the web. As anyone succeeded in editing WFST layer served by QGIS server? I configured a 2.10 Lizmap with qgis server 2.8, and Lizmap CAN do editing. There are some caveats such as having a sequence in db's table as a primary key. I couldn't edit the very

Re: [Qgis-developer] issue with QGIS via citrix

2015-05-22 Thread Régis Haubourg
Hi, we have the very same config here. No report of such troubles here until now (not meaning that it does not happens). 2.6.1 encounters mainly troubles with corrupting some qgs on save. More generally with QGIS, we have troubles having a good screen reactivity with thin clients WYSE, when recei

Re: [Qgis-developer] Virtual layers for QGIS

2015-05-11 Thread Régis Haubourg
Hi Hugo, looks pretty nice! Is there any 64 bit dll available? Régis -- View this message in context: http://osgeo-org.1560.x6.nabble.com/Virtual-layers-for-QGIS-tp5205144p5205147.html Sent from the Quantum GIS - Developer mailing list archive at Nabble.com. ___

Re: [Qgis-developer] Processing and ftools (Proposal for hackfest)

2015-05-06 Thread Régis Haubourg
Hi, + 1 for centralizing alg's in one place. From a UI point of view, what about discussing some kind of shortcuts in menu, allowing to open directly processing algorithms? Users do love the graphic icon in ftools that help understanding what geometric operator will be triggered. Even more, an a

Re: [Qgis-developer] Project on DB

2015-04-14 Thread Régis Haubourg
Hmm, interesting idea. By now, I could deal with it with profile QGIS2.ini fine tuning. User settings also concerns all that is stored in .qgis profile (settings, GUIncustomization, processing conf and use models). What you suggest implies that QGIS can authenticate itself and register to a DB.

Re: [Qgis-developer] Thoughts about multi-type tables in QGIS

2015-04-07 Thread Régis Haubourg
olivier wrote > >> to me it sounds a bit like loading "varchar" and "float" in the same >> column > > > That's exactly what it is not. Generic geometry is a valid and well > defined > type, and postgis functions behave very well with it. ST_Area for instance > will return 0 for a point or a line

Re: [Qgis-developer] Thoughts about multi-type tables in QGIS

2015-04-07 Thread Régis Haubourg
-- View this message in context: http://osgeo-org.1560.x6.nabble.com/Thoughts-about-multi-type-tables-in-QGIS-tp5196607p5200242.html Sent from the Quantum GIS - Developer mailing list archive at Nabble.com. ___ Qgis-developer mailing list Qgis-develo

Re: [Qgis-developer] Thoughts about multi-type tables in QGIS

2015-04-07 Thread Régis Haubourg
Hi, we must clarify some things in this topics: - Mapinfo handles only one geometry columns per table, but authorize mixed geometry types inside of it. To me, there is no doubt we MUST NOT do this. - Spatial DB's recommend non mixed geometry types, but authorize mixed collections, even if work

Re: [Qgis-developer] Thoughts about multi-type tables in QGIS

2015-04-03 Thread Régis Haubourg
Hi, I very often use multi geometries postgis tables or views, and I really don't get what improvements pushing that into QGIS interface could add to user experience. QGIS is the most simple viewer we have currently. Multi geom database tables are really really uncommon, and if present, this is be

Re: [Qgis-developer] Temporal data (was QGIS GRASS Plugin Upgrade Crowdfunding)

2015-03-31 Thread Régis Haubourg
Hi Luigi, for graph and plots improvements, Mattheo, Matthias and I just talked about integrating pandas (but also improving python console, use graph outputs in composers). see here [0] [0] http://osgeo-org.1560.x6.nabble.com/graph-and-plots-improvements-td5194130.html Cheers -- View this

Re: [Qgis-developer] Temporal data (was QGIS GRASS Plugin Upgrade Crowdfunding)

2015-03-30 Thread Régis Haubourg
Hi Radim, I follow your point here. I think plugins still are in the very interesting and productive "natural selection" phase, where plugin authors tests features and ergonomic options. We still miss here some temporal interpolation / blurring / fading features to render smooth videos. (see [0]

Re: [Qgis-developer] wrong attribute values for postgis data in Feature attribute form

2015-03-26 Thread Régis Haubourg
Hi, I have seen such troubles when the choosen primary key from qgis side is not unique . Symptoms: selecting one feature select severals unrelated features of the same layer. relation with attributes is broken also. Can you check in your layer's definition (general tab of layer properties) if

[Qgis-developer] User legend text from 2.4 is dropped in QGIS 2.6 / 2.8

2015-03-20 Thread Régis Haubourg
Hi, users found a nasty bug I couldn't find in redmine. When having 2.4 qgs projects with user legend text and Auto Update OFF in composer's legend, that text is not reused when opening it in QGIS 2.6 or QGIS 2.8.1. That leads to complete manual rebuild of legends in all composers. That will g

[Qgis-developer] login hub.qgis.org not working

2015-03-20 Thread Régis Haubourg
Hi, I'm trying to log in hub.qgis to create a bug report : - when having credencials typo error, I have a error message. - when typing the right credencials, I have no error message but still am not logged in.. Help! -- View this message in context: http://osgeo-org.1560.x6.nabble.com/login

Re: [Qgis-developer] graph and plots improvements?

2015-03-18 Thread Régis Haubourg
Matthias Kuhn-2 wrote > https://github.com/Sharpie/qgis-ipython I wan't aware of that plugin. For QGIS, I forsee something like that for users: - embed pandas and make some teasing of what is possible with that with some processing scripts for power users - find a way to embed updatable graphs

Re: [Qgis-developer] graph and plots improvements?

2015-03-18 Thread Régis Haubourg
Hi Matthias, yeah Ipython notebook rocks! -- View this message in context: http://osgeo-org.1560.x6.nabble.com/graph-and-plots-improvements-tp5194130p5194188.html Sent from the Quantum GIS - Developer mailing list archive at Nabble.com. ___ Qgis-de

Re: [Qgis-developer] graph and plots improvements?

2015-03-18 Thread Régis Haubourg
Hi Mattheo, I totally agree with that feature request and am volunteer to work on that if needed. I have been doing experiments with processing scripts using library such as pandas (relying on matplotlib), seaborn and plot.ly. See "Summarize_numeric_columns_using_Pandas" script in my github ht

Re: [Qgis-developer] Strange behaviour in feature ids when editing PostGIS layer

2015-02-28 Thread Régis Haubourg
Hi, well pgadmin sets table view in readonly mode if no Primary Key is defined.. That is more than a good practice from a DBA point of view, I wouldn't be against such a constraint for tables. We should raise some user warning when connecting to PG, so that users don't get confuzed Another point,

[Qgis-developer] QGIS slow on startup - Tests conclusions and questions

2015-01-23 Thread Régis Haubourg
Hi all, I have been facing slowness of QGIS startup process on windows citrix servers here, with no clue for months on what explained that phenomenon. I faced first startup of 2 minutes,sometimes 15 minutes when servers where loaded. Second startup takes generally 40 seconds. After 2 days of int

Re: [Qgis-developer] Virtual geom column

2015-01-22 Thread Régis Haubourg
Hi, FYI there is an on going work funded by French Ministry of ecology to explore feasability of such features, using underlying sqlite capabilities. Maybe the concerned contractant could give us an update status of thsi work? This is also related to adding SQL capabilities discussed here between

Re: [Qgis-developer] QEP and PR for new Authentication Configuration System

2015-01-21 Thread Régis Haubourg
HI Jurgen, When you say it is covered already by Qt, what does that mean to achieve use cases like autocredentials for postgis layers or WMS layers for instance? We still need the current QEP or am I missing something? (I 'm absolutly outside of my skill circle) Cheers Régis -- View this mes

Re: [Qgis-developer] QEP and PR for new Authentication Configuration System

2015-01-21 Thread Régis Haubourg
Larry_S wrote > Can you expound upon how this info is accessed, what exactly is used, and > how it would be used? Then, an authentication config and provider can > possibly be crafted. We use NTLM v2 here: http://davenport.sourceforge.net/ntlm.html Régis -- View this message in context: http

Re: [Qgis-developer] QEP and PR for new Authentication Configuration System

2015-01-21 Thread Régis Haubourg
Thanks for the explanations Larry. I hope having technical infos on what we use here for authentification soon. Having the scripts, or some snippets would help. We already use python / bash / powershell scripts to manage user profiles (deploy new settings, check settings, migrate profile content

Re: [Qgis-developer] Data-defined buttons for "en masse" size and rotation

2015-01-21 Thread Régis Haubourg
Hi Vincent, good to know, thanks Régis Vincent Mora wrote > On 20/01/2015 22:51, Anita Graser wrote: >> Hi Régis, >> >> Thanks a lot for all the details! >> >> On Mon, Jan 19, 2015 at 9:30 PM, Régis Haubourg >> < > regis.haubourg@ > > wrote:

Re: [Qgis-developer] QEP and PR for new Authentication Configuration System

2015-01-19 Thread Régis Haubourg
Hi Larry, very interesting QEP! I'm not an expert of authentification systems at all. Here, I would love to have QGIS be able to auto identify itself using Windows session user information. That's what we do with internal webapps with Firefox. Please consider also use cases for system administrat

Re: [Qgis-developer] Data-defined buttons for "en masse" size and rotation

2015-01-19 Thread Régis Haubourg
Hi Anita, I was not sure on first message of Vincent, but now I'm sure, I'm the funder of such features ;-). I did not spoil that work before, because that took us a lng time to validate the contract. We should have make it for 2.8 at start.. 2.10 will be the goal. Discussion with community i

Re: [Qgis-developer] problem with GROUP BY in `Execute SQL` Processing

2015-01-16 Thread Régis Haubourg
Ok, I see some issues:;: 1- your query does WHERE + GROUp BY. SQL standards requires a HAVING CLAUSE with group by: select * from au group by ID HAVING ID > 100 2- Geoprocessing waits for a spatial layer in return. I think you need to add explicit aggregate operators for your columns and geom

[Qgis-developer] How to centrlyse color ramps and symbol ressources?

2015-01-16 Thread Régis Haubourg
Hi, I faced today a trouble when trying to share a map with custom color ramps. QGIS does not embed color ramps in qgs files, same behaviour as SVG symbols. When we have additionnal paths for SVG symbols, I couldn't find the same for additionnal symbols and color ramps. How can I achieve that?

Re: [Qgis-developer] problem with GROUP BY in `Execute SQL` Processing

2015-01-16 Thread Régis Haubourg
Hi, not sure, did you try double quotes on fields names, like: select * from au where "ID" > 100 group by "ID" ? Régis -- View this message in context: http://osgeo-org.1560.x6.nabble.com/problem-with-GROUP-BY-in-Execute-SQL-Processing-tp5181825p5181832.html Sent from the Quantum GIS - Deve

Re: [Qgis-developer] processing - new geoalgorithme FieldsMapper

2015-01-09 Thread Régis Haubourg
Hi, some related questions on the fly: I'm developping some processing scripts too. 1- What is our policy for new scripts, adding them to QGIS core, or contribute them to QGIS-processing repository ressources? 2- How can we handle dependencies, and other ressources linked to a script (UI, html

Re: [Qgis-developer] QGIS slow startup on windows

2014-12-11 Thread Régis Haubourg
ticket created here :http://hub.qgis.org/issues/11845 http://hub.qgis.org/issues/11845 -- View this message in context: http://osgeo-org.1560.x6.nabble.com/QGIS-slow-startup-on-windows-tp5177403p5177457.html Sent from the Quantum GIS - Developer mailing li

Re: [Qgis-developer] QGIS slow startup on windows

2014-12-11 Thread Régis Haubourg
Just in case I missed something, I copied all my plugins that where in remote profiles and QGIS_PLUGINPATH folder. I have many plugins parsing xml datas.. No problem, that only take 10 seconds more to load. However, I noticed doing this that plugin installer tool is reactive, when it is extremly

Re: [Qgis-developer] QGIS slow startup on windows

2014-12-11 Thread Régis Haubourg
And I forgot, All creation file failing event disappeared.. -- View this message in context: http://osgeo-org.1560.x6.nabble.com/QGIS-slow-startup-on-windows-tp5177403p5177431.html Sent from the Quantum GIS - Developer mailing list archive at Nabble.com.

Re: [Qgis-developer] QGIS slow startup on windows

2014-12-11 Thread Régis Haubourg
You're right Martin, not using --configpath option is fast (5 seconds). I tested also PLUGIN_PATH option, and there is no problem with it. What can I do next to narrow down the issue? Régis -- View this message in context: http://osgeo-org.1560.x6.nabble.com/QGIS-slow-startup-on-windows-tp5

Re: [Qgis-developer] QGIS slow startup on windows

2014-12-11 Thread Régis Haubourg
Yes ini files are there and writeable, I manage them without any problem. I start tests with classical config now. -- View this message in context: http://osgeo-org.1560.x6.nabble.com/QGIS-slow-startup-on-windows-tp5177403p5177429.html Sent from the Quantum GIS - Developer mailing list arch

Re: [Qgis-developer] QGIS slow startup on windows

2014-12-11 Thread Régis Haubourg
Full monitor logs and events properties are uploaded here [0]. See first event properties for one failed event here [1] and a screen capture (more readable) here [2] [0] https://drive.google.com/open?id=0BzatQbprJ-hjTVFRYWUwS2tpSDQ&authuser=0 [1] https://drive.google.com/open?id=1BsfWFzSkAVSDXtVZx

Re: [Qgis-developer] QGIS slow startup on windows

2014-12-11 Thread Régis Haubourg
Hi Martin, Agreed, will test now, but I don't remember having had fast startup with default profile settings. I'm uploading monitor logs in case that is usefull to you. Event properties seem to say that plugins are involved. Cheers -- View this message in context: http://osgeo-org.1560.x6.na

Re: [Qgis-developer] QGIS slow startup on windows

2014-12-11 Thread Régis Haubourg
I also have same messages with another location, where are stored other python plugins (QGIS_PLUGINPATH), this might be related to python compile process.. This startup was surprisingly long: 5 minutes... and not the first one.. -- View this message in context: http://osgeo-org.1560.x6.nabble.

[Qgis-developer] QGIS slow startup on windows

2014-12-11 Thread Régis Haubourg
Hi all, I still try to understand why first QGIS startup is so slow on Windows platforms, and why it is always slower compared to MacOsx or Linux. Process Monitor raises a first very strange behaviour: qgis-bin.exe tries 172 765 times to do a 'Create File' action in C:\Windows\CSC\v2.0.6\namesp

Re: [Qgis-developer] QtXml is no longer maintained in Qt5

2014-12-04 Thread Régis Haubourg
Slowness is painfull also on project save, and I guess this is mainly the xml issue there. -- View this message in context: http://osgeo-org.1560.x6.nabble.com/QtXml-is-no-longer-maintained-in-Qt5-tp5176248p5176498.html Sent from the Quantum GIS - Developer mailing list archive at Nabble.com. _

Re: [Qgis-developer] QtXml is no longer maintained in Qt5

2014-12-04 Thread Régis Haubourg
Hi, agreed it's awfully slow on large project save (about 1 min sometimes for about 200 layers) +1 for refactoring qgs into a container able to store layers. That would give us a storing solution for memory layers, discussed previously. Cheers Régis -- View this message in context: http://os

Re: [Qgis-developer] Improving the legend for map-units, data-defined symbology, diagrams and labels

2014-11-14 Thread Régis Haubourg
Andreas Neumann wrote > 1. Support for legends for graphical properties defined with map units. > Currently these legends display in the print composer at very strange, > unpredictable and unusable sizes. E.g. a stroke-width or dash defined in > map units is either way too big or too small. Same

Re: [Qgis-developer] "case sensitive" in filter legend

2014-11-12 Thread Régis Haubourg
+1 , very confusing for me too -- View this message in context: http://osgeo-org.1560.x6.nabble.com/case-sensitive-in-filter-legend-tp5172501p5172523.html Sent from the Quantum GIS - Developer mailing list archive at Nabble.com. ___ Qgis-developer mai

Re: [Qgis-developer] FW: Support | Custom install for XenApp | Removing menu options

2014-11-11 Thread Régis Haubourg
Hi Steven, I post an answer in Stackexchange in your original question. Cheers Régis -- View this message in context: http://osgeo-org.1560.x6.nabble.com/FW-Support-Custom-install-for-XenApp-Removing-menu-options-tp5172389p5172423.html Sent from the Quantum GIS - Developer mailing list archive

Re: [Qgis-developer] QGIS 2.6 release

2014-10-31 Thread Régis Haubourg
Hi, this one seems the most confirmed and painfull to me: http://hub.qgis.org/issues/11524 (Relations Subforms - Start/Stop editing problem) Cheers Régis -- View this message in context: http://osgeo-org.1560.x6.nabble.com/QGIS-2-6-release-tp5170562p51705

Re: [Qgis-developer] QEP/RFC sqlite virtual tables

2014-10-28 Thread Régis Haubourg
Hi all, this is a very high level topic for me. I will just point out some user/funder needs, and maybe try to describe other strategies exist in GIS softs. As a user coming from both ESRI and Mapinfo world: - The main (and last?) real advantage of MI was its native pseudo-SQL capabilities (wi

Re: [Qgis-developer] 1:many relation enhancements

2014-10-21 Thread HAUBOURG
all (or even only a subset of) related features. This would be best embedded in or around the expression engine. It's an advanced topic, but it's definitely on my todo list. On 20.10.2014 21:21, Régis Haubourg wrote: > Hi, > I just finished a project with custom UI made with QTcreator wit

Re: [Qgis-developer] 1:many relation enhancements

2014-10-20 Thread Régis Haubourg
Hi, I just finished a project with custom UI made with QTcreator with qgis widgets. I successfully added the 1-n relations editor widget, ans it is really a great feature. +1 with filter suggestion to find a relation . a spatial filter ( distance or BBox index filtrer) would be the best filter.

Re: [Qgis-developer] New processing manage fields algorithm

2014-10-20 Thread Régis Haubourg
hi, vert nice idea.I would miss a tool to import a destination schema like in ETL tools (and why later not a graphical mapping tool like tmap component in talend). cheers , régis -- View this message in context: http://osgeo-org.1560.x6.nabble.com/New-processing-manage-fields-algorithm-tp51684

Re: [Qgis-developer] Fwd: Style widget ergonomics

2014-10-01 Thread Régis Haubourg
Hi, this was already suggested by Anita If I remember well, and I agree with that too. FYI, I will be funding that very soon, as a consultation is on here about homogeneizing those style interfaces, focusing on a more clear and functional UI for size varying analyses, and finally implement legend

Re: [Qgis-developer] QGIS 2.5 vs 2.4 rendering mode

2014-09-29 Thread Régis Haubourg
Hi, same here, I don't get exactly what's different with 2.4, and didn't notice that during testing. Do we need special settings (On the fly simplification, parallel rendering?) Régis -- View this message in context: http://osgeo-org.1560.x6.nabble.com/QGIS-2-5-vs-2-4-rendering-mode-tp5164698p5

Re: [Qgis-developer] utilisation de pg_service.conf sous windows

2014-09-29 Thread Régis Haubourg
HI Arnaud, I had the same trouble, and all went clear when I saved the service file as unix format. Cheers Régis -- View this message in context: http://osgeo-org.1560.x6.nabble.com/utilisation-de-pg-service-conf-sous-windows-tp5164772p5164801.html Sent from the Quantum GIS - Developer mailin

Re: [Qgis-developer] Module dependencies

2014-09-23 Thread Régis Haubourg
the original thread is here [0] I'm aware of mapinfo capabilities to store data and graphics (and mxd too), but I'm not in favour of potentially store large datasets in a xml file (large enough today with big projects). [0] http://osgeo-org.1560.x6.nabble.com/Memory-layer-saver-plugin-to-core-t

Re: [Qgis-developer] Module dependencies

2014-09-23 Thread Régis Haubourg
Hi all, I didn't mention the option to port Mem Layer saver to core for two reasons: - that doesn't solve the proble of general plugin dependencies - we already discussed how to port Mem Layer Saver to core on list, and ended up to the conclusion that we needed to modify qgs format from a xml text

Re: [Qgis-developer] Module dependencies

2014-09-23 Thread Régis Haubourg
Hi, +1 with Paolo, I have a plugin with dependencies to Memory Layer Saver too.. and do not know how to handle this right Régis -- View this message in context: http://osgeo-org.1560.x6.nabble.com/Module-dependencies-tp5163377p5163414.html Sent from the Quantum GIS - Developer mailing list a

Re: [Qgis-developer] Keeping line breaks in QGIS expressions

2014-09-17 Thread Régis Haubourg
+1, I also noticed that we have troubles with line break html popups. they seems to be multiplied by 4 on each project save ... really annoying, popups are huuuge! Metadata of layers were affected, but that seems solved:http://hub.qgis.org/issues/8267 Cheers Régis -- View this message in co

<    1   2   3   4   5   6   7   8   9   >