QxEntityEditor Changelog

What's new in QxEntityEditor 1.1.8

Mar 25, 2015
  • Improve import plugins : reduce import process time : now, you can import hundred of entities in few seconds into a QxEntityEditor project
  • Relationship n-1 : possibility to define a database column name different than the relationship name
  • New file qxBlogExec.zip in the ./samples/ directory of QxEntityEditor package : this is a C++/Qt example project which depends on the qxBlog.qxee generated files
  • Improve import by ODBC plugin screen : new schema/namespace level in the list of tables/views treeview
  • Fix a performance issue to load large diagram with new style to draw relationships: you can now load quickly a project with hundred of entities
  • Add new C++11 types to manage relationships, decoration, collection (std::shared_ptr, std::unordered_map and std::unordered_set) : C++11 features must be enabled in QxOrm.pri config file to use these classes
  • Import process more permissive : possibility to import tables without primary key and tables without column

New in QxEntityEditor 1.1.7 (Jan 22, 2015)

  • New Navigator window (under project treeview) : useful to navigate over large diagram
  • New way to draw relationships (orthogonal lines between 2 entities) + display the relationship type on each side (there is an option to use the old drawing style from previous version)
  • Possibility to define a background color by namespace : useful to group all entities in the diagram associated to a same namespace
  • New feature to customize entities/enumerations/notes colors at several levels
  • Define items colors at project level (menu Tools >> Project settings >> Colors tab)
  • Define items colors at namespace level (right-click on the diagram >> Define colors by namespace)
  • Define colors at item level : right-click on an item (entity, enumeration or comment) >> Define item colors
  • New action to organize automatically the diagram layout, useful after an import process for example (menu View >> Organize diagram layout)
  • Improve the DDL SQL export plugin : new option to export relationships as foreign keys constraints in database
  • Support the new compilation option _QX_NO_PRECOMPILED_HEADER of QxOrm library (workaround for a known bug of recent versions of MinGW on Windows and large precompiled header)
  • Import database by ODBC plugin : fix the import from MS SQL Server database when tables are not located in the default schema (dbo)
  • QxEntityEditor Mac OS X version : fix an issue to load the QxEEPrinter plugin
  • Export plugin to C++ model/view project : new option to generate models based on the new QxOrm library class qx::QxModelService (models based on services to execute client-server requests)

New in QxEntityEditor 1.1.3 (Jan 16, 2014)

  • New plugin to transfer your data model over network and create quickly client/server applications, using QxService module;
  • New options to define entity, enum and comment width in entities viewer.