Skip to content

Releases: opengisch/QgisModelBaker

v4.0.0

25 Dec 09:11
6cdaff8
Compare
Choose a tag to compare

QGIS Model Baker 🍞 👩‍🍳

  • Project Generator is now QGIS Model Baker.
  • No new features.

v3.3.7

06 Dec 09:09
281b20e
Compare
Choose a tag to compare
  • New option to disable stroking of arc. If the stroke arcs option in the advanced options of the interlis import dialog is disabled, arcs will be preserved.

v3.3.6

14 Nov 15:40
f83ce00
Compare
Choose a tag to compare
  • Finds all models also from sub repositories (Fix #266)
  • Colorize warnings and errors from ili2db output

v3.3.5

07 Nov 09:16
dc2ff99
Compare
Choose a tag to compare
  • Fix export

v3.3.4

05 Nov 10:26
acf3a02
Compare
Choose a tag to compare

Compatibility with QGIS 3.4 on Windows (Fix #256)

v3.3.3

23 Oct 14:49
3855dac
Compare
Choose a tag to compare
  • Allow using a different database user for crating the database than for working on the data
  • Allow exporting only a subset of the data and polymorphic export
  • Support database name with spaces

v3.3.2

27 Sep 11:19
8319ed2
Compare
Choose a tag to compare
  • Fix a GUI problem, that comboboxes would not have any whitespace on the left
  • Disable QGIS caching for repository data to allow quicker updating of repository data. A single cache is enough.

v3.3.1: Add debug info

22 Sep 08:41
7db1dad
Compare
Choose a tag to compare
  • Add debug information for #248

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