mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-17 20:50:34 +01:00
Prepare to final tag
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@4274 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
18
ChangeLog
18
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 ======
|
====== 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.
|
In the official collection, there are now 2298 elements, and 376 catégoris for a total of 2674 files.
|
||||||
|
|
||||||
|
|||||||
BIN
ico/splash.png
BIN
ico/splash.png
Binary file not shown.
|
Before Width: | Height: | Size: 282 KiB After Width: | Height: | Size: 280 KiB |
@@ -27,7 +27,7 @@ namespace QET {
|
|||||||
/// QElectroTech version (as string, used to mark projects and elements XML documents)
|
/// QElectroTech version (as string, used to mark projects and elements XML documents)
|
||||||
const QString version = "0.5";
|
const QString version = "0.5";
|
||||||
/// QElectroTech displayed version
|
/// QElectroTech displayed version
|
||||||
const QString displayedVersion = "0.5-rc1";
|
const QString displayedVersion = "0.5";
|
||||||
QString license();
|
QString license();
|
||||||
|
|
||||||
/// Oriented movements
|
/// Oriented movements
|
||||||
|
|||||||
Reference in New Issue
Block a user