[QGIS-Developer] Issue with embed layers in layergroups in QGIS 3

2019-04-16 Thread Rémi Bovard
Hi there, I'm confronted to a big issue with embed layers. We have a lot of projects with embed layer groups (like cadastral map, city map, addresses, etc.) and the status (enabled/disabled) is not keept in my child projects. Steps to reproduce: - Create new project with QGIS 3.4.5 - Create 2 sub

Re: [QGIS-Developer] Why is .qgz the default format?

2019-03-22 Thread Rémi Bovard
Salut Régis, Thanks for your answer and link. I'm already shipping QGIS with custom INI file, what I'm looking for is the parameter to set the default project format. And then put it in my QGIS3.ini. Or did I miss something in your link? Rémi -- Sent from: http://osgeo-org.1560.x6.nabble.com

Re: [QGIS-Developer] Why is .qgz the default format?

2019-03-22 Thread Rémi Bovard
Hi all, Matthias Kuhn 🌍 wrote > Currently I'm inclined to prefer Andreas' proposal to have a > (well-hidden advanced) setting to let power-users and admins switch the > default format. I would like to know if this possiblity of using a setting to set default format has been implemented? I'm cur

Re: [Qgis-developer] QGIS indexing data when editing

2015-08-13 Thread Rémi Bovard
Hello, I was confronted to the same issue and was wondering why this message appeared. Thanks to Denis, I now understand the reason. I tried to disable snapping, save the project and restart QGIS, this behaviour is still present when I want to insert a new feature. Can somebody else confirm that?

[Qgis-developer] Attributes widgets

2015-04-27 Thread Rémi Bovard
Hi list, After doing some editions with QGIS 2.8, I noticed some points about attributes widgets: * Calendar: if widget is set to display calendar popup and allows null values, when opening the calendar and selecting the current date, the value is kept on null. To select the current day, we need

Re: [Qgis-developer] Allow experimental plugins

2014-09-11 Thread Rémi Bovard
Sorry, looking in the debugger shows: > > s.setValue("/Qgis/plugin-installer/allowExperimental", True) > > so the first slash was missing. > > > On 11.09.2014 15:28, Denis Rouzaud wrote: > > Hi Rémi, > > On 11.09.2014 14:39, Rémi Bovard wrote: > > Hi

Re: [Qgis-developer] Allow experimental plugins

2014-09-11 Thread Rémi Bovard
else to do to allow experimental plugins? Thanks. Rémi 2014-09-11 15:28 GMT+02:00 Denis Rouzaud : > Hi Rémi, > > On 11.09.2014 14:39, Rémi Bovard wrote: > > Hi list, > > I'm trying to allow experimental plugins via a Python script and it > doesn't work. > > H

[Qgis-developer] Allow experimental plugins

2014-09-11 Thread Rémi Bovard
Hi list, I'm trying to allow experimental plugins via a Python script and it doesn't work. Here is the code: from PyQt4.QtCore import QSettings s = QSettings() s.setValue("Qgis/plugin-installer/allowExperimental", True) What am I doing wrong? Thanks in advance. Rémi __

Re: [Qgis-developer] [Qgis-user] Stress about release plans

2014-07-23 Thread Rémi Bovard
+1 2014-07-23 10:18 GMT+02:00 Andreas Neumann : > Also, it would be great if the visual changelog could some day be hosted > under a qgis.org address. The visual changelog is very useful and I > always point users to it after a new version was released. It looks a > bit strange if the address is

Re: [Qgis-developer] Enable / disable a plugin in Python

2014-05-16 Thread Rémi Bovard
qgspythonutils.h > https://github.com/qgis/QGIS/blob/master/src/python/qgspythonutils.h > > Arnaud > > Le 15/05/2014 17:51, Rémi Bovard a écrit : > > Hi list, > I'm wondering what is the best way to enable / disable a plugin in Python > (lik

[Qgis-developer] Enable / disable a plugin in Python

2014-05-15 Thread Rémi Bovard
Hi list, I'm wondering what is the best way to enable / disable a plugin in Python (like the checkbox does in the plugin manager)? Thank you in advance. Rémi ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org http://lists.osgeo.org/mailman/lis

Re: [Qgis-developer] New plugin QuickExport

2014-03-21 Thread Rémi Bovard
Hi Michaël, Thanks for the plugin, I just tested it right now. I had some issues, so I reported it via GitHub [1]. Tell if you need more details about it. Best regards. Rémi [1] https://github.com/3liz/QgisQuickExportPlugin/issues 2014-03-20 18:54 GMT+01:00 kimaidou : > Hi all, > > 3liz has

Re: [Qgis-developer] [Qgis-user] Labelling expressions: how to select the 'last' row in a csv dataset

