Known Bugs
        - Convert .REC is incomplete.
:::::::::::::::::::::
ifpgui-0.10.8
:::::::::::::::::::::
2006-05-24
        - Added patch from d-frog to fix renaming directories
           and then doing a refresh.
:::::::::::::::::::::
ifpgui-0.10.7
:::::::::::::::::::::
2006-01-22
        - Added Translation for Danish and German
           Danish translation added by Jørgen Elgaard Larsen
           German translation added by Peter Bittner
        - Fixed some translations problems.
:::::::::::::::::::::
ifpgui-0.10.6
:::::::::::::::::::::
2005-12-17
        - Moved the SuSE spec file to the suse directory.
2005-12-02
        - Added patch by John Steele Scott to support directories that are
           symbolic links.
        - Changed name back to ifpgui.
        - Added Ubuntu Debian package support files under the debian directory
:::::::::::::::::::::
ifpgui-0.10.5
:::::::::::::::::::::
2005-11-19
        - Finished tranlation stuff.
2005-10-27
        - Applied patch from Sergey V Turchin for adding translations.
        - Added the Russian translation from Sergey V Turchin.
:::::::::::::::::::::
ifpgui-0.10.4
:::::::::::::::::::::
2005-10-19
        - Fixed support for utf-8.  All buffers to and from the ifp library are converted
           to utf-8 compatable buffers. (I hope).
:::::::::::::::::::::
ifpgui-0.10.3
:::::::::::::::::::::
2005-10-15
        - Added #include <errno.h> to iointerface.cpp.
:::::::::::::::::::::
ifpgui-0.10.2
:::::::::::::::::::::
2005-10-10
        - Fixed Format, was not showing a message stating what it was doing.
           Also the file list was not refreshed.
        - Another fix with create directory.  The cancel was showing a
           message even though the uses chose cancel.
2005-10-07
       - Added Icons to menu commands.
:::::::::::::::::::::
ifpgui-0.10.1
:::::::::::::::::::::
2005-10-06
       - Fixed several bugs:
          Making directories would not put selected node at new directory.
          Menu items, delete, rename, mkdir, etc were not working.
          Different file picker for Upload Playlist and Update Firmware.
          About QT broken
          Buttons would do nothing when clicked when iRiver not plugged in.
          Filelist would not clear on disconnect.
2005-10-03
        - Added a toolbar to the file viewer.  Now the standard file
           system functions will be accessable via an attached toolbar.
           These functions include: up one directory, refresh, new
           directory, properties, rename and delete.
2005-09-28
        - Changes to dialogs.  All Yes/No and OK dialogs use a standard
           function for their display.  The dialogs come to the front
           when they popup.  Also the progress dialog now is a stay-on-
           top dialog that will minimize with the application.
2005-09-21
        - Made an I/O interface so that all function dealing with the
           file systems can be centralized.  All local functions are
           handled from one class and all ifp functions are handled from
           another class.  Both classes are decendants of a base i/o
           class.
        - Made a major overhall to the internals of the GUI to use the
           new I/O interface classes.  This includes the removal of
           ifpviewer.cpp and ifpviewer.h.  There is now only one widget
           that supports the viewing of files.  This widget is a now the
           fileviewer.cpp class and functions; but all the backend is
           handled by the I/O interface class.  In theory, any protocol
           can be added to the I/O interface and the file viewer can use
           this new protocol seemlessly.
:::::::::::::::::::::
ifpgui-0.9.3
:::::::::::::::::::::
2005-09-02
        - Just a little code cleanup in ifpviewer.cpp and fileviewer.cpp
        - Fixed Delete tool button to check the window with focus before
           calling the appropriate delete function.
2005-08-24
        - Patched libifp files into ifp_gui.
        - Fixed support for deleting local files and directories with
           multi-national characters.
        - Fixed some anomalies with the handling of the selected item
           within the file trees.  Mainly dealing with what happens
           after an item is deleted.
2005-08-07
        - Added check for sane values when reading from settings file.
        - Changed the update firmware and format icons
2005-08-04
        - CVS Repository created on sourceforge.
2005-08-04
        - CVS Repository created on sourceforge.
        - Implemented dialogs to show while deleting files and directories.
           There is still a problem with deleting just one file or directory.
           The dialog shows but there is nothing in it.  It seems to be
           random because sometimes it works.
:::::::::::::::::::::
ifpgui-0.9.2
:::::::::::::::::::::
2005-07-31
        - Added support for drag drop from Konqueror and Nautilus.
:::::::::::::::::::::
ifpgui-0.9.1
:::::::::::::::::::::
2005-07-27
        - Rearanged menus to look similar to windows version of
           iRiver Manager.
        - Added horizontal and vertical view alignments.
        - Progress dialog appears after a yes/yes all to confirm action.
        - Dialogs to confirm action are better worded.
:::::::::::::::::::::
ifpgui-0.8.5
:::::::::::::::::::::
2005-07-16
        - Added preliminary support for multi-national filename support.
