KTutorial 0.5.1 changes:
-Relicense from GPLv3+ to GPLv2+ to be able to add the project in the KDE repositories.
-Add translations in several languages (thanks to the KDE localization teams! :) ).
-Fix not installing KTutorialCustomization.h header.
-Log whether QtDBus was found by CMake or not.
-Add debug area for KTutorial library.
-Several other minor fixes and code improvements.
KTutorial 0.5 changes:
-Editor
-Editor for semantic markup
-Optional filtering of remote objects if their name is empty or they are not widgets
-Support to test a tutorial from a specific step instead of the start step
-Several minor fixes
-Library
-Add WaitForStepActivation to wait for steps to be activated
-Add WaitForProperty to wait for a property to have a specific value
-Improve finding objects by supporting composed names and applying ambiguity solving rules
-Add C++ interface for the applications to optionally provide their own user interface for the library
-Version support in FindKTutorial CMake module
-Include every library class in "ktutorial" namespace
-Several minor fixes
KTutorial 0.4 changes:
-Editor
-Support for saving and loading a tutorial
-Undo/redo for every edition action
-Use editor support module in KTutorial library to provide several features
-Choose an object from a target application
-Text completion for object, signal and event names
-Test a tutorial in the target application
-Add tutorials about how to
-Create a tutorial
-Interact with the target application
-Several minor fixes... read more
KTutorial 0.3 changes:
-Editor
-First release of KTutorial editor, a graphical editor to create tutorials
-Export tutorial to Javascript
-Application handbook
-Spanish translation for GUI and handbook
-Library
-Add a tutorial to explain how KTutorial is used
-Options and WaitFors added in step setup are automatically removed in step
tearDown
-Add a shortcut to change to another step when an option is selected or a
condition is met, instead of defining a slot just for that
-Support for events in conditions to wait for
-Add tearDown in tutorials
-Several minor fixes
KTutorial 0.2 changes:
-Support scripted tutorials using Kross
-Scripted tutorial examples using Javascript and Python in test-app
-CMake module to find KTutorial library
-Fix compilation on x86_64 platform
-Several minor fixes
-KTutorial now requires Qt >= 4.5.3