2014-03-11 Thread Rémi Bovard
Hi Gavin, Create the second CSV file with only one row (the latest one). Rémi 2014-03-11 9:34 GMT+01:00 Gavin Macaulay : > Bob, > > Thanks for the suggestion. How does one get the csv provider to read just > the first line? > > Gavin > > > On 10/03/2014 10:25 p.m., Basques, Bob (CI-StPaul) wro

[Qgis-developer] Run stable and master versions of QGIS on Ubuntu

2014-03-10 Thread Rémi Bovard
Hi list, I'm wondering if there is there a simple way to run stable and master versions of QGIS on Ubuntu? By simple, I mean - if possible - without compile QGIS from source. For now, as described in doc [1], I edit /etc/apt/sources.list to define which repository to use : http://qgis.org/debian

Re: [Qgis-developer] How to access "Label" Toolbars

2014-03-05 Thread Rémi Bovard
Hi, 2014-03-06 8:46 GMT+01:00 Jürgen E. : > But is it really the only one? > Toolbars accessible from View > Toolbars, yes. [image: Images intégrées 1] Rémi <>___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org http://lists.osgeo.org/mailm

Re: [Qgis-developer] How to access "Label" Toolbars

2014-03-05 Thread Rémi Bovard
Hi Jürgen, Thank you very much, it worked. By the way, do you know if there is a reason that only this toolbar is not accessible QgisInterface? Rémi 2014-03-05 21:05 GMT+01:00 Jürgen E. : > iface.mainWindow().findChild(PyQt4.QtGui.QToolBar,"mLabelToolBar") > __

[Qgis-developer] How to access "Label" Toolbars

2014-03-05 Thread Rémi Bovard
Hello, I can access all toolbars with iface.ToolBar() but there it seems that QgisInterface has no LabelToolBar. So how can access the label toolbar? Thanks. Rémi ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org http://lists.osgeo.org/ma

[Qgis-developer] Ideas to improve options of layer fields

2014-03-04 Thread Rémi Bovard
Hi list, I'm currently implementing an edit form with a lot of fields and I've got some ideas to improve the user experience. What about to offer some new features in the layer fields options, like those ones: - Set a default value (text, checkbox, date, list, etc.) - Set the order of the items i

[Qgis-developer] Web view doesn't work with specific URL in feature form

2014-03-03 Thread Rémi Bovard
Hello, I have a very strange issue on Windows 7 with web views in attributes form. I opened a ticket for that [1] but nobody has answered. Maybe I'm the only one who has this issue? If you are on Win 7, could you please test and confirm (or not) the issue. Thank you very much. Rémi [1] https:/

Re: [Qgis-developer] Google Summer of Code

2014-02-28 Thread Rémi Bovard
Hi Xingong, As described on the home page [1], if you want to contribute to the wiki, you need an osgeo ID. You can create an account here [2]. Rémi [1] http://hub.qgis.org/ [2] https://www2.osgeo.org/cgi-bin/ldap_create_user.py 2014-02-28 16:57 GMT+01:00 Li, Xingong : > Hello, > > > > I had

Re: [Qgis-developer] Save button in 1-n relations form

2014-02-28 Thread Rémi Bovard
Done: https://hub.qgis.org/issues/9680 2014-02-28 15:57 GMT+01:00 Matthias Kuhn : > Hi Rémi, > > Answers inline > > > On 02/28/2014 03:45 PM, Rémi Bovard wrote: > >> Thank you for your answer. >> >> I'm sure I'm not only the one who would like t

Re: [Qgis-developer] D&D form gone?

2014-02-28 Thread Rémi Bovard
Nobody else has this issue? Because of it, when I add a feature in a PostGIS layer, the form is empty because by default the form is set as "drag and drop". It's really annoying... Thanks for your feedbacks. Rémi 2014-02-27 18:35 GMT+01:00 Paolo Cavallini : > Il 27/0

[Qgis-developer] Save button in 1-n relations form

2014-02-28 Thread Rémi Bovard
Hi, After playing a little bit with the new 1-n relations (very powerful), I wondering why there is not a save button next to the toggle edit button, like in the edit toolbar. For now, if we want to save a child, we need to close the edition and accept the changes. Don't you think it will be bett

Re: [Qgis-developer] D&D form gone?

2014-02-27 Thread Rémi Bovard
Hi, I just tested this behaviour with the Windows standalone build 2.2.0-1. With shapefile layers, the combobox is filled with "auto generated". But with PostGIS layers, the combobox is filled by default with "drag and drop". So if the option "Open the form if only one feature is selected" is che

Re: [Qgis-developer] qgis 2.3 not working

2014-02-26 Thread Rémi Bovard
Hi Matteo, For information, I just tried with the current master (http://qgis.org/debian-nightly) and it works fine on my Saucy 13.10. Rémi -- View this message in context: http://osgeo-org.1560.x6.nabble.com/qgis-2-3-not-working-tp5106031p5106061.html Sent from the Quantum GIS - Developer ma