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

2016-01-28 Thread Martin Dobias
On Thu, Aug 13, 2015 at 12:12 PM, Vincent Picavet (ml)
 wrote:
> Hello,
>
> 30s freeze is something which seems rather unpleasant for the user.
>
> Could we imagine to do the indexing in background ?
>
> And maybe indexing only what is currently in the user's extent, if this
> is not what is currently done ?
>
> Indexing a whole layer for editing seems a no-go. We should maybe have a
> way to get the user to use the indexing tools only when zoomed in ?

Coming back to this old thread - the issue was reported in #12578 -
and it should be fixed now in master. There should not be a long pause
nor high memory usage for big layers anymore - indexing is done on a
reasonably small area (which may be still much larger than your
current extent - so it is not necessary to re-index after every
zoom/pan). Let me know if you still encounter some problems or have
some new problems due to the changes.

Cheers
Martin
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
List info: http://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-developer

[Qgis-developer] Plugin [284] Semi-Automatic Classification Plugin approval notification.

2016-01-28 Thread noreply

Plugin Semi-Automatic Classification Plugin approval by lucasupervised.
The plugin version "[284] Semi-Automatic Classification Plugin 4.9.2" is now 
approved
Link: http://plugins.qgis.org/plugins/SemiAutomaticClassificationPlugin/
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
List info: http://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [Qgis-developer] QGIS nightly not updating - Ubuntu 15.10?

2016-01-28 Thread Jürgen E . Fischer
Hi Frank,

On Thu, 28. Jan 2016 at 10:24:28 +0200, Frank Sokolic wrote:
> Yes, this looks like the problem. Has anyone come up with a
> work-around to this?

See the ubuntu ticket.  Downgrading cmake to the version of vivid helps.


Jürgen

-- 
Jürgen E. Fischer   norBIT GmbH Tel. +49-4931-918175-31
Dipl.-Inf. (FH) Rheinstraße 13  Fax. +49-4931-918175-50
Software Engineer   D-26506 Norden http://www.norbit.de
QGIS release manager (PSC)  GermanyIRC: jef on FreeNode 



signature.asc
Description: Digital signature
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
List info: http://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [Qgis-developer] QGIS nightly not updating - Ubuntu 15.10?

2016-01-28 Thread Frank Sokolic
Yes, this looks like the problem. Has anyone come up with a work-around 
to this?


Frank.


On 27/01/2016 13:50, Marco Bernasocchi wrote:

maybe related to:
http://lists.osgeo.org/pipermail/qgis-developer/2016-January/041151.html

ciao

On 27.01.2016 12:01, Frank Sokolic wrote:

Hi all,

Is it my imagination or is the QGIS nightly build not updating? I'm on
Ubuntu 15.10 Wily using the http://qgis.org/debian-nightly repository
and I can't recall seeing any updates for quite a few weeks.

When I check my package manager it gives both the installed and latest
versions as 1:2.13.0+git20151112+fd9f0bf+23wily

Regards, Frank.
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
List info: http://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-developer




___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
List info: http://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [Qgis-developer] QGIS nightly not updating - Ubuntu 15.10?

2016-01-28 Thread Frank Sokolic

On 28/01/2016 10:37, Jürgen E. Fischer wrote:

Hi Frank,

On Thu, 28. Jan 2016 at 10:24:28 +0200, Frank Sokolic wrote:

Yes, this looks like the problem. Has anyone come up with a
work-around to this?


See the ubuntu ticket.  Downgrading cmake to the version of vivid helps.


Jürgen




Thanks, I'll have a look at that. I haven't been compiling QGIS myself 
but will try doing that with the downgraded version of cmake.


Frank.

___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
List info: http://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-developer

[Qgis-developer] DateTime field conversion for ESRI shapefile to prevent data loss

2016-01-28 Thread Mathieu Pellerin
Greetings,

It occurred to me that saving a vector layer containing DateTime fields to
an ESRI Shapefile format transforms the DateTime field into a Date field,
leading to the loss of the time data [1]. As far as I understand, this is
not a regression, just something that got onto my radar in the last week or
so.

I think what needs to happen here is for the DateTime field to be
transformed into a String field, similarly to what Nyall has committed for
Time field [2].

Does that sound like the right thing to do here? Thoughts from developers
are most welcome :)

Math

[1] http://hub.qgis.org/issues/14190
[2]
https://github.com/qgis/QGIS/commit/7dc5eac8bd6eff7e7e1a5bded6361c779e0a58ff
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
List info: http://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-developer