Skip to content

Commit f1a5f1b

Browse files
author
Kaspar Schmid
committed
prepared changelog for beta.5
1 parent 430459f commit f1a5f1b

File tree

4 files changed

+59
-4
lines changed

4 files changed

+59
-4
lines changed

ImagePlay/include/MainWindow.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@
5050

5151
#include "IPL_plugininterface.h"
5252

53-
#define IMAGEPLAY_VERSION "6.0.0-beta.4"
54-
#define IMAGEPLAY_BUILDNUMBER "20150825"
53+
#define IMAGEPLAY_VERSION "6.0.0-beta.5"
54+
#define IMAGEPLAY_BUILDNUMBER "20150828"
5555

5656
namespace Ui {
5757
class MainWindow;

ImagePlay/ui/AboutWindow.ui

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -311,6 +311,25 @@ p, li { white-space: pre-wrap; }
311311
</item>
312312
</layout>
313313
</widget>
314+
<widget class="QWidget" name="tab_6">
315+
<attribute name="title">
316+
<string>Contributors</string>
317+
</attribute>
318+
<layout class="QVBoxLayout" name="verticalLayout_7">
319+
<item>
320+
<widget class="QPlainTextEdit" name="plainTextEdit">
321+
<property name="readOnly">
322+
<bool>true</bool>
323+
</property>
324+
<property name="plainText">
325+
<string>Thanks to our contributors on GitHub:
326+
327+
l00mi, mfrischknecht, ladotonia, costypetrisor, leni536</string>
328+
</property>
329+
</widget>
330+
</item>
331+
</layout>
332+
</widget>
314333
</widget>
315334
</item>
316335
<item>

ImagePlay/ui/MainWindow.ui

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<string>ImagePlay</string>
2121
</property>
2222
<property name="windowIcon">
23-
<iconset>
23+
<iconset resource="../res/ressources.qrc">
2424
<normaloff>:/ImagePlay.png</normaloff>:/ImagePlay.png</iconset>
2525
</property>
2626
<property name="dockOptions">
@@ -632,7 +632,13 @@ QPushButton:pressed {border-image: url(:/back_pressed.png); }</string>
632632
<bool>true</bool>
633633
</property>
634634
<property name="text">
635-
<string>Image Viewer always on top</string>
635+
<string>Show Image Viewer always on top</string>
636+
</property>
637+
<property name="iconText">
638+
<string>Show Image Viewer always on top</string>
639+
</property>
640+
<property name="toolTip">
641+
<string>Show Image Viewer always on top</string>
636642
</property>
637643
</action>
638644
</widget>

changelog.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,35 @@
11
# Change Log
22

3+
## 6.0.0-beta.5 - 2015-08-28
4+
### Added
5+
- Added an "open recent" menu.
6+
- Drag & drop for loading .ipj files directly.
7+
- Added a setting which specifies where the /plugin_development/ folder is located.
8+
- Scrollable space in the main window now automatically grows.
9+
- New option to always show the ImageViewer on top
10+
- New property type IPL_WIDGET_MATRIX
11+
- New algorithms
12+
- Undistort
13+
- Warp Affine
14+
- Warp Perspective
15+
- We now provide a nightly build for Windows at https://ci.appveyor.com/project/cpvrlab/imageplay/build/artifacts
16+
17+
### Fixed
18+
- ImageViewer now zooms all images to the same level.
19+
- Drifting scrollbars in ImageViewer
20+
- Crash when using IPLCamera and closing the app
21+
- Default value for hough transform
22+
- Allow any input for IPLMergePlanes
23+
24+
### Known Issues
25+
- Mac OS X: Building ImagePlay may produce errors after macdeployqt ../_bin/Release/macx/ImagePlay.app/ -dmg
26+
- those errors only affect the creation of the dmg file, you can still run ImagePlay.app
27+
- Mac OS X: The Image Viewer might only display a small portion of an image.
28+
- Workaround: Load a large image
29+
- Histogram and Zoom might not update correctly.
30+
- While using a IPLCamera, the UI can be pretty unresponsive. Pause to adjust the UI.
31+
- The application may still be unstable, expect crashes (please report them on https://github.com/cpvrlab/ImagePlay/issues)
32+
333
## 6.0.0-beta.4 - 2015-08-14
434
### Added
535
- You can now drag & drop files or folders from your desktop directly to ImagePlay.

0 commit comments

Comments
 (0)