Skip to content

Releases: opengisch/qgis-linking-relation-editor

1.4.0

26 Aug 06:22
Compare
Choose a tag to compare

What's Changed

Filter Expression

While it's quite common to filter the parent entries in the drop down of the relation reference widget, in the relation editor one needed to enter the filter manually every time when linking children.

With this QGIS implementation one can configure a filter expression (with the scope of the target layer) on the relation editor configuration and you will have the linking dialog filtered qgis/QGIS#58448

Especially on Linking Relation Editor this makes sense, so it's implemented here as well.

image

leads to

image

This feature is only available when using QGIS >= 3.40 but this release has no issues with lower version (just no filter)...

Sponsors

This feature has been made possible through the financial support of Canton of Solothurn

1.3.0

22 Mar 11:08
ba29415
Compare
Choose a tag to compare

Improvements ✨

Multiedit

Get multiedit capabilities on pair with stock QGIS relation editor widget.

Peek 2024-03-22 12-01

1.2.0

22 Jun 12:29
7fcb02e
Compare
Choose a tag to compare

Improvements ✨

Allow editing of join tables feature attributes in the linking dialog

Allow editing of attributes in the join table feature thanks to an expandable QTreeWidgetItem that shows the attribute form.
Peek 2023-06-16 08-31

Multi-word search in the linking dialog quick filter

Screencast from 16 03 2023 15_54_33

Fixes 🐛

  • Fix a crash in map tools

1.1.4 - Bugfix

20 Feb 13:09
c419623
Compare
Choose a tag to compare

Fixes 🐛

  • Fix linking on generated polymorphic relations

1.1.3 - Bugfix

05 Dec 12:50
00fd2a2
Compare
Choose a tag to compare

Fixes 🐛

  • On multi editing don't show a python error on form opening. (Note that multi editing is only partially supported by this plugin).

1.1.2 - Bugfix

01 Dec 09:29
c0859ac
Compare
Choose a tag to compare

Fixes 🐛

  • Fix #16. Add feature geometry button was broken.
  • Fix #17. Quick filter is now case insensitive.
  • Fix #19. Link all button was not respecting all filter.
  • Fix #21. In one to one mode it should be possible to link only one child.
  • Fix a bunch of unreported bugs discovered by flake8.

Other 🧑‍💻

  • Set up pre-commit environment with Black formatting and flake8 checks.

1.1.1 - Bugfix

27 Nov 20:52
8f46082
Compare
Choose a tag to compare
  • Fix a python error when trying to link/unlink children with empty selection (#18 )

1.1.0 - One to one

14 Jul 15:50
1f0042d
Compare
Choose a tag to compare
  • Added "one to one" cardinality for relation editor widget

1.0.0

02 May 07:35
6fa2c89
Compare
Choose a tag to compare
  • use features() instead of featureList()
  • fixes #14
  • fixes index loose
  • placeholder icon

0.9.0

18 Mar 09:32
Compare
Choose a tag to compare
Github secrets