From e4f71d55f0a632d256149725806b3ecfcfe7ed61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20M=C3=B6bius?= Date: Wed, 13 Jul 2016 10:50:38 +0200 Subject: [PATCH] Updated changelog for release --- .../DeveloperHelpSources/changelog.docu | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/OpenFlipper/Documentation/DeveloperHelpSources/changelog.docu b/OpenFlipper/Documentation/DeveloperHelpSources/changelog.docu index c24ff2110..0b0179fe8 100644 --- a/OpenFlipper/Documentation/DeveloperHelpSources/changelog.docu +++ b/OpenFlipper/Documentation/DeveloperHelpSources/changelog.docu @@ -34,6 +34,8 @@ - New Query Object - Depth Range Render Object - Core + - BaseObject + - Make the object update functions protected (You have to use emit updatedObject instead) - IO - Emit warning in save object function, if object can't be retrieved - Async loaders to keep ui alive while loading @@ -56,14 +58,21 @@ - OpenFlipperThread: added jobid getter - Metadata Interface - Added new meta data interface (CVan be used to store additional metadata along with screenschots) + - Pluginfunctions + - Added C++11 range adapter for ObjectIterator - UI + - Updated Toolbox layouts - AboutWidget - set OpenFlipper System Information Tab read-only - Optionswidget - add option for max backups + - added option to always set new objects to target - Snapshots - The viewer snapshot dialog now automatically suggests file names that don't exist yet. If names of existing files are entered, a warning is displayed in real time. If non-writable paths are entered, a warning is displayed as well. - New feature: Copy view as C-style string. Holding Ctrl while clicking the "Copy View" context menu action now copies a C-style string to the clipboard. + - Added fully scriptable snapshot function + - CoreWidget + - Correctly restore window sizes after restart - License Manager - Remove function pointers which produce errors in C++11 - Improved handling of time constraints for License management @@ -76,6 +85,7 @@ - Added PolyLine colored segment rendering - PolyLine fixes (performance, rendering bug for segments) - PolyLine: improved picking via shader + - MeshObject: Added hasBSP function - Plugins - Align Meshes - New plugin which can be used to align meshes @@ -88,6 +98,7 @@ - create correct object on poly/tri mesh copy - Datacontrol - Some null pointer checks to avoid a crash + - Smaller layout to redduce amount of wasted space - Decimater - Added process interface to decimater and using the observer pattern for progress bar - gui-only slots declared as private slots @@ -106,13 +117,18 @@ - Fix target count display on updates. closes #2443 - IsotropicRemesher - nogui / batch mode support (closes #2384) + - MeshObjectInfo + - Added vertex and valence histograms - MemInfo - Fixed wrong visualization on Linux - Added Mac support + - Move + - Make mesh normalization slots scriptable - PrimitiveGenerator - add initial backups for each generated primitive (refs #2407) - PropertyVis - force static property casts in property visualizer due to failing dynamic cast caused be different typeids over different shared objects on mac + - Enable uint8_t support - Remesher - add nogui support (closes #2384) - Selection @@ -128,6 +144,8 @@ - fix install path on 64-bit windows with 64-bit installer - Removed unneccessary ftgl - Removed various istream includes + - The libs dir for searching windows libraries is now configurable via cmake + - Allow to build plugins statically into core - OpenFlipper 2.1 ( 2015/01/21 , 20181 ) - General -- GitLab