Skip to content
Snippets Groups Projects
PL1
changelog.txt 33.6 KiB
Newer Older
Release: DVE_12
========================================================
* [ea2a60d6] [2021-09-22] 639 Add protected connected functions when binding
* [a46b33e9] [2021-09-22] 639 Remove protected connected functions when unbinding
* [7c3cf697] [2021-09-23] SdlModel: add CMakeLists.txt
* [a4d53167] [2021-09-23] SdlModel: add model's interface
* [5c963215] [2021-09-23] SdlModel, SdlExporter, tests: stub files added
* [08a9eb0b] [2021-09-24] clang-formatted stray files
* [2b878d14] [2021-09-24] SdlModel, SdlExporter: build fixed
* [8f216984] [2021-09-24] Conversion: Formatting fix
* [dc8abf8d] [2021-09-22] IVE: Rectangular graphic items restores geometry if it's size less than minimal size
* [da484434] [2021-09-24] SdlModel: added Process class
* [b8b3650c] [2021-09-24] SdlExporter: SDL model default Process name check added
* [a0d39c73] [2021-09-24] SdlModel: fixed model structure'n'constructors
* [ca94b240] [2021-09-24] SdlModel: Model moved to src/libs/sdl/
* [8a94f41e] [2021-09-24] SdlModel, SdlExporter: fixed namespaces
* [cf3d31c2] [2021-09-24] SdlExporter: tests moved one directory upwards
* [34e73362] [2021-09-24] SdlModel: fixed constructors
* [c25e0e4c] [2021-09-24] SdlModel: StateMachine added
* [460e5d5b] [2021-09-24] SdlModel: State added
* [efa38a08] [2021-09-27] IVE: Interface layout
* [1a963c11] [2021-09-27] SdlExporter: added empty SDL file generation
* [d1568767] [2021-09-24] Asn1Importer: Implemented importer
* [c1a029da] [2021-09-27] Asn1Importer: Review fixes
* [e151ee4f] [2021-09-27] Asn1Importer: Expanded tests
* [46136e8b] [2021-09-27] Conversion: Formatting fix
* [d4b95afd] [2021-09-27] SdlExporter: dummy content generation added
* [17cdd486] [2021-09-27] SdlExporter: added export of the Process from the Model
* [9f21973d] [2021-09-27] SdlModel, SdlExporter: added default parameters to Process'n'State constructors
* [b931c58e] [2021-09-27] SdlExporter: export states
* [6128d40f] [2021-09-27] SdlModel: Signal and Input classes extracted to separate files
* [cc6ed920] [2021-09-27] SdlExporter: tests: add some example input to state
* [22d1b09f] [2021-09-27] SdlExporter: splitted export into separate functions
* [e2ee9d1f] [2021-09-27] SdlExporter: tests: small dead code removed
* [6a66f310] [2021-09-27] SdlModel: added VariableDeclaration class
* [31f152ef] [2021-09-27] SdlModel: VariableReference added
* [78455e95] [2021-09-27] SdlModel: added Literal class
* [4a9e2586] [2021-09-27] SdlExporter: fix the exported file extension
* [c663cd51] [2021-09-27] SdlModel, SdlExporter: Visitor and Node base classes added [wip]
* [baa337a0] [2021-09-27] SdlModel, SdlExporter: visitors added but segmentation fault
* [cfff1ca9] [2021-09-27] SdlModel, SdlExporter: added destructors to Node childs
* [3ad73b8d] [2021-09-28] SdlModel, SdlExporter: fixed segmentation fault (please dont read uninitialized variables...)
* [2e9f61ac] [2021-09-28] SdlModel, SdlExporter: updated licenses
* [513e6d21] [2021-09-28] SdlModel: remove redundant name() implementations in Node children
* [817790bf] [2021-09-28] SdlExporter: tests: added another state to export
* [9378b4ce] [2021-09-28] SdlExporter: use exportCollection<>() in SdlVisitor
* [2e894777] [2021-09-28] SdlModel: moved function definitions in Node class to cpp file
* [da88c250] [2021-09-28] SdlExporter: removed raw pointer from SDL model visitor
* [a9466840] [2021-09-28] SdlExporter, Asn1Exporter: fixed exception checks in exporter.cpp-s
* [f1190fac] [2021-09-28] SdlModel: added ContinuousSignal class stub
* [f2d6af95] [2021-09-28] SdlModel: store StateMachine in a Process as a unique_ptr
* [422030cb] [2021-09-28] SdlModel: store VariableDeclarations as vector of unique pointers in Process
* [8a50a64f] [2021-09-28] SdlModel: store Procedure-s as vector of unique pointers in Process
* [33c77dbc] [2021-09-28] SdlModel: store States as unique pointers in StateMachine
* [6f4442a1] [2021-09-28] SdlModel: store Transitions as unique pointers in StateMachine
* [f53dd31e] [2021-09-28] SdlModel: store Inputs as unique pointers in State
* [522597f4] [2021-09-28] SdlModel: store ContinuousSignal-s as unique pointers in State
* [d912dd8e] [2021-09-28] SdlExporter: removed redundant exportPointersCollection function
* [176883e4] [2021-09-28] SdlExporter: short description added to SdlVisitor
* [8aee1637] [2021-09-28] SdlModel: added Transition class
* [d05e3e19] [2021-09-29] 676 Add multi language to IV model
* [ee5e4a35] [2021-09-21] SedsToIvTranslator: Created bundled interface command argument type is now using type references
* [8f95e32b] [2021-09-22] SedsToIvTranslator: Fixed tests
* [a157fea7] [2021-09-27] SedsToIvTranslator: Docs update
* [00b3cd84] [2021-09-27] SedsToIvTranslator: Fixed getting ASN.1 package name
* [4c14397a] [2021-09-28] SedsToIvTranslator: Docs fix
* [0036bac8] [2021-09-28] SedsToIvTranslator: Merge conflict solved
* [5826e87d] [2021-09-29] SdlModel: added Action stub source
* [cf909d06] [2021-09-29] SdlModel: NextState class stub added
* [4712039e] [2021-09-29] SdlModel, SdlExporter: removed circular dependency
* [4804df9a] [2021-09-29] SdlModel: added state member and getter to NextState
* [81d69a24] [2021-09-29] SdlModel: store the next state as a shared pointer
* [5d4d996f] [2021-09-29] SdlModel: added transition to Input
* [50d79fc7] [2021-09-29] SdlModel, SdlExporter: added nextstate action to transitions in tests
* [a0a5f54c] [2021-09-29] SdlExporter: tests: add NextState's serialization
* [74cbbd1f] [2021-09-29] SdlExporter: generating non-default NEXTSTATE added
* [5bf2f660] [2021-09-29] SdlModel, SdlExporter: general cleanup applied
* [c413a862] [2021-09-29] SdlModel: added comments
* [13ec6ac4] [2021-09-30] 676 Show and edit function languages
* [9ba641a0] [2021-09-23] SedsToIvTranslator: Variables cleanup
* [7e741c18] [2021-09-23] SedsToIvTranslator: Some refactoring
* [2cb5efa4] [2021-09-27] SedsToIvTranslator: Refactored translatePackage function
* [89eae1aa] [2021-09-27] SedsToIvTranslator: Added additional check to the command argument caching
* [900eda84] [2021-09-27] Conversion: Added ModelProperties trait
* [cf5b1176] [2021-09-28] Conversion: Refactored checking source models in translators
* [9f64bd08] [2021-09-28] Conversion: clang-tidy cleanup
* [b6889b31] [2021-09-29] SedsToIvTranslator: Build fix
* [d82b7efe] [2021-09-30] Conversion: Added some docs
* [bbb498d5] [2021-09-30] Sort the DV tree
* [e3079488] [2021-09-28] Asn1Exporter: Clean up in tests
* [8589d66b] [2021-09-29] Conversion: Refactored directory structure
* [3cf54349] [2021-09-29] Conversion: Created test helper check for exception message
* [a673bc45] [2021-09-29] Conversion: Cleaned up namespaces in tests
* [ea67a752] [2021-09-30] Asn1Importer: Fixed name of the test
* [e9d61f9f] [2021-10-01] Conversion: Test fix
* [bee0e8aa] [2021-10-01] 676 Show function implementation in DV
* [bf263351] [2021-10-04] SdlExporter: added comments to sdlvisitor.h
* [377823a2] [2021-10-04] SdlExporter: added short description to SDL visitor interface, moved constructor definition to .cpp file
* [66eafac8] [2021-10-04] SdlModel: added node interface class short description
* [eb56bfbb] [2021-10-04] SdlModel: added descriptions to Process class
* [d861ae28] [2021-10-04] SdlModel: added documentation to model classes
* [c16a0a67] [2021-10-04] SdlModel: added short description to VariableReference class
* [27f8092a] [2021-10-04] SdlModel: add setters for variable declaration
* [2f8f005f] [2021-10-04] SdlModel: add setter for variable reference
* [c5b74cb4] [2021-10-04] SdlModel: add setter for transition
* [44772d9b] [2021-10-04] SdlModel: add setters for StateMachine
* [2a2784f6] [2021-10-04] SdlModel: add setters for State
* [e806c8cb] [2021-10-04] SdlModel: added name setter declaration to SdlModel class
* [80fc38ae] [2021-10-04] SdlModel: added setters to Process class
* [fb391f1a] [2021-10-04] SdlModel: add setters declarations to Input, Literal, NextState and Node classes
* [4f972250] [2021-10-04] SdlModel: missing setters implementation
* [5243f69b] [2021-10-04] Add debug symbols in CI build
* [9f412ffd] [2021-10-04] SdlExporter: tests: model builder wip
* [1e6eb04f] [2021-10-04] 687 Add a unique nodeLabel for all nodes
* [642efe2b] [2021-10-04] 676 Sync IV language changes to DV
* [e9aa64ba] [2021-10-05] SdlExporter: tests: builder: fixes wip
* [0df96b7d] [2021-10-05] Revert "SdlExporter: tests: builder: fixes wip"
* [9c043332] [2021-10-05] Revert "SdlExporter: tests: model builder wip"
* [3c3b7999] [2021-10-05] SdlExporter: removed unnecessary files
* [44ea18a3] [2021-10-05] SdlModel, SdlExporter: review fixes
* [43c1513f] [2021-10-05] SdlModel: include fixed
* [d7fb86e5] [2021-10-05] SdlModel: for loops in State fixed
* [647eb122] [2021-10-05] Release build only on CI
* [7dbd7ecb] [2021-10-05] SdlExporter: tests: added verification checks
* [a384bae9] [2021-10-05] SdlModel: alphabetical sorting applied to CMakeLists.txt
* [d9df32ae] [2021-10-05] SdlModel: redundant setter removed
* [b5306f27] [2021-10-05] SdlModel: rule of 5 applied to Process class
* [e2765965] [2021-10-05] SdlModel: ownership of the model data added
* [bb1f0433] [2021-10-06] 676 Check for used implementations in IV
* [58388a37] [2021-08-18] 636 Use system Qt if it is newer than the app image one
* [d876d2ee] [2021-08-18] 636 Use better file for system Qt check
* [72e0198f] [2021-08-19] 636 Restore non AppImage environment
* [3d931101] [2021-08-23] 636 More AppRun cleanup
* [d9956987] [2021-08-24] AppImage only with Qt from QtCompany
* [fd71b3e2] [2021-10-05] Clean up AppRun script
* [e95ab724] [2021-10-05] Detect the correct QtC download url
* [6bfd77aa] [2021-10-06] IVE: Undo issue
* [51bdd656] [2021-10-06] SdlModel: passing by value added
* [f7409e8a] [2021-10-06] SdlModel: move constructors added to Node and Process
* [29288c21] [2021-10-06] SdlModel: Process made final
* [69150188] [2021-10-06] SdlExporter: SdlVisitor and Visitor constructors/destructors cleanup
* [d11bb9e0] [2021-10-06] SdlModel, SdlExporter: review fixes
* [90ed433b] [2021-10-06] SdlModel: signal acceptor removed, SdlExporter: signal visitor removed
* [f2324ac8] [2021-10-06] SdlModel: review fixes
* [d98c514a] [2021-10-06] SdlModel: actions made unique instead of shared
* [8be3aaab] [2021-10-06] SdlModel: default constructors/destructors fixed in State and Node
* [6166ab8e] [2021-10-06] SdlModel: review fixes
* [d3b69b8a] [2021-10-06] Artifacts for master builds only
* [db1d9e4c] [2021-10-06] Merge branch 'master' into n7s-etb#79-sdl-model-exporter
* [d4e55a6f] [2021-10-06] SdlModel: added ModelProperties specialization for SDL model
* [bfd8b5cd] [2021-10-06] SdlExporter: review fixes
* [cee58422] [2021-10-06] 676 Rename language widget to implementations
* [a6b2a908] [2021-10-06] 676 Rename IV function languages to implementations
* [b69b7d55] [2021-10-06] SdlModel: VariableReference changed from reference to pointer
* [b9474523] [2021-10-06] SdlModel: applied rule of 5 to Input class
* [93eedc8c] [2021-10-06] DVE: Crash when board is imported to the scene fix
* [aa2c7f11] [2021-10-06] SdlModel, SdlExporter: applied rule of 5 to all SDL Model and Exporter classes
* [fd4a6eb4] [2021-10-06] SdlModel: deleted copy constructors
* [7012f7c3] [2021-10-06] DVE: Crash fix
* [806098fe] [2021-10-07] Sync attributes from Taste project
* [f6aa46f2] [2021-10-07] Fix AppImage start script
* [84aa5811] [2021-10-07] Use test reports in CI
* [29d1280c] [2021-10-07] 691 Reduce clicks to select a language/implementation
* [389e8a45] [2021-10-08] IVE: Center Graphics View on diagram after file loading
* [7368706f] [2021-10-08] IVE: Fix for text trimming during interaction with items on scene
* [dc40b102] [2021-10-09] Move DV tree classes to a separate directory
* [f15a6207] [2021-10-09] Update DV implementation comboboxes
* [d1b86afb] [2021-10-11] SdlModel: added virtual in Node-s derived classes
* [bbc9e23b] [2021-10-11] SdlModel: fixed SdlModel/CMakeLists.txt
* [3adbe83b] [2021-10-11] SdlModel: changed delete to default in move constructor of SdlModel
* [539dedac] [2021-10-11] SdlModel: review fixes
* [203a7bf7] [2021-10-11] SdlModel: passing references to setters changed to pass-by-value
* [c92d9a41] [2021-10-11] IVE: Crash when moving a large function
* [650b4e80] [2021-10-11] SdlModel: reference changed to value+move
* [325a2e76] [2021-10-11] SdlModel: shared pointers removed
* [3bd01612] [2021-10-11] SdlExporter: UB fixed
* [b7780ed7] [2021-10-11] SdlModel: passing StateMachine by value and moving
* [41b1e3d1] [2021-10-11] SdlModel: added default move assignment operator to SdlModel and Process
* [bd64d5aa] [2021-10-11] Merge branch 'master' into n7s-etb#79-sdl-model-exporter
* [b36d2aba] [2021-10-12] Merge branch 'master' into n7s-etb#79-sdl-model-exporter
* [c6129d87] [2021-10-12] IVE: attribute miat available in periodic interface
* [a3abf4c7] [2021-10-13] IVE: Ensure diagram is visible when opening it