:::::::::::::::::::::
ifpgui-0.8.1
:::::::::::::::::::::
2005-07-15
        - Fixed bug with deleting a directory and some files from iFP device.
        - Fixed bug with uploading a directory and some files to iFP device.
           It used to upload the files under the directory and also upload
           the directory (including the files).  So you got the files twice.
        - Fixed same bug as above, but for download.
        - Fixed refreshing and current file/directory selection after upload
           or download.  Now it places the current item in a better place
           and also selects/opens the item to show the contents.
        - Fixed the progress dialog.  It never shows multiple dialogs for
           one user initiated transfer.  All transfers are shown with two
           progress bars (one for total progress and one for current file
           progress).  The only exception is when the user is actually
           transferring only one file.
:::::::::::::::::::::
ifpgui-0.8.0
:::::::::::::::::::::
2005-07-09
        - Added support for uploading files using a playlist.
           Currently only m3u files are supported.  If the need arrises
           other formats can be supported as well.
:::::::::::::::::::::
ifpgui-0.7.0
:::::::::::::::::::::
2005-06-19
        - Added check box menu item to convert the *.REC files to mp3 files.
           This is still incomplete because I do not have access to any
           *.REC files in the iRiver format.
:::::::::::::::::::::
ifpgui-0.6.4.1
:::::::::::::::::::::
2005-05-26
        - Fixed the filename truncation routines in progressdlg.cpp
           Now the file path truncator is separate from the file name truncator.
           This also make it more CPU friendly.
:::::::::::::::::::::
ifpgui-0.6.4
:::::::::::::::::::::
2005-05-22
        - Fixed infinite loop on truncating long file names in progress window.
:::::::::::::::::::::
ifpgui-0.6.3 - not released
:::::::::::::::::::::
2005-03-27
        - Added #include errno.h to filevewer.cpp.
:::::::::::::::::::::
ifpgui-0.6.2
:::::::::::::::::::::
2005-02-24
        - Fixed a bug with using tuner support and libifp.
        - Fixed a rounding problem with tuner support.
2005-02-20
        - Added an application icon.  (there are two multimedia.png and music.png).
           I chose music.png
        - Updated to libifp-1.0.0.1

:::::::::::::::::::::
ifpgui-0.6.1
:::::::::::::::::::::
2005-02-16
        - Icons are now embedded into the application.
        - application parameters (window size, etc) are stored in
           ~/.ifp_gui_rc    ( ~ is your home directory: ie /home/user)
        - Built a .spec file for rpm distribution.
:::::::::::::::::::::
ifpgui-0.6.0
:::::::::::::::::::::
2005-02-13
        - Added button with pixmap to open tuner dialog
2005-02-12
        - Added support for changing tuner presets

:::::::::::::::::::::
ifpgui-0.5.5
:::::::::::::::::::::
2005-02-06
        - Fixed the drag drop upload.  Now it uploads to the root directory on
	   the iFP device when a file is dropped on a file in the root directory.
        - Added the nonroot script to add the iFP device to the usb list of
	   supported hardware.

:::::::::::::::::::::
ifpgui-0.5.4f
:::::::::::::::::::::
2004-12-04
        - Added support to use ifplib.so.  Now it check for the ifplib.so library
           and loads the library if it exists.  If not it uses a static build of
           ifplib contained within ifpgui.  This way you can use ifpgui as a
           standalone application or use it with a newer version ifplib.

:::::::::::::::::::::
ifpgui-0.5.4e
:::::::::::::::::::::
2004-11-22
        - Fixed support for local mkdir, rm, and rename
        - Fixed support for remote mkdir, rm, and rename
        (both local and remote act the same as far as user interface is concerned)

        - Implemented local directory refresh.

:::::::::::::::::::::
ifpgui-0.5.4d
:::::::::::::::::::::
2004-11-20
        - Added polish to progress dialog
           It does a middle truncate for file names that are very long
        - Added polish to Create Directory dialog
           It highlights contents, allows a carriage return to exit dialog, and
           it uses a LineEdit instead of a TextEdit.
        - Added polish to Free/Used space progress meter
           It now shows Free space as MB
        - Added settings file to store GUI layout.
           It stores window height/width, folder view width, and default folder.

        - Implemented support for local mkdir, rm, and rename.  (still needs work).

:::::::::::::::::::::
ifpgui-0.5.4c
:::::::::::::::::::::
2004-11-18
        - Fixed auto-open of folders while in drag drop mode
        - Fixed deleting of multiple files/directories from iFP device
        - Fixed error message when canceling up/down(load)
        - Fixed remote tree collapsing after upload when using upload button.

        - Support for update firmware (*NOT* Tested -- calls libifp update_firmware() which is tested)
        - Support to detect iFP disconnect

        - Now downloads mp3 files (via libifp-0.1.0.9)

        - Changed battery status icon
        - Changed progress dialog to not change sizes (still needs work)


2004-11-17
        - Implemented support to hi-light and make visible newly up/down(loaded)
           files and directories.

        - Added a timer to check for iFP device Until it is plugged in.


2004-11-14
        - Support for rename file and directory

        - Added new progress dialog
        - Added context menu for rename and create directory
        - Added create directory dialog (needs polish)


:::::::::::::::::::::
ifpgui-0.5.4b
:::::::::::::::::::::
2004-11-07
        - Support for Download Directory
        - Support for Format Device

        - Added Icon for Format changed
        - Added Now local directory starts in ~(home)
