diff --git a/ChangeLog b/ChangeLog index 377575a1e..c8906cc79 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,21 @@ +====== ChangeLog from 0.4 to 0.5 ====== +In the official collection, there are now 2625 elements, and 418 catégoris for a total of 3043 files. + +* Port to Qt 5 framework +* New QSettings native format for config files. +* In the diagram editor, the grid is not displayed by default outside the diagram, the minimum zoom is blocked. A button allows you to un-validate this operation. +* It is now possible to put the tittle block on the right vertical mode. +* The default tittle block can be defined for the next folios of the project. +* The summary now takes the font set in the QElectroTech.conf +* The floating dock is now operational, variables, actions are taken into account on the fly. +* A transformation tool transforms quickly and finely each primitive by handles. +* Add UUID tag for element XML. +* The database enables faster loading a large number of managing symbols in tables changes pixmaps collections, it no longer compares the modification date of the files but their use UUID attributes to update the cache . +* In terms of basic shapes, the transform tool works directly on vectors, it replaces the reduction tool / enlargement that has just been deleted as unnecessary. +* Improve Undo command by QPropertyUndoCommand class. + + + ====== ChangeLog from 0.3 to 0.4 ====== In the official collection, there are now 2298 elements, and 376 catégoris for a total of 2674 files. diff --git a/ico/splash.png b/ico/splash.png index d0352b169..1c1a8208a 100644 Binary files a/ico/splash.png and b/ico/splash.png differ diff --git a/sources/qet.h b/sources/qet.h index 6bb308c26..179ed1735 100644 --- a/sources/qet.h +++ b/sources/qet.h @@ -27,7 +27,7 @@ namespace QET { /// QElectroTech version (as string, used to mark projects and elements XML documents) const QString version = "0.5"; /// QElectroTech displayed version - const QString displayedVersion = "0.5-rc1"; + const QString displayedVersion = "0.5"; QString license(); /// Oriented movements