Stop button bug fixed and is now stable
[qallinone.git] / Changelog
blob06cb10e70abb01fe1d11ad447191404c083cdfa7
1 v0.95rc2:
2 - Made the Stop button more stable.
3 - More cleaning when changing between media files.
5 v0.95rc1:
6 - Fixed a bug that caused all video media to have a duration of only 1 minute.
7 - If metadata can't be obtained, the duration will be set to 0. (The video/audio will still play though)
9 v0.94:
10 - Fixed "Image misplaces when surfing through Images using Next and Previous buttons"
11 - Now "Open Media" File browser opens last triggered directory.
12 - Removed the changelog box.
13 - Changed the About into a dialog with a tabbed widget.
14 - Changed the video/audio stop function.
15 - In case the MetaData of the video/audio was not found (For technical issues), default properties will be used.
16 * Released an experimental release of qAllInOne 0.94 Statically built (Using Qt 5.2.0rc1).
19 v0.93rc1:
20 - Built using Qt 5.2.0-beta1
21 - Increased Zooming In and Out speed by processing all scaled images once the image is loaded instead of processing it each time a user wants to zoom.
22 - Now informs the user that the image is being loaded using the title bar.
23 - Fixed the bug when the video/audio wont play any more if the "Stop" button was clicked after the video/audio has finished.
24 - Now the image height no longer exceeds 768, if it does, it will be scaled to height 768 (But it will maintain its aspect ratio)
25 - Now the image margin does not apply to the height, but it is still applied to the width.
26 - Fixed the image centring glitch where sometimes images get covered with the tool-bar.
27 - Fixed video positioning.
28 - Fixed a glitch where sometimes the background has glitchy colours.
30 v0.921:
31 - Fixed the "Stop" Button not functioning bug on Linux and FreeBSD. (GStreamer back-end)
32 - Fixed the ImageViewer "Next" and "Previous" buttons crashing the software when there is only one image in the directory.
33 - Fixed the Zoom-In and Zoom-Out bug when surfing between photos. (The bug was that the Zoom does not reset to the new image)
34 - Added a menu item to show the Change-log of the current version.
35 - About Message-Box now has a window icon.
37 v0.92:
38 - Changed the maximum allowed size for Image from 1024x768 into 900x600 for JPEG.
39 - Fixed the Enum calling inside the same class, it used to only work with MSVC 2012 compiler but doesn't work with Linux GCC.
40 - Created a subclass for the Image Viewer which is a subclass to QLabel. (Development)
41 - Added Zoom In and Zoom Out features to the Image Viewer using Mouse wheel. (BETA)
42 - Added the ability to drag the image to move it while zoomed-in. (BETA)
43 - Added an experimental code for the MiniImage and MiniFrame features, but still not implemented. (Development)
44 - Removed some unneeded code.
46 v0.91:
47 - Changed the maximum allowed size for Image from 1024x768 (1440x900 for GIF) into 900x600 (1280x800 for GIF).
48 - Set the MainWindow minimum size to the size of Toolbar and MenuBar.
49 - Fixed a spelling mistake.
50 - Added a label to the Video and Audio toolbar; to show the percentage of the current set Volume.