Release: DVE_11
========================================================
Known issues in layouting and undo/redo in interface view

* [658de322] [2021-09-03] Asn1AcnExporter: ASN.1/ACN visitors added to Asn1AcnExporter/visitors
* [801cfd0e] [2021-09-03] Asn1AcnExporter: changed namespace from Fuzzer to Asn1Acn
* [319b3cfc] [2021-09-03] Asn1AcnExporter: updated the license text in backported code
* [22dbb377] [2021-09-03] Asn1AcnExporter: applied clang-format to backported code
* [0464503f] [2021-09-03] Asn1AcnExporter: visitors moved to Asn1AcnExporter dir
* [1624937b] [2021-09-03] Asn1AcnExporter: added reconstructorvisitors source, header and CMakeLists.txt
* [e07db378] [2021-09-06] Asn1AcnExporter: copied test sources from Fuzzer/src/tests
* [39681b6f] [2021-09-06] Asn1AcnExporter: changed includes from data/ to asn1library/asn1, removed Data:: references
* [450a2f7f] [2021-09-06] Asn1AcnExporter: added Asn1AcnExporter subdirectory to CMakeLists.txt in conversion/asn1 dir
* [a6fdf104] [2021-09-06] Asn1AcnExporter: added missing typeconstraintsreconstructingvisitor.cpp
* [2cdb1ca7] [2021-09-06] Asn1AcnExporter: added compiling of asn1typecomponentreconstructingvisitor and typeconstraintsreconstructingvisitor to CMakeLists.txt
* [f46d4b97] [2021-09-06] Asn1AcnExporter: fixed bug in acntypereconstructingvisitor
* [065f8f45] [2021-09-06] Asn1AcnExporter: changed type()->name() to type()->typeName()
* [7de931aa] [2021-09-06] Asn1AcnExporter: applied fixes in asn1typecomponentreconstructor
* [72fcc915] [2021-09-06] Asn1AcnExporter: added includes to exporter.cpp
* [b9d1ccc2] [2021-09-06] Asn1AcnExporter: changed includes, removed Data:: references and clang-format applied in visitor tests
* [a53455f7] [2021-09-06] Asn1AcnExporter: added asn1nodereconstructingvisitor_tests
* [5d17d585] [2021-09-06] Asn1AcnExporter: removed reconstructor_tests
* [c949a6bb] [2021-09-06] Asn1AcnExporter: added asn1nodereconstructionvisitor tests
* [f8b8d931] [2021-09-06] fixed typo in cmake/TestUtils.cmake
* [908dee5c] [2021-09-07] Asn1AcnExporter: updated license in tests
* [a81bca19] [2021-09-07] Asn1AcnExporter: clang-formatted the test code
* [f93882ad] [2021-09-07] Asn1AcnExporter: removed dead line from tests
* [129a41aa] [2021-09-07] Asn1AcnExporter: removed commented-out line from visitor tests src
* [fd6f4003] [2021-09-07] Merge branch 'master' into n7s-etb#52-asn1acn-exporter
* [8eb974cf] [2021-09-08] Typo fixes for manual tests
* [b6ea2c28] [2021-09-08] Merge branch 'master' into n7s-etb#52-asn1acn-exporter
* [73747216] [2021-09-08] Asn1AcnExporter: renamed to Asn1Exporter
* [c7b03e65] [2021-09-08] asn1library: Fixed parsing IA5String type
* [d8b20ce4] [2021-09-08] asn1library: Added regression test for ASN.1 IA5String parsing
* [cfe781c3] [2021-09-08] Asn1Exporter: fixed Asn1Options/options.h file
* [4bb65c79] [2021-09-08] Asn1Exporter: added exportModel override stub
* [a2d61618] [2021-09-08] fixed typo in IvOptions/options.h
* [bed0b4d7] [2021-09-08] Asn1Exporter: added checks to exportModelStub
* [90ba4fa4] [2021-09-08] Asn1Exporter: added to Asn1Registrar
* [9b7657f7] [2021-09-08] Asn1Exporter: added stub of integration tests
* [913a4b83] [2021-08-26] Conversion: Created IvXmlExporter
* [12a30826] [2021-08-26] Conversion: IvXmlExporter tests
* [e2741a61] [2021-08-27] Conversion: Implemented IvXmlExporter
* [5d803afc] [2021-09-08] IvXmlExporter: Pre-MR cleanup
* [47df27f5] [2021-09-08] IvXmlExporter: Removed unnecessary destructor
* [71fb6bac] [2021-09-09] Conversion: Cleaned up registrars code
* [cbca2815] [2021-09-08] 663 Add DVBus entity
* [9009667f] [2021-09-01] Conversion: Model has now 'modelType'function
* [e27c948e] [2021-09-01] Conversion: Translator can now return more than one model
* [ad60078f] [2021-09-01] Conversion: Using 'modelType' instead of dynamic_casts for checking whether correct model was passed
* [f304ea6f] [2021-09-01] Conversion: Converter now accepts list of auxiliary models to export
* [371fdc1d] [2021-09-09] Conversion: Documentation polish
* [e5454666] [2021-09-09] Conversion: Removed no longer necessary model.cpp
* [f2f20dc9] [2021-09-09] Conversion: Removed unnecessary ifs
* [f59a9d2e] [2021-09-09] DVE: Update connection attributes when linked entities are changed
* [d874ca0e] [2021-09-09] IVE: ConnectionGroup graphic items are invisible in the scene
* [cb89eef3] [2021-08-30] SedsToIvTranslator: Created translator
* [68c84091] [2021-09-01] SedsToIvTranslator: Implementation
* [e3fa1541] [2021-09-01] SedsToIvTranslator: Tests
* [8bfb647e] [2021-09-01] SedsToIvTranslator: Translating GenericTypeMapSet
* [4f2360d9] [2021-09-01] SEDS Model: Added some helper methods for names
* [c5371e79] [2021-09-01] SedsToIvTranslator: Fixed translator interface
* [8ab8068d] [2021-09-02] SedsToIvTranslator: Created ComponentsTranslator
* [831714aa] [2021-09-02] SedsToIvTranslator: Added checking for interface command arguments combination
* [bb42f3cf] [2021-09-03] SedsToIvTranslator: Created AsyncInterfaceCommandTranslator
* [9a447f1c] [2021-09-03] SedsConverter: Passing input filename via arguments
* [9c1a9b92] [2021-09-03] SedsToIvTranslator: Added dumb parameter translation
* [4182dd75] [2021-09-03] SedsToIvTranslator: Mapping abstract to concrete type in paramters
* [e85a5318] [2021-09-06] SedsToIvTranslator: Tests fixes
* [5f28e80f] [2021-09-06] SedsToIvTranslator: Creating ASN.1 type group for interface parameters
* [9d90d917] [2021-09-06] SedsToIvTranslator: Added params to tests
* [03f76f7b] [2021-09-07] SedsToIvTranslator: Changed generated names
* [4066c18f] [2021-09-08] SedsToIvTranslator: SedsModelBuilder
* [eb6533fc] [2021-09-09] SedsToIvTranslator: Added documentation
* [8f0bde8e] [2021-09-09] SedsToIvTranslator: Added documentation
* [9aa81fc8] [2021-09-09] SedsToIvTranslator: Removed unneccessary destructor
* [87fdca01] [2021-09-09] SedsModelBuilder: Changed conversion operator to 'build' function
* [b86167fe] [2021-09-10] SedsToIvTranslator: Review fixes
* [29866c16] [2021-09-10] SedsToIvTranslator: Added missing documentation
* [559305f8] [2021-09-09] Build system: Enable warnings in conversion targets
* [c92a8272] [2021-09-09] Build system: Clang-tidy is now enabled per target
* [5277c11d] [2021-09-10] Build system: Fixed clang-tidy warnings
* [66bae1ff] [2021-09-10] Build system: Enabled readability-braces-around-statements in clang-tidy
* [288154ad] [2021-09-13] DVE: ASN1 data edit fix for Device entity
* [bfacab78] [2021-09-08] Asn1Exporter: added stub of integration tests
* [5dfd42a6] [2021-09-08] asn1library: Fixed parsing IA5String type
* [4a1ebef4] [2021-09-08] asn1library: Added regression test for ASN.1 IA5String parsing
* [6e226523] [2021-08-26] Conversion: Created IvXmlExporter
* [7c5fa073] [2021-08-26] Conversion: IvXmlExporter tests
* [a0711abe] [2021-08-27] Conversion: Implemented IvXmlExporter
* [adbb6d54] [2021-09-08] IvXmlExporter: Pre-MR cleanup
* [5ac99a42] [2021-09-08] IvXmlExporter: Removed unnecessary destructor
* [bb40df2d] [2021-09-09] Conversion: Cleaned up registrars code
* [2fa333d2] [2021-09-08] 663 Add DVBus entity
* [4b876acf] [2021-09-01] Conversion: Model has now 'modelType'function
* [37473b1c] [2021-09-01] Conversion: Translator can now return more than one model
* [f0213023] [2021-09-01] Conversion: Using 'modelType' instead of dynamic_casts for checking whether correct model was passed
* [294771cf] [2021-09-01] Conversion: Converter now accepts list of auxiliary models to export
* [48db014f] [2021-09-09] Conversion: Documentation polish
* [c96f0381] [2021-09-09] Conversion: Removed no longer necessary model.cpp
* [848b6306] [2021-09-09] Conversion: Removed unnecessary ifs
* [0c13a820] [2021-09-09] clang-format applied to stray files
* [74897fec] [2021-09-10] Asn1Exporter: updated the options
* [e0e78848] [2021-09-10] Asn1Exporter: added ACN exporting
* [76cec697] [2021-09-10] Asn1Exporter: tests: added Asn1Model and exporting the files
* [1008bfba] [2021-09-13] Asn1Exporter: refactored
* [80baecdd] [2021-09-13] Asn1Exporter: tests: refactor
* [2a4d0c64] [2021-09-13] Asn1Exporter: tests: additional checks
* [254d894c] [2021-09-13] Merge branch 'master' into n7s-etb#52-asn1exporter-wrapper
* [ce7b4fa0] [2021-09-13] Asn1Exporter: functional code extracted from asssertions
* [8926067d] [2021-09-13] clang-format applied to stray file
* [8e415950] [2021-09-13] Asn1Exporter: Q_UNUSED added to unused (in release) variables
* [3291d54c] [2021-09-10] SedsToIvTranslator: Optimized generating ASN.1 types for groupped command argument
* [9a98bdc7] [2021-09-13] SedsToIvTranslator: Documentation
* [15b17cc0] [2021-09-13] SedsToIvTranslator: Build fix
* [44ccf3b6] [2021-09-14] IVE: Interface position mismatch with cursor during the move
* [ba409190] [2021-09-14] IVE: Undo actions performed after entering/leaving nested view mess up the scene
* [d1fddb63] [2021-09-14] DVE: Adjust default position of Device graphic item
* [b71a186c] [2021-09-14] Asn1Exporter: review fixes
* [a217b804] [2021-09-14] Apply 1 suggestion(s) to 1 file(s)
* [7b48cab4] [2021-09-14] Asn1Exporter: review fixes, part 2
* [dd4c7545] [2021-09-14] IVE: Nested Connections outside Function item
* [8b6e551b] [2021-09-14] Apply 1 suggestion(s) to 1 file(s)
* [3e5854e2] [2021-09-14] Merge branch 'master' into n7s-etb#52-asn1exporter-wrapper
* [ebc93b03] [2021-09-14] Asn1Exporter: moved the check for dynamic_cast
* [281cdc9b] [2021-09-15] DVE: Fill ASN1 Editor with existing data during attribute setup
* [6ccb2e3e] [2021-09-15] Merge branch 'master' into n7s-etb#52-asn1exporter-wrapper
* [ecc9f866] [2021-09-14] 662 Add Preudo function to IV
* [cadd6fd9] [2021-09-14] 662 Add pseudo function for HW boards
* [ab2e7d03] [2021-09-15] 626 Rename pseudo function/interface to system
* [995b590b] [2021-09-15] Asn1Exporter: Added handling missing output filename
* [c232dd97] [2021-09-15] Asn1Exporter: Renamed buildFilePath to makeFilePath
* [15b1587d] [2021-09-13] SedsToIvTranslator: Extracted common InterfaceCommandTranslator class
* [85d553b4] [2021-09-13] SedsToIvTranslator: Created SyncInterfaceCommandTranslator class
* [211312d6] [2021-09-13] SedsToIvTranslator: Implemented translating sync interface commands
* [b52ea899] [2021-09-15] SedsToIvTranslator: Build fix
* [13e689fd] [2021-09-15] SedsToIvTranslator: Build fix
* [91252bea] [2021-09-15] 662 Add system function/interface to DV model
* [bb01be2f] [2021-09-16] 662 Copy all system entities from boards to nodes
* [8fbf5a07] [2021-09-17] IVE: Exporting a component should raise a question
* [fac7f096] [2021-09-17] IVE: Configuration for the export folder
* [ca45ad25] [2021-09-17] Asn1Exporter: Fixed getting prefix for the asn1/acn filenames
* [0b6d8339] [2021-09-16] Run all tests in the CI
* [006ff0d9] [2021-09-17] 662 Exclude system functions from list of bindable functions
* [c08e2488] [2021-09-17] 662 Check is DV system function s do match IV pseudo functions
* [9fe25ff1] [2021-09-20] 674 Fix parsing interface parameters
* [0fd9d649] [2021-09-20] 673 Round positions of items
* [a3acfe86] [2021-09-20] 673 Avoid unnecessary geometry command
* [92e4ccb1] [2021-09-20] 352 Initial DV manual tests
* [a725484b] [2021-09-21] 352 First simple manual test
* [40e234f4] [2021-09-21] Update default editor colors
* [3e4d8195] [2021-09-21] Resolve "ASN: editor for IP4 is behaving wrong"
* [c24d9dbc] [2021-09-21] 639 Check for protected functions during DV load

