Skip to content
Snippets Groups Projects
Commit 58a0a55f authored by Jan Möbius's avatar Jan Möbius
Browse files

Updated changelog for release

parent cf414797
No related branches found
No related tags found
No related merge requests found
......@@ -34,6 +34,8 @@
- New Query Object
- Depth Range Render Object
- <b>Core</b>
- 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
- <b>UI</b>
- 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
- <b>License Manager</b>
- 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
- <b>Plugins</b>
- 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
- <b>OpenFlipper 2.1 ( 2015/01/21 , 20181 )</b>
- <b>General</b>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment