Releases: opengisch/QgisModelBaker
Releases · opengisch/QgisModelBaker
v4.0.0
v3.3.7
v3.3.6
v3.3.5
v3.3.4
v3.3.3
v3.3.2
v3.3.1: Add debug info
- Add debug information for #248
v3.3.0
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)
-
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
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