Skip to content

Releases: KDAB/KDStateMachineEditor

Release v2.0.0

11 Dec 17:54
Compare
Choose a tag to compare
  • Supports Qt6 in addition to Qt5 (co-installable)
  • Buildsystem: increase CMake min version to 3.16.0
  • Buildsystem: add uninstall target
  • Buildsystem: generate and install kdsme-version.h
  • Use official Graphviz from upstream with -DKDSME_INTERNAL_GRAPHVIZ=True
  • Fix build with more recent graphviz versions
  • Buildsystem: new Option BUILD_SHARED_LIBS to select between shared or static libraries
  • Rename the following CMake options:
    BUILD_DOCS -> KDSME_DOCS
    BUILD_EXAMPLES -> KDSME_EXAMPLES
    BUILD_QT6 -> KDSME_QT6
    WITH_STATIC_GRAPHVIZ -> KDSME_STATIC_GRAPHVIZ
  • Use standard cmake options instead of custom ones:
    BUILD_TESTS -> BUILD_TESTING

KDStateMachineEditor 1.2.8

18 Sep 16:48
Compare
Choose a tag to compare

ReleaseNotes:

  • Support for Qt5.15
  • REUSE compliant licensing

KDStateMachineEditor 1.2.7

11 Jan 15:50
Compare
Choose a tag to compare

ReleaseNotes:

  • Small buildsystem fixes for rpath and static builds

KDStateMachineEditor 1.2.6

16 Dec 23:24
Compare
Choose a tag to compare

ReleaseNotes:

  • New EULA (see LICENSE.txt)
  • New CMake option BUILD_TESTS to disable building the tests
  • Comes with an installing file for Conan (see conan folder)
  • Small cleanups

KDStateMachineEditor 1.2.5

16 Feb 18:22
Compare
Choose a tag to compare

ReleaseNotes:

  • Keeping up with Qt5, CMake and QNX

KDStateMachineEditor 1.2.4

21 Jun 16:21
Compare
Choose a tag to compare

ReleaseNotes:

  • Fix compile error

KDStateMachineEditor 1.2.3

28 Feb 19:07
Compare
Choose a tag to compare

ReleaseNotes:

  • minor syncing with externals

KDStateMachineEditor 1.2.2

29 Jan 20:44
Compare
Choose a tag to compare

This is a bugfix release.

Highlights:

  • Fix build issue with Qt 5.10 on windows+MSVC
  • Update graphviz SHA1 (fixes issues regarding sort.exe lookup)

KDStateMachineEditor 1.2.1

19 Jun 14:14
Compare
Choose a tag to compare

This is a bugfix release.

Highlights:

  • Handle building with QtRemoteObjects from Qt5.9
  • API docs are always built if doxygen is found (unless -DBUILD_DOCS is off)
  • QCH docs are also built
  • Fix build against namespaced Qt

KDStateMachineEditor 1.2.0

20 Jan 23:48
Compare
Choose a tag to compare

This is a minor release.

Highlights:

  • Introduce adapter for QtSCXML (requires Qt 5.8 or higher)
  • Build system: Generate and install pdb files on Windows