Philipe Borba

Activity

Reported issues: 6

2018-10-03

10:19 PM QGIS Application Revision e375d1dd (qgis): [BUG FIX][Split Tool] Bug fix for split features tool
Fixes #19936 by prioritising existing attributes over provider side defaults in some circumstances
10:19 PM QGIS Application Bug report #19936 (Closed): Split Features tool changing the attributes of the new feature on QGI...
Applied in changeset commit:qgis|e375d1ddd70f7ee66a415f3beb21a00844f7b044.
10:19 PM QGIS Application Bug report #19936 (Closed): Split Features tool changing the attributes of the new feature on QGI...
Applied in changeset commit:qgis|e375d1ddd70f7ee66a415f3beb21a00844f7b044.

2018-10-02

12:55 AM QGIS Application Bug report #18622: Mouse pointer displacement
Alessandro Pasotti wrote:
> Can you please make this test?
>
> When digitizing, open the python console and type ...

2018-09-26

05:37 PM QGIS Application Bug report #19936: Split Features tool changing the attributes of the new feature on QGIS 3.3
Alessandro Pasotti wrote:
> Philipe Borba wrote:
> > Alessandro Pasotti wrote:
> > > Just a note: would it be nece...
04:46 PM QGIS Application Bug report #19936: Split Features tool changing the attributes of the new feature on QGIS 3.3
Alessandro Pasotti wrote:
> Just a note: would it be necessary/desireable to check for NULL/empty before overwriting...
04:09 PM QGIS Application Bug report #19936: Split Features tool changing the attributes of the new feature on QGIS 3.3
Changing line 418 with:
if ( v.isValid() && attributes.contains( idx ) && !layer->primaryKeyAttributes().contains...
03:56 PM QGIS Application Bug report #19936: Split Features tool changing the attributes of the new feature on QGIS 3.3
What if we tried this approach:
First check if the attribute index is in the primary key index list (QgsVectorLaye...
03:43 PM QGIS Application Bug report #19936: Split Features tool changing the attributes of the new feature on QGIS 3.3
Tried my suggestion here and it messed up primary constraint evaluation =/
Philipe Borba wrote:
> I guess the pro...
03:26 PM QGIS Application Bug report #19936: Split Features tool changing the attributes of the new feature on QGIS 3.3
I guess the problem is here:
https://github.com/qgis/QGIS/blob/32ee71634fe96699964fa86dea98273454f977db/src/core/q...

Also available in: Atom