Warning, /education/rocs/ChangeLog is written in an unsupported language. File is not indexed.

0001 The Rocs Changelog
0002 ==================
0003 
0004 This changelog contains only the important changes for each release.
0005 For a detailed feature list please refer to the Git log.
0006 
0007 Rocs 2.0 (Applications 15.04)
0008 --------
0009 * Port to KF5/Qt5
0010 * Rewrite of the graph theory core
0011 * Major cleanups of UI
0012 * Removing data structure separtion and using of a more general graph document
0013 * Unified script API
0014 * Removing documentation/handbook side panel
0015 
0016 Rocs 1.8 (KDE SC 4.10)
0017 --------
0018 * Improved project support for all dialogs.
0019 * UI cleanup:
0020   - New visual editor toolbar.
0021   - New visual editor top control bar.
0022   - New side panel.
0023 * Initial support of a side panel with
0024   - journal files,
0025   - documentation (currently, only handbook),
0026   - and additional operations for the visual editor.
0027 * Parting of Rocs into RocsCore, VisualEditor and RocsApp.
0028 * Major work on API cleanup and API documentation.
0029 * Major refactoring of the properties model to simplify use.
0030 * Improved support for third party graph document files
0031   - DOT/GraphVis support is nearly complete
0032   - Trivial Graph Format files support is complete
0033   - initial TikZ/PGF export of graphs
0034 
0035 Rocs 1.7 (KDE SC 4.9)
0036 --------
0037 * New data and pointer types.
0038 * Data Structure Plugins:
0039   - New Rooted Tree Plugin
0040 * New project support.
0041 * Algorithm Execution:
0042   - New debug execution mode.
0043   - New stepped execution mode.
0044 
0045 Rocs 1.6.0 (KDE SC 4.8)
0046 --------
0047 * UI cleanup: script editor next to script output.
0048 * Visual Graph Editor: Context menus.
0049 * New Plugins:
0050   - Generae Graphs
0051   - Assign Values
0052 
0053 Rocs in KDE SC 4.7
0054 --------
0055 * Finished the Graph API.
0056 * Using GraphicsView for the Visual Graph Editor.
0057 * Ported to KDE4.
0058 
0059 Rocs in KDE SC 4.6
0060 --------
0061 * Data Structure Plugin System
0062   - Graph Plugin
0063   - List Plugin
0064 * Graph Structure Imports/Exports
0065   - GraphViz
0066   - GML
0067   - TXT
0068 
0069 Rocs in KDE SC 4.5
0070 --------
0071 * Themeable node graphics.
0072 * Dialog cleanups.
0073 * Support for multi script files.
0074 * New Threading Support.
0075 * Plugin support in C++ and JavaScript.
0076 * Dynamic Properties redone.
0077 
0078 Rocs 1.0 (KDE SC 4.4)
0079 --------
0080 * Rocs joins KDE Edu.