Preparing the most stable version for uploading...
Removed item groups
Currently someone is working on the code. It will be updated soon and most of the...
What is the current state of the project is it working? I am interested in generating...
Removed obsolet function.
Made headers visible in qtcreator.
Added missing commands.
Improved stability of state commands.
State commands are now consistent. Next task is...
Trying to improve stability of the program by i...
Removed DeleteStateAction and MoveStateAction
Replacing actions with commands.
Removed more warnings.
Removed -Wsign-compare and -Wunused-variable fr...
Merge branch '52debug' of ssh://git.code.sf.net...
Updated .gitignore file.
Started to remove warning in the compile proces...
Added missing static member.
Added example gui test case. TODO: create an ap...
Ported fsm designer to qt5. TODO: cleanup CMake...
Removed reoder warning of state command.
Changed c++11 to c++0x in order to compile with...
Minor changes.
Trying to figure out, how to handle itemGroup-M...
Added RemoveHyperTransCommand.
A hypertransitions is not supposed to have trac...
centered LinkDeparture shape.
Fixed several small issues.
Fixed undo/redo-bug concerning the translines.
Finished NewTransCommand. TODO: Test cases.
Still hunting a Link bug. Obviously, by removin...
Hunting bug in LinkDeparture.
Added NewLinkCommand.
Added NewJoinCommand.
Corrected MoveStateEvent for states with connec...
Renamed commands.
Finished loading of fsm.
Loading translines with one trackpoint once again.
Trying to load fsms once again. In my opinion, ...
Renamed AddTransCommand to NewTransCommand.
Loading simple transitions in a fsm once again.
(Re)Added renamed commands.
Fixed misterious artifiact bug with a quick hac...
Renamed DeleteStateCommand to RemoveStateCommand.
Renaming commands. NewNAMECommands will have th...
Connected trackpoints properly to previous and ...
Removed in-item code that generates new neighbo...
Finished AddTransCommand for stateToState trans...
Fixed AddHyperTransCommand bug.
Added missing commands.
Added AddHyperTransCommand and preparing an Add...
Removed debug output.
Cleaning up.
Cleaning up. How to place the state item? Trans...
Simplified the CreateItemGroupCommand.
Finished obvious CreateItemGroupCommand feature...
Actions selectable once again.
Fixed move issue. SetTransform(QTransform::from...
Added moveItem() method to scene.
Added DeleteItemGroupCommand.
Added CreateItemGroupCommand.
Added a move command. Next: First implementatio...
Added cleaner deleteStateCommand. TODO shortter...
Connected objectToolbar. Now it checks the curr...
Reconnected zoom-buttons. Experimented with sce...
Added prove-of-concept AddStateCommand. TODO: I...
Addressing Bug #868. Quick hack to prove fix fo...
Fixed BUG #867.
Added the function declaration in the correct f...
Connected help about box once again. The correc...
Added already existing zoom-icons to the zoombar.
Merge.
Added a couple of small changes as const correc...
Test commit.
Fixed Hamming-Encoding
changed std=c++11 to gcc 4.6 compatible compile...
added simple stacktrace generation for the debu...
Debug build uses std=c++11 flag now. Dump file ...
Changed bit-order of hamming-encoding
Added documentation of arguments