[go: up one dir, main page]

Menu

[efbef2]: / Changelog  Maximize  Restore  History

Download this file

90 lines (78 with data), 5.4 kB

v0.9.9:
- Playlists now load automatically after being created and saved.
- Playlists are now shown via a sub-window which roams beside the main window, it can be hidden at any time.
- Added icons for toolbar buttons.
- Fixed the bug were PDF page number wouldn't show the whole number in case the number was more than 3 digits.
- Few interface changes to the Document Toolbar (i.e PDF Toolbar).
- Added FullScreen Mode to video player.

v0.9.8:
- Fixed the annoying glitch of the grey background not covering the whole window when resizing.
- Fixed the glitch where a user can open more than one About dialog, now the focus is set to the latest opened dialog/window.
- Added a Repeat (Loop) checkbox for Audio and Video. (Its state is saved in qaio.ini)
- Volume for audio and video is now saved and loaded for each session (In qaio.ini)
- Added keyboard shortcuts for Menu Items.
- Added a playlist for MP3 and WMV files, so you can now create a playlist and enjoy auto-playing your media files.
- Playlist can be saved into binary files with .qmpl extension so you can load them whenever you want.
- Various bug fixes.
- Changed version numbering to decrease confusion.

v0.97:
- Fixed the bug where the PDF page becomes larger than the screen when loaded.
- Added the functionality to scroll through the PDF page vertically instead of resizing the whole PDF page instead (Which makes the PDF page quality lower)
- Made the "Go" to page input area longer. (PDF)
- Only numbers can be entered in the "Go" to page box now. (PDF)
- Some other bug fixes
Microsoft Windows:
- Made an installer for qAllInOne that adds registry keys (Removed upon un-installation) to make qAllInOne usage much easier.
- Added a desktop icon.

v0.96:
- Separated the Open Media dialog to open each file by its type.
- Added support for WAV sound files.
- Added support for OGG sound files, though its duration can't be known since OGG files do not add the duration in the metadata.
- Added support for 3GP video files, you would need the 3GP codecs to be able to see the video. (Sound still playable)
- Added support for document files (PDF support added)
- Added more commenting to the code so it can be more readable and maintanable.

v0.95rc2:
- Made the Stop button more stable.
- More cleaning when changing between media files.
- Fixed bug #3 (Simultaneously Media Problem): http://sourceforge.net/p/qallinone/tickets/3/ ~Thanks "Sotiris Karapostolakis"
- Fixed calibrating Window glitch when loading an audio in case the cover image was not found.

v0.95rc1:
- Fixed a bug that caused all video media to have a duration of only 1 minute.
- If metadata can't be obtained, the duration will be set to 0. (The video/audio will still play though)

v0.94:
- Fixed "Image misplaces when surfing through Images using Next and Previous buttons"
- Now "Open Media" File browser opens last triggered directory.
- Removed the changelog box.
- Changed the About into a dialog with a tabbed widget.
- Changed the video/audio stop function.
- In case the MetaData of the video/audio was not found (For technical issues), default properties will be used.
* Released an experimental release of qAllInOne 0.94 Statically built (Using Qt 5.2.0rc1).


v0.93rc1:
- Built using Qt 5.2.0-beta1
- 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.
- Now informs the user that the image is being loaded using the title bar.
- Fixed the bug when the video/audio wont play any more if the "Stop" button was clicked after the video/audio has finished.
- 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)
- Now the image margin does not apply to the height, but it is still applied to the width.
- Fixed the image centring glitch where sometimes images get covered with the tool-bar.
- Fixed video positioning.
- Fixed a glitch where sometimes the background has glitchy colours.

v0.921:
- Fixed the "Stop" Button not functioning bug on Linux and FreeBSD. (GStreamer back-end)
- Fixed the ImageViewer "Next" and "Previous" buttons crashing the software when there is only one image in the directory.
- 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)
- Added a menu item to show the Change-log of the current version.
- About Message-Box now has a window icon.

v0.92:
- Changed the maximum allowed size for Image from 1024x768 into 900x600 for JPEG.
- Fixed the Enum calling inside the same class, it used to only work with MSVC 2012 compiler but doesn't work with Linux GCC.
- Created a subclass for the Image Viewer which is a subclass to QLabel. (Development)
- Added Zoom In and Zoom Out features to the Image Viewer using Mouse wheel. (BETA)
- Added the ability to drag the image to move it while zoomed-in. (BETA)
- Added an experimental code for the MiniImage and MiniFrame features, but still not implemented. (Development)
- Removed some unneeded code.

v0.91:
- Changed the maximum allowed size for Image from 1024x768 (1440x900 for GIF) into 900x600 (1280x800 for GIF).
- Set the MainWindow minimum size to the size of Toolbar and MenuBar.
- Fixed a spelling mistake.
- Added a label to the Video and Audio toolbar; to show the percentage of the current set Volume.