2008-12-15   Daniel Martín Yerga  <dyerga@gmail.com>

    * sharepy.py: Improvements in the multiple services support.
    Sqlite3 for the settings storage.
    Remember the last chosen directory.
    Deactived the youtube button.
    Added images to the Home buttons.
    
    * mod_sharepy/share_on_ovi.py: Tags treatment when uploading.
    
    * sharepy.glade: New settings and description screens.
    
    * setup.py: Fix the modules installation.

    * debian/postinst: Remove the old configuration files.
    
    * debian/control: Added the new dependencies.

2008-12-14   Daniel Martín Yerga  <dyerga@gmail.com>

    * sharepy.py: Show errors in the UI when empty username and other situations.
    Improve the detection of errors uploading files.

    * share_on_ovi.py: Return the different errors.
    
    * flickr.py: creating the initial flickr backend.
    
    * picasa.py: created the initial picasa backend.
    
    * sharepy.glade: Added new Home screen.

2008-12-13   Daniel Martín Yerga  <dyerga@gmail.com>

    * sharepy.py: Now it's possible add an entire folder and recursive folders.
    Fix bug adding corrupted images.

2008-12-09   Daniel Martín Yerga  <dyerga@gmail.com>

    * sharepy.py: Fix, sometimes when fails to upload doesn't show an error.

2008-12-06   Daniel Martín Yerga  <dyerga@gmail.com>

    * sharepy.py: Buttons to select all images and clear the image list.
    Added number of the files in the image list, and countdown uploading.

2008-12-05   Daniel Martín Yerga  <dyerga@gmail.com>

    * sharepy.py: Added option to not create the thumbnails in the list (faster).

2008-11-02   Daniel Martín Yerga  <dyerga@gmail.com>

    * sharepy.py: Changing an error in the credits :)

2008-10-11   Daniel Martín Yerga  <dyerga@gmail.com>

    * sharepy.py: Not importing some modules at the start.
    Changing version to 0.2

2008-10-10   Daniel Martín Yerga  <dyerga@gmail.com>

    * sharepy.py: If Share is unavailable, return error.

2008-10-09   Daniel Martín Yerga  <dyerga@gmail.com>

    * sharepy.py: Thread and banner adding files.

2008-10-05   Daniel Martín Yerga  <dyerga@gmail.com>

    * sharepy.py: Show a label when you are tagging a batch of files.

2008-10-04   Daniel Martín Yerga  <dyerga@gmail.com>

    * sharepy.py: Add multiple files to the list at once.
    Set the description of multiple files at once.

2008-09-23   Daniel Martín Yerga  <dyerga@gmail.com>

    * sharepy.py: Added try-except and errors handling.
    About menu.
    Fix bug if the channel isn't set uploading files.
    
    * share_on_ovi.py: Return None if the upload fails.
    
    * TODO: Update the to do list.
    
    * setup.py: Added the last icons and logo.

2008-09-19   Daniel Martín Yerga  <dyerga@gmail.com>

    * sharepy.py: Added osso functionality.
    Fix bug adding an unsupported format, not add a blank row.
    Save channel list offline and get it from Ovi.
    
    * share_on_ovi.py: Added function to get the channels.
    
    * sharepy.glade: Added the default channel selector.
    
    * sharepy.desktop: Fix bug with the osso service name.

    * debian/postinst: Update the icon cache in the installation.
    Only update the icon cache when is the first installation.
    Chowning the config directory to the user.
    
    * debian/dirs: Create config directory in the installation.
    
    * TODO: Added to-do list.

2008-09-18   Daniel Martín Yerga  <dyerga@gmail.com>

    * sharepy.py: Improved the detection of mimetypes.
    Only allow audio, video and images to be uploaded.
    Added a progressbar and a window to show upload progress.
    
    * share_on_ovi.py: Added the supported formats and its mimetypes.

2008-09-17   Daniel Martín Yerga  <dyerga@gmail.com>

    * First code.
