Skip to content

Commit

Permalink
prepared changelog for beta.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaspar Schmid committed Aug 28, 2015
1 parent 430459f commit f1a5f1b
Show file tree
Hide file tree
Showing 4 changed files with 59 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ImagePlay/include/MainWindow.h
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@

#include "IPL_plugininterface.h"

#define IMAGEPLAY_VERSION "6.0.0-beta.4"
#define IMAGEPLAY_BUILDNUMBER "20150825"
#define IMAGEPLAY_VERSION "6.0.0-beta.5"
#define IMAGEPLAY_BUILDNUMBER "20150828"

namespace Ui {
class MainWindow;
Expand Down
19 changes: 19 additions & 0 deletions ImagePlay/ui/AboutWindow.ui
Original file line number Diff line number Diff line change
Expand Up @@ -311,6 +311,25 @@ p, li { white-space: pre-wrap; }
</item>
</layout>
</widget>
<widget class="QWidget" name="tab_6">
<attribute name="title">
<string>Contributors</string>
</attribute>
<layout class="QVBoxLayout" name="verticalLayout_7">
<item>
<widget class="QPlainTextEdit" name="plainTextEdit">
<property name="readOnly">
<bool>true</bool>
</property>
<property name="plainText">
<string>Thanks to our contributors on GitHub:

l00mi, mfrischknecht, ladotonia, costypetrisor, leni536</string>
</property>
</widget>
</item>
</layout>
</widget>
</widget>
</item>
<item>
Expand Down
10 changes: 8 additions & 2 deletions ImagePlay/ui/MainWindow.ui
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<string>ImagePlay</string>
</property>
<property name="windowIcon">
<iconset>
<iconset resource="../res/ressources.qrc">
<normaloff>:/ImagePlay.png</normaloff>:/ImagePlay.png</iconset>
</property>
<property name="dockOptions">
Expand Down Expand Up @@ -632,7 +632,13 @@ QPushButton:pressed {border-image: url(:/back_pressed.png); }</string>
<bool>true</bool>
</property>
<property name="text">
<string>Image Viewer always on top</string>
<string>Show Image Viewer always on top</string>
</property>
<property name="iconText">
<string>Show Image Viewer always on top</string>
</property>
<property name="toolTip">
<string>Show Image Viewer always on top</string>
</property>
</action>
</widget>
Expand Down
30 changes: 30 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,35 @@
# Change Log

## 6.0.0-beta.5 - 2015-08-28
### Added
- Added an "open recent" menu.
- Drag & drop for loading .ipj files directly.
- Added a setting which specifies where the /plugin_development/ folder is located.
- Scrollable space in the main window now automatically grows.
- New option to always show the ImageViewer on top
- New property type IPL_WIDGET_MATRIX
- New algorithms
- Undistort
- Warp Affine
- Warp Perspective
- We now provide a nightly build for Windows at https://ci.appveyor.com/project/cpvrlab/imageplay/build/artifacts

### Fixed
- ImageViewer now zooms all images to the same level.
- Drifting scrollbars in ImageViewer
- Crash when using IPLCamera and closing the app
- Default value for hough transform
- Allow any input for IPLMergePlanes

### Known Issues
- Mac OS X: Building ImagePlay may produce errors after macdeployqt ../_bin/Release/macx/ImagePlay.app/ -dmg
- those errors only affect the creation of the dmg file, you can still run ImagePlay.app
- Mac OS X: The Image Viewer might only display a small portion of an image.
- Workaround: Load a large image
- Histogram and Zoom might not update correctly.
- While using a IPLCamera, the UI can be pretty unresponsive. Pause to adjust the UI.
- The application may still be unstable, expect crashes (please report them on https://github.com/cpvrlab/ImagePlay/issues)

## 6.0.0-beta.4 - 2015-08-14
### Added
- You can now drag & drop files or folders from your desktop directly to ImagePlay.
Expand Down

0 comments on commit f1a5f1b

Please sign in to comment.