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