Release: DVE_10
========================================================
* [2c618b0a] [2021-08-11] 621 Fix overlapping messages
* [7dd3dddf] [2021-08-12] Major msc performance improvement
* [b028b8d1] [2021-08-16] DVE: Function bindings can be in several partitions, if not in the same node
* [0c76784f] [2021-08-17] IVE: Long text in nested comments isn't visible in Outer Mini-View
* [ed943642] [2021-08-17] IVE: Add sub-context menu to build each DV separately
* [379775ec] [2021-08-16] 562 Fix keeping iv and msc in sync
* [2cf0db8f] [2021-08-17] 562 Keep IV functions name changes in sync for DV
* [4dd559e9] [2021-08-17] 562 Keep IV functions deletes in sync for DV
* [57144b45] [2021-08-17] Resolve "QtC: AppImage can't save files"
* [73e4eae9] [2021-08-18] 633 Set the version including the patch version number
* [f6587d77] [2021-08-19] DVE: Default device positions should  be on the left and right only
* [14c1efad] [2021-08-02] SEDS: Added SedsXmlImporter sources
* [ed1fff6a] [2021-08-02] SEDS: Added SedsXmlImporter tests
* [df4f2929] [2021-08-02] SEDS: Formatted sources
* [7fc889b8] [2021-08-10] SEDS: Removed magic_enum library
* [fd2b8c6a] [2021-08-10] SEDS: Refactored SEDS directory structure
* [fbe1efad] [2021-08-19] Fix local test run
* [5013799a] [2021-08-12] SEDS: Fixed clang-tidy warnings
* [649681f4] [2021-08-19] Renamed clang-format and clang-tidy files
* [2bbc2c8c] [2021-08-19] DVE: A message can be bound for one connection only
* [63195c7c] [2021-08-04] Prepended Asn1Acn plugin path as first to it's test's LD_LIBRARY_PATH
* [97e5a10c] [2021-08-19] 616 Use lazy loading to enable QtC session usage
* [0edca334] [2021-08-20] 616 Update DV messages on IV interface changes
* [92d3db7c] [2021-08-23] DVE: Only one connection can be created between the same devices
* [3a0a6622] [2021-08-23] 616 Update DV function names in message bindings
* [e6257789] [2021-08-02] asn1library: Backported ASN.1 model from asn1scc.Fuzzer (part 1)
* [4b9899f3] [2021-08-25] Bump version to 0.9
* [61fe2db0] [2021-08-25] IVE: Function label disappears
* [251d6949] [2021-08-04] asn1library: Backported ASN.1 model from asn1scc.Fuzzer (part 2)
* [37995ab2] [2021-08-05] asn1library: Ported asn1 parser from asn1scc.Fuzzer
* [0d97a82e] [2021-08-10] asn1library: Ported asn1scc.Fuzzer tests
* [ed652158] [2021-08-11] asn1library: Ported AstXmlConstraintParser tests from asn1scc.Fuzzer
* [7535ecfd] [2021-08-25] Resolve "MSC: Comments are off"
* [6ff5ccfd] [2021-08-25] 636 Call external tools with original environment
* [ccad950e] [2021-08-25] 636 Improve QtCreator detection
* [356b0efe] [2021-08-25] 636 QtCreator 4.15 build fixes
* [8856c027] [2021-08-25] 632 More QtCreator detection improvement
* [44066402] [2021-08-25] DVE: Node name change does not trigger text update
* [7ed59225] [2021-08-25] Revert "DVE: Function bindings can be in several partitions, if not in the same"
* [effb3d77] [2021-08-25] DVE: Message binding color is wrong
* [63aebafb] [2021-08-25] IVE: There is no error reporting when import of duplicated function is declined
* [31671f2e] [2021-08-25] IVE: Attributes table column width changes
* [14ee3e6c] [2021-08-12] Conversion: Created ModelImporter class
* [68e12f10] [2021-08-13] Conversion: Implemented subsystem architecture
* [365ad06e] [2021-08-27] Conversion: Added missing documentation
* [38187001] [2021-08-27] Conversion: Added QT version check around hash implementation for QString
* [643893d3] [2021-08-20] SEDS: Moved some tests to the unittests directory
* [85593ba5] [2021-08-27] SEDS: Fixes deprecated Qt constructs
* [bfa62656] [2021-08-30] SEDS: Renamed some SEDS conversion options
* [0ef28a90] [2021-08-31] 646 Fix appimage version argument
* [bb56d343] [2021-08-31] Read version and git information from a generated file
* [b550c0e9] [2021-08-31] 629 Use device bus access for connection validation
* [b3774680] [2021-08-31] DVE: Resize/move issues for nodes/partitions
* [84b64e28] [2021-08-31] 642 Update DV template documentation
* [8ff36366] [2021-08-31] 643 Left align msc comments
* [cce67fa8] [2021-08-16] Conversion: Created Asn1Registrar
* [0e9570f2] [2021-08-16] Conversion: Created SedsToAsn1Translator
* [9ec18a3c] [2021-08-16] Converter: Importing model
* [13ff69e9] [2021-08-17] Converter: Translating model
* [6f6f5a5c] [2021-08-17] Conversion: Created Asn1Model
* [e8a6c1fe] [2021-08-18] SedsToAsn1Translator: Translating package
* [40ea28f2] [2021-08-18] SedsToAsn1Translator: Translating data types set
* [f25f4130] [2021-08-19] SedsToAsn1Translator: Translating IntegerDataType
* [e65dcd42] [2021-08-20] SedsToAsn1Translator: Translator tests
* [8479166c] [2021-08-23] SedsToAsn1Translator: Translating RealDataType
* [81f39a4e] [2021-08-23] SedsToAsn1Translator: Translating BooleanDataType
* [d275dafc] [2021-08-23] SedsToAsn1Translator: Translating StringDataType
* [f4016b72] [2021-08-24] SedsToAsn1Translator: Translating BitStringDataType
* [c2c12198] [2021-08-24] SedsToAsn1Translator: Translating EnumeratedDataType
* [327b1a36] [2021-08-24] SedsToAsn1Translator: clang-tidy fixes
* [99c3b8c4] [2021-08-30] SedsToAsn1Trasnslator: Removed helper asn1 parser application
* [9d2d88e3] [2021-08-30] SedsToAsn1Trasnslator: Cleanup
* [baa02aa2] [2021-09-01] SedsToAsn1Trasnslator: Added documentation
* [a32387bd] [2021-09-01] SedsToAsn1Trasnslator: Removed redundant destructor in the test
* [8325da17] [2021-09-01] Conversion: Explicitly deleted Converter move constructor which was implicitly deleted anyway
* [3707ad4d] [2021-09-01] 647 Show asn.1 errors using the ErrorHub
* [de4e93aa] [2021-09-02] 648 Use line numbers in asn error messages
* [4032813c] [2021-09-02] 641 DV function validity tests
* [2cad96a2] [2021-09-03] 640 Introduce IVEditorCorePtr typedef
* [a0378d05] [2021-09-03] 630 Introduce MSCEditorCorePtr typedef
* [aafd1b2e] [2021-09-03] Use environment variables as highest priority for QtCreator checks
* [7c6b8bd9] [2021-09-03] 640 DV messages validity tests
* [ff8867a6] [2021-09-06] 653 Provide requiredBusAccesses in nodes when exporting
* [43807d6f] [2021-09-06] 653 Use unique names for new connections/partitions
* [8f9ee7b7] [2021-09-06] 653 Add device and port name to DV template
* [8be16712] [2021-09-06] DVE: Changing(adding) value for URL Property doesn't have any visual effect
* [12428b71] [2021-09-07] 653 Simplify exportable used DV devices
* [18aa1544] [2021-09-07] 654 Make more DV connection properties directyl accessable for the template
* [6ab76d1a] [2021-09-07] DVE: Bound functions visibility in partition is fixed
* [4231bb49] [2021-09-07] DVE: Crash connecting devices
* [77172332] [2021-09-07] 654 DV templates gains access to Buses
* [bd26941b] [2021-09-07] IVE: Newline in comments are ignored
* [75254325] [2021-09-07] 654 Connection busName reports the name used by the bus, not the quelifier
* [78fe23e1] [2021-09-07] 654 Extend the template
* [99edda0d] [2021-09-07] 654 Template device.busName renamed to device.qualifier

