From 2a320299e3ef00cb59b0a260f863bdefaa36d99e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20M=C3=B6bius?= Date: Tue, 10 Feb 2015 14:49:56 +0000 Subject: [PATCH] Updated changelog git-svn-id: http://www.openflipper.org/svnrepo/OpenFlipper/branches/Free@20249 383ad7c9-94d9-4d36-a494-682f7c89f535 --- .../DeveloperHelpSources/changelog.docu | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/Documentation/DeveloperHelpSources/changelog.docu b/Documentation/DeveloperHelpSources/changelog.docu index 55e0337c..f87e8489 100644 --- a/Documentation/DeveloperHelpSources/changelog.docu +++ b/Documentation/DeveloperHelpSources/changelog.docu @@ -1,6 +1,6 @@ /*! \page changelog Changelog -- OpenFlipper 2.2 ( ?/?/? , 20236 ) +- OpenFlipper 2.2 ( ?/?/? , 20248 ) - ACG - MeshCompiler and DrawMesh - check surface type of meshcompiler input @@ -12,15 +12,28 @@ - Core - IO - Emit warning in save object function, if object can't be retrieved - - QtBaseViewer - - assumption that the drawbuffer is always GL_BACK might be problematic refs #2361 - ProcessManager: - fix: possible crash with multiple processes (row variable wasn't updated, if the job widget row was changed) + - QtBaseViewer + - assumption that the drawbuffer is ailways GL_BACK might be problematic refs #2361 + - Interfaces + - Process Interface + - Fixed memory leak + - Process Manager: removed redudant code/speed up + - OpenFlipperThread: added jobid getter + - UI + - Optionswidget + - add option for max backups - License Manager - Remove function pointers which produce errors in C++11 - Documentation - More scripting documentation + - OpenFlipperThread: Add more information about reimplementing the interface - Plugins + - Backup + - Added Optionswidget for max backups + - Decimater + - Added process interface to decimater and using the observer pattern for progress bar - FileHeightField - Import the color of the image that is loaded as a height field as vertex colors - Remesher -- GitLab