[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

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:

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

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

2015-08-14 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

[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

[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] Allow experimental plugins

2014-09-11 Thread Rémi Bovard
experimental plugins? Thanks. Rémi 2014-09-11 15:28 GMT+02:00 Denis Rouzaud denis.rouz...@gmail.com: 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. Here is the code: from PyQt4.QtCore import

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 list, I'm trying to allow experimental plugins via a Python

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 a.neum...@carto.net: 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

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

2014-05-16 Thread Rémi Bovard
://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 (like the checkbox does in the plugin manager)? Thank you in advance. Rémi

[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

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 kimai...@gmail.com: Hi

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 ga...@macaulay.co.nz: 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

[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

[Qgis-developer] How to access Label Toolbars

2014-03-05 Thread Rémi Bovard
Hello, I can access all toolbars with iface.xxxToolBar() 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

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. j...@norbit.de: iface.mainWindow().findChild(PyQt4.QtGui.QToolBar,mLabelToolBar)

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. j...@norbit.de: But is it really the only one? Toolbars accessible from View Toolbars, yes. [image: Images intégrées 1] Rémi inline: image.png___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org

[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

[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

Re: [Qgis-developer] DD form gone?

2014-02-28 Thread Rémi Bovard
11:51, Rémi Bovard ha scritto: 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 checked, the form open with nothing inside

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 matthias.k...@gmx.ch: 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 this button here, right list? Forwarding

Re: [Qgis-developer] DD 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 checked,

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