Guenter Schwann's avatar
Guenter Schwann committed
Release: DVE_09
========================================================
* [2c618b0a] [2021-08-11] 621 Fix overlapping messages
* [7dd3dddf] [2021-08-12] Major msc performance improvement
* [b028b8d1] [2021-08-16] DVE: Function bindings can be in several partitions, if not in the same node
* [0c76784f] [2021-08-17] IVE: Long text in nested comments isn't visible in Outer Mini-View
* [ed943642] [2021-08-17] IVE: Add sub-context menu to build each DV separately
* [379775ec] [2021-08-16] 562 Fix keeping iv and msc in sync
* [2cf0db8f] [2021-08-17] 562 Keep IV functions name changes in sync for DV
* [4dd559e9] [2021-08-17] 562 Keep IV functions deletes in sync for DV
* [57144b45] [2021-08-17] Resolve "QtC: AppImage can't save files"
* [73e4eae9] [2021-08-18] 633 Set the version including the patch version number
* [f6587d77] [2021-08-19] DVE: Default device positions should  be on the left and right only
* [14c1efad] [2021-08-02] SEDS: Added SedsXmlImporter sources
* [ed1fff6a] [2021-08-02] SEDS: Added SedsXmlImporter tests
* [df4f2929] [2021-08-02] SEDS: Formatted sources
* [7fc889b8] [2021-08-10] SEDS: Removed magic_enum library
* [fd2b8c6a] [2021-08-10] SEDS: Refactored SEDS directory structure
* [fbe1efad] [2021-08-19] Fix local test run
* [5013799a] [2021-08-12] SEDS: Fixed clang-tidy warnings
* [649681f4] [2021-08-19] Renamed clang-format and clang-tidy files
* [2bbc2c8c] [2021-08-19] DVE: A message can be bound for one connection only
* [63195c7c] [2021-08-04] Prepended Asn1Acn plugin path as first to it's test's LD_LIBRARY_PATH
* [97e5a10c] [2021-08-19] 616 Use lazy loading to enable QtC session usage
* [0edca334] [2021-08-20] 616 Update DV messages on IV interface changes
* [92d3db7c] [2021-08-23] DVE: Only one connection can be created between the same devices
* [3a0a6622] [2021-08-23] 616 Update DV function names in message bindings
* [e6257789] [2021-08-02] asn1library: Backported ASN.1 model from asn1scc.Fuzzer (part 1)
Guenter Schwann's avatar
Guenter Schwann committed

========================================================
Release: DVE_08
* [fb3bc888] [2021-07-28] Reduce artifact expire in CI
* [c87e00b0] [2021-07-28] 612 For DV message binding use RI and PI names
* [77bd2f07] [2021-07-28] 612 Show messages in treeview properly
* [92717caf] [2021-07-30] DVE: Store and load device/connection coordinates
* [49784bea] [2021-08-02] IVE: interface text not always fully outside the function
* [d30fc845] [2021-08-02] IVE: Keep functions even if the function type is missing
* [16b49037] [2021-08-02] DVE: Device text gets overdrawn by connection
* [c42d68ac] [2021-08-03] DVE: Edit entity names from AADL tree
* [d4e98262] [2021-08-05] DVE: Properties configuring fixes
* [8050b284] [2021-08-04] MSC: Multiline comment
* [da027f9e] [2021-08-04] DVE: Add button to bind/unbind all messages
* [7de49535] [2021-08-09] 620 Fix msc parsing for expressions with asn statement
* [7fd2bfab] [2021-08-10] DVE: Script to generate changelog.txt
* [d2a8997d] [2021-08-10] QtC: Support QtCreator 4.15
* [f61b786f] [2021-08-10] IVE: It should be possible to modify the order of the parameters in the list