Releases: opengisch/QgisModelBaker
Releases · opengisch/QgisModelBaker
Release 1.0
Changes in version v1.0.0
Release 1.0.0
New UI for model and ili files
Catch exceptions when downloading ili2pg
Fix #91
Online help integration
Restructuring of ili2db configuration information
v0.8.0
Changes in version v0.8.0
Various improvements in the way ili2pg is invoked
Add useful ili2pg options
--coalesceCatalogueRef
2.2--coalesceMultiLine
(analog dem bereits vorhandenen --coalesceMultiSurface)--strokeArcs
(ist in Zusammenhang mit 2.2 und dem bereits vorhandenen--coalesceMultiSurface
sehr wichtig. Nur so legt ili2pg INTERLIS-Multipart-Geometrien in PostGIS "unverschachtelt" vom Typ MULTIPOLYGON bzw. MULTILINESTRING an und nur mit diesen Geometriedatentypen können in QGIS Multipart-Geometrien mit den vorhandenen Werkzeugen erfasst werden.--beautifyEnumDispName
(eliminiert die Underlines für die Anzeige der Aufzählelemente, könnte evtl. sogar standardmässig rein)--createBasketCol
(erzeugt Spalte T_basket; ist zwingend notwendig für fast alle Datenimport-Aktionen, wie--update
,--replace
,--delete
,--Export
(z.T.)--createUnique
(damit möglichst alle Constraints im Modell in der DB abgebildet werden)--createFkIdx
(in Analogie zum bereits vorhandenen--createGeomIdx
)
--modeldir
param is not specified for Export
-
Format display of date/time/dateTime fields using QGIS locale
-
Add calendar popup for date/datetime fields
-
Use column and table aliases from ili models (Fix #62)
-
Adjust Import Data:
- Log messages colors
- Order in plugin's submenu
- Validation messages
v0.7.0
Changes in version v0.7.0
Fix widget configuration in tabbed form
Merge pull request #71 from AgenciaImplementacion/import_data
Import from XTF
Update to ili2pg v3.10.6
- Adjust SQL query to t_ili2db_column_prop with typo fixed in ili2pg v3.10.6
Add option to set port for PG connections in Import Data GUI
Merge pull request #78 from AgenciaImplementacion/custom_list_directories_dialog
Custom list directories dialog
Clear form before regenerating it
Adjust custom model dir dialog
Modify option ui file for new dialog
New dialog for custom models directories
Preserve widget configuration when setting custom form
Make 'Finished' string translatable
Adjust log messages colors
- From red to dark gray for standard output from ili2db
- From light gray to green (if success) or red (otherwise) when finished
Add option to set port for PG connections
Fix relation direction
Make tests pass
Skip tests on travis
Add tabs for relations
Fix issue with automatic domains:
- Fix case when child class does not have extended domains attributes, but inherit domain attributes from parent.
Fix another issue with domains-class relations:
- Wrong treatment of extended attrs (fixed smart2 function to bring parent's attr name and pair it with child domain).
Fix issue with domains-class relations:
- Wrong assignation of domains if one name is contained in the other (ej: dom1 and dom10) (fixed REGEXP).
Put custom Java path handling (PR #73) in Import Data PR
Make sure custom Java path works
Set parameters for importing data to new schema
Option to delete existing data in affected tables
Add 'Import Data' option (from XTF to database), fix #17
Merge pull request #69 from AgenciaImplementacion/fixing_issues
Fixing issues
Hide Open Form Button for domain lists (Fix #8)
It's now possible in QGIS, see qgis/QGIS@91e39a7
Fix domain-class relation issue #68
Fix crs save/restore
Fix tab order
v0.6.1
Changes in version v0.6.1
Include Spanish translation
Avoid exception for domain relations
v0.6.0
Changes in version v0.6.0
Interlis xtf export
Automatic configuration of domains-class QGIS relations
Add host database user validators for export dialog
Automatic domains
This makes it possible to store domain text values into the database, which are required by iliValidator (e.g., in ili2pg --export).
v0.5.2
Changes in version v0.5.2
Load translations based on QGIS locale
v0.5.1
Changes in version v0.5.1
Fix plugin upload
Put the i18n folder to the proper location
Fix bash syntax
Also pull translations when doing a release
More information output if no translation is done
Release 0.5.1
Fix deploy
v0.4.3
Changes in version v0.4.3
Fix error if domain metatable is not present
Fix legend generation
Fix encoding on osx
v0.4.2
Changes in version v0.4.2
Fix #46
it's working with latest master again.
Support for Domains
Currently requires manual setup of metatable
UX improvements
graphical feedback for .ili file and connection parameter input fields