Skip to content

Releases: opengisch/QgisModelBaker

v3.3.0

21 Sep 05:49
2f5ac52
Compare
Choose a tag to compare

In this release you can find a lot of shiny new features:

  • We have supernice icons in the toolbar and in the menu

  • The map canvas extent is set to the one obtained from the model.

  • Model lookup improvements for GUIs like Generate Project, Export and Import:

    • Partial match instead of simple string completion improves looking for models
    • Avoid of listing more than one version of models in the completion dropdown
    • More flexible model lookup with completion dropdown by clicking on line edit or deleting everything from it (displays e.g. all possibilty when empty)
      selectingmodel
  • Improvements for Bag of Enum

  • Do not display "[None]" when there is no unit type

  • An option to choose if the import tid column should be created by the database is now available in the GUI

v3.2.7

13 Aug 16:58
1969de0
Compare
Choose a tag to compare

This release includes many new features

  • Show the source repository for models in autocompletion list.
  • It shows an add feature button on relation reference widgets. This allows to quickly add a missing entry into lists where required.
  • Support for bag-of value lists. In such a scenario it a checkable list of items will be shown.
  • It allows hiding fields via a new meta-attribute hidden
  • A new option to create a basket column
  • Many other small improvements

v3.2.6

01 Aug 08:02
f5de5af
Compare
Choose a tag to compare

This is a bugfix only release

  • Avoid error when selecting a GPKG file to save.
  • Avoid appending '.gpkg' extension when not needed.

v3.2.5

26 Jul 18:05
Compare
Choose a tag to compare
  • Respect inheritance configuration also on data import (#207)
  • Allow ignoring legend nodes when ordering layers (#226)

v3.2.4

23 Jul 16:24
d4bd288
Compare
Choose a tag to compare
  • Allow exporting to .itf, .xml and .gml (#211)
  • Fix data import with delete existing checkbox (#220)
  • Show correct feature count (#206)

v3.2.3

18 May 14:07
Compare
Choose a tag to compare

Changes in version v3.2.3

Preprocess python files for pylupdate and utf-8

pylupdate treats any string as latin-1, unless it's inside a trUtf8 call.
On the other hand, trUtf8 is deprecated by Qt itself.
So we send all the python files with trUtf8 instead of tr to pylupdate but
still code and release their tr variants.

Revert "Use UTF-8 for translated strings"

This reverts commit 2b7c8d5.

Only push translations on master branch

v3.2.2

18 May 11:12
e329183
Compare
Choose a tag to compare

Changes in version v3.2.2

  • Complete German translation
  • Remember size and position of dialogs

v3.2.1

18 May 05:15
Compare
Choose a tag to compare

Changes in version v3.2.1

  • Class-domain relations: Support abstract classes that extend from other abstract classes (#119)

v3.2.0

16 May 08:00
Compare
Choose a tag to compare

Changes in version v3.2.0

  • Domain-class relation improvements

v3.1.0

09 May 08:23
Compare
Choose a tag to compare

Changes in version v3.1.0

Extra Model Information File

Possiblity to select a toml file in the Advanced Options per model to use the Meta Attributes for dispExpression from there.

Write Display Expression according to Meta Attributes

When a meta attribute dispExpression is defined per class, it will be used as the layers display expression