Releases: opengisch/QgisModelBaker
Releases · opengisch/QgisModelBaker
v0.4.0
Changes in version v0.4.0
Use QProcess instead of subprocess
Fix #21
Handle self.legend with None value
Optimize layer tree grouping (avoid moving layers)
Minor fixes/updates
- Update ili2pg to v3.8.0
- Fix tab order for generate_project.ui
- Avoid printing field names (it takes time)
- Fix SQL to get table fields
v0.2.3
Changes in version v0.2.3
Fix string formatting and update ili2pg version
Avoid QAction error when loading plugin
It seems QAction requires a second parameter (parent). Otherwise, I keep getting a "QAction(str, QObject): not enough arguments" error.
Not sure if the issue is related to Qt version, which in my case is 5.5.1.
Guide user through installing and configuring java
v0.2.2
Changes in version v0.2.2
Write changelog on github
Add point layers on top
Create groups in the layer tree
Spatial layers will appear on top in the layer tree. All other layers
will be put into a separate group called tables.
v0.2.1
Release 0.2.1
v0.2.0
Release 0.2.0
v0.1.3
Release 0.1.3
v0.1.2
Fix python deploy errors