Skip to content

Releases: opengisch/QgisModelBaker

v0.7.0

23 Aug 13:48
c3217cf
Compare
Choose a tag to compare

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

28 Jul 14:44
19a59e7
Compare
Choose a tag to compare

Changes in version v0.6.1

Include Spanish translation

Avoid exception for domain relations

v0.6.0

28 Jul 06:47
dd64964
Compare
Choose a tag to compare

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

20 Jul 08:43
a1da30d
Compare
Choose a tag to compare

Changes in version v0.5.2

Load translations based on QGIS locale

v0.5.1

20 Jul 08:15
24ab919
Compare
Choose a tag to compare

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

10 Jun 15:02
Compare
Choose a tag to compare

Changes in version v0.4.3

Fix error if domain metatable is not present

Fix legend generation

Fix encoding on osx

v0.4.2

10 Jun 14:23
Compare
Choose a tag to compare

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

Improved support for JAVA_HOME paths

Support ili models with no spatial tables

v0.4.1

04 May 14:22
Compare
Choose a tag to compare

Changes in version v0.4.1

Bump ili2pg to 3.8.1

Make sure relation filter works if no schema is given

Filter relations by schema

v0.4.0

27 Apr 13:50
Compare
Choose a tag to compare

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

29 Mar 21:25
Compare
Choose a tag to compare

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