Re: [Qgis-developer] After upgrade all fields are editable in QGIS project file

2014-08-19 Thread Markus Innerebner
On 18.08.2014 19:28, Matthias Kuhn wrote: Hi Markus, is it possible for you to download a nightly build or weekly build and see if the same thing happens if you open your 2.2 project with this version of the software? Hi Matthias, I compiled QGIS with from the aur repository. I will try to

[Qgis-developer] Request for API change [will merge if ni claim before Aug. 26th]

2014-08-19 Thread Denis Rouzaud
Hi all, With Matthias' work on the new edit widgets, we have some wrappers that allow using some Qt widgets as edit widgets but also some custom widgets (relation reference, color button, etc.). At first, the wrapper classes were named as widgets (e.g. QgsColorWidget). But these are not

[Qgis-developer] visual changelog incorporation in qgis.org

2014-08-19 Thread Richard Duivenvoorde
(sorry for cross posting) We finished the incorporation the outputs of http://changelog.linfiniti.com/qgis/version/2.4.0/ into the web site itself: http://qgis.org/en/site/forusers/visualchangelog240/QGIS-2.4.0.html http://qgis.org/en/site/forusers/visualchangelog220/QGIS-2.2.0.html

Re: [Qgis-developer] Is QGIS supports dynamic display?

2014-08-19 Thread Martin Dobias
Hi Bob On Tue, Aug 19, 2014 at 7:07 PM, Tendfly Niu niu...@hotmail.com wrote: Hi Martin, I'm sorry to ask you again. I looked up QgsRubberBand class, it has 5 Geometry types: Point, Line, Polygon, UnknownGeometry, NoGeometry. It seems there's no way to add a svg symbol as a car icon on

Re: [Qgis-developer] [Qgis-user] Segfault when using QgsComposition::exportAsPDF with QGIS 2.4 and python

2014-08-19 Thread kimaidou
Hi Nyals, I have reproduced the bug under Ubuntu 14.04 and QGIS 2.4, with the backtrace [1]. The core file is about 1,5 Go (!!) so I cannot send it here. In the Gist I posted, you may delete the line 21 and add method0() at the end to reproduce the bug. [1] http://paste.ubuntu.com/8090015/

Re: [Qgis-developer] visual changelog incorporation in qgis.org

2014-08-19 Thread Anita Graser
Thanks Richard, It's great to have the changelog on the main website now. Let's see how we can link it prominently. Best wishes Anita On Aug 19, 2014 6:00 PM, Richard Duivenvoorde rdmaili...@duif.net wrote: (sorry for cross posting) We finished the incorporation the outputs of

Re: [Qgis-developer] [Qgis-user] Segfault when using QgsComposition::exportAsPDF with QGIS 2.4 and python

2014-08-19 Thread kimaidou
Hi again, I have opened an issue in the hub : http://hub.qgis.org/issues/11077 I have not assigned anyone, please assign the adequate dev ;) Regards Michael 2014-08-19 18:02 GMT+02:00 kimaidou kimai...@gmail.com: Hi Nyals, I have reproduced the bug under Ubuntu 14.04 and QGIS 2.4, with

Re: [Qgis-developer] [Qgis-user] Segfault when using QgsComposition::exportAsPDF with QGIS 2.4 and python

2014-08-19 Thread Nyall Dawson
On 20/08/2014 2:58 am, kimaidou kimai...@gmail.com wrote: Hi again, I have opened an issue in the hub : http://hub.qgis.org/issues/11077 I have not assigned anyone, please assign the adequate dev ;) Does it make any difference if you change: c = QgsComposition(QgsMapSettings()) To:

[Qgis-developer] possible vector edit commit bug, please try to reproduce to confirm

2014-08-19 Thread Trevor Wiens
I'm working on a QGIS plugin where I need to commit changes every time a new feature is added in an SQLite database. I was using layer.startEditing() layer.addFeature(feature, False) OR layer.addFeature(feature, True) layer.commitChanges() After about 10 to 15 features the system began to slow

Re: [Qgis-developer] possible vector edit commit bug, please try to reproduce to confirm

2014-08-19 Thread Bernhard Ströbl
Hi Trevor, just guessing: Is your plugin applying the editingStarted()/editingStopped() signals? If not there are plugins around that do it and are known to slow down QGIS. So if it is not your plugin first thing would be to unload _all_ plugins and see if the problem persists. If not reload